Friday, June 13, 2014
0 comments
undefined
undefined
Md. Mahidul HasanBurning 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
0 comments
undefined
undefined
Md. Mahidul HasanInstall and Configure Hudson in redhat 6.x, install apache, install java, install tomcat6
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~]#...
Subscribe to:
Posts (Atom)