today's howtos
-
Enable Zram on Linux For Better System Performance
zRAM is a Linux kernel module that allows the creation of Swap devices on memory.
-
How To Install Pale Moon Browser on Debian 11
In this tutorial, we will show you how to install Pale Moon Browser on Debian 11.
-
How To Install Microsoft Fonts on Ubuntu 22.04 LTS
In this tutorial, we will show you how to install Microsoft Fonts on Ubuntu 22.04 LTS.
-
Install GitHub Desktop App on Ubuntu 22.04 or 20.04 Linux [Ed: GitHub is proprietary and Microsoft's attack on Git, as well as millions of other projects. Don't use it, shun it.]
GitHub Desktop is a free and open-source graphical user interface (GUI) to run on Windows or macOS for Git version control.
-
Get BlueMail Client installed on Ubuntu 22.04 LTS Linux
Have you ever wished you could check your email directly from the Desktop interface of your Linux but without opening the browser?
-
Linux Basics - Set a Static IP on Ubuntu
Set a static IP on Ubuntu. All Ubuntu versions, from Ubuntu 22.04, and Ubuntu 20.04 down to Ubuntu 12.04, are covered in this tutorial. The guide explains setting a static IP on an Ubuntu system from the command line. It covers the network configuration for all recent Ubuntu versions and includes instructions to configure a static IP address, set the hostname, and configure name resolving.
-
Installing and using Git and GitHub on Ubuntu Linux: A beginner's guide
This tutorial is a quick setup guide for installing and using GitHub and how to perform its various functions of creating a repository locally, connecting this repo to the remote host that contains your project (where everyone can see), committing the changes and finally pushing all the content in the local system to GitHub.
-
How to Install Ansible AWX on Debian 11
Ansible AWX is a free and open-source web application sponsored by Red Hat that allows you to manage Ansible playbooks and inventories. This tutorial will show you how to install Ansible AWX on Debian 11.
-
How to Check Disk Space on Ubuntu 22.04
Tracking disk usage information is a day-to-day task of any system administrator. Linux has some built-in utilities that help you find the disk space of your system. In this post, we will show you how to check disk space on Linux using multiple ways.
-
How to Install Jira Agile Project Management Tool on Ubuntu 22.04
JIRA is a commercial software application developed by Atlassian for issue tracking and project management. This tutorial will show you how to install the JIRA project management tool on Ubuntu 22.04 server.
-
How to Install Apache Maven on Ubuntu 22.04
Maven is a free, open-source, popular build tool developed by the Apache Group. It is used to build, publish, and deploy several projects simultaneously for better performance.
-
How to Install Nagios Monitoring Tool on Ubuntu 22.04
Nagios is a powerful free, open-source monitoring tool used for monitoring Linux and Windows servers and networks and infrastructure. With Nagios, you can monitor CPU usage, disk usage, and several services including HTTP, SSH, FTP, SMTP, and more.
-
How to Install Passbolt Password Manager on Ubuntu 22.04
Passbolt is a free and open-source password manager based on PHP, MySQL, and OpenPGP. It is a self-hosted application server, you can install it on your server. Passbolt is primarily designed for teams, but you can still use it as a personal password manager.
-
How To Install Angular on Ubuntu 22.04
Angular.js is a free and open-source JavaScript framework used for building dynamic applications. This tutorial will show you how to install Angular.js with Nginx as a reverse proxy on Ubuntu 22.04.
-
How To Install ExifTool on Rocky Linux 9
In this tutorial, we will show you how to install ExifTool on Rocky Linux 9. For those of you who didn’t know, ExifTool is a powerful command-line utility for reading, writing, and manipulating metadata...
-
How To Install Foreman on Ubuntu 22.04 LTS
In this tutorial, we will show you how to install Foreman on Ubuntu 22.04 LTS.
-
Getting started with Nano
Nano is a popular open-source command-line text editor that has been in development since 1999. It is designed to be simple and user-friendly, making it an ideal choice for users who are new to the world of Linux or command-line interfaces.
-
Customizing nano with nanorc file
Nano is a lightweight and user-friendly text editor that is widely used by programmers, system administrators, and other Linux users. One of the great features of Nano is its ability to be customized with the ~/.nanorc and /etc/nanorc files.
-
How to Copy and Paste in Nano
Nano is a powerful text editor that is widely used on Unix-like operating systems, including Linux. Whether you are a developer, system administrator, or just a regular user, you may need to copy and paste text in Nano. In this article, we will show you how to copy and paste in Nano.
-
How to Kill Running Process by ID in MySQL
MySQL is a popular open-source relational database management system used by millions of developers worldwide. While it is essential to monitor running processes in MySQL, it is also important to terminate any processes that are no longer needed.
-
Deploy a Persistent Kubernetes Application with Portainer
I've been quite vocal over the past year as to how much I depend on Portainer as my container management...
-
Monitor the bandwidth in the terminal with bmon
There are many tools to monitor systems, but occasionally, they can be overwhelming because of the number of options they have and if you are looking for a specific one, then you should find a good and simple one. For example, today, you will learn how to use bmon to Monitor the bandwidth.
-
How to move a Volume Group from one system to another
There are situations where we would be required to move a whole volume group from one system to another system for some requirement.