A proxy is necessarily a system that sits between your computer, and the server you want to connect to. By using a proxy server, the web traffic runs through the proxy server on its way to the target address on a …
Ubuntu
-
-
By default, SSH is not installed in Ubuntu but you can easily install it from the primary Ubuntu repositories. In this article, we will help you installing SSH on Ubuntu and show you how to use SSH to connect remotely to other …
-
OpenVAS is a quite popular and highly advanced open-source vulnerability scanner and manager for servers and network tools. OpenVAS includes several services and tools. Let’s install it on Ubuntu.
-
In this article, we are going to discuss two different methods to upgrade the Ubuntu Linux Kernel. The below guide is tested to be working in Ubuntu but should also work on Linux Mint without any issues.
-
Performance is one of the most complicated parts of systems administration. Whenever you are trying to investigate the source of bad performance or the reason for the high workload, you need the right tools to do so.
-
Apache Cassandra provides linear scale performance, fault tolerance, high availability and seamless data distribution across multiple servers and cloud availability zones. In this tutorial, you will learn how to install Apache Cassandra on Ubuntu 18.04 LTS.
-
Automating tasks on Ubuntu can be done through a package called cron. Crontab which is an abbreviation for cron table is a configuration file used to schedule shell commands to run periodically.
-
In order to install phpMyAdmin, you need to install the LAMP modules. Let’s start one by one. PhpMyAdmin is a known free and open source, a fully-featured web-based frontend for administering MySQL / MariaDB database.
-
In today’s tutorial, we are going to show you how to install and configure Apache Tomcat 9 with Oracle Java 8. Apache Tomcat is a web server and servlet container developed by the Apache Software Foundation.
-
At FOSS Linux, we love Open Source software, therefore, this article will describe only the installation of the GitLab Community Edition (CE) on Ubuntu. GitLab is web-based and open-source Git-repository manager. It comes in FOSS edition as well as Enterprise …