Linux Tutorials on the topic “ubuntu”
-
How to Install and Use SFTP on Linux Servers
Author: Arvid L • Tags: centos, debian, linux, security, server, ubuntu • Comments: 3 • Updated: Aug 29, 2024SFTP or SSH File Transfer Protocol is a method for securely transferring data between computers. In this guide, you will learn how to set up SFTP Server on a Linux system.
-
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 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.
-
How to Install and Configure Rsyslog Server and Client on Ubuntu 24.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 0 • Published: Aug 23, 2024In this tutorial, we will explain how to configure the Rsyslog server on an Ubuntu 24.04 server. Rsyslog is a powerful and secure system for log processing. The Rsyslog server receives logs over the network from several physical or virtualized servers and monitors the health of different services.
-
How to install PHP 5.6 and 7.0 - 8.3 with PHP-FPM and FastCGI mode for ISPConfig 3.2 with apt on Ubuntu 20.04 - 24.04
Author: Thom Pol • Tags: ispconfig, linux, php, ubuntu • Comments: 9 • Updated: Aug 22, 2024When using ISPConfig, by default, you only have the main PHP version for your distribution. This guide will show you how to install additional PHP versions (5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.1, 8.2, and 8.3) on an Ubuntu server with ISPConfig.
-
Installing and using Git and GitHub on Ubuntu Linux: A beginner's guide
Author: Akshay Pai • Tags: linux, programming, ubuntu • Comments: 128 • Updated: Aug 22, 2024This 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 Visual Studio Code Cloud IDE on Ubuntu 24.04 Server
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 0 • Published: Aug 22, 2024The Visual Studio Code Cloud IDE is an online version of Microsoft's popular Visual Studio Code (VS Code) editor, designed to provide a flexible and accessible development environment in the cloud. This guide will show you how to install Visual Code-Server on the Ubuntu 24.04 server with Nginx as a reverse proxy.
-
Installing Pure-FTPd on Ubuntu 24.04
Author: Till Brehm • Tags: ftp, linux, server, ubuntu • Comments: 0 • Published: Aug 15, 2024Pure-FTPd is a free (BSD-license), secure, production-quality and standard-conformant FTP server. This guide provides a step-by-step process for installing and configuring Pure-FTPd on Ubuntu.