Linux Tutorials on the topic “Linux”
-
How to configure Apache virtual hosts on Ubuntu using Terraform
Author: Ali Imran Nagori • Tags: linux, ubuntu, web server • Comments: 1For hosting multiple websites, administrators commonly rely on ‘Virtual Hosting’ technique. In this tutorial, we will see how we can host two virtual hosts on an Ubuntu 22.04 system using Terraform. We will use the Apache web server to perform this lab.
-
How to Install Mattermost on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, nginx, server • Comments: 2Mattermost is a free and open-source collaboration and messaging platform created with security in mind. In this tutorial, we will show you how to install the Mattermost Chat server on Debian 11.
-
How to Setup FTP Server with vSFTPd and TLS on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 2vSFTPd or Very Secure FTP Daemon is free and open-source FTP Server software. In this tutorial, I will show you how to set up an FTP server with VSFTPD (Very Secure FTP Daemon) on the Ubuntu 22.04 server. This post includes how to secure the vSFTPd with TLS/SSL certificates.
-
-
Linux taskset Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 3In this tutorial, we will discuss a utility - dubbed taskset - that lets you achieve processor affinity. Ever heard of the term processor affinity? It's a feature that allows you to bind or unbind processes to a particular central processing unit, or a range of CPUs.
-
How to Install Moodle with Nginx and Free Let's Encrypt SSL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, nginx, server, ubuntu • Comments: 2Moodle is a free and open-source Learning Management System and CMS written in PHP. It allows tutors and instructors to create courses for their students and provides long-distance education and other online learning programs more accessible. This tutorial will show you how to install Moodle with Nginx and Let's Encrypt SSL on Ubuntu 22.04.
-
How to Install Elgg Social Network on Ubuntu 22.04
Author: Hitesh Jethva • Tags: cms, linux, ubuntu, web server • Comments: 0
Elgg is a free, open-source, highly customizable web framework and CMS for building an online social environment. It is written in PHP and uses MySQL as a database backend.
-
How to Install OpenLDAP on Ubuntu 22.04
Author: Arvid L • Tags: linux, security, server, ubuntu • Comments: 8OpenLDAP is a software implementation of the Lightweight Directory Access Protocol (LDAP). This guide will teach you how to set up LDAP Server with OpenLDAP and LDAP Account Manager on the Ubuntu 22.04 server. This guide also will teach how to set up LDAP users and how to set up an LDAP Account Manager for managing the OpenLDAP server.
-
How to Install Joomla with Apache and Let's Encrypt SSL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu, web server • Comments: 0Joomla is a free, open-source, and award-winning content management system that allows you to build websites and online web applications. It is written in PHP and uses MySQL as a database backend. In this post, we will show you how to install Joomla CMS with Apache and Let's Encrypt SSL on Ubuntu 22.04.
-
Linux nm Command Tutorial for Beginners (10 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2If you are a Linux user who is also into system level software development, you may find yourself in situations where-in you need information related to symbols in an object file. You'll be glad to know there exists a command line utility - dubbed nm - that you can use in these situations.
-
How to Setup DNS Server with BIND on Ubuntu 22.04
Author: Arvid L • Tags: dns, linux, server, ubuntu • Comments: 2BIND or Berkeley Internet Name Domain is free and open-source DNS Server software. It's one of the most popular DNS server software used by more than 70% of DNS on the Internet. This guide will teach you how to install DNS Server with BIND on Ubuntu 22.04 server. This tutorial will show you how to set up Master-Slave BIND DNS server installation using two Ubuntu servers.