HowtoForge provides user-friendly Linux tutorials.
-
How to test end-to-end encryption in ONLYOFFICE Desktop Editors
Author: Daria • Tags: linux, web server • Comments: 0ONLYOFFICE Desktop Editors is a free open-source 3-in-1 office suite pack distributed under GNU AGPL v.3.0. Let’s learn how to test E2E-encryption of documents in ONLYOFFICE Desktop Editors.
-
Linux C Programming Tutorial Part 26 - Structures and Functions
Author: Himanshu Arora • Tags: c-programming, programming • Comments: 0In one of our previous command line tutorials, we touched upon the concept of Structures. Using easy to understand examples, we discussed basic stuff like what are structures and why are they required. Expanding upon that, in this tutorial, we will discuss how structures and functions can be used together.
-
How to Install Phorum with Nginx on Debian 9
Author: Blago Eres • Tags: debian, linux, nginx, web server • Comments: 0
Phorum is a PHP and MySQL based Open Source forum software. This tutorial will show you how to install Phorum on Debian 9 using Nginx web server.
-
-
How to Install Icecast 2 Media Streaming Server on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 3Icecast is a free, open source and most popular media streaming server that supports Ogg, Opus, WebM, MP3, and many more. In this tutorial, we will learn how to install Icecast media streaming server on Ubuntu 18.04 LTS server.
-
Ansible Guide: The Ad-Hoc Command
Author: Muhammad Arul • Tags: linux, server • Comments: 5The Ad-Hoc command is the one-liner ansible command that performs one task on the target host. It allows you to execute simple one-line task against one or group of hosts defined in the inventory file configuration.
-
Linux C Programming Tutorial Part 25 - Function pointers
Author: Himanshu Arora • Tags: c-programming, programming • Comments: 2Just like we have pointers to variables, there can also be pointers to functions. Following is an example of a function pointer declaration.
-
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.
-
Linux C Programming Tutorial Part 24 - Multi dimensional arrays
Author: Himanshu Arora • Tags: c-programming, programming • Comments: 0If you're following this ongoing C programming tutorial series, you'd be aware of the concept of arrays. To quickly refresh, arrays are used to store multiple values of the same type in continuous storage.
-
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.