HowtoForge provides user-friendly Linux tutorials.
-
How to Install and Use iostat on Debian 12
Author: howtoforge • Tags: debian, linux, server • Comments: 0 • Published: Aug 27, 2024iostat is a command-line tool used in Linux to monitor system input/output (I/O) device loading by observing the time devices are active in relation to their average transfer rates.
-
How to Install PhpMyAdmin with Nginx and Let's Encrypt SSL on Ubuntu 24.04
Author: Hitesh Jethva • Tags: linux, nginx, server • Comments: 0 • Published: Aug 27, 2024phpMyAdmin on Ubuntu is a web-based interface that simplifies the management of MySQL or MariaDB databases. In this tutorial, we'll show you how to install phpMyAdmin with Nginx on Ubuntu 24.04 and include some additional tips for optimal setup.
-
Linux lscpu Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2 • Updated: Aug 25, 2024Lscpu is a neat tool to show you CPU related information right on the shell. In this article, we will discuss the lscpu command using some easy to understand examples.
-
-
How to Install Ubuntu 24.04 (Noble Numbat) Minimal Server
Author: Till Brehm • Tags: linux, server, ubuntu • Comments: 0 • Updated: Aug 25, 2024This tutorial shows the installation of an Ubuntu 24.04 server in detail with many screenshots. The guide's purpose is to show the base installation of Ubuntu 24.04 LTS that can be used as a basis for our other Ubuntu tutorials here at howtoforge, like our perfect server guides.
-
Repair Linux boot failures in GRUB 2 rescue mode
Author: Gurujyot_singh • Tags: centos, debian, fedora, linux, suse, ubuntu • Comments: 38 • Updated: Aug 25, 2024GRUB 2 is a popular and flexible bootloader used in many Linux distributions. It serves as the interface between the system's firmware and the operating system, enabling users to choose which OS or kernel version to boot into. This article provides you with information on available options for repairing GRUB 2 boot issues and specific instructions on how to use the GRUB 2 terminal.
-
How to Install and Secure the latest phpMyAdmin version on Debian 12
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 0 • Published: Aug 25, 2024phpMyAdmin is a free, open-source, web-based application for managing MySQL and MariaDB databases from the web interface. This post will show you how to install and secure phpMyAdmin on Debian 12.
-
How to change the time-zone on Debian Linux
Author: Himanshu Arora • Tags: debian, linux • Comments: 0 • Published: Aug 25, 2024The time zone on Debian is a system-wide setting that determines the local time for the system and its applications. This tutorial will show you how to set the time zone on Debian Linux.
-
How to use the Linux ftp command to up- and download files on the shell
Author: David Duarte • Tags: centos, fedora, linux, opensuse, shell, suse, ubuntu • Comments: 17 • Updated: Aug 23, 2024In this tutorial, I will show you how to use the Linux ftp command on the shell. I will show you how to connect to an FTP server, up- and download files and create directories. While there are many nice desktops FTP clients available, the ftp command is still useful when you work remotely on a server over an SSH session and e.g. want to fetch a backup file from your FTP storage.
-
How to Install Sysdig to Monitor System Load on Ubuntu 24.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 0 • Updated: Aug 23, 2024Sysdig is an open-source and comprehensive activity monitoring tool for Linux. It is used to capture and analyze application logs and helps you to troubleshoot system-related issues. In this post, we will show you how to install and use the Sysdig monitoring tool on Linux.
-
Linux env Command Tutorial For Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0 • Updated: Aug 23, 2024The Linux env command is used to display and manage the environment variables in a shell session. Environment variables are dynamic values that affect the processes or programs running in the shell, such as paths to executable files, user-specific settings, and system behavior.