Linux Tutorials on the topic “linux”
-
Linux basename Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0 • Updated: Jun 28, 2024Sometimes, while working on the command line (especially when dealing with shell scripts), you might be interested in only the filename, but what's available to you is the complete path of the file. So, the requirement is to strip the directory component of the path. You'll be glad to know there exists a command - basename - that does this job.
-
How to Mount an NTFS Drive on Rocky Linux
Author: David Duarte • Tags: centos, desktop, fedora, linux, server, storage • Comments: 0 • Published: Jun 28, 2024This tutorial will show you how to mount an NTFS drive in read/write mode on the RHEL-based Linux operating system Rocky Linux. NTFS-3G is a stable Open Source NTFS driver that supports reading and writing to NTFS drives on Linux and other operating systems.
-
Linux tty Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0 • Updated: Jun 27, 2024In Linux, everything is a file. Even any hardware device connected to the system is represented as a special file. So it shouldn't come as a surprise that a terminal is also represented as a file. There exists a command dubbed tty that displays terminal related information.
-
-
How to Install Drupal on Alma Linux 9
Author: Arvid L • Tags: linux, server, web server • Comments: 0 • Published: Jun 27, 2024Drupal is an open-source content management system (CMS) for building and managing websites. Known for its flexibility and robustness, Drupal allows users to create and organize content, customize the presentation, automate administrative tasks, and manage user roles and permissions.
-
How to deploy Ghost Blog with Nginx on Debian 12
Author: Navjot Singh • Tags: debian, linux, server, web server • Comments: 0 • Published: Jun 25, 2024Ghost is an open-source blogging platform that helps you create a professional-looking blog. In this tutorial, we will explore how to install Ghost CMS using Nginx and MySQL on a server powered by Debian 12.
-
How to Install Cachet Status Page System on Debian 12
Author: Arvid L • Tags: debian, linux, server • Comments: 0 • Published: Jun 25, 2024Cachet is an open-source status page system written in PHP. It allows you to monitor downtime and system failure on your infrastructure.
-
How to Install Umami Privacy Analytics on Ubuntu 24.04
Author: Arvid L • Tags: linux, ubuntu, web server • Comments: 0 • Published: Jun 24, 2024Umami is a free and open-source web analytics platform written in Nodejs. In this guide, you’ll learn how to install Umami privacy-focused analytics on the Ubuntu 24.04 server.
-
How to Install Magento eCommerce Suite on Rocky Linux 9 with Elasticsearch
Author: Navjot Singh • Tags: cms, linux, web server • Comments: 0 • Published: Jun 21, 2024Magento is an open-source e-commerce platform written in PHP. In this tutorial, we will install the Magento open-source community edition. It offers all the functionality you need to set up a professional online store. We will also install Elasticsearch to search through the product catalog, Redis for the session, and file cache, and serve it using the Nginx server.
-
How to Install Prestashop on Ubuntu 24.04 Server
Author: Arvid L • Tags: linux, ubuntu • Comments: 0 • Published: Jun 21, 2024Prestashop is a fully customizable and feature-rich e-commerce solution for building comprehensive e-commerce websites. In this guide, you’ll learn how to install Prestashop on the Ubuntu 24.04 server with the LAMP Stack (Linux, Apache, MySQL/MariaDB, and PHP) and Composer.
-
How to Install Grafana and Prometheus on Ubuntu 24.04
Author: Arvid L • Tags: linux, monitoring, ubuntu • Comments: 0 • Published: Jun 20, 2024Grafana is an open-source and multi-platform data visualization platform. In this tutorial, you’ll learn how to install Grafana, Prometheus, and node_exporter on Ubuntu 24.04 servers.