Open Terminal with CTRL + ALT + T wget -q -O – https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add – sudo sh -c ‘echo “deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main” >> /etc/apt/sources.list.d/google.list’ sudo apt-get update sudo apt-get install google-chrome-stable
Move Window Buttons ‘Min, Max, Close’ to Left in Ubuntu
Window buttons ‘minimize, maximize, close’ were on the left side till Ubuntu 16.04 . This quick tutorial will show you how to change window buttons position in 18.04 LTS and later. Open “Ubuntu Software” and install “GNOME TWEAKS” Click “Left” in Placement
Install LAMP stack on Ubuntu 18.04 / 20.04
Open terminal (ctrl+alt+t) and type the following commands sudo apt-get update sudo apt-get install apache2 mysql-server php7.2 libapache2-mod-php libapache2-mod-php7.2 php7.2-mysql php7.2-curl php7.2-json php7.2-cgi php7.2-gd git htop curl htpdate php7.2-mbstring For 20.04 use the following command sudo apt-get install apache2 mysql-server php7.4 libapache2-mod-php libapache2-mod-php7.4 php7.4-mysql php7.4-curl php7.4-json php7.4-cgi php7.4-gd git htop curl htpdate php7.4-mbstring The above […]