HowtoForge provides user-friendly Linux tutorials.
-
The Perfect Desktop - Linux Mint 14 (Nadia)
Author: CSch • Tags: desktop, ubuntu • Comments: 5
The Perfect Desktop - Linux Mint 14 (Nadia) This tutorial shows how you can set up a Linux Mint 14 (Nadia) desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.
-
How To Upgrade From Linux Mint 13 (Maya) To 14 (Nadia) With apt
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 17
This tutorial shows how you can upgrade from Linux Mint 13 (Maya) to Linux Mint 14 (Nadia) with apt. Please note that this is not the recommended way, and it might break your system, however, for me it worked fine.
-
A Beginner's Guide To btrfs
Author: Falko Timme • Tags: linux • Comments: 9A Beginner's Guide To btrfs This guide shows how to work with the btrfs file system on Linux. It covers creating and mounting btrfs file systems, resizing btrfs file systems online, adding and removing devices, changing RAID levels, creating subvolumes and snapshots, using compression and other things. btrfs is still marked as experimental, but all those features make it a very interesting and flexible file system that should be taken into consideration when you look for the right file system.
-
-
Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Ubuntu 12.10)
Author: Falko Timme • Tags: lighttpd, ubuntu, web server • Comments: 0
This guide explains how you can use mod_mysql_vhost to create simple virtual hosts on a lighttpd web server on Ubuntu 12.10. With mod_mysql_vhost, lighttpd can read the vhost configuration from a MySQL database. Currently, you can store the domain and the document root in the MySQL database which results in very simple virtual hosts. If you need more directives for your vhosts, you'd have to configure them in the global section of lighttpd.conf, which means they'd be valid for all vhosts. Therefore, mod_mysql_vhost is ideal if your vhosts differ only in the domain and document root.
-
How To Convert An ext3/ext4 Root File System To btrfs On Ubuntu 12.10
Author: Falko Timme • Tags: ubuntu, storage • Comments: 5
How To Convert An ext3/ext4 Root File System To btrfs On Ubuntu 12.10 ext3 and ext4 file systems can be converted to btrfs. For non-root file systems, this can be done online (i.e., without reboot), while for root file systems we need to boot into some kind of rescue system or Live CD. This guide explains how to convert an ext3 or ext4 root file system into btrfs on Ubuntu 12.10 and how to roll back to ext3/ext4 again if desired.
-
Virtual Hosting With vsftpd And MySQL On Ubuntu 12.10
Author: Falko Timme • Tags: ftp, ubuntu • Comments: 1
Vsftpd is one of the most secure and fastest FTP servers for Linux. Usually vsftpd is configured to work with system users. This document describes how to install a vsftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine.
-
Rollback To A Working State With btrfs + apt-btrfs-snapshot On Ubuntu 12.10
Author: Falko Timme • Tags: ubuntu • Comments: 6
This tutorial explains how you can revert failed apt operations (like apt-get upgrade) and roll back to the previous system state with apt-btrfs-snapshot on an Ubuntu 12.10 system that uses the btrfs file system. apt-btrfs-snapshot creates a snapshot of the system before the apt operation. Being able to easily restore the previous system state after a failed apt operation takes away much of the pain system administrators have to deal with normally and is one of the greatest features of the btrfs file system.
-
The Perfect Desktop - Ubuntu 12.10 (Quantal Quetzal)
Author: CSch • Tags: desktop, ubuntu • Comments: 3
The Perfect Desktop - Ubuntu 12.10 (Quantal Quetzal) This tutorial shows how you can set up an Ubuntu 12.10 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 12.2
Author: Falko Timme • Tags: apache, php, suse, web server • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 12.2 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on OpenSUSE 12.2. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
How To Install MySQL 5.6 On Ubuntu 12.10 (Including memcached Plugin)
Author: Falko Timme • Tags: mysql, ubuntu • Comments: 9
How To Install MySQL 5.6 On Ubuntu 12.10 (Including memcached Plugin) According to What's New in MySQL 5.6, MySQL 5.6 will bring some performance improvements over MySQL 5.5. If you want to test out MySQL 5.6, you have to install one of the development releases from the MySQL downloads page because there is no stable release yet. This tutorial explains how to install the MySQL 5.6.8rc1 (Linux Generic) development release on an Ubuntu 12.10 server.