today's howtos
-
How To Install Iostat on Ubuntu 22.04 LTS
In this tutorial, we will show you how to install iostat on Ubuntu 22.04 LTS.
-
2023-03-02 How to Graphically Manage Packages on a Chromebook With Synaptic
-
2023-03-03 How to Generate and Learn Morse Code Using the Linux Terminal
-
2023-03-03 How to Install and Set Up Burp Suite on Linux
-
2023-03-02 7 Reasons Why You Should Learn Networking on Linux
-
2023-03-03 How do Nix builds work?
-
How To Enable Open_File_Cache Feature on Nginx
In this tutorial, we will show you how to enable the open_file_cache feature on Nginx. For those of you who didn’t know, Nginx is a popular web server that offers many features to optimize website performance.
-
How To Install Cinnamon Desktop on Fedora 37
In this tutorial, we will show you how to install Cinnamon Desktop on Fedora 37. For those of you who didn’t know, Cinnamon is a desktop environment based on the GNOME desktop environment.
-
Install VirtualBox Guest Additions on AlmaLinux
Follow through this tutorial to learn how to install VirtualBox guest additions on AlmaLinux. We are installing the VirtualBox Guest additions on AlmaLinux Desktop.
-
How to install Slack on Rocky Linux 8 or 9?
Are you using Rocky as your regular desktop operating system and looking for a way to install Slack Application on Rocky Linux by following simple steps?
-
How to Install and Configure Ansible on Ubuntu 20.04
Ansible is a very popular configuration management tool designed to streamline the process of controlling a large number of servers. In this guide, we will learn how to install and configure Ansible on an Ubuntu 20.04 server.
-
How to Install LAMP Server Stack on Ubuntu 22.04
LAMP is an open-source software stack containing an Apache web server, MySQL or MariaDB database, and PHP programming language. It is one of the most popular web development platforms allowing web developers to build, deploy, and manage websites and applications online.
-
How to Install Jellyfin Media Server on Debian 11
Jellyfin is a free and open-source media streaming application that organizes, manages, and shares digital media files to networked devices. It allows you to stream the uploaded media files to your PC, Laptop, Mobile, and Roku.
-
How to Install Grafana and Prometheus on Ubuntu 22.04
This tutorial covers installing Grafana, Prometheus, and node exporter on Ubuntu 22.04 server. You'll build a powerful monitoring stack with Grafana as the dashboard and data visualization tool, Prometheus as the data source where all your monitoring data will be stored, and the node_exporter is an application that gathers information and metrics about your systems and send all those metrics to the Prometheus.
-
How to install NGINX on Alpine Linux?
Nginx is a lightweight and high performance web server/reverse/email(IMAP/POP3) proxy.
-
How to Extract Files from a DEB Package in Debian Systems
Have you ever wondered how you can extract individual files from a Debian file (.deb) without actually installing any software?
-
2023-03-03 How to install Aisleriot Solitaire on a Chromebook
-
2023-03-02 How to install TuxGuitar on a Chromebook
-
2023-03-03 Record Your Screen To GIF Or MP4, Take Screenshots And Insert Annotations With The New Peek
-
How to Install WordPress with Nginx, MariaDB, PHP on Debian 11 or 10
WordPress is a free and open-source content management system (CMS) allowing users to create and manage websites easily. It was first released in 2003 and has since become one of the most popular website-building platforms, powering over 40% of all websites on the internet.
-
How to Install Pulsar IDE on Manjaro Linux
Pulsar Edit IDE is a community-led, hyper-hackable text editor created as a successor to the original Atom text editor. While a community build for Atom was already available, the developers of Pulsar wanted to create a new version that would bring feature parity with the original Atom while introducing modern features and updated architecture.
-
How to Install OnlyOffice on Manjaro Linux
OnlyOffice is a highly versatile and comprehensive office suite quickly gaining popularity as an alternative to established names such as Microsoft Office, LibreOffice, and FreeOffice.
-
Comparing Flatpak and Snapcraft: Pros, Cons, and Use Cases
With the rise of containerization technologies, software packaging and distribution have also seen major advancements in the past few years. Flatpak and Snapcraft are two of the most popular container-based package management systems that aim to make software installation and distribution more accessible, reliable, and secure.
-
Communication between two Arduinos by Serial UART
In this tutorial, we will use two Arduino Uno to communicate with each other via Arduino UART (universal asynchronous receiver-transmitter) communication. This communication is a
-
Gentoo, print in percent of all available packages in tree we installed
$ echo "$((`eix --only-names -I | wc -l` * 100 / `eix --only-names | wc -l`))% of 100% packages from Gentoo Linux is installed"