Good Team Plays Hard
In: Ubuntu or Linux
7 Dec 2009Recently one of the server that run our web application just went offline and we have to reboot the machine. Unfortunately the system admin is unreachable and it is urgent, so I need to start up the Java application that run on IBM WebSphere myself. In order to start IBM WebSphere, you can use the [...]
In: Ubuntu or Linux
3 Nov 2009Recently I come across an error in the apache config file error where backslash is forget to be input in the trailing end. So I need to modify the config file and restart the apache. However this server uses the IBM HTTP Server instead of the stock apache that come with linux. So the first [...]
This document describes how to install the Internet Explorer (IE) 6 or 7 or both on Fedora 10 or 11 using IEs4Linux package. Some Web developers and designers (and rarely users) need to view their pages on IE for testing purpose (and see how CSS / JavaScript behaves). 1 Preliminary Note Please, don’t use IE [...]
In: Ubuntu or Linux
24 Sep 2009Brutelock is an open source program that actively monitors various system logs and immediately blocks malicious IPs trying to attack your server. Brutelock not only protects against ssh attacks but also other common systems such as ftp, pop and imap. It has an extendible rules format that allows you to monitor an unlimited number of [...]
In: Ubuntu or Linux
6 Aug 2009To search for files based on their contents, you can use the grep program. For example, to find out which C source files in the current directory contain the string ‘thing’, you can do: grep -l thing *.[ch] If you also want to search for the string in files in subdirectories, you can combine grep [...]
In: Ubuntu or Linux
10 Jul 2009There is no excerpt because this is a protected post.
There is no excerpt because this is a protected post.
This is a place I create just for fun and to write down some experience and notes for myself. So feel free to enjoy and drop any comments you have. I had been employed as Programmer, System Analysts, System Administrator, DBA and Project Manager. I will share some of my case study here as well. Enjoy!