Screen is command line utility which works in Linux systems as a terminal multiplexer. Sometimes we may face some issues like terminating the remote ssh connections due to network issues while performing an important task. It may be painful if the task
Read More
There are a variety of BitTorrent applications available for Linux. But finding a good application that offers many features should save you some time. KTorrent by KDE is one such BitTorrent app built for Linux. While there are several torrent clients for
Read More
When it comes to dual boot, the general idea is that you have a system preinstalled with Windows and then you install Linux alongside Windows. On the boot, you select whether you want to use Windows or Linux. How about the opposite
Read More
You have a shiny new Razer hardware, but you cannot find the Razer Synapse software for Linux. And you end up with no proper RGB sync and do not get to customize it. What do you do? Well, for certain functionalities, like
Read More
With some effort, you can install Arch Linux. You may also install a desktop environment or windows manager of your choice on your Arch system. That takes some time and effort but it is surely achievable. However, there exists projects that try
Read More
Screen sharing or screen mirroring apps available out there aren’t that good. Even though most of the dedicated options are only available for Windows/Mac, you may have a tough time finding an open-source solution for Linux. With such an app, you can
Read More
As the name suggests, minikube is a single node Kubernetes (k8s) cluster. Anyone who is new to the Kubernetes and wants to learn and try deploying application on it, then minikube is the solution. Minikube provides a command line interface to manage
Read More
The man pages, short for reference manual pages, are your keys to Linux. Everything you want to know is there – take it all in an run with it. The collection of documents will never win a Pulitzer prize, but the set is quite
Read More
It is always recommended to use encrypted passwords in Linux bash shell scripts. Typically, in bash shell script we may need password for remote user while connecting to remote system, ftp user and proxy user etc. In this article, we will cover
Read More
When it comes to terminal based text editors, it is usually Vim, Emacs and Nano that get the limelight. That doesn’t mean there are not other such text editors. Neovim, a modern enhancement to Vim, is one of many such examples. Along
Read More