Configuring SNMP October 21st, 2008
Python for SysAdmins Virtual Server August 31st, 2008
- Ubuntu 7.10 Server Version (no X or GUI installed)
- Compressed in tar.gz format is 548 MB total (4GB decompressed).
- Created with VMWare version 1.0.5
- 2 x 2gb hard drives.
- 512MB of RAM
- 1st hard drive mounted in "/"
- 2nd hard drive mounted in "/usr"
- VMWare tools installed
- Trac and Subversion integrated together and served via Apache including all the code.
- Fully working SAMBA and LDAP configuration as a Primary Domain Controller.
- Apache authenticates user(s) to LDAP.
- Download the latest version of the VM by doing: wget http://examples.oreilly.com/9780596515829/vm/
- Untar the file: tar xzvf py4sa.tar.gz
- You need VMWare Server installed (version 1.0.5 or higher). Open it and go to File -> Open
- Browse where the uncompressed image is and select the "py4sa.vmx" file.
- Select the image in the main screen and hit the PLAY button. IMPORTANT! Hit "keep" or "I have copied this image" when prompted the first time you run the image.
- Check the "Important Notes" for a couple of bugs related to the login prompt.
- All login/password credentials are: user: py4sa password: py4sa
- The image will load Apache2, SAMBA, LDAP, Subversion and Trac by default, so you should have everything running from the get-go.
- Run "ifconfig" to see the IP address the image has and type the same IP into your browser to see "Python For SysAdmins" as a listed project for Trac.
- This Ubuntu Server Version seems to have a bug where it will show you the login prompt before finishing the complete loading of all the services.
- It will hang at the line where it tries to run the rc.local scripts. You need to hit "enter" to get the login prompt again.
- There is a changelog in "/root/changelog" that has some information on the work done to the VM.
Move your svn repo with "switch" and "relocate" August 22nd, 2008
Return home directory in Python August 13th, 2008
Show content from another server (Apache2) July 7th, 2008
Install Vmware on Ubuntu Server July 3rd, 2008
sudo apt-get install libx11-6 libx11-dev libxtst6 libxrender1 libxt6 zlib1g
Playing with Fluxbox June 29th, 2008
disable system-beep June 29th, 2008
Install mod_proxy June 5th, 2008
sudo apt-get install libapache2-mod-proxy-htmlThis is kind of weird naming convention for that module, it took me a while to find it. After placing the correct rules in the VirtualHost I was getting access denied. This is because mod_proxy has a configuration file in /etc/apache2/mods-enabled called proxy.conf that comes with a security rule of:
"Deny All"You will have to edit this (I changed it to Allow All since I wanted all traffic available) according to your specific situation. Now we need to "enable" the module by doing:
sudo a2enmod proxyOne final reload of Apache and everything was working again:
sudo /etc/init.d/apache2 reload
Email ticket support (helpdesk) April 23rd, 2008
- OTRS (Open ticket Request Service)
- OsTicket
- eticket
- Ticket-IT
- OpenIT
- RT (Request Tracker)
- Epix Power Support