Linux Tutorials on the topic “ubuntu”
-
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: 7 • 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.
-
How to use grep to search for strings in files on the Linux shell
Author: Srijan Kishore • Tags: centos, debian, linux, opensuse, shell, ubuntu • Comments: 10 • Updated: Aug 22, 2024The grep command, which means global regular expression print, remains amongst the most versatile commands in a Linux terminal environment. It happens to be an immensely powerful program that lends users the ability to sort input based on complex rules, thus rendering it a fairly popular link across numerous command chains. The grep command is primarily used to search text or search any given file for lines containing a match to the supplied words/strings.
-
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.
-
How to Install RabbitMQ on Ubuntu 24.04 Server
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 0 • Published: Aug 13, 2024RabbitMQ is a free and open-source message broker. Supporting multiple message protocols, RabbitMQ is the most widely used message broker on the Internet.
-
How to Install and Use WP-CLI on Ubuntu
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 1 • Updated: Aug 12, 2024The WP-CLI is the command-line tool for interacting with and managing your WordPress sites. With WP-CLI, you can install and update plugins, and themes, and configure multisite installations without using a web browser. It is a handy tool for debugging issues when the WordPress front end doesn’t work.
-
How to limit CPU usage with CPULimit on Ubuntu Linux
Author: Till Brehm • Tags: linux, shell, ubuntu • Comments: 5 • Updated: Aug 11, 2024The cpulimit command in Linux is a powerful utility that allows users to limit the CPU usage of a specific process. This tool is particularly useful when you want to prevent a process from consuming too much CPU power, which could otherwise impact the performance of other tasks running on the system.