General :: Making Projects On Basis Of RHCE

Aug 14, 2010

I am currently doing RHCE. I want to make projects on basis of this.

View 8 Replies


ADVERTISEMENT

General :: What Is The Process To Become A RHCE

Jan 23, 2010

what is the process to become a RHCE and what will be the exam fee for the same in india?

View 1 Replies View Related

General :: What After RHCE Certification?

Mar 27, 2010

What can i do to prepare for job on linux?how can i prepare what should i read i rhce but still need to read more about qmail postfix and all?how get information about it?

View 13 Replies View Related

General :: Get The Rhce Topics In Depth?

Sep 4, 2010

using ubuntu and mint since 2009.i planning to do rhce.. before that i want to know the depthness of rhce topics in detail...

View 1 Replies View Related

General :: How To Prepare For RHCE Certification?

Apr 17, 2010

This is going to be my first post.I am doing RH-033 course. Can anyone tell me how to prepare for RHCE certification exam.

View 5 Replies View Related

General :: RHCE Exam Duration

Mar 12, 2010

I am planning to take up RHCE exam, but i have a doubt about the exam duration does it consist of 2 section where section 1 is for 2.5 hrs and section 2 is for 3 hours (total 5 1/2 hours) or does it consist of single section of 3.5 hours.

View 1 Replies View Related

General :: Need Rhce Study Material

Feb 20, 2011

I am new to this linux environment. i want to become unix system admin .please suggest me study material .which is best .and tips to remember commands

View 2 Replies View Related

General :: Course On That And Completed The RHCE Certification?

Aug 5, 2010

My question is not related to technical one,

1.I completed my Post Graduation in 2008,after that as of my personal interest on Red Hat, i took course on that and completed the RHCE certification.

2.Now im looking 4 opportunities on Linux Admin,i would like to know the roles played by an Linux Admin in real time scenario,im looking for an System Admin.

3.What i mean to ask is, what type of daily tasks does Linux Admin will do? Let me know the answers if any one know dis.

View 2 Replies View Related

General :: Where To Find Rhce Dumps Of New Pattern

Aug 27, 2010

wher i wil find rhce dumps of new pattern.

View 3 Replies View Related

General :: Set Facilities On Home Pc To Practice RH 133 And RH 253 For RHCE Exam?

Jun 5, 2010

how to set server like facilities on home pc to practice for RH 133 & RH 253 for RHCE exam.

View 3 Replies View Related

General :: How To Revise For RHCE Exam In A Week Time

Feb 5, 2011

i am going to write rhce exam in this month ,i want some tips how to do revision for the same.

View 1 Replies View Related

General :: Realtime Environment To Practice For RHCE (RH302) Exam?

Apr 11, 2010

is there a resource/material that can simulate a RHEL on your personal machine so that one can practice for RH302 exam accurately? I am looking to practice sample questions with some kind of simulation environment where the scenario is similar to the real-time scenario that we can expect in the exam. For instance, the system is already broken with what is mentioned in the question so that I can focus only on solving the problem rather than breaking it first. I am looking for something specific to RHCE exam preparation/practice rather than using a tool like trouble-maker.

View 4 Replies View Related

General :: Result Of Shell Script Failed In RHCE - Exam

Jan 7, 2010

i've just appeared RHCE exam. i passed RHCT....but got only 36% in rhce part. but i configured all the servers correctly. i wrote shell script of iptables and i successfully run it. i wrote the following scripts....

[Code]...

the result of shell script showed ok when i tested during exam. i didnt know why i failed in rhce..?? is there any problem in the above scripting..?? BTW i checked all the servers and i found ok after rebooting machine.

View 8 Replies View Related

General :: Need Any Open Source AI Projects

Dec 27, 2010

Are their any open source AI projects out there? i just read an old text on neural networking in C++ and would love to paw through someones code.

View 1 Replies View Related

General :: Any Projects On Shell Scripting?

Dec 6, 2010

Just give me any project on shell scripting .. to start working on it and practice my self ..

View 2 Replies View Related

General :: Run Two Different Projects At The Same Time From Codeblocks?

Mar 25, 2010

is it possible to run two different projects at the same time from codeblocks?

View 9 Replies View Related

General :: Prioritise Network Bandwidth On A Per Application Basis?

Jul 11, 2011

Is there a way in Linux to give a specific application more/less priority for network bandwidth? Something like how nice does for CPU priority.

Context: I'm currently on a very low bandwidth connection (3G dongle). While I'm performing a quite large upgrade using aptitude, it becomes virtually impossible to browse the web since the upgrade download is hogging my Internet connection.

So what I would like to do is somehow decrease the network bandwidth priority of the aptitude process (and all its children) so that it won't use too much bandwidth while another process is using it.

View 1 Replies View Related

General :: Getting Plane Wave Basis Set On Gamess Or Gaussian?

Jul 27, 2010

Is there some way of getting plane wave basis set on gamess or gaussian. If not suggest a software with this facility.

View 1 Replies View Related

General :: Organize Open Source Projects In The Community?

May 16, 2010

that guide me about how (what steps should we do) to organize open source projects in the Linux community.Our idea is to organize an open source project of OPENCVOpenCV is a computer vision library originally developed by Intel. It is free for use under the open source BSD license. The library is cross-platform. It focuses mainly on real-time image processing.Our idea is to organize an open source project in the Linux community, that be a point in which programmers using OpenCV can meet, to develop programs to recognize the road lanes.OpenCV can be used to recognize the road lanes, and allow a car drive alone (if you have a camera inside the car and a laptop mother board running Linux and controlling the car's steering wheel).

Here you have some example of what we want to do[URL]Unfortunately, even being free OpenCV many companies as SIEMENS are working in this, trying to develop an autopilot for cars that would cost a fortune and wouldn't be available for everyone (it will be closed and not free - as Linux).We believe in the free software and Linux.Our idea is to organize a community of programmers interested in computer vision and opencv to create computer programs, and to make the first platform in Linux able to recognize the road lanes and allow the cars to drive alone.

Our problem is we don't know how to do that.How do you organize an open source project in the Linux community?How do you get people involved in the project?How do you start from cero?Please, help us to organize a project of this type, to make the first autopilot of the automotive industry, based in Linux

View 4 Replies View Related

General :: Reading A .CSV File And Then Calculating Average Per Minute Basis In Shell Script

Apr 23, 2010

I am new to shell script and to this form as well, I did try to search for a similar post like mine here, but could not find one.

Here is what I'm trying to do:

I am trying to grep server logs to find a specific string and then capture the time stamp and the value of that grep string in them. The log file prints out messages on per sec basis.

My script is able to grep the server logs for the entire period of my load runs and then outputted it to a .csv file too.

Unfortunately this .csv file is too large to extract it on my PC and to generate graphs as it exceeds the excel limit. I need some help on how to read this .csv file in a shell script and then take an average on per min basis before I can export it out on my desktop and generate graphs for analysis. example of the out in my .csv file:

View 1 Replies View Related

Server :: How To Prepare For RHCE?

Feb 4, 2010

i have cleared my rhct but i not cleared rhce pls anyone help me how i can prepare for this sothat i will cleared my rhce also.

View 3 Replies View Related

Red Hat :: Prerequisites Of Administration Course Rh133 Of RHCE?

Sep 21, 2010

i have finished my rh033 course a week ago and i am revising it now and everything seems oki am gonna start the RH133 track the day after tomorrowand while i was browsing the red hat site i found the Prerequisites for the RH133 which is rh033 and that's OK and the other Prerequisites isPrerequisites include networking fundamentals and internetworking with TCP/IP, widely available from reputable training vendors or through self-study i don't have a solid background about networking and tcp/ip and i am supposed to start the course after 2 days could u defining which topic should i read about before starting the course to fulfil the course requirements?and i will be more than happy if u provided me with some links about the topics i need read about in this 2 days before the track start.

View 1 Replies View Related

Software :: RHCE Certification Fees And Link

Feb 12, 2009

Can any one tell me what is the fees for RHCE in USA and also the link where I can register for it.I looked for it but couldn't find it.

View 3 Replies View Related

Ubuntu :: Adjust Volumes On A Per-app Basis?

Aug 16, 2010

I know many apps have their own independent volume controls, but not all do. Is there any way to control this in a similar manner as Windows 7?

View 4 Replies View Related

OpenSUSE :: Copy Files In Daily Basis?

May 19, 2011

inside my Linux I am using virtual box to launch windows xp. I have one shared folder between the operating systems so as to share my files As I can not trust virtual box and windows xp... can you suggest me an easy way to take daily backups of one of the folders I have inside that shared folder?The files are mostly html files so the file size is not so much of a problem (at least I think!)How can I take daily backups so to not lose something?

View 6 Replies View Related

Ubuntu Servers :: SSH Chroot On A Per-User-Basis?

Mar 23, 2010

I'm attempting to give a few buddies encrypted storage space through sftp using truecrypt.I have it worked out to the point where the truecrypt volume is automatically mounted when the user logs on, and dismounted when they log off.I would like to restrict each person to their individual home folders. This way, I can control exactly how much space each user is able to use (through the size of the truecrypt volume), while maintaining security through the network due to using SFTP.

I've been looking around, and the only thing I can see is restricting a large group of users to a single directory, this won't work, I need each person to be locked down to their personal home directory.My end goal is to have these volumes "mountable" in Windows through the use of Windows network drives (on a wide network, not through samba on local), or by using expandrive or a similar program. how I can lock these users to their respective home folders?

View 9 Replies View Related

Ubuntu :: Access To Applications On A Per User Basis?

May 23, 2010

I'm wondering if it's possible to control what applications are available to certain users on a per user basis.

My motivation:

I have separate logins for audio production and general admin. Under Applications > Sound & Video I have tonnes of audio apps, but as I never use these under my general admin account, there's little reason to list all of them.

how is the applications menu configured? I'm wondering because I'd like to create some custom sections.

View 7 Replies View Related

Software :: Backup The Hard Drive As A Whole Rather Than On A Per OS Basis?

Jan 26, 2011

I currently use two laptops: a macbook which dual boots OSX and Ubuntu 10.10 and a Dell Latitude which dual boots Vista and Fedora 14 64bit. I would like to know if it is possible to backup the Hard drive as a whole rather than on a per OS basis. If this is possible a linux program for doing such would be the preferred method as it is common to both machines.

I am open to anything that effectively and reliably backs up both machines respective disks in such a manner which allows for practical restoration. This does not have to be done from one OS though this is my preference.

View 5 Replies View Related

Red Hat :: Installing RHCE/FEDORA On DELL Studio 1555 Notebook

Jun 24, 2009

I have just bought a new DELL Studio 1555 laptop which has already Windows Vista- home edition in it,however I would like to install Red Hat Linux or Fedora on this laptop which can also support Oracle 10g.

Below is the link of the laptop to give you an overview of the configuration.

[url]

View 6 Replies View Related

Fedora Security :: DNS Cache Clearance On Hourly Basis?

May 25, 2010

What command would I use to clear dns and cache on a hourly basis.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved