Linux Tutorials on the topic “linux”
-
Build A Free, Full-Featured Mail Server On Gentoo Linux With iRedMail
Author: ZhangHuangbin • Tags: antivirus, apache, email, linux, mysql, postfix • Comments: 0Build A Free, Full-Featured Mail Server On Gentoo Linux With iRedMail We're going to set up a free, full-featured mail server on Gentoo Linux, all mail service related components are free and open source, and you own all data. The installation process is extremly easy and smooth.
-
AVG Antivirus For Linux/FreeBSD Plus Sendmail Mail Server
Author: dervis • Tags: antivirus, email, freebsd, linux, security • Comments: 0AVG Antivirus For Linux/FreeBSD Plus Sendmail Mail Server This document describes how to deploy AVG Antivirus for Linux/FreeBSD to the Sendmail mail server. It is usable for AVG version 8.5, 10 and 2012.
-
How To Set Up A TOR Middlebox Routing All VirtualBox Virtual Machine Traffic Over The TOR Network
Author: chris_dj • Tags: linux, security, ubuntu • Comments: 25How To Set Up A TOR Middlebox Routing All VirtualBox Virtual Machine Traffic Over The TOR Network This tutorial will show you how to reroute all traffic for a virtual machine through the Tor network to ensure anonymity. It assumes a standalone machine with a Linux OS, and VirtualBox installed. In this case, we'll be using Ubuntu on the host machine.
-
-
Installing Webuzo Wordpress Stack
Author: Jose25 • Tags: apache, linux • Comments: 0Installing Webuzo Wordpress Stack Webuzo Wordpress Stack is a free-quick-install package that allows bundling of all software (dependency) necessary to run Wordpress for development or production purposes. It includes the latest updated version of Wordpress and is pre-configured and ready-to-run.
-
Simple Linux Auditing
Author: sudhagud • Tags: linux • Comments: 4
Simple Linux Auditing Basic Linux system auditing is a bit tricky and data collected and information of that is out of place and readability is not that good. Recently this led me to put together a Open Source code project and develop simple BASH scripts that do the job nicely. The code and tar ball can be downloaded from both google code or from SourceForge's website and the project website has links to documentation, help, installation and code.
-
AVG Antivirus For Linux/FreeBSD Plus Postfix Mail Server
Author: dervis • Tags: antivirus, email, freebsd, linux, postfix • Comments: 3AVG Antivirus For Linux/FreeBSD Plus Postfix Mail Server This document describes how to deploy AVG Antivirus for Linux/FreeBSD to a Postfix mail server. It is usable for AVG version 8.5, 10 and 2012.
-
How To Set Up Multi-Master Replication Using Tungsten And MySQL-Proxy For MySQL High Availability On Ubuntu 10.04.3 LTS
Author: hbalagtas • Tags: mysql, ubuntu, linux, mysql, high-availability • Comments: 5
How To Set Up Multi-Master Replication Using Tungsten And MySQL-Proxy For MySQL High Availability On Ubuntu 10.04.3 LTS This tutorial is based on my experience setting up Tungsten Replicator and MySQL-Proxy for a client's production setup.
-
How To Install RoundCube 0.7 For ISPConfig 3 On Debian Squeeze
Author: SwOsHiE • Tags: apache, debian, email, ispconfig, linux • 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: CSch • Tags: linux, security, desktop, email • Comments: 7How 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
Author: shayne.alone • Tags: linux • 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