Did you all here this before about this company koenig-solutions
This company are base in India. It provide a lot of training/certification. The best this is.. if you dont have the place to stay when doing the training.. they can provided it.. It include in the training/cert price… Most of the training is boot camp ,RHCE, NCLE, Solaris, CCNA, CCNP, MCSE, LP1,LP12, to many…
Here i provided same example of the training including the price and accomondation.
For those who are using the SLES.. i got the mail from Novell.. Currently got the 10 patch available now.. but i only for the OS that registed with Novell only
— On Sat, 20/12/08, Novell Patchbuilder Notification <patchbuilder_noreply@novell.com> wrote:
From: Novell Patchbuilder Notification <patchbuilder_noreply@novell.com>
Subject: 19 Dec 2008 Novell Customer Center (10 New Patches)
To: “XXXXXXXXXXXXXXXXXXXX” <hackers_125@yahoo.com>
Date: Saturday, 20 December, 2008, 7:00 AM
19 Dec 2008 Novell Customer Center (10 New Patches)
Patch Updates
19 Dec 2008
The latest updates to your SUSE Linux Enterprise software are now available. By installing updates regularly, you will keep your operating system at peak performance, remove known security vulnerabilities and software defects, improve stability, and add the newest features and functionality.
To download, simply click the URL(s) that correspond to your version and log in to the Novell download site. You can then install the updates with YaST or your preferred installation tool. Please note: You must have a registered SUSE Linux Enterprise product with upgrade protection in order to access the patch downloads.
OMG.. this Sunday i will start working on Shift.. after my validation today..8am to 8pm…On friday is my NCLP exam.. oh.. my head full of UNIX Command now..how about SLES… hahaha…dont mix it up..dont close the YAST… use the rcxxxx …xxxx is service…dont forget about the syslog.ng… troubleshoot the user permission access.
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
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.
Course Overview This Novell Certified Linux Professional Fast Track Course is designed for UNIX and Linux user, Network Professional and System Administrator. This is 5 days intensive hand-on training on SUSE Linux Enterprise Server 10 and LiveFire exam preview.
Course Detail
Number of Days: 5 Days Training Option: Instructor Led Lecture/Lab: All Certification and Product knowledge courses include both lecture and and-on labs
Course Outline
Day 1: 9am-12:30pm Section 1: Introduction to Managing the SUSE LINUX Enterprise Server 9 Describe SLES 10 The SLES 10 Installation
Section 2: Manage Directories and Files in the Linux System Understand the File System Hierarchy Standard (FHS) Identify File Types in the Linux Systems Change Directories and Last Directory Contents Create and View Files Manage Files and Directories Find Files on Linux Search File Content Manage File Permissions and Ownership
Day 1 : 1:30pm-5:00pm Section 3: Use Linux Text Editors Get to Know Linux Text Editors Use Command Line Editors to Edit Files in the Linux System Use Desktop Editors to Edit Files in the Linux System
Day 2: 9am-12:30pm Section 4: Understand and View Processes in the Linux System View processes from the GUI and the Command Line Interface Understand the Runlevel Concept
Day 2 : 1:3pam-5:00pm Section 5: Manage the Linux File System and Software Packages Select a Linux File System Configure Linux File System Partitions Configure a File System with Logical Volume Management (LVM) Configure and Manage a Linux File System Set Up and Configure Disk Quotas Manage RPM Software Packages using Yast or command line interface
Day 3 : 9am-12:30pm Section 6: Manage Linux Processes and Services Manage Processes Describe Startup Shell Scripts and Services Schedule Jobs Use New System Logging Services
Day 3 : 1:30pm-5:00pm Section 7: Connect the SUSE LINUX Enterprise Server to the Network Configure your Network Connection Configure and Manage Routes Test the Network Interface
Day 4 : 9am-5pm Section 8: Enable Infrastructure/Internet Services Configure Network File Systems Configure Web Server and Tomcat server (Apache) Configure Samba server as file server Enable the Extended Internet Daemon (xinetd) Enable and Configure SSH remote access XEN Virtulization Pure-Ftpd daemon
Day 5 : 9am-12:30pm Section 9: Develop Shell Scripts Use Basic Script Elements Use Variable Substitution Operators Use Control Structures Use Advanced Scripting Techniques Learn About Useful Commands in Shell Scripts
Day 5 : 1:30pm-5pm Section 10: Live Fire Exercises Exam question preview – Workshops/Labs/Practical
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... ;) *****