How to
Topics
Download files from the cloud
Installing wget
sudo apt install wgetDownload a single file
wget https://wordpress.org/latest.zipSave the downloaded file under a different name
wget -O latest-wordpress.zip https://wordpress.org/latest.zipHow to download in the background mode with wget
Download all files from FTP
Download / Upload Files
Single file from remote to local
Multiple files from local to remote
All files from local to remote
All files and folders recursively from local to remote
References: Simplified Guide
DNS
Custom DNS
Custom DNS servers for /etc/resolv.conf
Get current IP from the shell
Stream audio
Search inside files recursively
Display Usage in Megabytes and Gigabytes
Display a Specific File System
Show size of folders
Empty trash
Search and replace inside the file
Network
Check network ports in use
Check opened network ports of the server
Open network ports
Open Firewall ports
Logs
Show real-time logs from OS
Environment
Set Global environment
Set local environment
Unset local environment
Startup
Show all service status
Exec commands at startup
PPA
Remove installed PPA repository
Execute "add-apt-repository" without press enter
Create an alias for shell commands
Update packages less noisy
Revalidade ca-certificates
Add multi-touch to your Linux distribution
References:
Get SO information
Know where the program was installed
Show any configured swap
Observe and monitor system memory usage
Downgrade Ubuntu Linux system version
Downgrade sources.list
Pin packages
Downgrade Ubuntu system
Find and remove folder recursively
Open Mac External Harddrive on Linux
Install Postman
Unzip with the destination folder
How to Install netstat Command in Linux
Show subnet
Show gateway
User & Groups
Create new user
Add an existing user to the Sudo group
Bluetooth device disconnects right after connect
Bash/Zsh undo (CTRL + Z)
Last updated