Changes

Jump to navigation Jump to search
292 bytes added ,  17:51, 10 September 2018
Line 24: Line 24:  
| [[Linux_command:_dd|dd]] || Create / Dump images
 
| [[Linux_command:_dd|dd]] || Create / Dump images
 
|-
 
|-
| df || Shows the disk ussage. Example: df -h
+
| df || Shows the disk ussage. Example: df -h -x devtmpfs -x tmpfs
 
|-
 
|-
 
| dpkg || .deb package installation: sudo dpkg -i packagename.deb
 
| dpkg || .deb package installation: sudo dpkg -i packagename.deb
Line 75: Line 75:  
|-
 
|-
 
| rsync -a ruta1 ruta2 [--exclude=/{dir1, dir2..]/] || Copies files from ruta1 to ruta2 excluding dir1, dir2,...
 
| rsync -a ruta1 ruta2 [--exclude=/{dir1, dir2..]/] || Copies files from ruta1 to ruta2 excluding dir1, dir2,...
 +
|-
 +
| [[Linux command: rename|rename]] || Rename files allowing regex
 
|-
 
|-
 
| scp || Copy files to a remote machine over ssh protocol
 
| scp || Copy files to a remote machine over ssh protocol
Line 90: Line 92:  
| [[Linux_command:_tar|tar]] || Compress/decompress tar files
 
| [[Linux_command:_tar|tar]] || Compress/decompress tar files
 
|-
 
|-
| tail || Shows file end (-n, -f, ...)
+
| [[Linux command: tail|tail]] || Shows file end (-n, -f, ...)
 
|-
 
|-
 
| touch <file_name> || Creates an empty file
 
| touch <file_name> || Creates an empty file
Line 225: Line 227:  
| [[Linux_command:_terminator|terminator]] || Advanced terminal
 
| [[Linux_command:_terminator|terminator]] || Advanced terminal
 
|-
 
|-
| virtualenv || Create virtual enviroments
+
| [[Virtualenv|virtualenv]] || Create virtual enviroments
 +
|-
 +
| [[Virtualenvwrapper|virtualenvwrapper]] || Simplify virtualenv ussage
 
|-
 
|-
 
| [[Linux:_youtube-dl|youtube-dl]] || YouTube video downloader
 
| [[Linux:_youtube-dl|youtube-dl]] || YouTube video downloader
 
|}
 
|}
 
vnc:escritorio remoto
 
vnc:escritorio remoto
 +
== Save command without running to recover later ==
 +
ctrl+u --> saves
 +
ctrl+y --> recover

Navigation menu