learning linux
learning linux
Running Ubuntu inside a VBox on Windows. Updated July 25, 2019 by Saksham
Most websites and 95% of local servers use virtualization today
I have 400 servers around the world. 3 are physical and the rest are virtual, either cloud-hosted in AWS or running on a vBlock. No idea why there's still so much misinformation about virtualization. It's 2019.
Understand basic instructions: "sudo <pm> install" – specifies your package manager, "mkdir <dir>" – defines the directory you wish to create, terminal-based editing with "nano <file>" (leave blank for a new file), Vim is not recommended, "sudo rm -r <dir>" – deletes directories, "ssh <ip>" – connects via SSH to a remote address. These commands are essential for daily use; they’re lifesavers.