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
Subtitles make the experience of watching a video seamless. You do not need to necessarily understand the language of the video, the subtitle helps you figure out what’s happening with a text version of the audio in your preferred language. You get
Read More
Linux Mint is a popular Linux distribution tailored for beginners while providing a similar experience to former Windows users. In fact, it does a few things better than Ubuntu, which makes it a suitable choice for every type of user. It is
Read More
There is no doubt that Microsoft’s VS Code is one of the best open source code editor out there. Unlike the legendary Vim, VS Code doesn’t need you to be a keyboard ninja and has tons of features that developers swear by.
Read More
Custom facts (local facts) are the variables which are declared on ansible managed host. Custom facts are declared in ini or json file in the /etc/ansible/facts.d directory on managed host. File names of custom facts must have .fact extension. In this article,
Read More