Mac svn finder

October 31, 2011

Here’s a tool that integrates svn in to your finder SCPlugin allows access to Subversion commands […]

No module named yum

October 27, 2011

Here’s the fix   CentOS 4 X86_64 rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/gmp-4.1.4-3.x86_64.rpm rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/readline-4.3-13.x86_64.rpm rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/python-2.3.4-14.7.el4.x86_64.rpm […]

Install OSSEC local on Ubuntu

October 27, 2011

  Download files wget http://www.ossec.net/files/ossec-hids-latest.tar.gz wget http://www.ossec.net/files/ossec-hids-latest_sum.txt Check the MD5 or SAH1 to make sure they […]

Install OSSEC WUI on Ubuntu

October 27, 2011

This is a quick tutorial on how to install the OSSEC web interface on Ubuntu (covers […]

free screen sharing collaboration

October 25, 2011

The web has finally given rise to “instant meetings” which are basically free screen sharing collaboration […]

ssh port forwarding example

October 21, 2011

A ssh port forwarding example would be to map a remote host’s 3306 port to your […]

tar gzip on the fly

October 18, 2011

You can Tar + gzip on the fly in linux # tar cvf – somedir | […]

recursively delete .svn folder

October 18, 2011

To recursively delete all .svn folders below a given path follow these instructions: Linux Run this […]