Miscellaneous related tutorials
 |
|
Post date: November 27, 2011, 11:11 Category: Miscellaneous Views: 35279 Comments |
Tutorial quote: Unlike virt-manager, virt-install is a command line tools 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.10 KVM server. |
 |
|
Post date: November 15, 2011, 10:11 Category: Miscellaneous Views: 32350 Comments |
Tutorial quote: This guide explains how to password-protect web directories (with users from a MySQL database) with mod_auth_mysql on Apache2 on a Debian Squeeze server. It is an alternative to the plain-text password files provided by mod_auth and allows you to use normal SQL syntax to create/modify delete users. You can also configure mod_auth_mysql to authenticate against an existing MySQL user table. |
 |
|
Post date: October 27, 2011, 08:10 Category: Miscellaneous Views: 20820 Comments |
Tutorial quote: This guide explains how you can migrate mailboxes between IMAP servers with IMAP TOOLS. IMAP TOOLS is a collection of Perl scripts that allow you to do various tasks with IMAP servers and also POP3 servers. In this article I will focus on the scripts imapcopy.pl (copies messages and mailboxes from one IMAP server to another) and pop3toimap.pl (copies POP3 messages to an IMAP server). Both scripts support SSL. If you specify port 993 (995 for POP3) then an SSL connection is initiated. If the port number is 143 (110 for POP3) then it will try a non-SSL connection. With any other value the port will be tested to see if it supports SSL. If so, SSL will be used to make the connection; otherwise a non-SSL connection will be made. |
 |
|
Post date: October 23, 2011, 09:10 Category: Miscellaneous Views: 21519 Comments |
Tutorial quote: This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on CentOS 6.0. While nginx itself does not serve CGI, there are several ways to work around this. I will outline two solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second solution uses a CGI wrapper to serve CGI scripts. |
 |
|
Post date: October 14, 2011, 07:10 Category: Miscellaneous Views: 4422 Comments |
Tutorial quote: The new Ubuntu 11.10 (Oneiric Ocelot) has just been released. This guide shows how you can upgrade your Ubuntu 11.04 desktop and server installations to Ubuntu 11.10. |
 |
|
Post date: October 6, 2011, 09:10 Category: Miscellaneous Views: 5728 Comments |
Tutorial quote: This guide explains how you can migrate mailboxes between IMAP servers with imapcopy. imapcopy lets you copy recursively all email messages and folders from one imap account to another. It supports the protocols imap and imaps. |
 |
|
Post date: October 3, 2011, 06:10 Category: Miscellaneous Views: 5544 Comments |
Tutorial quote: This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on Debian Squeeze/Ubuntu 11.04. While nginx itself does not serve CGI, there are several ways to work around this. I will outline three solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second and third solution are very similar - both use a CGI wrapper to serve CGI scripts. |
 |
|
Post date: September 22, 2011, 10:09 Category: Miscellaneous Views: 5305 Comments |
Tutorial quote: This tutorial explains how you can mount a directory from a remote server on the local server securely using SSHFS. SSHFS (Secure SHell FileSystem) is a filesystem that serves files/directories securely over SSH, and local users can use them just as if the were local files/directories. On the local computer, the remote share is mounted via FUSE (Filesystem in Userspace). I will use Debian Squeeze for both the local and the remote server. |
 |
|
Post date: September 15, 2011, 08:09 Category: Miscellaneous Views: 5508 Comments |
Tutorial quote: This tutorial explains how to create an OpenVZ template for Debian Wheezy (Debian Testing) that you can use to create virtual Debian Wheezy machines under OpenVZ. I searched for a Debian Wheezy OpenVZ template, but couldn't find one, that's why I decided to create it myself. This guide can also be used for creating Debian Lenny templates and templates for recent Ubuntu versions. |
 |
|
Post date: September 13, 2011, 09:09 Category: Miscellaneous Views: 5908 Comments |
Tutorial quote: This article explains how you can set up SSL vhosts under nginx on Ubuntu 11.04 and Debian Squeeze so that you can access the vhost over HTTPS (port 443). SSL is short for Secure Sockets Layer and is a cryptographic protocol that provides security for communications over networks by encrypting segments of network connections at the transport layer end-to-end. In addition to that I will show how to make use of SNI (Server Name Indication) to allow multiple SSL vhosts per IP address. |
|
|