Fedora 34 will be releasing next month. Fedora 34 beta is already released and it features the awesome new GNOME 40. If you are running Fedora 33 right now and want to enjoy GNOME 40 and all the other features that come
Read More
Plausible is a simple, privacy-friendly analytics tool. It helps you analyze the number of unique visitors, pageviews, bounce rate and visit duration. If you have a website you would probably understand those terms. As a website owner, it helps you know if
Read More
In our previous tutorial, we looked at the Linux head command and its example usages. The tail command is the complementary of the head command. It reads and prints out the last N lines in a file. Without any command options, it
Read More
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
Ansible AWX is a free and opensource front-end web application that provides a user interface to manage Ansible playbooks and inventories, as well as a REST API for Ansible. It is an open source version of Red Hat Ansible Tower. In this
Read More
The Linux head command reads and prints the first N lines to standard output. By default, it prints out the first 10 lines. However, this can be modified by passing additional arguments on the command-line. The โheadโ command is the opposite of
Read More