Benutzer-Werkzeuge

Webseiten-Werkzeuge


linux

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
linux [2019/11/16 18:28]
karl [Tools fürs verwalten von vielen Dateien]
linux [2020/03/31 22:35] (aktuell)
karl [System Load]
Zeile 16: Zeile 16:
   * [[http://en.code-bude.net/2013/01/30/how-to-manage-autostart-applications-on-linux-mint/|manage autostart]] of programms in linux mint: \\ use **gnome-session-properties**   * [[http://en.code-bude.net/2013/01/30/how-to-manage-autostart-applications-on-linux-mint/|manage autostart]] of programms in linux mint: \\ use **gnome-session-properties**
   * **cinnamon-menu-editor** to edit the launcher menu in Linux Mint   * **cinnamon-menu-editor** to edit the launcher menu in Linux Mint
 +  * ''sudo apt install earlyoom'' \\ Kills the largest process, before no RAM is available any more. It prevents a system freeze. 
  
 ===== Drivers ===== ===== Drivers =====
Zeile 54: Zeile 55:
 </code> </code>
   * Instruments Tuner (Stimmgerät) with spectrum; [[http://wiki.linuxaudio.org/apps/categories/instrument_tuners|List with alternatives]]\\ <code>lingot</code>   * Instruments Tuner (Stimmgerät) with spectrum; [[http://wiki.linuxaudio.org/apps/categories/instrument_tuners|List with alternatives]]\\ <code>lingot</code>
-  * pavucontrol \\ pulse audio volume control panel \\ needed to [[http://community.linuxmint.com/tutorial/view/999|record the played back sound]]+  * pavucontrol \\ pulse audio volume control panel \\ needed to [[http://community.linuxmint.com/tutorial/view/999|record the played back sound]] which is very good explained [[https://opensource.com/article/17/1/linux-plays-sound|here]]
   * Extend playback volume in Linux Mint Cinnamon to 150% in Settings->Sound->Settings->Apmlification.    * Extend playback volume in Linux Mint Cinnamon to 150% in Settings->Sound->Settings->Apmlification. 
   * ncspot - a Spotify client within a terminal environment (ncurses) \\ [[https://github.com/hrkfdn/ncspot|Github - ncspot]] \\ install these packages (tested on Linux Mint 19): <code>    * ncspot - a Spotify client within a terminal environment (ncurses) \\ [[https://github.com/hrkfdn/ncspot|Github - ncspot]] \\ install these packages (tested on Linux Mint 19): <code> 
Zeile 144: Zeile 145:
 This mounts it read only in ''/tmp/ecrypt...''. Add the flag ''--rw'' for read and write access.  This mounts it read only in ''/tmp/ecrypt...''. Add the flag ''--rw'' for read and write access. 
  
-===== show disk usage with df ===== +===== System Load ===== 
-Example: +Processes, CPU, Memory: 
-  df /dev/sda1+  htop 
 +   
 +Networktrafic:  
 +  bmon 
 + 
 +Disk access:  
 +  iotop 
 + 
 +===== show disk usage with df and du ===== 
 +Example, disk free
 +  df -h /dev/sda1 
 + 
 +Example for disk usage of a directory (with human readable numbers and depth level 1) 
 +  du -h -d1 . 
 + 
  
 ===== glxgears ===== ===== glxgears =====
Zeile 187: Zeile 203:
 Mehr Infos: https://www.digitalocean.com/community/tutorials/how-to-use-nmap-to-scan-for-open-ports-on-your-vps Mehr Infos: https://www.digitalocean.com/community/tutorials/how-to-use-nmap-to-scan-for-open-ports-on-your-vps
  
-===== Tools fürs verwalten von vielen Dateien =====+===== Tools fürs Verwalten von vielen Dateien =====
   * FSlint: Analysiert einen Ordner auf Duplikate, gebrochene Symlinks, schlechte Dateinamen, und vieles mehr.    * FSlint: Analysiert einen Ordner auf Duplikate, gebrochene Symlinks, schlechte Dateinamen, und vieles mehr. 
   * grsync: kopiert einen Ordner, hat viele Einstellungsmöglichkeiten.    * grsync: kopiert einen Ordner, hat viele Einstellungsmöglichkeiten. 
linux.1573925327.txt.gz · Zuletzt geändert: 2019/11/16 18:28 von karl