Windows install wsl and set default wsl 2

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...

Ubuntu Add Virtual Ram

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...

Install Nemo File Manager on 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...

Pin It on Pinterest