Let's Share Knowledge And Make A Difference

  • Data Center Solution

    A data centre is a facility where companies can keep and operate most of the ICT infrastructure that supports their business. IT host the most critical systems that are vital to the continuity of daily operations...

    Read More
  • Monitor your network and systems like a hawk

    There are some perfact open souce solution for monitoing your Network devices and server system's health. Nagios, Cacti, WhatsUpGold and Smokeping are the leading monitoring tools among them...

    Read More
  • Email service and Security

    Now a days life without email service is unthinkable and E-mail service is quite expensive. As always linux gives us the answer with a strong mail service named postfix...

    Read More
  • Data Center Solution

    A data centre is a facility where companies can keep and operate most of the ICT infrastructure that supports their business. IT host the most critical systems that are vital to the continuity of daily operations...

    Read More
  • Monitor your network and systems like a hawk

    There are some perfact open souce solution for monitoing your Network devices and server system's health. Nagios, Cacti, WhatsUpGold and Smokeping are the leading monitoring tools among them...

    Read More

Friday, June 13, 2014

Burning CD/DVD using CLI in linux (redhat/debian/ubuntu)

Burning CD/DVD using CLI: 1. find cdrom/dvdrom 2. make an iso     i. create an iso     ii. create an iso from collecting data from diffrent location     iii. add new data to an existence iso 3. burn the disk (cd/dvd)     i. single session burning     ii. Multi-session burning     iii. Blank a disk for re-writing cd/dvd (re-writable disk) 1. First findout the cd drive. Here my cd/dvd rom is dev=1,0,0 root@mahidul:~# cdrecord --devices wodim: Overview of...

Monday, June 2, 2014

Install and Configure Hudson in redhat 6.x

Install and Configure Hudson in redhat 6.x Packages Requirements: . Java . Apache . Apache-tomcat Installing java: Download the leatest java from http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#jdk-7u10-oth-JPR [root@hudson~]# mkdir -p /usr/jdk [root@hudson~]# tar -zxvf /Packages/jdk-7u10-linux-x64.tar.gz -C /usr/jdk/ [root@hudson~]# ls /usr/jdk/jdk1.7.0_10/ Installing Apache2: [root@hudson~]#...