HowtoForge provides user-friendly Linux tutorials.
-
How to build a custom Linux distribution using SUSE Studio
Author: Bill Toulas • Tags: desktop, opensuse, server, suse • Comments: 1
Although there are countless different GNU/Linux distributions out there for people to choose from, you may not find exactly what you're looking for and that is perfectly normal. In this tutorial, we will explore how to use SUSE Studio to generate a highly tailored Linux system based on the latest openSUSE.
-
How to integrate the latest Firefox in Gnome 3 on Debian Jessie
Author: John Prenis • Tags: debian, desktop • Comments: 2
That may sound like an odd threesome, but Jessie can run Firefox as a native Gnome 3 application. And why would you want to do that? Debian already comes with a perfectly good web browser --- Iceweasel, a rebranded version of Firefox. Why? Because of updates. Firefox updates much more often than Iceweasel. If you want the latest features and the latest bug fixes and security updates, you want Firefox.
-
How to map your mouse on Linux
Author: Bill Toulas • Tags: debian, desktop, ubuntu • Comments: 8
The Linux desktop is unfortunately not a mainstream operating system, and so peripherals manufacturers don't care much whether those cool extra side buttons (or whatever else) of our mouse works as intended or not. Thankfully, Linux is a powerful system that allows users to set things as they like, so here is a quick guide on how to map your mouse.
-
-
How to split large audio files on Linux
Author: Bill Toulas • Tags: centos, debian, linux, opensuse, ubuntu • Comments: 4
It is often the case that we want to split an “one-piece” audio recording into smaller files. A live concert could be broken down into songs so that you can burn it on a CD, or an interview can be separated into thematic sections. Whatever the case, here are four different ways to do it.
-
Get started with Sweet Home 3D on Linux
Author: Bill Toulas • Tags: centos, debian, desktop, linux, opensuse, ubuntu • Comments: 2
Sweet Home 3D is an open source interior design application that allows people to draw a layout of their home, test new furniture arrangements before actually trying them out, and finally visit the virtual home in 3D view. It is quite powerful and extensible, but it remains relatively simple to use even for people who know very little or nothing about home design. This tutorial will guide you through the first steps in designing with Sweet Home 3D.
-
How to do image steganography on Linux
Author: Bill Toulas • Tags: centos, debian, linux, opensuse, security, ubuntu • Comments: 1
Steganography is the ancient art of the information concealment. People have found numerous methods to achieve this such as “invisible” inks, messages hidden in objects, and the famous “null cipher”. The word “steganography” comes from the Greek words “steganos” and “graphy” which means “impenetrable writing”. The years have passed and steganography has evolved into a sophisticated part of cryptography.
-
Getting started with Visual Studio Code (VSC) on Linux
Author: Bill Toulas • Tags: centos, debian, desktop, linux, opensuse, ubuntu • Comments: 4
Visual Studio Code (VSC) is a source code editor released by Microsoft only a few months ago. The software is based on the Atom engine and although it isn't open source, it offers a working version for Linux that you may find useful for a set of reasons. In this tutorial, we will take a look on how to install, setup and get started with VSC.
-
How to manage your passwords with Enpass on Linux
Author: Bill Toulas • Tags: linux, security • Comments: 2
Enpass is an advanced password manager that works natively on Linux. Although its open source nature is limited in the use of a free software encryption engine called SQLCipher, the tool offers good integration with widely used online services and can serve as a central platform where a lot of different passwords, accounts, and other miscellaneous information can be added. That said, it can be useful to many Linux users out there so here's a quick guide on how to set it up.
-
Installing Lighttpd with PHP (PHP-FPM mode) and MySQL or MariaDB on Ubuntu 15.04
Author: Till Brehm • Tags: lighttpd, ubuntu, web server • Comments: 1
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 15.04 server with PHP support (through PHP-FPM) and MySQL. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
-
Setting up Master-Master Replication with MySQL on Debian 8 (Jessie)
Author: Till Brehm • Tags: debian, high-availability, mysql • Comments: 10
This tutorial describes a replicated MySQL setup (Mater/Master replication) with 2 nodes where data can be read and written to both nodes at the same time. MySQL takes care to replicate the data to the other node and ensures that primary auto increment keys don't collide.