falko's blog
Posted Tue, 2007-04-17 11:05 by falko
This tutorial shows how you can create backups of LVM partitions with an LVM feature called LVM snapshots. An LVM snapshot is an exact copy of an LVM partition that has all the data from the LVM volume from the time the snapshot was created. The big advantage of LVM snapshots is that you do not have to worry about open files and database connections, and you do not have to interrupt/halt services on the live partition because a snapshot is usually created in fractions of a second, so your users will not notice any disruption, and your snapshot holds consistent data. http://www.howtoforge.com/linux_lvm_snapshots
Posted Mon, 2007-04-16 10:54 by falko
Proftpd is an excellent FTP server with many features. Wouldn't it be nice to see who is connected to your FTP server and what they are doing all in a convenient web-interface? phpftpwho allows you to see who is accessing your Proftpd FTP server all in a convenient web-interface. It is simple to install and only requires Proftpd, Apache, and PHP. http://www.howtoforge.com/proftpd_monitoring_phpftpwho
Posted Sun, 2007-04-15 11:04 by falko
This tutorial shows how you can install InnoTek's VirtualBox on a Ubuntu desktop. With VirtualBox you can create and run guest operating systems (virtual machines) such as Linux and Windows under a host operating system. There are two ways of installing VirtualBox: from precompiled binaries that are available for some distributions and come under the PUEL license, and from the sources that are released under the GPL. This article will show both ways. http://www.howtoforge.com/virtualbox_ubuntu
Posted Fri, 2007-04-13 12:02 by falko
This guide shows how to install three different Internet Explorer versions (6.0, 5.5, and 5.0) on Ubuntu Feisty Fawn, Edgy Eft and Dapper Drake desktops. This is good for people such as web designers who have switched to Linux but still need to test their web sites in Internet Explorer. In addition to that, there are still a few web sites out there that work only in Internet Explorer. http://www.howtoforge.com/ubuntu_internet_explorer
Posted Thu, 2007-04-12 11:55 by falko
Today security is one of the key aspects in our daily life - sometimes conscious, sometimes unconscious. Security has many aspects and one of them is computer security or security of your or your business' computer data. In this tutorial I will show how to encrypt a whole disk drive using (X)Ubuntu Feisty, dm-crypt, and LUKS. The article also contains some legal considerations. http://www.howtoforge.com/ubuntu_dm_crypt_luks
Posted Tue, 2007-04-10 11:43 by falko
This tutorial shows how to set up a Debian Etch (Debian 4.0) based server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Debian Etch, but should apply to the 64-bit version with very little modifications as well. http://www.howtoforge.com/perfect_setup_debian_etch
Posted Fri, 2007-04-06 12:40 by falko
This article shows how you can make your scanner (SCSI or USB) work with SANE/XSANE from a normal user account without getting permission errors. http://www.howtoforge.com/sane_xsane_scanner
Posted Thu, 2007-04-05 12:31 by falko
You might have noticed that fonts are quite fuzzy on Linux desktops which can make your eyes ache if you have to sit in front of your computer all day long. Font rendering is still a little bit awkward and one of the last weaknesses of Linux desktops. This tutorial shows how you can make GNOME and all GNOME applications (such as Evolution, the file browser Nautilus, etc.) use sharp fonts. In fact, we will use the Microsoft Windows standard font, Tahoma, as the standard font in GNOME, too, which will make the desktop look quite familiar if you are used to working with a Windows desktop. http://www.howtoforge.com/sharp_fonts_gnome
Posted Wed, 2007-04-04 11:35 by falko
This tutorial shows how you can install and configure Beryl on an Ubuntu 7.04 (Feisty Fawn) desktop with an ATI Radeon graphic card. With Beryl, you can make your desktop use beautiful 3D effects. We will use the open-source ATI driver that comes with Ubuntu plus AIGLX to achieve this; the other way to do this would be to use the closed-source ATI driver together with XGL which seems to be a bit unstable. http://www.howtoforge.com/ubuntu_feisty_beryl_ati_radeon
Posted Tue, 2007-04-03 11:52 by falko
This tutorial shows how to harden PHP5 with Suhosin on Debian Etch and Ubuntu servers. Suhosin is an advanced protection system for PHP installations that was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections. http://www.howtoforge.com/suhosin_php_debian_etch_ubuntu
Posted Mon, 2007-04-02 11:29 by falko
This short guide describes how you can configure your GNOME desktop to display various icons such as My Computer, Network Servers, Trash, etc. on the desktop. By default, these items are placed on one of the panels (Trash) or hidden in the Places menu. Having these icons on the desktop is useful if you switch from a Windows desktop to a GNOME desktop and are used to having them on the desktop. http://www.howtoforge.com/display_my_computer_and_trash_icons_on_gnome_desktop
Posted Sun, 2007-04-01 16:30 by falko
This article offers a simple way of creating DVD images of Debian or Ubuntu http/ftp repositories. Ubuntu does not offer DVDs ready to download with its main, universe, multiverse and/or restricted repositories. With the contents of this guide you can do it yourself. Having the Ubuntu or Debian repositories on DVD can be useful for those users who do not have access to the internet where they have their Ubuntu installed but have access somewhere else to download the repository and build and burn the DVDs. http://www.howtoforge.com/dvd_images_of_ubuntu_repositories
Posted Sat, 2007-03-31 15:21 by falko
This short guide describes how you can configure your GNOME desktop so that you can open files and directories with a single mouseclick instead of a double click. This is helpful if you switch from Windows to Linux and used to open files and directories with a single click on your Windows desktop, too. http://www.howtoforge.com/gnome_single_mouseclick
Posted Fri, 2007-03-30 13:00 by falko
This method uses crontab to execute a shell script that downloads an updated urchin.js file every 24 hours and saves it into your local sites directory so that it can be served by your web server instead of the google-analytics.com web server. The problem with google-analytics.com is that when google-analytics.com/urchin.js is requested by billions of web users all over the world at one time, it can cause your pages to load very slowly, especially if you are using WordPress or a similar CMS. http://www.howtoforge.com/speed_up_google_analytics
Posted Wed, 2007-03-28 11:36 by falko
With this guide I explain how to set up suPHP on a Debian based ISPConfig server with PHP 4. When you have configured suPHP on your ISPConfig server, you are able to run the PHP scripts under the admin user of the website instead of the Apache user. http://www.howtoforge.com/suphp_debian_ispconfig
Recent comments
2 weeks 5 days ago
4 weeks 2 days ago
14 weeks 12 hours ago
14 weeks 2 days ago
15 weeks 6 days ago
26 weeks 4 days ago
28 weeks 4 days ago
28 weeks 5 days ago
31 weeks 3 days ago
33 weeks 5 days ago