Linux Tutorials on the topic “ubuntu”
-
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 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.
-
The Perfect Desktop - Kubuntu 12.10
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 4
This tutorial shows how you can set up a Kubuntu 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. Kubuntu uses the KDE desktop environment.
-
Virtualization With KVM On Ubuntu 12.10
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 2
Virtualization With KVM On Ubuntu 12.10 This guide explains how you can install and use KVM for creating and running virtual machines on an Ubuntu 12.10 server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.
-
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 12.10
Author: Falko Timme • Tags: lighttpd, ubuntu, web server • Comments: 0
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 12.10 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 12.10 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.
-
Using mod_spdy With Apache2 On Ubuntu 12.10
Author: Falko Timme • Tags: apache, ubuntu, web server • Comments: 0
Using mod_spdy With Apache2 On Ubuntu 12.10 SPDY (pronounced "SPeeDY") is a new networking protocol whose goal is to speed up the web. It is Google's alternative to the HTTP protocol and a candidate for HTTP/2.0. SPDY augments HTTP with several speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web server and a browser (like Google Chrome and upcoming versions of Firefox) that both support SPDY. mod_spdy is an open-source Apache module that adds support for the SPDY protocol to the Apache HTTPD server. This tutorial explains how to use mod_spdy with Apache2 on Ubuntu 12.10.
-
Ubuntu 12.10 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: samba, storage, ubuntu • Comments: 0
This tutorial explains the installation of a Samba fileserver on Ubuntu 12.10 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.