by Garth | Dec 29, 2022 | PHP, Ubuntu
sudo update-alternatives –config php
by Garth | Nov 11, 2022 | Ubuntu, Windows
Step 1:Open the below link and READ IT!https://learn.microsoft.com/en-za/windows/wsl/install 1: Open PowerShell and Start the install process wsl –install 2: Result shows you available distros: Ubuntu Ubuntu Debian Debian GNU/Linux kali-linux Kali Linux Rolling...
by Garth | Aug 2, 2020 | Ubuntu
free -m mkdir -p /var/swapmemory cd /var/swapmemory #Here, 1M * 2000 ~= 2GB of swap memory dd if=/dev/zero of=swapfile bs=1M count=2000 mkswap swapfile swapon swapfile chmod 600 swapfile echo “/var/swapmemory/swapfile none swap sw 0 0” >> /etc/fstab #cat...
by Garth | Oct 24, 2018 | Ubuntu
Install Nemo File Manager On Ubuntu 17.04 Systems Install Nemo on Ubuntu To install Nemo in Ubuntu Systems, run the following command to add the Nemo WebUpd8 PPA: sudo add-apt-repository ppa:webupd8team/nemo sudo apt-get update sudo apt-get install nemo...