today's howtos
-
How to Install the Lighttpd Server on Ubuntu 22.04 - Unix / Linux the admins Tutorials
In this short and simple post, you will learn how to install Lighttpd on Ubuntu 22.04. You will also learn how to add PHP support.
For those who don’t know, lighttpd is a secure, fast, compliant, and very flexible web server that has been optimized for high-performance environments.
One of the main things that make it so popular is that it is quite lightweight and can revive web servers.
-
How to Install Linux Kernel 6.1 on Fedora 37/36/35
Fedora users usually have a relatively recent Linux Kernel installed on their system. Currently, this is Linux kernel 6.0. However, given Fedora is an upstream release and many users often install upstream distributions with newer hardware, you may want to pre-install the latest Linux kernel 6.1 mainline release for better hardware support. The new Linux Kernel release brings improvements and hardware support along with the initial Rust language support in the mainline Kernel for better security and memory-safe code.
-
What is Chroot Jail and its Usecase in Linux
While walking in your Linux journey, you might hit yourself with the term “chroot” (or “chroot jail”), and that’s what you’re about to learn today: what they are and their usage.
-
How to Install LibreWolf Browser on Ubuntu 22.04/20.04 - LinuxCapable
LibreWolf is a Firefox fork designed to enhance your privacy and security while browsing the Internet and works well on Ubuntu desktops as an alternative browser. It eliminates telemetry and other tracking techniques that can be intrusive to your personal information, along with a few additional security improvements to give you added peace of mind when browsing. On top of that, LibreWolf also incorporates protection against fingerprinting to ensure that marketers aren’t able to track you online. If your online safety is important, LibreWolf could be an ideal web browser for you to use daily or a secondary browser for certain types of browsing.
The following tutorial will teach you how to install LibreWolf Browser on Ubuntu 22.04 Jammy Jellyfish and Ubuntu 20.04 Focal Fossa LTS. The tutorial will go over importing the official repository and gpg key with CLI commands and installing the browser, along with some additional commands and tips for keeping the browser up-to-date.
-
How to Install Redis on Fedora 37/36/35 - LinuxCapable
Redis is quickly becoming an industry standard for an in-memory data structure store due to its open-source design, comprehensive list of supported data structures, and scalability through automated partitioning across nodes. High availability can be achieved with minimal configuration using Redis Sentinel software logic. This allows developers to focus on building their applications versus managing and configuring their databases. The ability to use Redis as a database, cache, and message broker with considerable options makes this open-source technology a powerful choice.
In the following tutorial, you will learn how to install Redis on Fedora 37/36/35 Linux workstation or server using the terminal command line and some basic setup instructions to get you started using the command line terminal.
-
How to Find if the System is Running on HDD or SSD in Linux - TREND OCEANS
A cheat sheet for determining whether a drive is SSD or HDD is available here for Linux-based distributions so first let's get started with lsblk command