-
·
How to Install ProjectSend with Nginx on Ubuntu Linux
This tutorial guides on installing ProjectSend, a self-hosted file-sharing software, on Ubuntu 20.04 or 18.04 LTS systems. It involves installing Nginx HTTP server, MariaDB database server, and PHP 7.4-FPM. Then, a ProjectSend database is created. The ProjectSend package is downloaded, extracted, configured and file permissions are set. An Nginx virtual host for ProjectSend content is…
-
·
How to Install MYKI Password Manager on Ubuntu Linux
This tutorial guides users through installing MYKI Password Manager on Ubuntu 20.04 and 18.04 LTS. MYKI, a cross-platform password manager, offers secure multi-device password storage, allowing access via fingerprint, Face ID, or PIN without needing to type a master password. It syncs across devices with end-to-end encryption and automatically stores 2-factor authentication tokens. Two methods…
-
·
How to Install WinSCP on Ubuntu Linux
This tutorial outlines steps to install the WinSCP client, a popular Windows-only program with FTP capabilities, on Ubuntu using Wine. The process begins with enabling the 32-bit architecture and installing Wine, a tool permitting the running of Windows applications in a Linux environment. After which, the WinSCP package is downloaded, installed, and launched for configuration.
-
·
How to install Robo 3T on Ubuntu Linux
This tutorial outlines how to install Robo 3T (previously known as RoboMongo), an open-source MongoDB GUI management tool, on Ubuntu 20.04 or 18.04. The tool can be installed either through the official package from its website or via Snap package management. Post setup, Robo 3T will be operational and ready for managing MongoDB databases.
-
·
How to Install SpiderFoot on Ubuntu Linux
The tutorial guides students and new users on installing SpiderFoot, an open-source vulnerability tool for security assessments, on Ubuntu 20.04 and 18.04. It offers two variants, an open-source version and SpiderFoot HX for professionals. Installation involves Python, downloading the SpiderFoot package, and following the provided steps to run it. SpiderFoot also offers a web interface…
-
·
Working with Sudo and Su Commands in Ubuntu Linux
The tutorial differentiates between the ‘sudo’ and ‘su’ commands in Ubuntu Linux and their application. ‘Sudo’, standing for superuser do or substitute user do, runs a high shell without the need for user identity, allowing commands to be run with root power. ‘Su’, or switch user, lets users change their current account to any account…
-
·
How to Install ELK Stack on Ubuntu Linux
This tutorial teaches how to install the ELK Stack (Elasticsearch, Logstash, Kibana, and Beats) on Ubuntu. This process involves preparing Ubuntu, installing Java, Elasticsearch, Kibana, Logstash, and Filebeat. By integrating these tools, one can create a robust search and analytics platform to run services. Configurations and installations are done through a series of command prompts.
-
·
How to Install GNS3 on Ubuntu Linux
This tutorial provides step-by-step instructions on installing Graphical Network Simulator-3 (GNS3) on Ubuntu 20.04 | 18.04. GNS3 is a network software emulator that allows network professionals to design, test, and troubleshoot virtual networks without purchasing expensive hardware. The tutorial covers installation from the official PPA repository, IOU support, Docker CE, and adding user account to…
-
·
How to Install ConfigServer Security & Firewall on Ubuntu Linux
The guide offers a walkthrough on how to install ConfigServer Security & Firewall (CSF) on Ubuntu 20.04/18.04. CSF is open-source firewall software providing robust security for Linux servers including intrusion detection. The tutorial demonstrates how to install CSF by downloading and executing its install scripts. It guides through configuring CSF, accessing its web interface, and…
-
·
How to Install Chef Server on Ubuntu Linux
This tutorial explains how to install the Chef automated server on Ubuntu 20.04 | 18.04. Chef is a configuration management tool that automates IT resource deployment and management. The guide details installing the Chef server, including preparing Ubuntu, downloading and installing Chef Automate, accepting licensing terms, creating an admin account, and setting up an organization.…