Showing headlines posted by falko

« Previous ( 1 ... 60 61 62 63 64 65 66 67 68 69 70 ... 92 ) Next »

Clone/Back Up/Restore OpenVZ VMs With vzdump

  • HowtoForge; By Falko Timme (Posted by falko on Nov 25, 2008 12:38 PM EDT)
  • Story Type: Tutorial; Groups: Debian
vzdump is a backup and restore utility for OpenVZ VMs. This tutorial shows how you can use it to clone/back up/restore virtual machines with vzdump.

VBoxHeadless - VirtualBox 2.0 On A Headless CentOS 5.2 Server

  • HowtoForge; By Falko Timme (Posted by falko on Nov 24, 2008 6:04 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This guide explains how you can run virtual machines with Sun xVM VirtualBox 2.0 on a headless CentOS 5.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 is no need for the VirtualBox GUI.

The Perfect Desktop - Ubuntu Studio 8.10

  • HowtoForge; By Falko Timme (Posted by falko on Nov 23, 2008 8:48 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how you can set up an Ubuntu Studio 8.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.

Anonymous Proxy Using Squid 3 On CentOS 5.x

  • HowtoForge; By Sohail Riaz (Posted by falko on Nov 21, 2008 8:24 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This howto describes a method to install a Squid 3 server as an anonymous proxy. An anonymous proxy is a tool that attempts to make activity on the Internet untraceable. It accesses the Internet on the user's behalf, protecting personal information by hiding the source computer's identifying information. Simply say to hide your IP.

Setting Up Master-Master Replication On Four Nodes With MySQL 5 On Debian Etch

This tutorial explains how you can set up MySQL master-master replication on four MySQL nodes (running on Debian Etch). The difference to a two node master-master replication is that if you have more than two nodes, the replication goes in a circle, i.e., with four nodes, the replication goes from node1 to node2, from node2 to node3, from node3 to node4, and from node4 to node1.

Hardening The Linux Kernel With Grsecurity (Debian)

Security is based on three characteristics: prevention, protection and detection. Grsecurity is a patch for the Linux kernel that allows you to increase each of these points. This howto was performed on a Debian Lenny system. Thus some tools are Debian specific. However, tasks can be performed with other distro specific tools or even with universal tools (make).

Setting Up ProFTPd + TLS On Ubuntu 8.10 (Intrepid Ibex)

  • HowtoForge; By Falko Timme (Posted by falko on Nov 18, 2008 3:04 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on an Ubuntu 8.10 server.

How To Install VMware Server 2 On A Mandriva 2009.0 Desktop

  • HowtoForge; By Falko Timme (Posted by falko on Nov 17, 2008 10:51 PM EDT)
  • Story Type: Tutorial; Groups: Mandriva
This tutorial provides step-by-step instructions on how to install VMware Server 2 on a Mandriva 2009.0 desktop system. With VMware Server you can create and run guest operating systems (virtual machines) such as Linux, Windows, FreeBSD, etc. under a host operating system. This has the benefit that you can run multiple operating systems on the same hardware which saves a lot of money, and you can move virtual machines from one VMware Server to the next one (or to a system that has the VMware Player which is also free).

Virtual Users/Domains With Postfix, Courier, MySQL & SquirrelMail (Ubuntu 8.10)

  • HowtoForge; By Falko Timme (Posted by falko on Nov 16, 2008 12:53 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. Passwords are stored in encrypted form in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords.

dmidecode: Finding Out Hardware Details Without Opening The Computer Case

  • HowtoForge; By Falko Timme (Posted by falko on Nov 14, 2008 4:27 PM EDT)
  • Story Type: Tutorial; Groups: Linux
dmidecode is a tool for dumping a computer's DMI (some say SMBIOS) table contents in a human-readable format. This table contains a description of the system's hardware components, as well as other useful pieces of information such as serial numbers and BIOS revision. Thanks to this table, you can retrieve this information without having to probe for the actual hardware.

How To Back Up An Ubuntu 8.10 System With SystemImager

  • HowtoForge; By Falko Timme (Posted by falko on Nov 13, 2008 8:49 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
SystemImager lets you create images of your Linux installations. To do so, you need an image server (should have enough disk space to store your images) and a so-called golden client (i.e., the system of which you want to make an image). This means that you have to install some software on your image server and on your golden client in order to run SystemImager. This tutorial shows how to install a SystemImager server and a SystemImager client, both using Ubuntu 8.10, and how to create/update/restore/delete images.

Installing The Link Layer Topology Discovery (LLTD) Protocol Responder For Linux On Debian Lenny

This document describes how to install and configure the Link Layer Topology Discovery (LLTD) Protocol - Responder Source Code from Microsoft. The lld2d daemon allows Linux systems to display in Vista's Network Map. This How-To should be easily adaptable to other distros.

Installing And Using OpenVZ On Ubuntu 8.10

  • HowtoForge; By Falko Timme (Posted by falko on Nov 11, 2008 7:57 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this HowTo I will describe how to prepare an Ubuntu 8.10 server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.

Virtual Hosting With PureFTPd And MySQL On Mandriva 2009.0

  • HowtoForge; By Falko Timme (Posted by falko on Nov 10, 2008 9:38 AM EDT)
  • Story Type: Tutorial; Groups: Mandriva
This document describes how to install a PureFTPd 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. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.

Installing Xen On CentOS 5.2 (i386)

  • HowtoForge; By Falko Timme (Posted by falko on Nov 9, 2008 1:25 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial provides step-by-step instructions on how to install Xen on a CentOS 5.2 system. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called virtual machines or domUs, under a host operating system (dom0). Using Xen you can separate your applications into different virtual machines that are totally independent from each other (e.g. a virtual machine for a mail server, a virtual machine for a high-traffic web site, another virtual machine that serves your customers' web sites, a virtual machine for DNS, etc.), but still use the same hardware. This saves money, and what is even more important, it's more secure. If the virtual machine of your DNS server gets hacked, it has no effect on your other virtual machines. Plus, you can move virtual machines from one Xen server to the next one.

Speeding Up DNS Access In Regions With Very Low Infrastructure

  • HowtoForge (Posted by falko on Nov 7, 2008 7:42 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Let's say you are on an expensive satellite link that can barely provide enough bandwidth for your company's Internet access and you will want to do whatever you can to get as much as possible out of this link. Moreover, occasionally you lose power from the utility company, long enough for your UPS to run out. There are a few things you could do to get a lot more from your link. In this article, we will be looking at speeding up your dns requests by keeping a cache of responses to your dns requests on your hard disk. Subsequent dns request are then served from the cache and because a copy is on disk, you don't lose it when there is a power outage or a reboot.

Using IPv6 On Debian Etch

  • HowtoForge; By Falko Timme (Posted by falko on Nov 6, 2008 4:31 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This document describes how you can configure a Debian Etch system for IPv6 so that a) it can connect to other IPv6 hosts and b) other IPv6 hosts can connect to it. IPv6 should become more important in the future as recent estimates assume that there will be no more IPv4 addresses left by 2010 or 2011. Therefore it's time time to learn IPv6.

Enabling Compiz Fusion On An Ubuntu 8.10 Desktop (NVIDIA GeForce FX 5200)

  • HowtoForge; By Falko Timme (Posted by falko on Nov 5, 2008 4:04 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how you can enable Compiz Fusion on an Ubuntu 8.10 (Intrepid Ibex) desktop (the system must have a 3D-capable graphics card - I am using an NVIDIA GeForce FX 5200 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop.

The Perfect Desktop - Ubuntu 8.10 (Intrepid Ibex)

  • HowtoForge; By Falko Timme (Posted by falko on Nov 4, 2008 4:54 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how you can set up an Ubuntu 8.10 (Intrepid Ibex) 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 Intel Pro Wireless 3945 On CentOS Linux

  • HowtoForge; By Sinan Ceylan (Posted by falko on Nov 3, 2008 1:51 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
In this tutorial, I will guide you through the necessary steps to install an ipw3945 wireless adapter on a CentOS / RHEL based distribution. It is written for CentOS 5.2. However, it might work on other CentOS 5.x based distributions as well.

« Previous ( 1 ... 60 61 62 63 64 65 66 67 68 69 70 ... 92 ) Next »