Linux Tutorials on the topic “Linux”

  • How To Install RoundCube 0.7 For ISPConfig 3 On Debian Squeeze

    ispconfig Author: SwOsHiETags: , , , , Comments: 11

    How To Install RoundCube 0.7 For ISPConfig 3 On Debian Squeeze This will guide you thru the installation of the latest stable version of RoundCube (currently version 0.7) and get it to work together with ISPConfig 3. This guide should work for most Linux distributions but may differ on some parts.

  • How To Encrypt Mails With SSL Certificates (S/MIME)

    Author: CSchTags: , , , Comments: 7

    How To Encrypt Mails With SSL Certificates (S/MIME) This article is about how to use the S/MIME encryption function of common e-mail clients to sign and/or encrypt your mails safely. S/MIME uses SSL certificates which you can either create yourself or let a trusted certificate authority (CA) create one for you.

  • Simple Bash Script To Work As A Daemon

    tux Author: shayne.aloneTags: Comments: 4

    Simple Bash Script To Work As A Daemon If you need some snippets or codes to run for ever, but not more that one instance, you need to rapidly check the code, or script and if it has died! It's the time to run it again. To be sure of this function, just add the following lock handler at the top of your script

  • Qmail-Scanner With ClamAV And SpamAssassin On Ubuntu

    ubuntu Author: nbhadauriaTags: , , , Comments: 0

    Qmail-Scanner With ClamAV And SpamAssassin On Ubuntu In continuation of my document http://www.howtoforge.com/qmail-openldap-on-ubuntu about setting up qmail-ldap on Ubuntu this document will help you to set up Qmail-Scanner with ClamAV antivirus and SpamAssassin spamfilter with your qmail server.

  • How To Make Your Own (Almost) Chromebook

    Author: grotheTags: , Comments: 2

    How To Make Your Own (Almost) Chromebook This HowTo lays out how to convert a regular netbook/laptop/desktop into an almost Google Chromebook using Hexxeh's Chromium OS build.  All you need is a 2GB USB stick and a bit of time.  It also makes a nice portable operating system as well.

  • How To Migrate Mailboxes Between IMAP Servers With IMAP TOOLS

    tux Author: Falko TimmeTags: , Comments: 3

    How To Migrate Mailboxes Between IMAP Servers With IMAP TOOLS 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.

  • Moving Files Between Linux Systems With SCP

    tux Author: CSchTags: Comments: 4

    Moving Files Between Linux Systems With SCP This article is about how to move files between servers using the scp (secure copy) command. To show how it works, I will move files from my HDD to a virtual machine running on VirtualBox. There is Linux Mint 11 installed on both drives.

  • How To Monitor And Manage Apache Tomcat

    Author: EugeneR.Tags: Comments: 1

    How To Monitor And Manage Apache Tomcat This guide provides an overview on how to monitor and manage Apache Tomcat application server.

  • Installing Verax NMS On SuSE, RedHat, And Debian

    Author: EugeneR.Tags: , , , Comments: 0

    Installing Verax NMS On SuSE, RedHat, And Debian This guide descibes installation process of commercial non-free version of Verax NMS (Linux/Unix installation package is available for commercial version only). The Verax NMS can be installed on 32 and 64 bit Linux distributions including: SuSE, RedHat Enterprise and Debian using i386 and x64 architectures and any other environment supporting Java 1.6 or higher (AS/400, FreeBSD and others).

  • How To Migrate Mailboxes Between IMAP Servers With imapcopy

    tux Author: Falko TimmeTags: , Comments: 7

    How To Migrate Mailboxes Between IMAP Servers With imapcopy 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.