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/12/21 15:29]
karl [System]
linux [2020/03/31 22:35] (aktuell)
karl [System Load]
Zeile 55: 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 145: 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 =====
linux.1576938560.txt.gz · Zuletzt geändert: 2019/12/21 15:29 von karl