SubEthaEdit
Posted on Wed 20 April 2011 in Mac • Tagged with SubEthaEdit, Texteditor
Free Human Being, FreeBSD, Linux and Mac nerd
Posted on Wed 20 April 2011 in Mac • Tagged with SubEthaEdit, Texteditor
Posted on Wed 20 April 2011 in Mac • Tagged with GPG, GPGMail, Mail
In some cases I like to add a signature to an email or encrypt it to be sure the information is only useful for the person I am sending the email to.
On my Mac I'm using Mail with GPGMail to handle all my encryption stuff with email. The index …
Posted on Tue 19 April 2011 in CentOS • Tagged with CentOS, KVM
How to install KVM virtualization technologie on CentOS 5.4. This Howto explains step by step how to install KVM and how to create a VirtualMachine using Virtual Manager GUI.
Before you install KVM you need to verify that your CPU is compatible.
One of the following keywords needs to …
Posted on Tue 19 April 2011 in Mac • Tagged with Huawei, Mac, Mac OS X 10.7, Mac OS X Lion, UMTS
Howto make the Huawei E176 USB UMTS Stick running with Snow Leopard Mac OS X 10.6. Update: I am actually running Mac OS X 10.7 alias Lion on my Macbook Pro and it still works with the new driver for Snow Leopard on the Huawei website.
I bought …
Posted on Tue 19 April 2011 in Mac • Tagged with Firewall, Mac, NFS
Posted on Tue 19 April 2011 in Development • Tagged with Eclipse, Tomcat
Howto install Tomcat with Eclipse IDE on MacOS X.
What we need:
1. Extract Eclipse into your Applicationfolder and Tomcat to your prefered location for example into your home directory.
2. change into the apache-tomcat-6.0.20/bin directory and make all .sh files executeable
cd <pathtoyourtomcat …
Posted on Tue 19 April 2011 in ADempiere • Tagged with ADempiere, Mac
This Howto more or less just lists the points you need to do. ADempiere is installed the same way on several different unix systems so on MAC OS X. For more information please use the search functionality on wikipage.
ADempiere needs to be setup with correct DNS services be sure …
Posted on Tue 19 April 2011 in CentOS • Tagged with CentOS, Nagios
Install CentOS 5.3 using the Server template.
After you installed the system log in as root and run update the system:
yum update
If the kernel was updated reboot the system.
reboot
Posted on Tue 19 April 2011 in CentOS • Tagged with CentOS, Java, JDK
1. Download SUN or now Oracle JDK (.rpm.bin format) from Oracle Website: http://www.oracle.com/technetwork/java/javase/downloads/index.html
chmod +x <file>.rpm.bin
./<file>.rpm.bin
alternatives --install /usr/bin/java …
Posted on Tue 19 April 2011 in CentOS • Tagged with CentOS, PostgreSQL
This tutorial explains how to install PostgreSQL from the official PostgreSQL repository. This method allows you to install newer versions of PostgreSQL for example 9.0 if you need the newest cluster functionality delivered with upcoming PostgreSQL 9.1 you need to build the software manual as long as there …