Ah damm.. yesterday i make the phone call to the NCLP exam centre @ CSA to postpone my exam coz i think i unable to take the exam on that date. My time to tight.. how to sit the exam.. i need to rushing… then need to take my offer later… then going back at late night…and next day need to work again… damm… I’m have give 150% preparation for this exam. I’m ready to take it..but i need time.. i think no need to rush to get this exam ASAP.. because i got the new job at KL. so its easy to me to schedule the exam and sit the exam.
From: practicum@novell.com
Subject: Scheduled Exam: Certified Linux Professional 10 To: XXXXXXXXX@yahoo.com Date: Wednesday, October 22, 2008, 3:55 PM
This eMail has been sent to confirm your scheduled date to take the followingexam:
Certified Linux Professional 10
SCHEDULED FOR: Friday, November 28th at 10:30 AMTO BE TAKEN AT: Computer Systems Advisers Malaysia Berhad - Petaling Jaya
Point your web-browser to http://practicum.novell.com and read the FAQ (underthe "main menu") for more information on login access to your exam.
***************************************************************KHAIRUL ADI JOHARI TAJUL ALINovell Candidate ID: XXXXXXXXXeMail: XXXXXXXXX@yahoo.com
Watch and hear about the kernel development. How the kernel come out.. how about the time line…who is the contributor with the Greg Kroah-Hartman. “How about the Ubuntu involved in kenel..They take but never return..Hahaha..dont be selfish “
Who is this guy?
Greg Kroah-Hartman is a Linux kernel hacker. He is the current Linux kernel maintainer for the USB, driver core, debugfs, kref, kobject, and the sysfs kernel subsystems. He is also the maintainer of the linux-hotplug and created the udev projects. Additionally, he helps to maintain the Gentoo Linux packages for these programs, and helps with the kernel package. He works for Novell in the SUSE Labs division. He is currently working full time on the Linux Driver Project.[1]
He is a co-author of “Linux Device Drivers, 3rd Edition”[2] and author of “Linux Kernel in a Nutshell”,[3] and used to be a contributing editor for Linux Journal. He also contributes articles to LWN.net, the news computing site.
Kroah-Hartman frequently helps in the documentation of the kernel and driver development through talks[4][5] and tutorials.[6][7] In 2006, he released a CD image of material to introduce a programmer to working on Linux device driver development.[8]
Disk /dev/sda: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System /dev/sda1 * 1 1959 15735636 83 Linux /dev/sda2 1960 2482 4200997+ 82 Linux swap / Solaris /dev/sda3 2483 2495 104422+ 83 Linux /dev/sda4 2496 19457 136247265 5 Extended /dev/sda5 2496 2508 104391 8e Linux LVM /dev/sda6 2509 2521 104391 8e Linux LVM /dev/sda7 2522 2534 104391 8e Linux LVM /dev/sda8 2535 2547 104391 fd Linux raid autodetect /dev/sda9 2548 2560 104391 fd Linux raid autodetect /dev/sda10 2561 2573 104391 fd Linux raid autodetect /dev/sda11 2574 2586 104391 83 Linux da1:~ # clear
da1:~ # mdadm –hlp mdadm: unrecognized option `–hlp’ Usage: mdadm –help for help da1:~ # mdadm –help mdadm is used for building, managing, and monitoring Linux md devices (aka RAID arrays) Usage: mdadm –create device options… Create a new array from unused devices. mdadm –assemble device options… Assemble a previously created array. mdadm –build device options… Create or assemble an array without metadata. mdadm –manage device options… make changes to an existing array. mdadm –misc options… devices report on or modify various md related devices. mdadm –grow options device resize/reshape an active array mdadm –incremental device add a device to an array as appropriate mdadm –monitor options… Monitor one or more array for significant changes. mdadm device options… Shorthand for –manage. Any parameter that does not start with ‘-’ is treated as a device name or, for –examine-bitmap, a file name. The first such name is often the name of an md device. Subsequent names are often names of component devices.
For detailed help on the above major modes use –help after the mode e.g. mdadm –assemble –help For general help on options use mdadm –help-options da1:~ # mdadm –create /dev/md0 –level=1 –raid-devices=2 /dev/sda8 /dev/sda9 mdadm: array /dev/md0 started. da1:~ # array /dev/md md0 md11 md14 md17 md2 md22 md25 md28 md30 md5 md8 md1 md12 md15 md18 md20 md23 md26 md29 md31 md6 md9 md10 md13 md16 md19 md21 md24 md27 md3 md4 md7 da1:~ # more /proc/partitions major minor #blocks name
8 0 156290904 sda 8 1 15735636 sda1 8 2 4200997 sda2 8 3 104422 sda3 8 4 1 sda4 8 5 104391 sda5 8 6 104391 sda6 8 7 104391 sda7 8 8 104391 sda8 8 9 104391 sda9 8 10 104391 sda10 8 11 104391 sda11 9 0 104320 md0 da1:~ # mdadm –misc–query /dev/md0 mdadm: unrecognized option `–misc–query’ Usage: mdadm –help for help da1:~ # mdadm –misc –query /dev/md0 /dev/md0: 101.88MiB raid1 2 devices, 0 spares. Use mdadm –detail for more detai l. da1:~ # mdadm –misc –details /dev/md0 mdadm: unrecognized option `–details’ Usage: mdadm –help for help da1:~ # mdadm –misc –detail /dev/md0 /dev/md0: Version : 00.90.03 Creation Time : Tue Aug 5 13:57:12 2008 Raid Level : raid1 Array Size : 104320 (101.89 MiB 106.82 MB) Used Dev Size : 104320 (101.89 MiB 106.82 MB) Raid Devices : 2 Total Devices : 2 Preferred Minor : 0 Persistence : Superblock is persistent
Update Time : Tue Aug 5 13:57:15 2008 State : clean Active Devices : 2 Working Devices : 2 Failed Devices : 0 Spare Devices : 0
Number Major Minor RaidDevice State 0 0 0 0 removed 1 8 9 1 active sync /dev/sda9 da1:~ # mdadm –manage /dev/md0 –remove /dev/sda9 mdadm: hot remove failed for /dev/sda9: Device or resource busy da1:~ # mdadm –stop /dev/md0 mdadm: stopped /dev/md0 da1:~ # more /proc/partitions major minor #blocks name
8 0 156290904 sda 8 1 15735636 sda1 8 2 4200997 sda2 8 3 104422 sda3 8 4 1 sda4 8 5 104391 sda5 8 6 104391 sda6 8 7 104391 sda7 8 8 104391 sda8 8 9 104391 sda9 8 10 104391 sda10 8 11 104391 sda11 da1:~ # mdadm –create /dev/md1 –level=5 –raid-devices=3 /d
ev/sda8 /dev/sda9 / dev/sda10 –spare-devices=1 /dev/sda11 mdadm: /dev/sda8 appears to be part of a raid array: level=raid1 devices=2 ctime=Tue Aug 5 13:57:12 2008 mdadm: /dev/sda9 appears to be part of a raid array: level=raid1 devices=2 ctime=Tue Aug 5 13:57:12 2008 Continue creating array? y mdadm: array /dev/md1 started. da1:~ # mdadm –misc –detail /dev/md1 /dev/md1: Version : 00.90.03 Creation Time : Tue Aug 5 14:07:37 2008 Raid Level : raid5 Array Size : 208640 (203.78 MiB 213.65 MB) Used Dev Size : 104320 (101.89 MiB 106.82 MB) Raid Devices : 3 Total Devices : 4 Preferred Minor : 1 Persistence : Superblock is persistent
Update Time : Tue Aug 5 14:07:44 2008 State : clean Active Devices : 3 Working Devices : 4 Failed Devices : 0 Spare Devices : 1
Yes I already register for this exam and scheduled in on October 2008. I hope that the instructor and the exam center can handle the exam on that time. I left than 1 month to do some revision. After this i can hold my first Pro Certificate. NCLP then try get the NCLE. I wish that i can pass it with the higher mark.
3072-SUSE Linux Enterprise Server10 Administration
3073-SUSE Linux Enterprise Server10 Advance Administration
Then attend to Novell Certified Linux Professional 10 Fast Track.
Then any Professional Certification
: NCLP (I don’t have anymore Annual Leave need to take unpaid leave to take the exam..i hope can be done ASAP)> NCLE
Need to call some one… to settle down all my problem …that person don’t want to pick my call…plz.…I need the ending of this story and open the new book.
: RHCT >RHCE
: CCNA??
Good career in Server/Network Field – Vendor/Support or Large Company
Continue my studies in Degree – Part Time Classes.
Get my own Car and House
*i dont know why i feel so stupid on last night.. why i do the crazy2 stuff… i cant handle my self anymore… plz… i need some support.. but where to get it… why the f***ing thing exist in my life now.. why it come.. then gone… why i feel like this.. i dont want it anymore.. plz.. let me go…
On this August 4 untill 8 i will go for NCLP 10 Fast Track Course in CSA Training Centre. I go using my own $$$$ (self sponsor) bcoz my company don’t want to sponsor me.. hahaha… After that i need to come again to sit the exam. At least i can archieve first certification for my self.
AkuAdi My Life, My Journey
*I HATE LIER
*i hate that person who have the bad attitude like selfish, and always late
*****I'm adi..and i will be adi forever... ;) *****