Linux Tutorials on the topic “server”
-
How to Install SQLite and SQLite Browser on Ubuntu 20.04
Author: Ali Imran Nagori • Tags: linux, server, ubuntu • Comments: 0Sqlite is a lightweight but feature-rich database management system that is widely used in embedded systems like mobile devices. In this guide, we will see how to install SQLite and SQLite Browser on an Ubuntu 20.04 system.
-
How to Install Ansible AWX on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 5Ansible 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.
-
Install CloudPanel Control Panel on Debian 10
Author: Hitesh Jethva • Tags: cloud, debian, server • Comments: 2CloudPanel 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: 10In 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: 1ONLYOFFICE 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: 0Jenkins 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: 2Snap 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: 2Opcache 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: 2Vagrant 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.
-
How to deploy Applications on Kubernetes using Helm
Author: Rahul Shivalkar • Tags: cloud, server, ubuntu, virtualization • Comments: 0In this article, we will release Apache from the existing chart. We will create a sample chart and release, upgrade, rollback, delete and restore it. Let's see the commands in brief before we use them in the article later.