RSS2.0

RHCE RHCT EXAM: Red Hat Linux Certification Exam Simulator

Sunday, March 05, 2006

Few websites are offering Red Hat Linux Certification Exam simultaor. I have't used any Redhat Linux Certification simulator mydelsf, but if you like and want to score 100% you can try one of these .

Ensure your success in RHCE (Red Hat Linux Certification) with Whizlabs simulator, the most effective training software for the Linux certification. Developed by highly experienced and certified professionals, it offers 5 mock exams (250 questions) on the latest pattern in a simulated environment. Last but not the least; it comes with FREE technical support and "Unconditional 100% Money Back Guarantee". Check out the FREE demo version.

RHCT RHCE Linux Certification EXAM GUIDE Simulator

Few websites are offering Red Hat Linux Certification Exam simultaor. I have't used any Redhat Linux Certification simulator mydelsf, but if you like and want to score 100% you can try one of these .


Whizlabs RHCE (Red Hat Linux Certification) Exam Simulator

Ensure your success in RHCE (Red Hat Linux Certification) with Whizlabs simulator, the most effective training software for the Linux certification. Developed by highly experienced and certified professionals, it offers 5 mock exams (250 questions) on the latest pattern in a simulated environment. Last but not the least; it comes with FREE technical support and "Unconditional 100% Money Back Guarantee". Check out the FREE demo version.

RHCT RHCE EXAM GUIDE : RAID 5 in Redhat Linux

RAID 5 requires 3 disks or disk partitions of same size. Like RAID 0 this RAID level also allows you to create filesystem larger then any one disk partititions. For eample if you have 3 - 72 Gb hard disks you can have one filesystem as big as "140 " Gb disk size third disk will be used for parity saving. If you loose one disk you will be able to recover your data without any issue unlike mirroring.

RHCT RHCE Linux Certification EXAM GUIDE :RAID 1 in Linux

RAID level 1 also called "mirroring" and requires two RAID partitions.If any disk in the RAID fails, the RAOD device continues to function without loosing any data.

This is very useful fault tolerant , it's costly interms of disk requirements...

Performcance for read and writes are good.

RHCT RHCE EXAM GUIDE: Software RAID 0 on Linux

RAID 0 in Linux requires atleast 2 RAID partitions. RAID 0 in Linux offers high performanxe for read and writes.In Linux RAID 0 t doesn't offer any redundancy if one device fails it destroys your whole disk device.

RHCT RHCE EXAM GUIDE: Can i use RAID on linux ?

Linux supports Both Hardware and Software RAID. RAID is an acronym for "redundant array of inexpensive disks". During linux installation you will have option to use

  • RAID 0 : called striping which offers no redundancy
  • RAID 1: called Mirroring
  • RAID 5 : Striping with distibuted parity

RHCT RHCE EXAM GUIDE : How much Swap needed for Linux

"swap" is also known as "virtual memory" in windows world. If you don't have enough physical memroy in your pc to run your operating system you can use "swap" to run your operating system in our case we will say Linux.

recommended swap space is usually twice as of real memory (2X)

Fast Internet surfing

Thursday, March 02, 2006

Recently i brought D-Link DI-624 Wireless router that supports 802.11g to upgrade my home wireless network.I got so frustrated using my 10 Mbps wireless router , i was getting disconnected and getting very weak signal in between... Many time i have to reboot my PC . I am running windows XP on my PC..... Finally when i was filing my taxes online last week .... my internet connection dropped 10
Buy on sale after MIR for $45.29
times....


I went to Best buy and Purchased D-Link wireless router for a faster 108Mbps network which cost me around $75 .... and a wireless USB adapter for my PC which costs me $70...

But let me tell you once i installed it and start surfing internet it was 100 times faster than speed that i used to work on ... Finally I jumped to amazon and find out it's selling same stuff was on sale for 22% less...

RHCT RHCE EXAM:How to enable telnet on Redhat Enterprise Linux server ?

Monday, February 27, 2006

How to enable telnet on Redhat Enterprise Linux server ?

By default redhat enterprise linux comes with SSH (secure shell) enabled with telnet disabled.telnet is not secure anymore but people still prefers telnet due to it's simple nature.

1. Please make sure to check if you have telnet server installed on your server:

[root@pluto~]#rpm -qa grep telnet

telnet-0.17-31.EL4.3

telnet-server-0.17-31.EL4.3


2.If you do not have the telnet-server or telnet packages installed, you can install from the RPMs available from your installation media or you can use the up2date utility along ith your RHN subscription to download and install the packages :

[root@pluto~]# up2date telnet-server telnet


3.To install telnet server use :

[root@pluto~]# rpm -ivh telnet-server-0.17-31.EL4.3.rpm



4. After installing telnet make sure to activate telnet services in /etc/xinetd.d/telnet file and Change disable yes to no :


# default: on

# description: The telnet server serves telnet sessions; it uses \

# unencrypted username/password pairs for authentication.

service telnet

{

flags = REUSE

socket_type = stream


wait = no

user = root

server = /usr/sbin/in.telnetd

log_on_failure += USERID

disable = no

}


5.

Now we have to enable Telnet server using the chkconfig command so when server reboots everytime we don't have to start the service manually .You must be root in order to use these commands.


[root@pluto~]#chkconfig --list telnet

telnet off

[root@pluto~]#chkconfig --level 123456 telnet on


[root@pluto~]# chkconfig --list telnet

telnet on

6.Finally we need to turn on the service using xinted


[root@pluto~]# service xinetd restart

Starting xinetd: [ OK ]

Here you go telnet is now enabled:


[root@pluto ~]# telnet localhost

Trying 127.0.0.1...

Connected to localhost.localdomain (127.0.0.1).

Escape character is '^]'.

Red Hat Enterprise Linux AS release 4 (Nahant Update 2)

Kernel 2.6.9-22.0.1.EL.rootsmp on an i686

login: hello

Password:

RHCT RHCE EXAM GUIDE : Free linux

Friday, February 17, 2006

For RHCT and RHCE exam which is performance based exam reading book is not going to help you no matter if you cram each text of the page. You need to have hands on experience on Linux.
For that you would need to install Linux... and yes Linux is free as water... so here you go ...

If you don't want to buy redhat linux or SUSE linux , you can download Fedora which is totally Free... It's an opensource project started by Redhat itself.

Enjoy !! Free Linux

RHCT RHCE EXAM GUIDE : Passing RHCT with Good Score

Thursday, February 16, 2006

How to score High in RHCT certification exam

Redhat certification exams are performance base exam . You don't need bookish knowledge to pass certification exam unlike other UNIX or Windows certification exams. You needs hands on experience . For hands on experience on Linux you certainly requires a pc or laptop running Linux at home. But i must say this book really help me in passing RHCT certification exam and scoring High.


  • Real-World Exercises--Step-by-step instruction modeled after the hands-on RHCT exam questions
  • Inside the Exam sections highlight key exam topics covered and how to answer questions correctly
  • Lab questions match the format, tone, topics, and difficulty of the real exam
  • Money-saving tips explain how you can study for the exam without buying Red Hat Enterprise Linux
It Covers all RHCT exam topics, including:

  • Installation
  • Configuration
  • Basic Administration
  • Filesystem Management
  • Kernel, Cron, and User Administration
  • X Window System
  • Linux Network Clients
  • Operational Administration Recovery and Security

The best fully integrated study system available. True to the format of the RHCT exam! CD-ROM includes:

  • Two complete RHCT exams featuring the same types of hands-on problems that you’ll see on the live exam

RHCT RHCE Linux Certification :Vmware to install Linux on VM

Monday, February 13, 2006

To create new Virtual machine for installing linux using VMware workstation:

  • Click Ctrl+N or select create new Virtual machine from File menu
Select Typical in Vmware Wizard
  • Under new machine virtual wizard select LINUX as guest operating system and version as redhat enterprise Linux 4 or 1,2,3.
  • For Fedora select other as an option in VMWARE wizard:
  • You can choose location for to save configuration for virtual location , i used my documents:

  • Select "use bridged networking" in VMWARE wizard to provide guest os direct access to an external network:

RHCT RHCE Linux Certification EXAM GUIDE: Installing virtual machine on Vmware

Sunday, February 12, 2006

I am running vmware workstation on my PC, i like VMware most comparing to Microsoft virtual pc. At work i am using vmware and i am familiar with vmware capabilities. But it's your personal preference if you want to use Virtual pc or vmware.I have been using VMware for 2 years now and never find any trouble using it.Although it's expemsive piece of software but again it allows you to install different os on single pc with ease. Only thing you would need is lot of RAM and big sized hard disks. on my laptop i am running Windows XP and Redhat enterprise Linux 4 with 1 GB of RAM. On my DesktopPC i am having 2 GB of RAM and performance is unbeatable.



BUY VMWARE WORKSTATION 4.X for Windows NT/2000/XP by VMware (CD-ROM) — Windows 2000 / NT / XP

VMware is more expensive then Microsoft Virtual PC, again it depends if you want to spend less you can go with microsoft virtual pc .


RHCT RHCE EXAM GUIDE : install linux without partitioning

Friday, February 10, 2006

If you wan't to avoid paritioning your hard disk to avoid risk of loosing your hard disk partitions and don't want to loose your existing data I suggest you to use vmware or Microsoft Virtual PC.
Microsoft Virtaul PC runs Linux without any problem.

List Price: $129.99 Special sale Price: $114.99 with Free Shipping

RHCE Exam requirement

For RHCE exams given on Red Hat Enterprise Linux 3 and higher, the exam is organized as follows:

  • Troubleshooting and System Maintenance — 2.5 hours
  • Installation and Configuration — 3.0 hours

In order to earn RHCE, one must successfully complete all the RHCT-level Troubleshooting and System Maintenance requirements, and successfully complete enough additional RHCE items to earn a score of 80 or higher overall on the section.

In addition, one must score 70 or higher on the RHCT items of Installation and Configuration, and 70 or higher on the RHCE components of that section. We describe the skills associated with RHCT and RHCE below.

For RHCE exams given on Red Hat Linux 9, the following structure applies:

  • Troubleshooting — 2.5 hours
  • Multiple Choice — 1.0 hour
  • Installation and Configuration — 2.5 hours

In order to earn RHCE on these exams, one must successfully complete all the RHCT-level Troubleshooting requirements, score a minimum of 50 on the multiple choice, score 70 or higher on both the RHCE and RHCT components, and earn an overall score of 80 or better for the exam as a whole.

RHCT Linux Certification Exam requirement

The RHCT exam is a subset of the RHCE exam, and is organized as follows:

  • Troubleshooting and System Maintenance — 1 hour
  • Installation and Configuration — 2 hours

In order to earn RHCT, one must successfully complete all the requirements in Troubleshooting and System Maintenance, and must achieve a score of 70 or higher on Installation and Configuration.

Preparation for the RHCT and RHCE Exams

Red Hat encourages all candidates for RHCT and RHCE to consider taking one or more of its official training courses to help prepare for the RHCE or RHCT exam. Attendance in these classes is not required, and one can choose to take just an exam. Many successful candidates who have come to class already possessing substantial skills and knowledge have reported that the class made a positive difference for them.

To help you determine the best courses to take, Red Hat provides online skills assessment.

While attending Red Hat's classes can be an important part of one's preparation to take the RHCE or RHCT exam, attending class does not guarantee success on the exam. Previous experience, practice, and native aptitude are also important determinants of success.

Many books and other resources on system administration for Red Hat's OS products are available. Red Hat does not officially endorse any as preparation guides for the RHCT or RHCE exams. Nevertheless, you may find additional reading deepens understanding and can prove helpful.

RHCE Linux Certification Exam Guide : preparation

Thursday, February 09, 2006


RHCE Red Hat Certified Engineer Study / preparation Guide:

I recommend using this book in combination with the Exam Cram book to study for my RHCE exam. It's a great book and it includes a CDROM with practice questions.I really like the book itself. It's very detailed and good for beginners. At the end of each chapter there is a "two minute drill" which summarizes the chapter, and a self test which helps you see how well you understand the material. The self-test at the end of each chapter has around 20 questions! This is much better than other books that only have 10 questions at the end of each chapter. The practice tests on the cdrom are not usable under Linux. If they aren't going to make their software compatible with
Linux, they could at least grant us the ability to do that in their licensing agreement.Anyway, this book is really long (over 700 pages).You should buy The newer edition at
this point.

Andy

RHCE RHCT Linux Exam: Red Hat Desktop

Wednesday, February 08, 2006



Let's take a look at Redhat Linux desktop that comes with redhat enterprise linux 4 or RHEL4.

Red Hat Desktop is the newest member of the Red Hat Enterprise Linux family. It provides a high-quality, full-featured client system that is suitable for use in a wide range of desktop deployments.
While primarily focused on enterprise and commercial markets, the features and stability of Red Hat Desktop also make it attractive for use in small and medium business environments. It is available in configurations that include Red Hat Network Proxy or Satellite Server, ensuring the complete deployment delivers the highest levels of manageability and security. Red Hat Desktop supports single CPU systems with up to 4GB of main memory.
Red Hat Desktop is available in packages of either 10 or 50 units for mass deployments of consistently configured clients. It is fully compatible with other members of the Red Hat Enterprise Linux product family and provides complementary technology and services.

RHCT RHCE Linux Certification Exam Guide : Redhat Enterprise Linux 4


Redhat Enterprise Linux in short is called as "RHEL". Currently RHEL4 is latest version of Redhat enterprise Linux. Lets take a look on desktop Linux .We will take a look on redhat enterprise linux installation process, administration and tools that comes with it.