Linux Tutorials on the topic “centos”
-
How to Install Damn Vulnerable Web Application on CentOS 8
Author: Hitesh Jethva • Tags: centos, security • Comments: 1DVWA also called "Damn Vulnerable Web App" is a free and open-source vulnerable web application. It is designed for security professionals to test their skills and understand web application security processes.
-
How to Install Asterisk 18 VoIP Server on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server • Comments: 1Asterisk is a powerful digital PBX and VoIP server released under an open-source license. In this post, we will explain how to install Asterisk on CentOS 8 server.
-
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.
-
-
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.
-
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.
-
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.
-
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 display GUI dialogs in bash script using Zenity
Author: sohan patel • Tags: centos, debian, linux, programming, shell, ubuntu • Comments: 2Zenity is an open-source application for displaying simple GUI in shell scripts. It makes scripts more user-friendly by displaying GTK+ dialogs. In this article, we will show you how to use Zenity to display GUI dialogs in Bash scripts.
-
How to Install PrestaShop with Apache and Let's Encrypt SSL on CentOS 8
Author: Hitesh Jethva • Tags: apache, centos, linux, mysql, php, web server • Comments: 0PrestaShop is an open-source shopping cart written in the PHP used to create and manage your online business. In this post, we will show you how to install PrestaShop with Apache and Let's Encrypt SSL on CentOS 8.
-
How to Install Angular CLI on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, programming, web server • Comments: 0Angular is a popular open-source application development framework. It is highly extensible and used for developing mobile and web applications using TypeScript/JavaScript.