Linux Tutorials on the topic “linux”
-
How to create a Jailed SSH User with Jailkit on Debian 9 (Stretch)
Author: Srijan Kishore • Tags: debian, linux, security • Comments: 2This document describes how to install and configure Jailkit in Debian 9 Server. Jailkit is a set of utilities to limit user accounts to specific files using chroot() and or specific commands. Setting up a chroot shell, a shell limited to some specific command, or a daemon inside a chroot jail is a lot easier and can be automated using these utilities.
-
Check Internet Speed with speedtest-cli on Debian and Ubuntu
Author: Antonio Valencia • Tags: debian, desktop, linux, server, ubuntu • Comments: 15This tutorial shows you how to test the network connection speed of Debian and Ubuntu desktop and server systems by using the speedtest-cli tool.
-
How to use speedtest on a Linux server to check, store and report internet speeds graphically
Author: Ted Marynicz • Tags: debian, ispconfig, linux, networking • Comments: 12
Following on from a set of problems of poor broadband connectivity I was experiencing I decided that I wanted to monitor the Mbps speed I was getting from my provider on a regular basis. I was seeing especially poor figures when trying to download files in the evening, with much faster speeds achieved very early in the morning.
-
-
Ansible Guide: Manage Files using Ansible
Author: Muhammad Arul • Tags: linux • Comments: 0In this guide, I'll show you how to manage files using ansible modules. You will learn how to copy, edit, insert, download and replace files using Ansible.
-
How to Install Phorum with Nginx on Ubuntu 18.04 LTS
Author: Blago Eres • Tags: linux, mysql, nginx, php, ubuntu • Comments: 0
Phorum is a PHP and MySQL based Open Source forum software. In this guide, we will guide you step-by-step through the Phorum installation process on the Ubuntu 18.04 LTS operating system using Nginx as the web server, MySQL as the database, and acme.sh and Let's Encrypt for HTTPS.
-
How to Install October CMS with Nginx on Fedora 29
Author: Blago Eres • Tags: fedora, linux, nginx, web server • Comments: 1October CMS is a free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. In this tutorial, we will go through the October CMS installation on Fedora 29 system by using Nginx as a web server, MariaDB as a database server, and optionally you can secure transport layer by using acme.sh client and Let's Encrypt certificate authority to add SSL support.
-
How to Install Craft CMS on Debian 9
Author: Blago Eres • Tags: debian, linux, nginx, web server • Comments: 0This tutorial will walk you through the Craft CMS installation procedure on a fresh Debian 9 server using Nginx as the web server and we will secure the website with a Let's encrypt SSL certificate.
-
How to install Stacer System Monitor on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: desktop, linux, monitoring, ubuntu • Comments: 6Stacer is an open source tool to monitor the performance of an Ubuntu Desktop. It provides a user-friendly dashboard that can be used to monitor CPU, Memory & Disk Usage, and System cleaner to clean system caches.
-
How to Install OpenVPN Server and Client with Easy-RSA 3 on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, networking, security • Comments: 14OpenVPN is an open source application that allows you to create a secure private network over the public internet. In this tutorial, we will show you how to step-by-step install and configure OpenVPN on CentOS 7.6. And we will implement the certificate-based OpenVPN authentication.
-
Ansible Guide: Create Ansible Playbook for LEMP Stack
Author: Muhammad Arul • Tags: linux, ubuntu, virtualization, web server • Comments: 2Ansible is a simple automation tool that automates software application deployment, cloud provisioning, and configuration management. In this tutorial, we're going to show you how to create basic Ansible Playbook for provisioning the LEMP Stack on Ubuntu 18.04 Server.