Linux Tutorials on the topic “linux”

  • 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.

  • Continuous Deployment With Jenkins And Rex

    ubuntu Author: jfriedTags: , , Comments: 1

    Continuous Deployment With Jenkins And Rex In this tutorial I will show you how to do continuous deployment with jenkins as a ci tool and Rex as a deployment tool. Together, we will set up Jenkins, the build and test process, a Subversion repository and our example Perl App. This tutorial can be used with Java-, PHP-, Rails-, ... projects as well. But for simplicity I've chosen Perl. This howto focuses on Ubuntu LTS 11.04 but it can also be done with other Linux Distributions.

  • Internet & LAN Over VPN Using OpenVPN – Linux Server – Windows/Linux Clients – Works For Gaming & Through Firewalls

    tux Author: iamacupTags: Comments: 11

    Internet & LAN Over VPN Using OpenVPN – Linux Server – Windows/Linux Clients – Works For Gaming & Through Firewalls The aim of this tutorial is to enable you to set up a little VPN that will let you do many things – but my primary goal when trying to get this to work was to allow me and my friend (who sits behind a firewalled network at University) to play the new games that would not work over Hamachi because they did not ship with LAN and required an always-on internet connection (DRM). His network also uses traffic shaping and blocks UDP packets, making online gaming impossible.

  • MySQL - mysqldump: Got error: 1016: Can't open file: './exampledb/xxx.frm' (errno: 24) when using LOCK TABLES

    mysql Author: Falko TimmeTags: , , Comments: 6

    You try to create a MySQL database dump and get the following error: mysqldump -u root -pmysecretpassword --opt exampledb > exampledb.sql mysqldump: Got error: 1016: Can't open file: './exampledb/xxx.frm' (errno: 24) when using LOCK TABLES