#ubuntu
Read more stories on Hashnode
Articles with this tag
Edit /etc/fstab to add the new swap partition as system swap space. sudo nano /etc/fstab Get the UUID of the partition using the command sudo blkid...
I use Visual Studio Code to do the search in the current project. But often times i would want to search other projects in my workspace directory. So...
Open the following file: sudo vi /etc/resolv.conf Make sure the content of the file is as following: nameserver 127.0.0.53 nameserver 8.8.8.8 We...
Open the terminal using "Ctrl + Alt + t" and copy paste the following: sudo add-apt-repository ppa:audio-recorder/ppa sudo apt-get -y update sudo...