| Line 4: |
Line 4: |
| | |- | | |- |
| | ! Command !! Description | | ! Command !! Description |
| | + | |- |
| | | [[Linux_command:_alias|alias]] || Creates a commnad | | | [[Linux_command:_alias|alias]] || Creates a commnad |
| | |- | | |- |
| Line 19: |
Line 20: |
| | |- | | |- |
| | | [[Linux_command:_date|date]] || Shows date | | | [[Linux_command:_date|date]] || Shows date |
| | + | |- |
| | + | | dd || |
| | |- | | |- |
| | | df || Shows the disk ussage. Example: df -h | | | df || Shows the disk ussage. Example: df -h |
| Line 25: |
Line 28: |
| | |- | | |- |
| | | [[Linux_command:_du|du]] || Disk ussage | | | [[Linux_command:_du|du]] || Disk ussage |
| | + | |- |
| | + | | export VARIABLE=VALUE || To create system variables |
| | |- | | |- |
| | | [[Linux_command:_fdisk|fdisk]] || Disk partition utility | | | [[Linux_command:_fdisk|fdisk]] || Disk partition utility |
| Line 40: |
Line 45: |
| | | info <command> || Sows command info | | | info <command> || Sows command info |
| | |- | | |- |
| − | | [[Linux_command:_ln|ln]] | Create simbolic links | + | | [[Linux_command:_ln|ln]] || Create simbolic links |
| | + | |- |
| | + | | lsblk || |
| | |- | | |- |
| | | lspci -v || View PCI device information | | | lspci -v || View PCI device information |
| | + | |- |
| | + | | lscpu || List cpu cores |
| | + | |- |
| | + | | lsof || <nowiki>sudo lsof -i -n | egrep '\<ssh\>'</nowiki> |
| | |- | | |- |
| | | man <command> || Sowhs a command manual page | | | man <command> || Sowhs a command manual page |
| | |- | | |- |
| | | mc || Midnight commander. File system navigation | | | mc || Midnight commander. File system navigation |
| | + | |- |
| | + | | mkdosfs -F32 /dev/mmcblk0 || Format SD card with FAT32 |
| | |- | | |- |
| | | more <filename> || Shows file content, screen by screen | | | more <filename> || Shows file content, screen by screen |
| Line 92: |
Line 105: |
| | | <nowiki><cmd1> | <cmd2></nowiki> || Pipe: takes the output of command1 as input of command2. example: <nowiki>cat /etc/passwd | sort | more</nowiki> | | | <nowiki><cmd1> | <cmd2></nowiki> || Pipe: takes the output of command1 as input of command2. example: <nowiki>cat /etc/passwd | sort | more</nowiki> |
| | |} | | |} |
| − |
| |
| − |
| |
| − | * Bulleted list item
| |
| | | | |
| | == Users and File permissions == | | == Users and File permissions == |
| Line 146: |
Line 156: |
| | |- | | |- |
| | |} | | |} |
| − |
| |
| − | vnc:escritorio remoto
| |
| | | | |
| | == Firewall == | | == Firewall == |
| Line 165: |
Line 173: |
| | |- | | |- |
| | ! Command !! Description | | ! Command !! Description |
| | + | |- |
| | + | | netstat || |
| | + | |- |
| | + | | nmap || Network mapping |
| | |- | | |- |
| | | nm-tool || Network monitor tool | | | nm-tool || Network monitor tool |
| Line 183: |
Line 195: |
| | == Linux key files/directories == | | == Linux key files/directories == |
| | See: [[Linux:_Key_files/folders|Linux key files/directories]] | | See: [[Linux:_Key_files/folders|Linux key files/directories]] |
| | + | |
| | | | |
| | == Programs == | | == Programs == |
| Line 190: |
Line 203: |
| | |- | | |- |
| | | [[Linux_command:_git|git]] || Software repository | | | [[Linux_command:_git|git]] || Software repository |
| | + | |- |
| | + | | coursera-dl || |
| | |- | | |- |
| | | [[Jp2a|jp2a]] || Jpg to ASCII | | | [[Jp2a|jp2a]] || Jpg to ASCII |
| | |- | | |- |
| | | [[Linux:_John|john]] || John the ripper | | | [[Linux:_John|john]] || John the ripper |
| | + | |- |
| | + | | macchanger || |
| | + | |- |
| | + | | openvpn || Connect to VPN |
| | |- | | |- |
| | | [[Linux_command:_terminator|terminator]] || Advanced terminal | | | [[Linux_command:_terminator|terminator]] || Advanced terminal |
| | + | |- |
| | + | | virtualenv || Create virtual enviroments |
| | |- | | |- |
| | | [[Linux:_youtube-dl|youtube-dl]] || YouTube video downloader | | | [[Linux:_youtube-dl|youtube-dl]] || YouTube video downloader |
| | |} | | |} |
| | + | vnc:escritorio remoto |