Linux Tutorials on the topic “Linux”
-
How to donate CPU/GPU resources to science with Boinc
Author: Bill Toulas • Tags: desktop, linux • Comments: 2
Altruism is one thing that I'd like to believe characterizes all Linux users out there. This trait can be manifested in a lot of different ways, but when we're talking about computers, the most characteristic and practical way is donating computational resources for a good cause. Here's is a quick guide on how to do exactly that.
-
How to send sound through Bluetooth on Linux
Author: Bill Toulas • Tags: desktop, linux • Comments: 13
Bluetooth headsets and speakers are now more popular than ever before, but getting them to work under Linux isn't always very clear. With all that is going on in the Linux sound systems world, it is easy to get lost and even give up. Most of the time, the problem with these devices is that your system can see them, but for some reason it can't establish a connection. Here is a quick and simple guide on how to get through this problem. I have tested the following on Arch, but it should work on every other distribution as well.
-
How to Install Pure-FTPd with TLS and virtual users on OpenSUSE Leap 42.1
Author: Muhammad Arul • Tags: ftp, linux, opensuse, server • Comments: 2
In this tutorial, I will show you how to install and configure pure-ftpd on OpenSUSE Leap 42.1. I will show you how to set-up pure-ftpd with TLS/SSL and then set-up virtual-users.
-
-
Configuring a single Ubuntu installation as a dual-boot option and a VirtualBox appliance under Windows 10
Author: Neil Golden • Tags: desktop, linux, ubuntu, virtualbox, virtualization • Comments: 15
I often need to use Windows 10 and Ubuntu on the same machine within a single login session, so I run Ubuntu as a virtual machine in Oracle VirtualBox. But I also like to be able to boot my computer natively into Ubuntu, so a dual-boot configuration is optimal. To get the best of both worlds, I install Ubuntu in a dual-boot configuration alongside Windows, and configure VirtualBox to access the Ubuntu disk partitions as a raw disk image. This allows me to boot directly into Ubuntu, or boot the same Ubuntu installation from within Windows using VirtualBox.
-
Maintaining remote web sites with sitecopy on Ubuntu 16.04
Author: Till Brehm • Tags: linux, server, ubuntu, web server • Comments: 5
sitecopy is a tool for copying locally stored web sites to a remote web server (using FTP or WebDAV). It helps you to keep the remote site synchronized with your local copy by uploading modified local files and deleting remote files that have been deleted on the local computer. This tutorial shows how you can manage your remote web site from your local Ubuntu 16.04 desktop with sitecopy.
-
GNS3 - Emulating Network Infrastructure on Debian 8.2
Author: Adolfo L. Rivas C. • Tags: debian, linux, networking • Comments: 2
In this tutorial, I will show you the basis to install and operate this software. The GNS3 version that will be used in this tutorial is the 1.5.1, on a Debian 8.2 (Jessie) system. GNS3 (Graphical Network System 3) is an emulation software that let's you see the interaction of network devices in a network topology.
-
HTTPOXY Vulnerability: How to protect and test your web server
Author: Till Brehm • Tags: centos, debian, linux, ubuntu • Comments: 6
This tutorial will show you how to protect your web server from HTTPOXY. It contains sections for the most used Linux Distributions CentOS + RHEL, Debian, and Ubuntu. The HTTPOXY vulnerability which has been found recently is a vulnerability that affects applications that run in cgi or cgi-like environments. This means that the issue affects almost all web servers including Apache and Nginx and also most PHP applications. Even the mod_php mode on apache is affected.
-
How to Install Percona XtraDB Cluster on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, mysql • Comments: 3
In this tutorial, I will show you how to install and configure Percona XtraDB Cluster on a CentOS 7 server. We will use Percona XtraDB Cluster 5.6 that is fully compatible to MySQL and the Percona Server.
-
Managing a Headless VirtualBox Installation with phpvirtualbox (Ubuntu 16.04 LTS)
Author: Till Brehm • Tags: linux, ubuntu, virtualbox, virtualization • Comments: 15
Phpvirtualbox is a web-based VirtualBox front-end written in PHP that allows you to access and control remote VirtualBox instances. It tries to resemble the VirtualBox GUI as much as possible to make work with it as easy as possible. It is a nice replacement for the VirtualBox GUI if you run VirtualBox in headless servers (like in the tutorial VBoxHeadless - Running Virtual Machines with VirtualBox 5.1 on a headless Ubuntu 16.04 LTS Server). This tutorial explains how to install phpvirtualbox on an Ubuntu 16.04 server to manage a locally installed, headless VirtualBox.
-
OpenVPN - Secure you server administration with multiplatform VPN connection
Author: Patrik Habdak • Tags: debian, linux, security, ubuntu • Comments: 3
OpenVPN is a full-featured SSL VPN which implements the OSI layer 2 or 3 secure network extension by using the industry standard SSL/TLS protocol. For this tutorial, we are going to use a Debian or Ubuntu server. You can use any server you already have in production.