Showing headlines posted by vitux

( 1 2 3 4 5 6 ... 34 ) Next »

How to set up NTP Server and Client on Debian 11

  • vitux.com (Posted by vitux on Apr 14, 2022 10:24 PM EDT)
  • Story Type: Tutorial; Groups: Debian
NTP stands for Network Time Protocol. It is a protocol or service used to synchronize the clock of your client computers with the clock of a server. The server’s clock is also synchronized with the Internet. In this article, I’ll show you how to set up an NTP server in your environment and synchronize the clock with the client machines. I have run all the commands and procedures on my Debian 11 machines.

How to Install and Configure Samba on Debian 11

Samba is a powerful open-source tool that enables Windows-like sharing of files and printers on a network on Linux systems. In this article, we will explain how to install and configure the Samba server on a Debian system. We will also learn how to access these shared files from Linux or Windows machines.

How much RAM is installed on your Ubuntu system

In this article, we will explain how you can check how much memory is installed on your Ubuntu server or desktop. The commands have been run on an Ubuntu 20.04 system, but they will work in the same way on Ubuntu 22.04.

Three Internet Radio Clients for the Debian 11 Terminal

In this article, we will introduce you to three different media players that allow you to listen to online radio stations directly from the Linux command line. We'll explain how to install and use each of these utilities, and how to remove them from your system if necessary.

Create a Bootable USB Stick from the Ubuntu Terminal

  • vitux.com; By Vitux (Posted by vitux on Mar 30, 2022 8:05 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows step-by-step how to create a bootable USB stick on the Ubuntu Linux command line by using the dd command. For this guide we have been using Ubuntu 20.04, but the same procedure will work on Ubuntu 22.04 as well.

How to Switch to Another User Account without providing its Password using the “su” command on Ubuntu

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 28, 2022 3:51 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows step-by-step how to configure sudo command using sudoers configuration file to allow login as another user or execute a command as another user without having to enter a password.

How to Install Snipe-IT Asset Management Tool on Ubuntu 22.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 26, 2022 3:51 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In order to track the ownership, deployment process, and details of all servers, a powerful IT asset manager is required. This can be achieved by installing and using Snipe-IT, an open-source IT asset management tool.

How to Install Rust Compiler and Toolchain on Rocky Linux 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 22, 2022 6:51 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Rust (Rustlang) is a modern programming language developed by Mozilla Foundation. This tutorial shows step-by-step on how to install the Rust compiler and Toolchain on Rocky Linux 8.

How to Install Wireshark Network Analyzer on Debian 11

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 21, 2022 7:10 PM EDT)
  • Story Type: Tutorial; Groups: Debian
Wireshark is a free and open-source packet analyzer. It allows the user to examine data from a live network, or from a capture file on disk. Wireshark can be used as a simple network troubleshooting tool, as well as for security analysis and software development.

How to Install Grafana Monitoring Software on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 18, 2022 8:14 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Grafana is a multi-platform open-source analytics and visualization platform to monitor computer systems. In this article, we’re going to show you how to install Grafana on Ubuntu 20.04 so that you can get the most out of your data.

How to Install latest Linux Kernel 5.15 on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 18, 2022 1:16 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu

How to Install and Use SSHGuard on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 15, 2022 1:17 PM EDT)
  • Story Type: Tutorial; Groups: Linux
SSHGuard is an open-source daemon that is used to enhance the security of ssh as well as other network protocols. In this tutorial, you will learn to install SSHGuard and configure the system to prevent brute force attacks in Ubuntu 20.04.

How to Remove File Exif Data with ExifTool in Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 10, 2022 3:41 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Images with exif data reveal all the details about a photo such as where and when was it taken as well as with what device, amongst a host of many other things. This guide shows how to remove Exif data from photos on Ubuntu.

Snort – A Network Intrusion Detection System for Ubuntu

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 9, 2022 7:16 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Snort is a well-known open-source network intrusion detection and prevention system (IDS). It is used to monitor and inspect network traffic. In this article, we will learn how to install and configure Snort on an Ubuntu 20.04 system.

How to use LXD Containers on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 7, 2022 9:44 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, we will show the installation and configuration process of LXD on Ubuntu 20.04 server. Also, we will explain how to start an LXD container and how to run commands inside the container.

How to Install RainLoop Webmail with Free Let’s Encrypt SSL on Ubuntu

RainLoop Webmail is an open-source email client that can be installed on your own web server. It supports IMAP and SMTP and provides a user-friendly interface with a variety of features.

How to Install OpenLiteSpeed Web Server on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 3, 2022 4:29 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
OpenLiteSpeed is a free and open-source web server software that enables users to deliver websites faster and reliably. In this guide, we will walk you through the steps necessary to get OpenLiteSpeed up and running on your server.

How to Install MongoDB on AlmaLinux 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 2, 2022 7:16 PM EDT)
  • Story Type: Tutorial; Groups: Linux
MongoDB is a widely used and very scalable NoSQL database server. In this tutorial, we will walk you through the steps required to install MongoDB on an AlmaLinux 8 server.

How to Install GNU G++ (C++) Compiler and Toolchain on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Feb 26, 2022 8:41 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
GNU C++ is a compiler for the C++ programming language from the GNU Compiler Collection. It runs on Linux, Windows, and Mac OS. In this guide, we will show you how to install G++ compiler on an Ubuntu 20.04 system.

How to Install Ubuntu Desktop from Ubuntu Server

  • vitux.com; By Till Brehm (Posted by vitux on Feb 23, 2022 1:27 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Ubuntu server edition does not install a GUI. This tutorial will show you how to install an Ubuntu 20.04 Desktop from the command line on an Ubuntu server system.

( 1 2 3 4 5 6 ... 34 ) Next »