Category Archives: node

Old Pages

Setup a Firewall

Command Prompt: I like to set up a firewall on the boxes I build. I am going to give you a set of commands below that I want you to paste into the command line, in the correct order. You … Continue reading

Posted in node | Leave a comment

Setup APCUPSD UPS Utility

apt-get install apcupsd The system powers off or halts when /etc/init.d/halt is called is governed by setting either HALT=poweroff or HALT=halt in /etc/default/halt. Unfortunately this line which apcupsd adds to the halt script then gives a problem: # See if … Continue reading

Posted in node | Leave a comment

RSYNC Mirroring

Example 1 is mirroring two servers through ssh: First make sure you are able to login the source server with no password, see this link. rsync -avz -t -e ‘ssh -p 22′ –delete -i –log-file=/var/log/rsync.log /SOURCE/ /MIRROR/ eg.: rsync -avz … Continue reading

Posted in node | Leave a comment

Asterisk Popular Open Source PBX on Debian

Asterisk Installation Guide This tutorial refers to: Asterisk version 1.4.11 asterisk-addons-1.4.2 libpri-1.4.2 zaptel-1.4.5.1 tested on the GNU/Linux Debian Etch 4.0 release 0 distribution. First follow the tutorial Basic Net Installation.(time approx. 20 minutes) Let’s get started… Here are the steps… … Continue reading

Posted in node | Leave a comment

Setup Subversion with XAMPP under Debian

If you are a developer of some sort, this tutorial is a must for versioning purposes. Here is a brief description of this tutorial: Follow the tutorial on Basic Net Installation… Then we will setup a repository using XAMPP (Linux … Continue reading

Posted in node | 4 Comments

Installing VMware Tools in Debian Etch (4.0)

Tested with VMware Tools v.5.5.3 (VMwareTools-5.5.3-346885.tar.gz) Install software needed by VMware Tools Install packages to build the kernel modules aptitude install autoconf automake binutils cpp gcc linux-headers-$(uname -r) make psmisc Find out where the kernel headers are (you may need … Continue reading

Posted in node | Leave a comment

Install VMware 2.0 server(free) on Lenny

To install VMware 2.0 server, you need to download the free software on VMware’s website. Once you have the TAR file, you get dependencies: apt-get install linux-headers-`uname -r` build-essential xinetd gcc-4.1 Then you setup GCC 4.1 as the default compiler: … Continue reading

Posted in node | Leave a comment

Setup Asterisk 1.6 with DAHDI on Debian Etch

Asterisk Installation Guide This tutorial refers to: Asterisk version 1.6.0.1 asterisk-addons-1.6.0 DAHDI-linux-complete-2.0.0+2.0.0 tested on the GNU/Linux Debian Etch 4.0 distribution. First follow the tutorial Basic Net Installation.(time approx. 20 minutes) Let’s get started… Here are the steps… Satisfying Asterisk dependencies … Continue reading

Posted in node | 1 Comment

Install Glassfish on Debian Etch

This tutorial will install Glassfish from Sun for Web Java Server. For this tutorial, we will be using: java-SDK version 1.6.0_07 glassfish-installer-v2ur2-b04-linux.jar mysql-server 5 Lets get started… First follow the tutorial Basic Net Installation.(time approx. 20 minutes) Then you must … Continue reading

Posted in node | Leave a comment

Mail Server-Install Squirrel Mail on Mail Server

To add webmail option: Login your mail server with user root. login as: root root@192.168.65.123′s password: Last login: Thu Sep 13 14:40:58 2007 from dd-wrt Linux server1 2.6.18-4-686 #1 SMP Mon Mar 26 17:17:36 UTC 2007 i686 The programs included … Continue reading

Posted in node | Leave a comment