Linux Tutorials on the topic “Linux”
-
Linux Command Line Navigation Tips: The Basics of pushd and popd Command
Author: Himanshu Arora • Tags: linux, shell • Comments: 1In this article, we will be discussing how you can have a faster navigation experience on the Linux command line using the pushd and popd commands.
-
Linux dirname Command Explained for Beginners (4 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 5Are you a new Linux user? Does your work involve shell scripting? If your answer to both these questions is yes, the tool we'll be discussing here will likely interest you. The name of the tool is dirname, and it's mostly used in situations where-in you need to strip the last component from an absolute file-name.
-
How to search files from the Terminal on Linux
Author: Bill Toulas • Tags: centos, debian, fedora, linux, opensuse, shell, suse, ubuntu • Comments: 8While there are many ways with which we can search and locate files and directories on Linux, the easiest and quickest is probably through the terminal. However, not many Linux users know about that, which leads to unneeded frustration. Here is a quick guide that will hopefully help you locate what you're looking for in your system.
-
-
How to Install MEAN Stack on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0The MEAN stack is a free and open-source JavaScript-based framework used for developing web applications. The MEAN is made from four key technologies MongoDB, Express, Angular, and Node.
-
How to Install Wiki.js on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx • Comments: 1Wiki.js is an open-source, lightweight wiki software. It is built on the Node.js JavaScript framework. In this tutorial, you will learn to install Wiki.js on a Rocky Linux 9 server using the PostgreSQL database and Nginx server for proxying.
-
How to Install Suricata IDS on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, security, ubuntu • Comments: 2Suricata is a free and open-source network analysis and threat detection software developed by OSIF. It can be used as an intrusion detection system (IDS) and an intrusion prevention system (IPS).
-
How to Install DokuWiki on Ubuntu 22.04
Author: Hitesh Jethva • Tags: apache, linux, ubuntu • Comments: 0DokuWiki is a simple, easy-to-use, and highly versatile wiki software written in PHP. It is free, open-source, and uses a simple file format to store its data instead of using any database system. In this tutorial, we will show you how to install DokuWiki with Apache and the Let's Encrypt SSL certificate on Ubuntu 22.04.
-
How to Install Jupyter Notebook on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0Jupyter Notebook is a free, open-source, and web-based interactive computing platform that allows users to edit and run documents via a web browser. In this tutorial, I will show you how to install Jupyter Notebook on Ubuntu 22.04.
-
How to Install and Configure GlusterFS on Ubuntu
Author: Hitesh Jethva • Tags: cloud, linux, server, storage, ubuntu • Comments: 0GlusterFS is a free, open source and scalable network file system developed first by Gluster Inc. and later by Redhat. It is specifically designed for data-intensive workloads such as cloud storage, CDN and media streaming.
-
Setting Up an NFS Server and Client on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server • Comments: 0NFS stands for "Network File System" and is a distributed file system protocol used for sharing files and folders between Linux-based operating systems. In this tutorial we will show you how to set up an NFS server and client under CentOS 8.