22 Oct, 2009 in
Linux by
admin
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Ubuntu 9.04 (Jaunty Jackalope)
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 [...]
22 Oct, 2009 in
Linux by
admin
How To Install Django On Mandriva 2009.1 (Apache2/mod_python)
This tutorial explains how to install Django
on a Mandriva 2009.1 server. Django is a web framework that allows to
develop Python web applications quickly with as much automation as
possible. I will use it with Apache2 and mod_python in this guide.
More: continued here
22 Oct, 2009 in
Linux by
admin
Fedora 11 Samba Standalone Server With tdbsam Backend
This tutorial explains the installation of a Samba fileserver on
Fedora 11 and how to configure it to share files over the SMB protocol
as well as how to add users. Samba is configured as a standalone
server, not as a domain controller. In the resulting setup, every user
has [...]
20 Oct, 2009 in
Linux by
admin
How To Set Up WebDAV With Apache2 On Ubuntu 9.04
This guide explains how to set up WebDAV with Apache2 on an Ubuntu 9.04 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 [...]
20 Oct, 2009 in
Linux by
admin
Download YouTube Videos With youtube-dl On Ubuntu 9.04
youtube-dl
is a small command-line program to download videos from YouTube.com. It
allows you to save videos as .flv files. This short article shows how
to install and use it on Ubuntu 9.04.
More: continued here
19 Oct, 2009 in
Linux by
admin
How To Set Up WebDAV With Lighttpd On Fedora 11
This guide explains how to set up WebDAV with lighttpd on a Fedora 11 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 lighttpd server so that they do [...]
18 Oct, 2009 in
Linux by
admin
Linux Security Notes – AIDE File Integrity
AIDE (Advance Intrution Detection Enviornment)
is a tool to check the file integritty. It is a opensource substitute
for TRIPWIRE. It allows to take snapshots of all the major configuration
files, binaries as well as libraries stats. And helps to find which
binaries have been changed in case of compromisation of the system.
More: [...]
18 Oct, 2009 in
Linux by
admin
Installing Cherokee With PHP5 And MySQL Support On Mandriva 2009.1
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 [...]
15 Oct, 2009 in
Linux by
admin
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.1 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP.
This tutorial shows how you can install an Apache2 webserver on an
OpenSUSE 11.1 server with PHP5 support (mod_php) and MySQL support.
More: continued here
15 Oct, 2009 in
Linux by
admin
SquirrelMail Configuration Easy Steps (SquirrelMail + Sendmail + Apache On RedHat/CentOS/Fedora)
This tutorial explains how you can install and configure
SquirrelMail on a RedHat/CentOS/Fedora based mail server which uses
Sendmail and Apache.
More: continued here