Linux Tutorials on the topic “Linux”
-
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.
-
How to Install WebERP On CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, web server • Comments: 0webERP is a free, open-source, and complete web-based accounting and business management system. This tutorial will show you how to install webERP with Apache and Let's Encrypt SSL on CentOS 8.
-
What is Ingress Controller and how to deploy Nginx Ingress Controller in Kubernetes Cluster on AWS using Helm
Author: Rahul Shivalkar • Tags: cloud, linux, nginx, web server • Comments: 0Ingress is a Kubernetes object that manages external access to the services in the Kubernetes Cluster. In this article, we will see the installation of the Nginx Ingress Controller using Helm on the Kubernetes Cluster set up using Kops.
-
How to Install Memcached on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server, web server • Comments: 0Memcached is an open-source and high-performance memory caching system. It stores data in memory and is being used for optimizing dynamic websites. In this guide, I will explain how to install Memcached on CentOS 8 operating system.
-
Manage AWS SQS Queues using aws-cli
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0You can perform operations on SQS like list, create, delete Queues and send messages, receive messages from your terminal using aws-cli. In this article, we will see the commands to perform these kinds of operations.
-
How to Setup Highly Available NGINX with KeepAlived on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, nginx • Comments: 2Nginx is a free, open-source and one of the most popular webserver around the world. It can also be used as a reverse proxy, load balancer and HTTP cache. In this tutorial, I will show you how to set up a highly available Nginx web server with KeepAlived on CentOS 8.
-
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.