Showing headlines posted by falko

« Previous ( 1 ... 31 32 33 34 35 36 37 38 39 40 41 ... 92 ) Next »

Building A Central Loghost On CentOS And RHEL 5 With rsyslog

Gathering log messages is important. In a lot of situations you'll want to store all entries of logfiles on another server. If a server crashes or gets hacked you want to be able to browse through logfiles from this machine and you want to be sure these log files are not altered in any way. This can be accomplished using a central logserver that receives messages from all other hosts. This howto describes rsyslog putting log messages in one file per day per remote host. Rsyslog is the current standard in RHEL6 and available as a package in the current package streams in RHEL 5.5 (and CentOS 5.5). Setting up rsyslog is pretty simple. It all comes down to a single config file but (there is always a but) every setting needs some planning.

Running Virtual Machines With VirtualBox 4.0 On A Headless Fedora 14 Server

  • HowtoForge; By Falko Timme (Posted by falko on Jan 11, 2011 4:06 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This guide explains how you can run virtual machines with VirtualBox 4.0 on a headless Fedora 14 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.

The Perfect Database Server: Firebird 2.5 And FreeBSD 8.1

  • HowtoForge (Posted by falko on Jan 10, 2011 9:15 AM EDT)
  • Story Type: Tutorial
Here is the guide on installing Firebird 2.5 from FreeBSD 8.1 Ports and creating your first test database; also we show you how to install Flamerobin GUI (administration tool) and the PHP driver for it. This was tested on fresh FreeBSD 8.1 on a virtual machine.

Installing Cherokee With PHP5 And MySQL Support On Fedora 14

  • HowtoForge; By Falko Timme (Posted by falko on Jan 10, 2011 1:33 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on a Fedora 14 server with PHP5 support (through FastCGI) and MySQL support.

Virtualization With KVM On An OpenSUSE 11.3 Server

  • HowtoForge; By Falko Timme (Posted by falko on Jan 6, 2011 2:51 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
This guide explains how you can install and use KVM for creating and running virtual machines on an OpenSUSE 11.3 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.

Reading Files From The Linux Kernel Space (Module/Driver) (Fedora 14)

It seems like operations that communicate with userspace are really discouraged. And I am not arguing with that. Although it doesn't mean that they cannot be accomplished. A driver loads configuration that could be stored only on HDD. When MS Windows XP boots up it remembers that I have turned Bluetooth off so it is not powered on, unlike even the latest Linux (Fedora 14 at the moment of writing) – such functionality in many drivers was not implemented. When developer uses procfs or character devices there should be another software or script in boot sequence that is actually sending information from a file to particular device. After some time looking over the internet I have managed to write such module that reads a file.

Configuring Source And Destination NAT With Firewall Builder

  • HowtoForge (Posted by falko on Dec 28, 2010 10:42 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Firewall Builder is a firewall configuration and management GUI that supports configuring a wide range of firewalls from a single application. Supported firewalls include Linux iptables, BSD pf, Cisco ASA/PIX, Cisco router access lists and many more. In this tutorial we are going to cover how to use Firewall Builder to configure a NAT rule that translates both the source and destination IP addresses of the original packet. This type of NAT configuration can be useful in a variety of network configurations.

Running Virtual Machines With VirtualBox 4.0 On A Headless Ubuntu 10.10 Server

  • HowtoForge; By Falko Timme (Posted by falko on Dec 27, 2010 5:10 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide explains how you can run virtual machines with VirtualBox 4.0 on a headless Ubuntu 10.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 Install VMware Server 2 On A Fedora 14 Desktop (Kernel 2.6.35)

  • HowtoForge; By Falko Timme (Posted by falko on Dec 23, 2010 11:17 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial provides step-by-step instructions on how to install VMware Server 2 on a Fedora 14 desktop system (with kernel 2.6.35). 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).

SSL Certificates For PostgreSQL

  • HowtoForge (Posted by falko on Dec 22, 2010 2:58 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This describes how to set up ssl certificates to enable encrypted connections from PgAdmin on some client machine to postgresql on a server machine. The assumption is that postgresql (compiled with ssl support) and openssl are already installed and functional on the server (Linux). PgAdmin is already installed on the client (either Windows or Linux).

How To Install VMware Server 2 On Ubuntu 10.10 (Kernel 2.6.35)

  • HowtoForge; By Falko Timme (Posted by falko on Dec 21, 2010 2:39 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial provides step-by-step instructions on how to install VMware Server 2 on an Ubuntu 10.10 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).

Virtualization With KVM On A Fedora 14 Server

  • HowtoForge; By Falko Timme (Posted by falko on Dec 19, 2010 4:00 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This guide explains how you can install and use KVM for creating and running virtual machines on a Fedora 14 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 And Using OpenVZ On Fedora 14

  • HowtoForge; By Falko Timme (Posted by falko on Dec 16, 2010 8:06 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
In this HowTo I will describe how to prepare a Fedora 14 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.

Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 14

  • HowtoForge; By Falko Timme (Posted by falko on Dec 14, 2010 10:53 AM 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 14 server with PHP5 support (through PHP-FPM) and MySQL support.

Helping The Random Number Generator To Gain Enough Entropy With rng-tools (Debian Lenny)

  • HowtoForge; By Falko Timme (Posted by falko on Dec 13, 2010 10:37 AM EDT)
  • Story Type: Tutorial; Groups: Debian
You might know this situation: you want to generate a GPG or SSL key, and during that operation, your system tells you that no more random bytes are available and that it needs to collect more entropy, and you are stuck. This short guide tells you how to solve this problem with the package rng-tools on Debian Lenny.

Installing Lighttpd With PHP5 And MySQL Support On Fedora 14

  • HowtoForge; By Falko Timme (Posted by falko on Dec 12, 2010 4:12 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 14 server with PHP5 support (through FastCGI) and MySQL support.

Changing From SquirrelMail To Atmail Open With ISPConfig 3

  • HowtoForge (Posted by falko on Dec 10, 2010 11:59 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Atmail Open is an open source webmail client which is available free of charge and is a great alternative to Squirrelmail. This tutorial shows how to use it (instead of SquirrelMail) with ISPConfig 3.

Enabling Compiz Fusion On A Fedora 14 GNOME Desktop (NVIDIA GeForce 8100)

  • HowtoForge; By Falko Timme (Posted by falko on Dec 9, 2010 1:37 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial shows how you can enable Compiz Fusion on a Fedora 14 GNOME desktop (the system must have a 3D-capable graphics card - I'm using an NVIDIA GeForce 8100 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop. I will use the free nouveau driver in this tutorial instead of the proprietary NVIDIA driver. nouveau is an accelerated Open Source driver for NVIDIA cards that comes with experimental 3D support on Fedora 14 - on my test system 3D support was working without any problems.

Installing Honeyd 1.5c And Arpd 0.2 Under CentOS 5 (With gcc 4.x)

  • HowtoForge; By Sayyed Mehdi Poustchi Amin (Posted by falko on Dec 8, 2010 10:08 AM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial shows how you can install your honeypot by using Honeyd (Virtual Honeypot). Honeyd is a small daemon that creates virtual hosts on a network. The hosts can be configured to run arbitrary services, and their personality can be adapted so that they appear to be running certain operating systems.

Installing Cherokee With PHP5 And MySQL Support On Ubuntu 10.10

  • HowtoForge; By Falko Timme (Posted by falko on Dec 7, 2010 5:40 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on an Ubuntu 10.10 server with PHP5 support (through FastCGI) and MySQL support.

« Previous ( 1 ... 31 32 33 34 35 36 37 38 39 40 41 ... 92 ) Next »