Linux Tutorials on the topic “Linux”
-
Useful Gedit Plugins for Software Developers
Author: Himanshu Arora • Tags: desktop, linux, ubuntu • Comments: 6Gedit offers almost all the features expected from a basic text editor, but if that's not enough for some reason, you can add more functionality to it through plugins. This tutorial covers three of the most useful Gedit plugins for programmers.
-
Linux Head Command Explained for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0In this article, we will discuss the basics of the head command using some easy to understand examples. Sometimes, while working on the command line in Linux, you might want to take a quick look at a few initial lines of a file. For example, if a log file is continuously being updated, the requirement could be to view, say, first 10 lines of the log file every time.
-
Getting Started with UFW (Uncomplicated Firewall) on Ubuntu 22.04
Author: Muhammad Arul • Tags: linux, security, ubuntu • Comments: 5UFW or Uncomplicated Firewall is an application to manage an iptables based firewall on Ubuntu. UFW is the default firewall configuration tool for Ubuntu Linux and provides a user-friendly way to configure the firewall, the UFW command is just like English language so the commands are easy to remember. The UFW firewall supports IPv4 and IPv6.
-
-
How to Install and Configure Nagios on Rocky Linux 9
Author: Navjot Singh • Tags: linux, monitoring • Comments: 0Nagios is a popular and one of the most powerful open-source monitoring systems. It monitors your IT infrastructure and keeps your networks, servers, applications and processes running smoothly.
-
10 Linux cat Command Examples for Beginners
Author: Himanshu Arora • Tags: linux • Comments: 1If you a regular Linux command line user, I am sure you must have used the cat command. The tool is mostly used for displaying contents of a file, although it provides many other small but useful features. In this article, we will discuss the cat command in detail, explaining some of its key features.
-
How to Install Wallabag on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, ubuntu • Comments: 1Wallabag is a read-it-later kind of service. It allows you to save webpages to read later at your leisure pace. This tutorial will cover installing and setting up Wallabag on a server running Ubuntu 22.04.
-
How to Install OCS Inventory Server on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu • Comments: 4OCS Inventory Server is open-source software that allows you to scan and inventory all devices in your environment or IT departments. It's a free inventory and assets management solution that helps you keep track of all your devices and computers' information.
-
How to Install LAMP Server Stack on Ubuntu 22.04
Author: Hitesh Jethva • Tags: apache, linux, mysql, php, ubuntu • Comments: 0LAMP is an open-source software stack containing an Apache web server, MySQL or MariaDB database, and PHP programming language. It is one of the most popular web development platforms allowing web developers to build, deploy, and manage websites and applications online.
-
How to Install Jellyfin Media Server on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 1Jellyfin is a free and open-source media streaming application that organizes, manages, and shares digital media files to networked devices. It allows you to stream the uploaded media files to your PC, Laptop, Mobile, and Roku.
-
How to Install Grafana and Prometheus on Ubuntu 22.04
Author: Arvid L • Tags: linux, monitoring, ubuntu • Comments: 1This tutorial covers installing Grafana, Prometheus, and node exporter on Ubuntu 22.04 server. You'll build a powerful monitoring stack with Grafana as the dashboard and data visualization tool, Prometheus as the data source where all your monitoring data will be stored, and the node_exporter is an application that gathers information and metrics about your systems and send all those metrics to the Prometheus.