today's howtos
-
Installing Kernel Headers on AlmaLinux 9 or Rocky GNU/Linux 9
Kernel headers are packages that are essential for building and installing third-party kernel modules or device drivers because they provide definitions of structures, constants, and function prototypes. That’s why Kernel headers, are also known as Kernel development packages.
-
TecAdmin ☛ Step-by-Step Guide to Installing Clang on CentOS & Fedora
In the realm of software development, the choice of tools can significantly affect productivity, code quality, and compatibility. Clang, the compiler front end for the C, C++, Objective-C, and Objective-C++ programming languages, is renowned for its excellent diagnostics, modularity, and speed.
-
peppe8o ☛ Setup Sendmail with Raspberry PI to Send Emails (and Attachments)
This tutorial will show you how to install and configure Sendmail on Raspberry PI computer boards, to enable your RPI to send email [...]
-
idroot
-
ID Root ☛ How To Install VNC Server on Debian 12
In this tutorial, we will show you how to install VNC Server on Debian 12. Virtual Network Computing (VNC) is a powerful desktop-sharing protocol that allows you to control a computer remotely. It operates in Graphical User Interface (GUI) environments, transmitting mouse movements and keyboard inputs over the network.
-
ID Root ☛ How To Install Hypnotix on Debian 12
In this tutorial, we will show you how to install Hypnotix on Debian 12. Hypnotix is a powerful IPTV streaming application that has revolutionized the way we consume television content. This Linux-based software allows users to watch live TV, movies, and series right on their desktop.
-
ID Root ☛ How To Install IntelliJ IDEA on Manjaro
In this tutorial, we will show you how to install IntelliJ IDEA on Manjaro. IntelliJ IDEA is a widely used Integrated Development Environment (IDE) primarily for developing software written in Java, Kotlin, Groovy, and other JVM-based languages.
-
ID Root ☛ How To Install HAproxy on Debian 12
In this tutorial, we will show you how to install HAproxy on Debian 12. HAProxy, an acronym for High Availability Proxy, is a popular open-source load balancer and proxy server for TCP and HTTP-based applications. It’s particularly suited for high-traffic websites and is often deployed by default in cloud platforms.
-
-
Net2 ☛ How to Install Kubernetes on Ubuntu 22.04
Setting up Kubernetes on Ubuntu streamlines your infrastructure, turning it into a robust container orchestration system. With Kubernetes (K8s), you can automate the deployment, scaling, and operation of application containers, simplifying management for developers and system administrators. In this article, you will learn how to install and use Kubernetes on Ubuntu.
-
Own HowTo ☛ How to install Ruby on Ubuntu
In this tutorial, you will learn how to install Ruby on Ubuntu.
The package that contains Ruby
ruby
can be found on multiple repositories for different Ubuntu versions. -
Own HowTo ☛ How to install Brave browser on Arch Linux
Brave is a free and open source web browser that you can use on Arch GNU/Linux to browse the internet. It is based on Chromium, and comes with many features.
-
LinuxConfig ☛ Cloud Gaming with GeForce NOW on Ubuntu / Debian Linux
-
Understanding and using GNU/Linux file permissions
Linux, a powerful and versatile operating system, is known for its high level of security. One of the key elements contributing to this security is the GNU/Linux file permission system.
-
Using the GNU/Linux terminal for beginners
The GNU/Linux terminal, also known as the command line, is a powerful tool that can seem daunting to beginners. However, with a basic understanding and a little practice, you can start to harness its potential and increase your productivity.
-
Configuring a firewall using iptables
In the world of network security, a firewall is a crucial component that helps protect your system from unauthorized access. One of the most popular firewall configuration tools for Linux-based systems is iptables.
-
Installing and configuring a LAMP stack
In the world of web development, the term “LAMP” is an acronym that stands for Linux, Apache, MySQL, and PHP. These four open-source software components are the building blocks of a dynamic web server.
-
Setting up a secure SSH server
Secure Shell (SSH) is a cryptographic network protocol that allows secure remote login from one computer to another. It provides a secure channel over an unsecured network in a client-server architecture.
-
Setting up a mail server with Postfix
In the digital age, email communication has become a vital part of our daily lives.