Software :: Test Exam Question From LPI Site
May 14, 2009
From exam sample questions (LPI101) on the LPI site: Which command will show how much free disk space is available in the current directory?
Answers
A) df .
B) df
C) du /
D) du .
E) df /
Do they mean "current filesystem"?
View 12 Replies
ADVERTISEMENT
Feb 6, 2011
I'm not to sure this is the place I should post this, but couldn't find any place for it to fit. So here is the deal..I am running 10.10 with the standard LAMP setup. I am running a drupal 7 site no problems. What I need to do is run a multi site sub directory. (domain.com/newsite). So far the best I can do is get a directory index of the second site (domain.com/newsite), but cant run the installer. (I did the symbolic link to the doc root of the drupal install.)If I type in the url domain.com/newsite/install.php I get not found. I placed an index.html test page and it renders fine. I think I'm close but just not there yet.
Any ideas from anyone? I can get Sobdomains to work fine on a test mache, but sadly I need the domain/site to work due to lack of DNS support at the moment. I tried to get some info from the drupal forum, but everything always points to subdomin setups. I also posted over there, but it seems like the forums have very little support and are a bit on the slow side.
[Code]...
View 9 Replies
View Related
Jun 25, 2010
I have to ubuntu machine (9.10 and 10.4) with a openvpn tunnel between them.This is the situation:
Code:
NetworkA 192.168.0.0/24
|
UbuntuA br0:192.168.0.3 (openvpn bridge between eth0 and tap0)[code].....
UbuntuA has one only interface etho and there are two openvpn instance: one bridge istance with br0 and another instance with tun0.
UbuntuA is not the gateway for networkA. UbuntuB is the gateway for NetworkB.I need to comunicate between pc on networkB e those on networkA.This is the "ping situation" (no pc tested has an active firewall):
ubuntuA vs ubuntuB: OK
ubuntuB vs ubuntuA: OK
pc on NetworkA vs ubuntuA and ubuntuB: OK[code].....
View 6 Replies
View Related
Jul 27, 2010
I've been on a quest to enable full routing through my openvpn tunnel between my office and the colo. Masquerading will work, however it will throw off anything key based and makes a lot of things just more difficult and vague in general. Is there an easy way to do this via iptables? I tried using quagga hoping it would magically solve my problems, however it does not seem to do my routing for me . I just did a basic static route within zebra...
View 3 Replies
View Related
Mar 25, 2010
I have three locations with a central office connected to two remote locations. At the central office I run on a cisco asa 5505 two site to site vpns. The remote end of the first site is a checkpoint firewall , and the remote end of the second site is racoon on debian. Both sites are up and working. However, where at the first site traffic goes both ways, at the second site it only works from the central office to the remote office.
For example, I can ssh from a host in the central office to a host in the first remote site (through checkpoint firewall,) then ssh back from that host at the remote office to any host in the central office. In contrast, after I ssh from a host in the central office to a host in the second remote office (through racoon), I cannot see the central office hosts (ping the ip address of a central office host, ssh, etc. all fail.) The vpn settings at the central office (the cisco asa 5505) are identical. So it seems to me that some routing magic is missing on the host running racoon at the second remote office. Where would such setting reside? racoon config files? iptables?
View 1 Replies
View Related
Apr 28, 2011
I am preparing for RHCSA but don't know which OS to use for practice as RHEL 6 is not updatable after 30 day evaluation as expired.
View 7 Replies
View Related
Jun 28, 2010
Can any one help me out with some lab work that would help me to prepare for the RHCT. Also does any one know if you can use the GUI in the new RHCT exam?
View 6 Replies
View Related
Feb 15, 2010
tell me how good Ashgar gori (RHCE) book is for RHCE i have to take up the exam in another 4-5 months.
View 6 Replies
View Related
Oct 3, 2010
Maybe a site-to-site Ouija board connection.
View 5 Replies
View Related
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
Apr 5, 2011
I wanna take the RHCSA exam in RHEL 6. I read exam has 2 parts. And I have some questions about exam.
1. Do they take the exam in one day or 2 days?
2. How many questions come in theoretical part?
3. How many minutes for 1 question?
[code].....
View 7 Replies
View Related
May 11, 2011
how to get UBUNTU LINUX EXAM DUMBS for professional & administrator or help send it to my email add if you have it.
View 3 Replies
View Related
Apr 8, 2009
I have installed Postfix + Amavisd-new, then I am started all services (and configured main.cf and master.cf to use amavis).
The questions are:
1) I am trying to test antivirus scan using eicar test virus
Code:
And the message is successfully delivered to mailbox with mark "CLEAN" in maillog. But I cant see any attachment using
Code:
Where is my mistake?
2) Should I update clam and how I can do it?
3) Is spamassassin enabled by default in amavis (I have started daemon)?
4) Where configuration files of spamassassin is stored?
View 1 Replies
View Related
Mar 15, 2010
I am trying to install mysql 5.1.44..so i downloaded the binary package, i extracted it and then followed the instructions that were in the manual but i keep getting this error when running this command
Code:
scripts/mysql_install_db --basedir=/home/mosty/mysql
the error is
Code:
Installing MySQL system tables...
100315 20:07:27 [Warning] Can't create test file /var/lib/mysql/mosty.lower-test
100315 20:07:27 [Warning] Can't create test file /var/lib/mysql/mosty.lower-test
[code]....
You can try to start the mysqld daemon with:
shell> /home/mosty/mysql/bin/mysqld --skip-grant &
and use the command line tool /home/mosty/mysql/bin/mysql to connect to the mysql database and look at the grant tables:
shell> /home/mosty/mysql/bin/mysql -u root mysql
mysql> show tables
View 1 Replies
View Related
Dec 24, 2010
I switched recently to Konqueror and Kmail. Kmail works just fine and i am happy with it.There are, however, some minor issues with Konqueror. Example one. Printing works sometimes, sometimes not. I was unable to print a coupon out for a free exam for a vet. Also, if i go ....., it doesn't play the video. Plugins are there, so in theory it should work. Right now, this is under KDE 4.4.4 and Konqueror same. Haven't checked if thats actually a common bug.
View 2 Replies
View Related
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
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
Mar 26, 2011
I have created mobility of 20 nodes and vbr traffic using following attached script I executed the file as ns234 vbr.tcl I got the vbr.tr and vbr.nam but I was unable to load the graph using matlab <trgraph> I thought problem with is vbr.tcl script.
View 1 Replies
View Related
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
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
Feb 4, 2010
I am trying to find a copy of the following book by Michael Jang; RHCT Red Hat Certified Technician Linux Study Guide (Exam RH202)at a reasonable price.
View 2 Replies
View Related
Feb 18, 2010
In the office there is a local network with samba+openldap PDC. The local domain name is company.net. The company desided to create a corporate Website on a remote hosting and desided that the site's domain should be company.net which is same as local network's domain name. So now it is not possible to reach that corporate website from within the company's local network because, as I guess, bind9 which is installed on above menioned PDC looks for company.net on a local webserver. Is there a possibility to let people from this local network browse the remote site?
View 1 Replies
View Related
Dec 29, 2009
I have the latest packages installed with F11.when I go to site the FF freezes.Does this happen to anyone else?How can I find out what is wrong?
View 6 Replies
View Related
Jan 9, 2010
Can someone link me to get Fedora 11. I'm looking for it, but I can't find it on the site. I'm also looking for the one that is 700mb. Since the ones I keep finding also on google around 3gb. Don't want to wait that long and I remember downloading one that was around 700mb
View 2 Replies
View Related
Sep 6, 2011
I need to mirror a website. However, each of the links on the site's webpage is actually a 'submit' to a cgi script that shows up the resulting page. AFAIK wget should fail on this since it needs static links.
View 1 Replies
View Related
Sep 19, 2010
how do i configure Open VPN to automatically use a certain VPN for ONLY firefox, ONLY on a particular site? I don't want it to be applied system wide and screw up my IM client and all the sites that i have remembered passwords with, only for a site or 2 where there are regional restrictions.
View 1 Replies
View Related
Nov 11, 2010
I am going to try out the unity ppa which comes out today-12th november-. What site will I be able to get it from?
View 5 Replies
View Related
Jun 17, 2011
After the last update every time when I try to see my mails from gmail, with the use of any app like plasmoid-gmail or kmail notifier, appears a window with this title. "You are about to log in to the site "mail.google.com" with the username "********", but the website does not require authentication. This may be an attempt to trick you. Is "mail.google.com" the site you want to visit?"
View 9 Replies
View Related
Apr 5, 2011
I've decided to start learning how to set up a web-site on CentOS. I've installed Apache's httpd and it's working. Now I have absolutely no experience with web-sites. I assume there's a GUI based web editing software that'll allow me to design a homepage.
View 1 Replies
View Related
Aug 1, 2010
Browsers under Debian distros used to allow cookies per site but now it seems it is all or nothing. Perhaps I should install another web browser. I have Epiphany and Iceweasel.
My main problem is that I cannot set non-volatile the number of results per page in Google to 100.
View 2 Replies
View Related