Linux

Install VirtualBox 6.1 on Ubuntu 18.04

First you need to add VirtualBox repository sudo echo “deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian bionic contrib” > /etc/apt/sources.list.d/virtualbox.list Add Keys wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O-…

chmod

chmod command allow you to change permission for a file or folder. The above command changes the permission of file index.php to…