Showing headlines posted by vitux

« Previous ( 1 2 3 4 5 6 7 8 9 ... 34 ) Next »

How to Install MongoDB on Rocky Linux 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Nov 3, 2021 7:52 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this guide, we will show you how to set up your own MongoDB database on a Rocky Linux 8 operating system. After installing the software, we will then create a database and do some basic administration tasks.

How to Install ProcessWire CMS on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Nov 2, 2021 9:27 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
ProcessWire is a free and open-source content management system (CMS). It’s a PHP-based platform that can be used as a standalone or as a module for other platforms like Drupal and WordPress. This guide explains the process of installing ProcessWire on an Ubuntu 20.04 system.

How to Install OpenLiteSpeed Webserver on Alma Linux 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 30, 2021 1:34 AM EDT)
  • Story Type: Tutorial; Groups: Linux
OpenLiteSpeed is a web server that can be used to speed up dynamic content delivery. It also features a built-in caching system for static content. In this guide, we will walk you through the steps you need to take in order to install it on an AlmaLinux 8 system.

How to Install CyberPanel on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 26, 2021 8:09 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial will show you how to set up CyberPanel with OpenLiteSpeed on an Ubuntu 20.04 cloud server. and will also go over some basic CyberPanel configuration changes needed in order for CyberPanel to work properly.

How to Install GCC Compiler Collection on CentOS 8 and Rocky Linux 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 22, 2021 7:46 AM EDT)
  • Story Type: Tutorial; Groups: Linux
The GNU Compiler Collection (GCC) is a compiler software package with a collection of compilers for several languages. GCC supports various programming languages, including C, C++, Objective-C, Fortran, Java and Ada.

Store Passwords Securely with Hashicorp Vault on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 20, 2021 11:27 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Hashicorp Vault is a solution that can be used to store secrets. It protects all the secrets stored on it and keeps secured. In this article, we will learn how to install Hashicorp vault on ubuntu 20.04.

How to Install Fish Shell on CentOS 8 and Rocky Linux 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 16, 2021 9:18 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Fish Shell also known as ‘Friendly interactive shell’ used for Unix/Linux-like operating distributions. It provides a smart, fully equipped, and user-friendly command-line environment for all Linux users.

How to Install Virtualmin on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 12, 2021 9:40 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Virtualmin is a web hosting control panel that allows you to manage your virtual private servers through an easy-to-use interface. You can use this software to create and delete websites, install and update server applications, and monitor resource usage.

How to Install PostgreSQL and pgAdmin4 on Ubuntu 20.04

This tutorial shows you how to install the PostgreSQL database server on Ubuntu 20.04. Then we install pgadmin 4, an easy-to-use administration frontend for postgres.

How to change the MAC address on Ubuntu 20.04 using Macchanger

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 7, 2021 5:23 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Macchanger is an amazing Linux utility that can be used to view as well as to change the MAC address of any desired networking device. In this article, we will begin with the installation of this utility on a Ubuntu 20.04 or Linux Mint 20 system and then we will teach you how you can change the MAC address with the help of this utility.

How to Install Git Version Control System on Debian 11

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 7, 2021 9:38 AM EDT)
  • Story Type: Tutorial; Groups: Debian
Git is a distributed version control system that was originally developed by Linus Torvalds in 2005. It has since been made available as an open-source project, allowing for more people to contribute and use it across all platforms of development without charge. This tutorial shows you two ways to install Git on debian 11.

How to Create Linux OS Templates with KVM on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 30, 2021 6:05 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
KVM refers to the Kernel-based Virtual Machine which helps to run multiple Linux or window-based isolated guests along with their own OS and virtual dedicated hardware. This tutorial shows you how to create a VM template from the existing VM on KVM.

MySQL 8 Master-Slave replication on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 30, 2021 1:36 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Sometimes we may need to replicate data from one MySQL DB server to one or more MySQL DB servers automatically. In this article, we will learn how to set up master-slave MySQL database replication in Ubuntu 20.04.

How to Install and Use Docker on Rocky Linux 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 23, 2021 1:51 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article, we will show you how to install Docker CE on your Rocky Linux system via the command line. In addition, these procedures are applicable for REHL and CentOS 8 as well.

Which local Backup Tool is the best on Linux?

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 22, 2021 8:47 PM EDT)
  • Story Type: Tutorial; Groups: Linux
There are several backup utilities available for Linux. Some of them are based on bash scripts and others are properly crafted open-source software. The problem comes when nothing is available in a default installation. In this article, I will show and compare 5 Linux backup tools that can be used to back up your Linux desktop system.

How to Install ProFTPD on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 22, 2021 2:34 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
ProFTPd is an open source FTP server application that allows you to set up your own FTP servers on Linux machines, even more so if they are dedicated servers or cloud instances. We are going to install the latest version of ProFTPD on an Ubuntu 20.04 machine.

How to Install FreeRADIUS and Daloradius on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 20, 2021 7:07 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
RADIUS is a AAA (authentication, authorization, and accounting) protocol that helps in controlling network access. In this guide, you will learn to install FreeRADIUS on Ubuntu 20.04 LTS and use daloRADIUS as the web interface.

How to Install Webmin on CentOS 8 and Rocky Linux 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 13, 2021 7:28 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Webmin is an open-source web-based interface that simplifies the administration of Unix systems. In this tutorial, we will cover how to install Webmin on CentOS and Rocky Linux, configure the firewall and access the Webmin web interface.

How to format a harddisk partition with BTRFS on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 11, 2021 2:12 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Btrfs or commonly pronounced as b-tree FS or butter FS is a COW (copy-on-write) based disk storage format and filesystem combined with a volume manager. In this article, I will show you how to create a disk partition and format it with Btrfs file system on Ubuntu 20.04 LTS.

How to speed-up an Ansible Playbook

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 8, 2021 10:38 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Ansible is an open-source IT automation tool for continuous deployments or zero downtime rolling updates, software deployment, configuration management, and orchestration of more advanced IT tasks. This tutorial shows several ways to speed up an Ansible Playbook.

« Previous ( 1 2 3 4 5 6 7 8 9 ... 34 ) Next »