Linux Tutorials on the topic “server”
-
What is IAM and How does IAM Work in AWS?
Author: Rahul Shivalkar • Tags: server, virtualization • Comments: 4IAM (Identity and Access Management) falls under “Security, Identity, & Compliance” service in AWS (Amazon Web Services). It lets us manage access to AWS services and resources securely. Using IAM we can create and manage AWS users, groups, roles and use permissions to allow or deny their access to AWS resources.
-
Maintaining remote Websites with Sitecopy on Ubuntu 18.04
Author: Till Brehm • Tags: linux, server, ubuntu, web server • Comments: 2Sitecopy is a tool for copying locally stored websites to a remote web server (via FTP or WebDAV). It helps you to keep the remote site in sync with your local copy by uploading modified local files and deleting remote files deleted on the local computer. This tutorial shows you how to manage your remote site from your local Ubuntu 18.04 desktop with Sitecopy.
-
How to Install Plex Media Server on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, nginx, server • Comments: 6Plex is a free, open-source and full-featured media server that allows you to stream your photos, video and audio files on your PC, tablet, phone from anywhere around the world. In this tutorial, we will show you how to install Plex Media Server on CentOS 8 with Nginx as a reverse proxy.
-
-
How to Install Apache ZooKeeper on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 0Apache Zookeeper is a free and open-source service for distributed systems that helps you to manage a large set of hosts. In this tutorial, we will show you how to set up a single-node Apache Zookeeper cluster on Debian 10 server.
-
How to Install Nextcloud with Nginx and PHP 7.3 on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, nginx, server • Comments: 5In this tutorial, we show you how to install Nextcloud 17 with the Nginx web server, PHP 7.3 and MariaDB database on a CentOS 8 server. We will install Nextcloud and secure it with a free Let's Encrypt SSL certificate.
-
How to Install and Configure OpenLiteSpeed with PHP 7.4 on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, server, web server • Comments: 5OpenLiteSpeed is a lightweight high-performance HTTP server that comes with a Web Gui administration interface. In this tutorial, I will guide you through the installation and configuration of OpenLiteSpeed and PHP 7.4 on CentOS 8.
-
How to Setup Rsyslog Server on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 10In this tutorial, we will explain how to configure Rsyslog server on Ubuntu 18.04 server. Rsyslog is a powerful and secure system for log processing, the Rsyslog server receives logs over the network from several physical or virtualized servers and monitors the health of different services.
-
Setup Full Featured Mail Server with iRedMail on CentOS 8
Author: Hitesh Jethva • Tags: centos, email, server • Comments: 0
p
-
How to create an alarm for an EC2 instance with Cloudwatch
Author: Rahul Shivalkar • Tags: server, virtualization • Comments: 0Cloudwatch is a monitoring and management service which can be used to monitor services on AWS and manage them when a particular condition meets. Cloudwatch can be used to collect performance and operational data (CPU, RAM, Network_IN, Network_Out, etc) of the services available on AWS .
-
How to Setup Puppet Master and Agent on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 4Puppet is an open source configuration management tool and server automation framework. In this tutorial, I will you how to install Puppet on CentOS 8. I will install and configure a CentOS 8 server as a puppet 'master', and the other one as an 'agent'.