Linux Tutorials on the topic “Linux”
-
How to Setup Three Node MySQL 8 Cluster on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, mysql • Comments: 2MySQL is a widely-used open source relational database management system. In this tutorial, we will use one master node to store the cluster's configuration and two data nodes to store the cluster data.
-
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 manage AWS Cloudwatch using aws-cli
Author: Rahul Shivalkar • Tags: cloud, linux, shell • Comments: 0In this article, I will show you aws-cli commands to manage Cloudwatch from the terminal. This guide will help you get started with using aws-cli for creating, managing Cloudwatch alarms.
-
How to Install and Configure Tripwire IDS on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, security • Comments: 2Tripwire is a free and open-source Linux Intrusion Detection System. It is used to detect and report any unauthorized change in files and directories on Linux. In this post, we will show you how to install and configure Tripwire on Debian 10.
-
What does null mean in Linux and Computing
Author: howtoforge • Tags: linux • Comments: 0In this article, I will give you a short explanation of what the value null or the null device means in the computing world.
-
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 SNS Topics using aws-cli
Author: Rahul Shivalkar • Tags: cloud, linux, shell • Comments: 0In this article, I will show you the commands to create an SNS Topic, Subscription, confirm, and delete the Subscription on Linux shell using aws-cli.
-
How to Install Chrony NTP Server on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server • Comments: 1Chrony is the default Network Time Protocol (NTP) server in CentOS 8 operating system. It is a replacement for the old Ntpd. In this tutorial, I will show you how to install and use Chrony on CentOS 8 server.
-
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.