The ability to split screen and view two applications simultaneously is a lifesaver. It helps me in situations where I have to follow documentation and use the commands from the documentation. If you have a monitor with a large screen capable enough
Read More
To deter malware and cyber attacks, Indian defense services are moving away from Microsoft Windows to Linux. They have developed an Ubuntu-based custom distro Maya. For the past few years, governments over the globe have been experimenting with Linux. Lower operation costs
Read More
Reading something interesting in PDF format and feel the need of adding a comment or highlight certain text? Perhaps you want to provide feedback on the PDF document? There are several PDF editors available for Linux users. But you don’t need a
Read More
Taking screenshots to capture information is pretty common. But did you know you can take screenshots of an entire webpage in Firefox? Firefox comes with an in-built screen capture tool that allows you to take screenshots of selected areas, visible screen areas,
Read More
Most programming languages support the concept of functions. Functions help you avoid writing the same piece of code again and again in the same program. You write the code once as function and then use this function where you need the specific
Read More
GNOME’s Nautilus file manager is quite versatile. Don’t believe me? Check out this article to see how you can tweak Nautilus to its full capability. One of the overlooked Nautilus features is the file search. Not many Linux users utilize its full
Read More
There are nearly 2,000 articles on It’s FOSS. It’s impossible to display them all on the homepage and sometimes you won’t even know that we have covered the topic you are looking for. This is why I am collecting useful tips and
Read More
Minikube is a tool that allows developers and system admins to run a single-node Kubernetes cluster on their local machines. It is an excellent way to experiment, learn, and test Kubernetes applications without the need for a full-scale cluster. In this post,
Read More
Loops are a powerful feature in any programming language. If you do not know already, the loops are a way to repeat the code based on certain criteria. For example, imagine that you have to print the numbers from 1 to 10.
Read More
The Linux terminal could be intimidating. The dark screen with just commands to use. It’s easy to feel lost. The thing is that Linux command line is a vast topic. You can manage the entire system using just the commands. I mean
Read More
