Linux Tutorials on the topic “ubuntu”
-
How to Install Ajenti Control Panel on Ubuntu 20.04
Author: Hitesh Jethva • Tags: control panels, linux, server, ubuntu • Comments: 0If you are using a Linux server and not familiar with the command line then the control panel will help you to manage the Linux server from the web browser. Ajenti is a free, open-source, lightweight control panel for managing Linux servers.
-
Install ModSecurity with Apache in a Docker Container
Author: Hitesh Jethva • Tags: cloud, linux, ubuntu, web server • Comments: 0ModSecurity is a free, open-source, and most popular web application firewall (WAF) that protects your web application against a wide range of Layer 7 attacks. In this tutorial, I will show you how to install ModSecurity 3 with Apache inside a Docker container.
-
How to Setup ZSH and Oh-my-zsh on Linux
Author: Muhammad Arul • Tags: centos, linux, shell, ubuntu • Comments: 6The Z Shell or zsh is an interactive UNIX shell and powerful command-line interpreter for scripting language including shell scripting. The Z shell has become one of the most popular shells for Linux operating system. It's rich in features and easy to configure and customize.
-
-
Manage AWS VPC using aws-cli
Author: Rahul Shivalkar • Tags: cloud, linux, ubuntu • Comments: 0Managing a VPC and other resources like Subnet, Route Table, Internet Gateway from the terminal using aws-cli can be a bit confusing if you are not good at VPC. In this article, we will create a VPC with 2 Subnets, Route Table, and Internet Gateway, these subnets will be public subnets.
-
How to deploy Ghost Blog with Nginx on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, nginx, ubuntu, web server • Comments: 1Ghost is a free, open-source and lightweight blogging platform built on Node.js. This tutorial will explain how to install the Ghost with Nginx and Let's Encrypt SSL on Ubuntu 20.04.
-
How to Install Pleroma Social Network Platform on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, nginx, ubuntu, web server • Comments: 2Pleroma is an open-source federated social networking platform, compatible with Mastodon and other ActivityPub platforms. This guide will show you how to create your own Pleroma instance by installing it on an Ubuntu 20.04 based server.
-
Monitor Nginx Log Files Using ngxtop on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, nginx, ubuntu • Comments: 1ngxtop is a free, open-source, flexible and real-time monitoring tool for Nginx web servers. In this tutorial, I will show you how to install and use ngxtop monitoring tool on Ubuntu 20.04.
-
How to Install XAMPP on Ubuntu 20.04
Author: Ali Imran Nagori • Tags: apache, linux, mysql, php, server, ubuntu, web server • Comments: 1XAMPP is a cross-platform development environment consisting of Apache, MariaDB, PHP, and Perl. In this guide, we will see how to install XAMPP on Ubuntu 20.04 LTS.
-
How to add and remove Cronjobs from Linux EC2 instances on AWS using shell scripts
Author: Rahul Shivalkar • Tags: cloud, linux, shell, ubuntu • Comments: 0Manual operations lead to human errors. Adding and removing Cronjobs frequently can be a very time-consuming task. In this article, we will create Shell scripts that automate the addition and deletion of Cronjobs from Ubuntu EC2 instances on AWS.
-
How to Install SQLite and SQLite Browser on Ubuntu 20.04
Author: Ali Imran Nagori • Tags: linux, server, ubuntu • Comments: 0Sqlite is a lightweight but feature-rich database management system that is widely used in embedded systems like mobile devices. In this guide, we will see how to install SQLite and SQLite Browser on an Ubuntu 20.04 system.