- Install vagrant
- Install Ruby
- sudo apt-get update -y
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/xenial64" config.vm.network "private_network", ip: "192.168.10.100"
end
- Who am I uname -a
- Where am I pwd
- list dir or all ls or ls -a
- copy file cp filename destination
- cut or rename mv filename destination
- create file touch filename
- create folder mkdir foldername
- how to navigate cd foldername retrun step back cd ..
- deleting file folders rm -rf namefolder
-
Read r, Write w and x
-
how to check permissions ll
-
change permision chmod permision filename
-
find out all processes running top
-
how to kill a process
-
provision the steps of updating, upgrading and nginx installation
vagrant up again
-
redo all the steps
-
install nginx and load it in the browser