Showing headlines posted by falko

« Previous ( 1 ... 43 44 45 46 47 48 49 50 51 52 53 ... 92 ) Next »

NTFS Disk Recovery

  • HowtoForge; By Skip Frizzell (Posted by falko on Feb 12, 2010 12:57 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Mary, the daughter of a friend is in college: her Windows XP laptop constantly reboots and, we suspect, has a bad hard drive. The system will boot a live CD (Ubuntu 9.10 Karmic Koala Desktop), and data on the hard drive can be read. During boot, the live CD identifies disk errors and tries unsuccessfully to repair them.

Running Virtual Machines With VirtualBox 3.1.x On An OpenSUSE 11.2 Server

  • HowtoForge; By Falko Timme (Posted by falko on Feb 11, 2010 9:19 AM EDT)
  • Story Type: Tutorial; Groups: SUSE
This guide explains how you can run virtual machines with Sun VirtualBox 3.1.x on a headless OpenSUSE 11.2 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.

Installing PHP 5.3, Nginx And PHP-fpm On Ubuntu/Debian

Since Apache is most of the time a memory hungy process, people started to look for different ways to host their website. Apache is clearly not the only webserver available. A few good examples are lighttpd and nginx. In this tutorial I will show you how to install nginx on your Ubuntu server. This tutorial also applies to Debian, though. There is only a very small difference.

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.

How To Upgrade Debian Etch To Lenny

  • HowtoForge; By Falko Timme (Posted by falko on Feb 8, 2010 10:29 AM EDT)
  • Story Type: Tutorial; Groups: Debian
Debian Etch is soon to be unsupported by the Debian team, therefore all Debian Linux Servers need to be upgraded to Debian Lenny. I have upgraded many Linux servers to Debian Lenny over the past months, so I am providing this guide on how to upgrade Debian Etch to Debian Lenny.

Installing Nginx With PHP5 And MySQL Support On Fedora 12

  • HowtoForge; By Falko Timme (Posted by falko on Feb 7, 2010 3:49 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Fedora 12 server with PHP5 support (through FastCGI) and MySQL support.

Traffic Analysis Using Debian Lenny

  • HowtoForge; By Gerd Bitzer (Posted by falko on Feb 5, 2010 1:45 PM EDT)
  • Story Type: Tutorial; Groups: Debian
By using my Network Monitoring Appliance we noticed a link in MRTG always under heavy load. On this link a lot of different traffic aggregates, so we decided to analyze of what quantities of protocols and therefore applications the cumulative traffic consists.

How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 11.2

  • HowtoForge; By Falko Timme (Posted by falko on Feb 4, 2010 4:33 PM EDT)
  • Story Type: Tutorial; Groups: PHP, SUSE
This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on OpenSUSE 11.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.

Setting Up A PXE Install Server On Ubuntu 9.10

  • HowtoForge; By Falko Timme (Posted by falko on Feb 3, 2010 7:46 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
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.

VBoxHeadless - Running Virtual Machines With VirtualBox 3.1 On A Headless Ubuntu 9.10 Server

  • HowtoForge; By Falko Timme (Posted by falko on Feb 2, 2010 6:36 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide explains how you can run virtual machines with Sun VirtualBox 3.1 on a headless Ubuntu 9.10 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.

How To Back Up MySQL Databases With mylvmbackup On Debian Lenny

mylvmbackup is a Perl script for quickly creating MySQL backups. It uses LVM's snapshot feature to do so. To perform a backup, mylvmbackup obtains a read lock on all tables and flushes all server caches to disk, creates a snapshot of the volume containing the MySQL data directory, and unlocks the tables again. This article shows how to use it on a Debian Lenny server.

How To Set Up A USB-Over-IP Server And Client With OpenSUSE 11.2

  • HowtoForge; By Falko Timme (Posted by falko on Jan 31, 2010 7:20 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
This tutorial shows how to set up a USB-over-IP server with OpenSUSE 11.2 as well as a USB-over-IP client (also running OpenSUSE 11.2). The USB/IP Project aims to develop a general USB device sharing system over IP network. To share USB devices between computers with their full functionality, USB/IP encapsulates "USB I/O messages" into TCP/IP payloads and transmits them between computers. USB-over-IP can be useful for virtual machines, for example, that don't have access to the host system's hardware - USB-over-IP allows virtual machines to use remote USB devices.

Installing mod_geoip for Apache2 On Ubuntu 9.10

  • HowtoForge; By Falko Timme (Posted by falko on Jan 29, 2010 3:49 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
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.

Striping Across Four Storage Nodes With GlusterFS On Ubuntu 9.10

  • HowtoForge; By Falko Timme (Posted by falko on Jan 28, 2010 10:03 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to do data striping across four single storage servers (running Ubuntu 9.10) with GlusterFS. The client system (Ubuntu 9.10 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.

How To Set Up A Terminal Server In Linux Using Ubuntu 9.10 And FreeNX

  • HowtoForge; By Falko Timme (Posted by falko on Jan 27, 2010 9:30 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
FreeNX is an open source implementation of NoMachine's NX Server. It is a bit more akin to Microsoft's RDP protocol than the usual VNC, so while keeping bandwidth to a minimum, it maintains good visual quality and responsiveness.

Building Kernel Modules With Module-Assistant On Debian Lenny

module-assistant is a tool for building Debian kernel modules from source, without having to rebuild the whole kernel. It fetches module-source packages that have been prepared for the Debian distribution via apt and produces .deb packages. This tutorial shows how to use module-assistant in command-line mode and in interactive mode.

Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.4

  • HowtoForge; By Falko Timme (Posted by falko on Jan 25, 2010 10:55 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a CentOS 5.4 server with PHP5 support (through FastCGI) and MySQL support.

How To Set Up A USB-Over-IP Server And Client With Debian Lenny

  • HowtoForge; By Falko Timme (Posted by falko on Jan 24, 2010 5:27 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial shows how to set up a USB-over-IP server with Debian Lenny as well as a USB-over-IP client (also running Debian Lenny). The USB/IP Project aims to develop a general USB device sharing system over IP network. To share USB devices between computers with their full functionality, USB/IP encapsulates "USB I/O messages" into TCP/IP payloads and transmits them between computers. USB-over-IP can be useful for virtual machines, for example, that don't have access to the host system's hardware - USB-over-IP allows virtual machines to use remote USB devices.

How To Install Ailurus 10.01.5 On Fedora

  • HowtoForge; By Homer Xing (Posted by falko on Jan 22, 2010 10:16 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This document describes how to install Ailurus on Fedora 10, 11 or 12. Ailurus is an application which aims at making Linux easier to use. It provides these features: install some software which is not provided in official repository; enable/disable some third-party repositories; change some system settings; help you study Linux skills.

How To Set Up An SSL Vhost Under Apache2 On Ubuntu 9.10/Debian Lenny

This article explains how you can set up an SSL vhost under Apache2 on Ubuntu 9.10 and Debian Lenny so that you can access the vhost over HTTPS (port 443). SSL is short for Secure Sockets Layer and is a cryptographic protocol that provides security for communications over networks by encrypting segments of network connections at the transport layer end-to-end. We use the mod_ssl Apache module here to provide strong cryptography for Apache2 via SSL by the help of the Open Source SSL toolkit OpenSSL.

« Previous ( 1 ... 43 44 45 46 47 48 49 50 51 52 53 ... 92 ) Next »