Info
Content
Linux
Install tmux with and Without Root Access
Install tmux with Root Access sudo apt-get install tmux *Tested on Ubuntu 18.04 LTS Install tm...
tmux Quick Reference
Commands Command Description tmux Start a new tmux session tmux ls List all running session...
Shell Script Learning Resources
Shell Scripting Tutorial - https://www.shellscript.sh/ Udemy courses - https://www.udemy.com/cou...
Debian Package Commands
Uninstalling Package List installed packages sudo apt list --installed Remove package sudo ap...
Install Podman, Buildah, and Skopeo on Ubuntu 18.04
Install podman and the gang Execute the following commands to install podman, buildah, and skope...
How to Mount a New Hard Drive on Ubuntu
Display all connected hard drives. sudo fdisk -l Manage drive partition. sudo fdisk /dev/sdc ...