Linux Tutorials on the topic “Ubuntu”

  • Creating MySQL Backups With AutoMySQLBackup On Ubuntu 9.10

    mysql Author: Falko TimmeTags: , , Comments: 1

    Creating MySQL Backups With AutoMySQLBackup On Ubuntu 9.10 AutoMySQLBackup is a shell script that lets you take daily, weekly and monthly backups of your MySQL databases using mysqldump. It can back up multiple databases, compress the backups, back up remote databases, and email the logs. This tutorial explains how to install and use it on an Ubuntu 9.10 server.

  • How To Compile rTorrent From SVN In Ubuntu 9.10 Karmic Koala / Debian 5 Lenny With Magnet Link Support

    Author: Stephan JauTags: , Comments: 16

    How To Compile rTorrent From SVN In Ubuntu 9.10 Karmic Koala / Debian 5 Lenny With Magnet Link Support rTorrent is a popular command line based bittorrent client. It provides very powerful features yet it is very light on the system - contrary to other bittorrent clients like Vuze. There are a couple of webinterfaces for it but they are not truly need. SSH access combined with the "screen" program provide you all the tools you need. This howto works for Ubuntu 9.10 Karmic Koala and for Debian 5 Lenny.

  • How To Switch Permalink Structure In WordPress Under Ubuntu

    ubuntu Author: mmmm1982Tags: , Comments: 3

    How To Switch Permalink Structure In WordPress Under Ubuntu There are certain things you need to tweak in Apache running under any Debian platform (including Ubuntu) in order to have it properly redirect webpages (301) after you change your permalink structure in WordPress.

  • How To Set Up WebDAV With Apache2 On Ubuntu 9.10

    ubuntu Author: Falko TimmeTags: , Comments: 0

    How To Set Up WebDAV With Apache2 On Ubuntu 9.10 This guide explains how to set up WebDAV with Apache2 on an Ubuntu 9.10 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.

  • Install Multiple Linux Distributions Via PXE (The Easy Way)

    ubuntu Author: MTvermoesTags: Comments: 2

    Install Multiple Linux Distributions Via PXE (The Easy Way) The following script will set up a PXE config on your server, making it possible to install major Linux distributions via netboot.

  • Installing Kernel Security Updates Without Reboot With Ksplice Uptrack On Ubuntu 9.10 Desktop

    ubuntu Author: Falko TimmeTags: , , Comments: 5

    Installing Kernel Security Updates Without Reboot With Ksplice Uptrack On Ubuntu 9.10 Desktop Ksplice Uptrack is a subscription service that lets you apply 100% of the important kernel security updates released by your Linux vendor without rebooting. Ksplice Uptrack is freely available for the desktop versions of Ubuntu 9.10 Karmic and Ubuntu 9.04 Jaunty. This tutorial shows how to install and use it on an Ubuntu 9.10 desktop.

  • How To Set Up MySQL Database Replication With SSL Encryption On Ubuntu 9.10

    mysql Author: Falko TimmeTags: , , Comments: 3

    How To Set Up MySQL Database Replication With SSL Encryption On Ubuntu 9.10 This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave). MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures though.

  • How To Set Up Database Replication In MySQL On Ubuntu 9.10

    mysql Author: Falko TimmeTags: , Comments: 10

    How To Set Up Database Replication In MySQL On Ubuntu 9.10 This tutorial describes how to set up database replication in MySQL. MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures though.

  • Installing mod_geoip for Apache2 On Ubuntu 9.10

    apache Author: Falko TimmeTags: , Comments: 2

    Installing mod_geoip for Apache2 On Ubuntu 9.10 This guide explains how to set up mod_geoip with Apache2 on an Ubuntu 9.10 system. mod_geoip looks up the IP address of the client end user. This allows you to redirect or block users based on their country. You can also use this technology for your OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.

  • Setting Up A PXE Install Server On Ubuntu 9.10

    ubuntu Author: coreyspeedTags: , Comments: 11

    Setting Up A PXE Install Server On Ubuntu 9.10 This tutorial shows how to set up a PXE (short for preboot execution environment) install server with Ubuntu 9.10 (Karmic Koala). A PXE install server allows your client computers to boot and install a Linux distribution over the network, without the need of burning Linux iso images onto a CD/DVD, boot floppy images, etc. This is handy if your client computers don't have CD or floppy drives, or if you want to set up multiple computers at the same time (e.g. in a large enterprise), or simply because you want to save the money for the CDs/DVDs.