Showing headlines posted by falko

« Previous ( 1 ... 26 27 28 29 30 31 32 33 34 35 36 ... 92 ) Next »

How To Install A (Canon) Printer On Debian And Debian-Like Systems

  • HowtoForge (Posted by falko on May 20, 2011 11:53 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial will cover how to install the well-known CUPS printing system, and optionally tell you how to have your Canon printer work. There are extra details about where to find Canon drivers and how to install the "Print to PDF" feature.

The Perfect Desktop - Ubuntu Studio 11.04

This tutorial shows how you can set up an Ubuntu Studio 11.04 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.

Installing Apache2 With PHP5 And MySQL Support On Ubuntu 11.04 (LAMP)

  • HowtoForge; By Falko Timme (Posted by falko on May 17, 2011 7:13 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 11.04 server with PHP5 support (mod_php) and MySQL support.

How To Integrate ClamAV Into PureFTPd For Virus Scanning On Fedora 14

  • HowtoForge; By Falko Timme (Posted by falko on May 16, 2011 8:14 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a Fedora 14 system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.

The Perfect Desktop - Kubuntu 11.04

  • HowtoForge; By Falko Timme (Posted by falko on May 15, 2011 7:12 PM EDT)
  • Story Type: Tutorial; Groups: KDE, Ubuntu
This tutorial shows how you can set up a Kubuntu 11.04 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. Kubuntu 11.04 is derived from Ubuntu 11.04 (Natty Narwhal) and uses the KDE desktop instead of the GNOME desktop.

The Perfect Server - Ubuntu Natty Narwhal (Ubuntu 11.04) ISPConfig 2

  • HowtoForge; By Falko Timme (Posted by falko on May 12, 2011 2:55 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to set up an Ubuntu Natty Narwhal (Ubuntu 11.04) 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. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig 2 (i.e., ISPConfig runs on it out of the box).

Installing KVM Guests With virt-install On Ubuntu 11.04 Server

  • HowtoForge; By Falko Timme (Posted by falko on May 10, 2011 8:35 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Unlike virt-manager, virt-install is a command line tool that allows you to create KVM guests on a headless server. You may ask yourself: "But I can use vmbuilder to do this, why do I need virt-install?" The difference between virt-install and vmbuilder is that vmbuilder is for creating Ubuntu-based guests, whereas virt-install lets you install all kinds of operating systems (e.g. Linux, Windows, Solaris, FreeBSD, OpenBSD) and distributions in a guest, just like virt-manager. This article shows how you can use it on an Ubuntu 11.04 KVM server.

How To Configure PureFTPd To Accept TLS Sessions On Fedora 14

  • HowtoForge; By Falko Timme (Posted by falko on May 9, 2011 9:12 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
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 configure PureFTPd to accept TLS sessions on a Fedora 14 server.

Virtualization With KVM On Ubuntu 11.04

  • HowtoForge; By Falko Timme (Posted by falko on May 8, 2011 4:13 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide explains how you can install and use KVM for creating and running virtual machines on an Ubuntu 11.04 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.

How To Create Remote API Scripts For ISPConfig 3

  • HowtoForge; By James Stephens (Posted by falko on May 6, 2011 4:28 PM EDT)
  • Story Type: Tutorial; Groups: Linux, PHP
This guide will walk through the instructions on how to create an API script to create an ftp user in ISPConfig 3. It will give you the knowledge to develop scripts for any function available in ISPConfig 3.

The Perfect Desktop - Ubuntu 11.04 (Natty Narwhal)

This tutorial shows how you can set up an Ubuntu 11.04 (Natty Narwhal) 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 Secure Your Ubuntu 10.10 Desktop With LinOTP 2

This howto will guide you to set up a LinOTP standalone one time password authentication backend on your Linux machine. This enables you to add two factor authentication with one time passwords to your desktop login. LinOTP is a modular OTP (one time password) solution, that supports many different OTP tokens. LinOTP is written in python, based on pylons and apache. It comes as open source licensed under the AGPLv3. Additional functionalities, maintenance and support can be licensed in an Enterprise Edition. This howto should run on Ubuntu 10.10 and Debian Squeeze.

The Perfect Server - Ubuntu 11.04 ISPConfig 3

  • HowtoForge; By Falko Timme (Posted by falko on May 3, 2011 1:30 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to prepare an Ubuntu 11.04 (Natty Narwhal) server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.

How To Upgrade Ubuntu 10.10 (Maverick) To 11.04 (Natty) (Desktop & Server)

  • HowtoForge; By Falko Timme (Posted by falko on May 1, 2011 4:38 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
The new Ubuntu 11.04 (Natty Narwhal) has just been released. This guide shows how you can upgrade your Ubuntu 10.10 desktop and server installations to Ubuntu 11.04.

Openfiler 2.99 Active/Passive With Corosync, Pacemaker And DRBD

  • HowtoForge; By Martin Herrholz (Posted by falko on Apr 29, 2011 10:04 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Openfiler is a Linux based NAS/SAN Application which can deliver storage over nfs/smb/iscsi and http://ftp. It has a web interface over that you can control these services. This howto is based on the latest version of openfiler at this date, you can download it from the official homepage http://www.openfiler.com.

Installing And Using OpenVZ On CentOS 5.6

  • HowtoForge; By Falko Timme (Posted by falko on Apr 28, 2011 3:57 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In this HowTo I will describe how to prepare a CentOS 5.6 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.

How To Automatically Shut Down Your Computer After A Download Finishes

  • HowtoForge; By Carlos Olmedo (Posted by falko on Apr 27, 2011 6:19 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Sometimes you want to download something but don't want to wait until it finishes so you can shut down the computer. In this case you can use Sentinella.

The Perfect Server - CentOS 5.6 x86_64 ISPConfig 2

  • HowtoForge; By Falko Timme (Posted by falko on Apr 27, 2011 2:26 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial shows how to set up a CentOS 5.6 server (x86_64) that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 64-bit version of CentOS 5.6, but should apply to the 32-bit version with very little modifications as well. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig 2 (i.e., ISPConfig runs on it out of the box).

How To Integrate ClamAV Into PureFTPd For Virus Scanning On Ubuntu 10.10

  • HowtoForge; By Falko Timme (Posted by falko on Apr 26, 2011 7:28 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on an Ubuntu 10.10 system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.

Virtualization With KVM On An OpenSUSE 11.4 Server

  • HowtoForge; By Falko Timme (Posted by falko on Apr 21, 2011 11:42 AM 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.4 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.

« Previous ( 1 ... 26 27 28 29 30 31 32 33 34 35 36 ... 92 ) Next »