There are plenty of to-do list applications available for Linux. There is one more added to that list in the form of Sleek. Sleek to-do List app Sleek is nothing extraordinary except for its looks perhaps. It provides an Electron-based GUI for
Read More

Ansible is an opensource configuration management and orchestration tool that makes it easy to automate IT tasks in a multi-tier IT environment. With a single command, you can configure multiple servers and deploy applications without logging into each of the servers and
Read More

By default, all Linux distributions already come pre-installed with a terminal application or terminal emulator (correct technical term). Of course, depending on the desktop environment, it will look and feel different. Hereโ€™s the thing about Linux. You are not restricted to what
Read More

There are two popular ways to check disk usage in Linux terminal: du command and df command. The du command is more for checking the space used by a directory and the df command gives you the disk utilization on filesystem level.
Read More

There is not a single decent screen recording software for Linux that supports Wayland display server. GNOMEโ€™s built-in screen recorder is probably the rare (and lone) one that works if you are using Wayland. But that screen recorder has no visible interface
Read More

Managing storage devices is one of the essential skills that any Linux user or systems administrator worth his salt needs to have. There are numerous ways of creating disk partitions in Linux, both graphical and on the command-line. In this guide, we
Read More

For Smooth CI/CD development using the docker platform, consider using a self-hosted docker registry server. Docker registry is the repository where you can store your docker images and pull them to run applications on the server. For faster delivery as well as
Read More