Go back to fronty page View most popular entries View latest additions Submit tutorials to UnixTutorials.info
UnixTutorials logo

10 latest tutorials

Ubuntu Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Ubuntu 8.04 LTS
Post date: July 3, 2008, 11:07 Category: Installing Views: 20 Comments: 0
Tutorial quote: This document describes how to install a Proftpd 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 with this setup.
Unix+clones Securing automated rsync over SSH
Post date: July 2, 2008, 14:07 Category: Network Views: 80 Comments: 0
Tutorial quote: An insightful article about SSH key authentication and how to use it to secure automated RSYNC.
Solaris Sun Solaris 10 : Creating snapshots with ZFS
Post date: July 2, 2008, 13:07 Category: System Views: 42 Comments: 0
Tutorial quote: A short feat about what are snapshots in general and how to use them in Solaris' ZFS.
Ubuntu How To Install VMware Server (Version 1.0.6) On An Ubuntu 8.04 Desktop
Post date: July 1, 2008, 13:07 Category: Installing Views: 68 Comments: 0
Tutorial quote: This tutorial provides step-by-step instructions on how to install VMware Server (version 1.0.6) on an Ubuntu 8.04 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).
Unix+clones Linux Commands I Hardly Knew
Post date: June 29, 2008, 21:06 Category: Miscellaneous Views: 244 Comments: 0
Tutorial quote: Some interesting and rarely used commands for *nix based OS systems.
OpenSUSE The Perfect Desktop - OpenSUSE 11 (GNOME)
Post date: June 29, 2008, 13:06 Category: Desktop Views: 116 Comments: 0
Tutorial quote: This tutorial shows how you can set up an OpenSUSE 11 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.
FreeBSD Step by step install of Wordpress multi user in FreeBSD
Post date: June 28, 2008, 15:06 Category: Network Views: 75 Comments: 0
Tutorial quote: Step by step install wordpress multi user in FreeBSD
Unix+clones Using Public Key Authentication with SSH
Post date: June 26, 2008, 13:06 Category: Network Views: 147 Comments: 0
Tutorial quote: The current leading SSH server, OpenSSH, offers two main methods of authentication: interactive password and public key authentication. While interactive password authentication is the default, there are several reasons for using public key authentication. After reading some background information about public key cryptography, you should have a firm understanding of what public key cryptography is and how it works. You're welcome to skip straight to generating keys for use with SSH. Setting up public key authentication will require a few minutes, but the results are worthwhile.
Linux+Mint The Perfect Desktop - Linux Mint 5 Elyssa R1
Post date: June 26, 2008, 10:06 Category: Desktop Views: 196 Comments: 0
Tutorial quote: This tutorial shows how you can set up a Linux Mint 5 Elyssa R1 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. Linux Mint 5 is a Linux distribution based on Ubuntu 8.04 that has lots of packages in its repositories (like multimedia codecs, Adobe Flash, Adobe Reader, Skype, Google Earth, etc.) that are relatively hard to install on other distributions; it therefore provides a user-friendly desktop experience even for Linux newbies.
Debian Intrusion Detection For PHP Applications With PHPIDS
Post date: June 24, 2008, 17:06 Category: Security Views: 135 Comments: 0
Tutorial quote: This tutorial explains how to set up PHPIDS on a web server with Apache2 and PHP5. PHPIDS (PHP-Intrusion Detection System) is a simple to use, well structured, fast and state-of-the-art security layer for your PHP based web application. The IDS neither strips, sanitizes nor filters any malicious input, it simply recognizes when an attacker tries to break your site and reacts in exactly the way you want it to. Based on a set of approved and heavily tested filter rules any attack is given a numerical impact rating which makes it easy to decide what kind of action should follow the hacking attempt. This could range from simple logging to sending out an emergency mail to the development team, displaying a warning message for the attacker or even ending the user’s session.