Linux Tutorials on the topic “server”
-
ISPConfig Perfect Multiserver setup on Ubuntu 20.04 and Debian 10
Author: Thom Pol • Tags: control panels, debian, dns, email, ftp, ispconfig, linux, server, ubuntu, web server • Comments: 0 • Published: Mar 29, 2021This tutorial will take you through installing your own ISPConfig 3 multiserver setup with dedicated servers for the panel, web, DNS, mail, and webmail using the new ISPConfig auto-installer. This tutorial is compatible with Debian 10 and Ubuntu 20.04.
-
How to Install Ansible AWX on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 1 • Published: Mar 29, 2021Ansible is an open-source automation tool used for software provisioning, configuration management, and application deployment. It allows you to install, configure and deploy applications across multiple systems automatically.
-
How to scan for viruses with ClamAV on Ubuntu 20.04
Author: Bill Toulas • Tags: desktop, security, server, ubuntu • Comments: 19 • Updated: Mar 25, 2021There aren't many viruses made for Linux distributions and as such, most people who use such systems don't even bother using antivirus software. Those however who do want to be able to scan their system or other windows-based systems that are connected on a Linux PC through a network can use ClamAV. ClamAV is an open-source anti-virus engine that is built to detect viruses, trojans, malware, and other threats. It supports multiple file formats (documents, executables, or archives), utilizes multi-thread scanner features and receives updates for its signature database at least 3-4 times a day.
-
-
Install CloudPanel Control Panel on Debian 10
Author: Hitesh Jethva • Tags: cloud, debian, server • Comments: 0 • Published: Mar 19, 2021CloudPanel is a free, open-source, and powerful server Control panel used for managing several web components. With Cloud panel, you can manage MySQL, NGINX, PHP-FPM, Redis, Domain, FTP, User management, and many more from the web-based interface.
-
How to Install Suricata and Zeek IDS with ELK on Ubuntu 20.10
Author: Miguel • Tags: linux, security, server, ubuntu • Comments: 5 • Published: Mar 16, 2021In this tutorial we will install and configure Suricata, Zeek, the ELK stack, and some optional tools on an Ubuntu 20.10 (Groovy Gorilla) server along with the Elasticsearch Logstash Kibana (ELK) stack.
-
How to update the ONLYOFFICE Docs Docker version on Ubuntu
Author: Daria • Tags: linux, server, ubuntu • Comments: 1 • Published: Mar 09, 2021ONLYOFFICE Docs is an open-source office suite distributed under GNU AGPL v3.0. It comprises web-based collaborative editors for text documents, spreadsheets, and presentations highly compatible with OOXML formats (docx, xlsx, pptx).
-
How to install Jenkins using a .war file on AWS EC2 Ubuntu 20.04 instance
Author: Rahul Shivalkar • Tags: cloud, linux, server, ubuntu • Comments: 0 • Published: Mar 05, 2021Jenkins is an open-source Continuous Integration and Continuous Deployment tool. In this article, we will install Jenkins using the .war file in Apache Tomcat.
-
How to Install and Use Snap Package Manager on Ubuntu 20.04
Author: Hitesh Jethva • Tags: desktop, linux, server, ubuntu • Comments: 1 • Published: Feb 22, 2021Snap also know as Snappy is an alternative package management tool and program package format developed by Canonical, the company behind Ubuntu Linux. In this tutorial, we will show you how to install and use the Snap package on Ubuntu 20.04.
-
Install and Configure PHP OPcache on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, php, server, ubuntu, web server • Comments: 2 • Published: Feb 10, 2021Opcache is a powerful PHP extension used to increase PHP performance by storing precompiled script bytecode in shared memory. In this tutorial, we will show you how to install and enable the Opcache PHP extension with Apache and Nginx on Ubuntu 20.04.
-
How to Install Vagrant and use it with VirtualBox on Ubuntu 20.04
Author: Aqsa Yasin • Tags: linux, server, ubuntu, virtualization • Comments: 2 • Published: Feb 08, 2021Vagrant is a command-line tool for building and managing virtual machines, it support different virtualization engines like VirtualBox, KVM, Docker and VMWare. In this article, I will show you how to install Vagrant on an Ubuntu 20.04 machine and use VirtualBox as vairtualization engine.