debian_common

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
debian_common [2019/06/08 03:11] โ€“ [Upgrade php 7.x] Jรบne Parkdebian_common [2020/07/10 18:31] โ€“ [Initial steps freshly] Jรบne Park
Line 1: Line 1:
 <nav>  <nav> 
   * {{fa>server?color=#8B0000}} Linux   * {{fa>server?color=#8B0000}} Linux
-    * [[:rpi_common|General Things on Raspbian]]+    * [[:rpi_common|โ–  General Things on Raspbian]]
     * [[:rpi_autism|Media Ditorium โ”€ AUTiSM Rainbow]]     * [[:rpi_autism|Media Ditorium โ”€ AUTiSM Rainbow]]
     * [[:rpi_epigen|Private Cellarium โ”€ EPiGEN Crystal]]     * [[:rpi_epigen|Private Cellarium โ”€ EPiGEN Crystal]]
     * [[:rpi_nimbus|Webius Officium โ”€ NiMBUS deBlanc]]     * [[:rpi_nimbus|Webius Officium โ”€ NiMBUS deBlanc]]
-    * [[:debian_common|General info on Debian Linux]]+    * [[:debian_common|โ–  General info on Debian Linux]]
     * [[:deb_mutism|Opus Imperium โ”€ MUTiSM Magnum]]     * [[:deb_mutism|Opus Imperium โ”€ MUTiSM Magnum]]
 +    * [[:deb_gilead|Actu Periculum โ”€ GiLEAD Argenta]]
 +    * [[:deb_debris|Finca LaDichium โ”€ DEBRiS Chrome]]
   * {{fa>windows?color=#0000A0}} Windows   * {{fa>windows?color=#0000A0}} Windows
-    * [[:pc_common|Common Works on Windows]]+    * [[:pc_common|โ–  Common Works on Windows]]
     * [[:pc_mesonism|Primus Workstation โ”€ MESONiSM]]     * [[:pc_mesonism|Primus Workstation โ”€ MESONiSM]]
     * [[:pc_mesonium|Manibus Tablet โ”€ MESONiUM]]     * [[:pc_mesonium|Manibus Tablet โ”€ MESONiUM]]
Line 14: Line 16:
     * [[:pc_mesonity|Praevus Station โ”€ MESONiTY]]     * [[:pc_mesonity|Praevus Station โ”€ MESONiTY]]
   * {{fa>android?color=#006400}} Android   * {{fa>android?color=#006400}} Android
-    * [[:cell_common|Common Stuffs on Androids]]+    * [[:cell_common|โ–  Common Stuffs on Androids]]
     * [[:cell_epiaux|Jรบne's Primus โ”€ EPiAUX 5X]]     * [[:cell_epiaux|Jรบne's Primus โ”€ EPiAUX 5X]]
     * [[:cell_epihex|Jรบne's Extentus โ”€ EPiHEX 6]]     * [[:cell_epihex|Jรบne's Extentus โ”€ EPiHEX 6]]
Line 22: Line 24:
 </nav> </nav>
  
-===== General info on Debian Linux ===== +====== General info on Debian ======
  
 {{:playground:boo_the_bunny_36.png?nolink&250|}} {{:playground:boo_the_bunny_36.png?nolink&250|}}
  
 ---- ----
-==== Initial steps freshly ==== +===== Initial steps ===== 
  
 === Enable SSH ===  === Enable SSH === 
Line 330: Line 332:
 ---- ----
  
-==== Delete unnecessary files regularly ====  
-''sudo crontab -e'' Add command line to find & delete. e.g.) Delete all ''.nfo'' file in target directory and its sub-directories at 30 minutes past every 6 hours.  
  
-<code bash> 
-  30 */6 * * * /usr/bin/find /..((your path)).../ -name '*.nfo' -exec rm -f {} \; 
-</code> 
  
-Delete empty directory at 30 minutes past every 12 hours +==== Disable power wireless off ==== 
  
-<code bash>ย +<code bash> ย 
-  30 */12 * * * /usr/bin/find /..((your path)).../ -type d -empty -deleteย + sudo iwconfig wlan0 power off ย 
-</code>+</code> 
  
 ---- ----
  
-==== Delete all files except for desired file types ==== +==== Disable Bluetooth service ==== 
  
 <code bash>  <code bash> 
- find . -type f ! -name '*.mkv' -deleteย +vi /etc/bluetooth/main.confย 
-</code>  +</code> 
  
-----ย +Edit the line with ''AutoEnable'' with ''false'' ย 
-==== Disable power wireless off ==== +<code ini>ย 
 +AutoEnable falseย 
 +</code> 
  
 +A more radical way is to either stop the bluetooth service
 +
 +<code bash>
 +sudo systemctl stop bluetooth.service
 +</code>
 +
 +Or even more radical is to disable it permanently
 <code bash>  <code bash> 
- sudo iwconfig wlan0 power off +sudo systemctl disable bluetooth
 </code>  </code> 
  
  • debian_common
  • Last modified: 2024/04/18 08:58
  • by Jรบne Park