| by Scott Kilroy

How to Install PrestaShop on AlmaLinux 9

Prestashop is a free and open-source e-commerce solution written in PHP. It allows you to self-host, create online stores, and grow your online business. Prestashop is a fully customizable and feature-rich e-commerce solution for building comprehensive…

Share Button
Read More
| by Scott Kilroy

How to Install MediaWiki on Rocky Linux 9

MediaWiki is a free and open-source software with robust, scalable, and extensible wiki software offering feature-rich wiki implementations. The MediaWiki powers the biggest wiki sites on the internet, such as Wikipedia and Wikimedia.

Share Button
Read More
| by Scott Kilroy

Change the Linux Shell with csh Command

The csh command in Linux refers to the C shell, a Unix shell created by Bill Joy while he was a graduate student at UC Berkeley in the late 1970s. The C shell (csh) is a command processor that provides a user interface to access an operating system’s s…

Share Button
Read More
| by Scott Kilroy

Linux Csplit Command Explained for Beginners (6 Examples)

While working on the command line in Linux, you may find yourself in situations where-in you need to split a file into multiple parts. If you are already looking for a way to do this, or simply want to know how this can be done, you’ll be glad to know …

Share Button
Read More
| by Arround The Web

26 Security Hardening Tips for Modern Linux Servers

In this post, we’ll explain 25 useful tips and tricks to secure your Linux system. We hope these tips and tricks will help you secure your system.
The post 26 Security Hardening Tips for Modern Linux Servers appeared first on Linux Today.

Share Button
Read More
| by Scott Kilroy

Linux hostname Command Tutorial for Beginners (5 Examples)

The Linux hostname command is a utility used to display or set the system’s hostname. A hostname is a unique identifier assigned to a device on a network, functioning much like a person’s name in a social context.

Share Button
Read More
| by Scott Kilroy

How to Use Chattr Command in Linux

The chattr (change attribute) command in Linux is a powerful tool used to modify the attributes of files on an ext2, ext3, or ext4 filesystem. It allows users to set certain attributes that control how files can be accessed and modified.

Share Button
Read More
| by Scott Kilroy

Linux sha1sum Command Tutorial for Beginners (with Examples)

Linux command line offers several tools for checking and verifying a file’s integrity. One such tool is sha1sum, which we will be discussing here in this tutorial using some easy to understand examples.

Share Button
Read More
| by Scott Kilroy

Linux cksum command explained for beginners (with examples)

The cksum command in Linux is a utility that generates a CRC (Cyclic Redundancy Check) checksum and byte count for a given file. It is used to verify the integrity of files by comparing the checksum values before and after transmission or storage.

Share Button
Read More
| by Scott Kilroy

Linux basename Command Tutorial for Beginners (with Examples)

Sometimes, 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 compone…

Share Button
Read More
| by Scott Kilroy

How to Install Drupal on Alma Linux 9

Drupal 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 ma…

Share Button
Read More
| by Scott Kilroy

How to Install Magento eCommerce Suite on Rocky Linux 9 with Elasticsearch

Magento 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 Elasticsearc…

Share Button
Read More
| by Scott Kilroy

Linux chsh Command Tutorial for Beginners (5 Examples)

The bash shell is one of the most widely used login shells in Linux. But there exist other shells as well, and you can use them for your command line work (until of course there’s a specific requirement for your work). In this article, we will discuss …

Share Button
Read More
| by Arround The Web

lnav – Awesome terminal log file viewer for Linux and Unix

It is no secret that whether you are a developer or sysadmin, you need to use log files to troubleshoot errors on your Linux and Unix systems. You use tools like grep, tail, cat, or journalctl to view log files. However, you may need help with so many …

Share Button
Read More
| by Scott Kilroy

Getting Started with Salt IT Automation Framework on AlmaLinux 9

Salt or Saltstack is an open-source IT automation framework that allows administrators to execute commands remotely to multiple machines directly. This tutorial will show you how to install Salt on AlmaLinux 9 servers.

Share Button
Read More
| by Scott Kilroy

Linux OD Command Tutorial for Beginners (6 Examples)

There may be times when while working on the Linux command line, you might want to display/convert content in a file in/to a form other than its original form, like decimal or octal. Gladly, there’s an inbuilt command line tool that you can use in situ…

Share Button
Read More
| by Scott Kilroy

How to Install and Create a Chat server using Matrix Synapse and Element on Rocky Linux 9

In this tutorial, you will learn how to install and create a chat server using Synapse, a home server implementation of Matrix. Element is a Matrix web client built using Matrix React SDK. This will allow you to offer Matrix chat on the web.

Share Button
Read More
| by Scott Kilroy

How to Reset the WordPress Admin Password on the Command-Line

Resetting your WordPress login through the shell can be done with the MySQL command-line client mysql or by using the wp-cli command, a small but handy program to manage WordPress instances on the shell.

Share Button
Read More
| by Scott Kilroy

How Linux Skills can Boost your Career: A Complete Guide

Linux skills are growing in valuable in the IT industry since they can dynamically increase one’s chances of finding a decent job. A typical computing platform, Linux is freely available and used in everything from automobiles and cell phones to the wo…

Share Button
Read More
| by Scott Kilroy

How to Install LOMP Stack (OpenLiteSpeed, MySQL, and PHP) on Ubuntu 24.04

OpenLiteSpeed is a lightweight and open-source version of the LiteSpeed Server developed by LiteSpeed Technologies. It supports Apache Rewrite rules, HTTP/2 and HTTP/3, and TLS v1.3 and QUIC protocols. This tutorial will show you how to install an Open…

Share Button
Read More