Linux watch Command Tutorial for Beginners (5 Examples)
Sometimes, while working on the Linux command line, you might want to execute a command repeatedly so as to track any change in output. Well, you'll be happy to know there exists a command line utility...
View ArticleLinux exit Command Explained for Beginners (with Examples)
If you are a Linux newbie, and your work involves doing stuff through the command line, then it goes without saying that you must be spending a lot of time on the terminal window. As you'd likely...
View ArticleLinux touch Command Tutorial for Beginners (6 Examples)
Sometimes, while working on the command line in Linux, you might want to create a new file. Or, there may be times when the requirement is to change the timestamps of a file. Well, there exists a...
View ArticleLinux ln Command Tutorial for Beginners (5 Examples)
Sometimes, while working on the command line, you need to create links between files. This can be achieved using a dedicated command, dubbed ln. In this tutorial, we will discuss the basics of this...
View ArticleLinux Chown Command Tutorial for Beginners (12 Examples)
In Linux, there may be times when you might want to change the owner and group-related information for a file or directory. If you are a command line newbie, and want to know how you can make such...
View ArticleWeb UI Dashboard for Kubernetes
Kubernetes dashboard provides a web-based UI for the cluster. One can deploy applications on the cluster using the dashboard as well as troubleshoot the existing applications in the cluster. In this...
View ArticleCheat Sheet for Kubernetes Commands
While working on Kubernetes it is very important that you know at least the basic commands. In this article, you will find the commands which are needed most of the time while working on the cluster.
View ArticlePerfect Server Automated ISPConfig 3 Installation on Debian 10, Debian 11,...
This tutorial shows you how to easily set up a web, email and DNS server with ISPConfig 3 using the ISPConfig auto-installation script.
View ArticleHow to Install PowerDNS and PowerAdmin on Rocky Linux
PowerDNS is a free and open-source DNS Server software. In this guide, we will show you how to install PowerDNS and the PowerDNS-Admin on a Rocky Linux system. We will run the PowerDNS with the...
View ArticleHow to Install Mastodon Social Network with Docker on Rocky Linux 9
Mastodon is a free, decentralized, and open-source social network. It was created as an alternative to Twitter. Just like Twitter people can follow each other, and post messages, images, and videos....
View ArticleHow to Install Mosquitto MQTT Message Broker on Debian 11
Eclipse Mosquitto is a free and open-source message broker implementation of the MQTT protocol. In this tutorial, we'll walk through the process of installing and configuring Mosquitto MQTT Message...
View ArticleInstall and Configure OwnCloud on Debian 11
OwnCloud is a free, open-source, and self-hosted file synchronization and sharing solution. In this post, we will show you how to install OwnCloud on Debian 11.
View ArticleHow to Install ownCloud on Ubuntu 22.04
ownCloud is a software-suits for creating file-hosting services like Google Drive and DropBox. In this tutorial, we will show you how to install and configure ownCloud on Ubuntu 22.04 server.
View ArticleHow to Install FileRun using Docker
FileRun is a self-hosted file sync- and share web-based application. In this tutorial, you will learn how to install FileRun using Docker on your Linux server. We will also configure Elasticsearch to...
View ArticleHow to Install and Set Up Tor Browser on Linux
Tor Browser is the official internet browser tool of the Tor Network project. This software is aimed at serving users who want to browse in full anonymity, preventing surveillance of any kind. This is...
View ArticleHow to Install Concrete5 CMS with Apache and free Let's Encrypt SSL on Ubuntu...
Concrete5 is an open-source content management system used to publish content on the internet. It is written in PHP and uses MariaDB as a database backend. It provides an easy-to-use builder that helps...
View ArticleInstall sysPass Password Manager with Free Let's Encrypt SSL on Ubuntu 22.04
sysPass is a free, open-source, and PHP-based password management tool used to save your passwords in a safe location. It is web-based, secure, reliable, and designed for multi-user environments.
View ArticleLinux wall Command Tutorial for Beginners (with Examples)
There are times when multiple users are logged in to a server computer, and you - the system/network admin - need to, say, restart the server to perform some maintenance task. Of course, the correct...
View ArticleHow to Install OpenVPN Server and Client with Easy-RSA 3 on CentOS 8
OpenVPN is an open-source application that allows you to create a secure private network over the public internet. In this tutorial, we will show you how to step-by-step install and configure OpenVPN...
View ArticleHow to access shell or run external commands from within Vim
Vim, as you might already know, is a feature-packed and powerful editor. In this tutorial, we will focus on how you can execute external commands as well as access the command line shell from within...
View Article