Firefox has started showing “Recommended by Pocket” articles in the new tab area. This is currently available in a selected few countries like India and Brazil but it will be rolled out in other countries, sooner or later. Now, I don’t like
Read More

SSH has become the default method of accessing a remote Linux server these days. SSH stands for Secure Shell and it’s a powerful, efficient, and popular network protocol used to establish communication between two computers in a remote fashion. And let’s not
Read More

Brief: This is a beginner’s guide that shows the steps you need to follow for setting up XRDP on Ubuntu-based Linux distributions. With this, you can access your Ubuntu system from a different computer and use it graphically. Microsoft Remote Desktop Protocol(RDP)
Read More

The PATH variable in Linux stores the path to the directories where it should look for executables when you run a command. abhishek@its-foss:~$ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin As you can see, the PATH consists of several directories (like /usr/local/sbin, /usr/bin and more) separated
Read More

For the past several days, I faced a strange issue in my system running Ubuntu Linux. I use Firefox and Brave browsers. Everything was normal in Firefox but Brave keeps on detecting a network change on almost every refresh. This went on
Read More

I always use two browsers on my system. Firefox is the primary browser and these days Brave is what I rely for my second browser. Brave browser is an excellent choice for someone who wants a Chrome/Chromium feel without the Google touch.
Read More

Managing partitions is serious business, especially when you have to remove them. I find myself doing this frequently, especially after using thumb drives as live disks and Linux installers because they create several partitions that I won’t need afterwards. In this tutorial,
Read More