Search the web
Sign In
New User? Sign Up
lucknow-lug · Uttar Pradesh Linux Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 179 - 211 of 247   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
179
Sometimes one may need to export nfs share with a user permissions e.g. anyone mounting nfs share has the r-w permissions and created files have the ownership...
anujsingh_1
Offline
Feb 4, 2008
8:31 pm
181
... Nice work, I would surely give a try very soon. There are other methods too if you want to do a network installation of any linux/FreeBSD distribution. ...
anujsingh_1
Offline
Feb 9, 2008
7:29 pm
183
It is fairly simple to configure and use rsync. rsync has many features which suites for mirroring data among two or nore unix based systems in a LAN/WAN...
anujsingh_1
Offline
Feb 20, 2008
7:26 pm
184
Removing leading directory from tar.bz2 archive. Suppose you have a directory named 'test' containing another directory 'openldap-2.3.27' and. [root@localhost...
anujsingh_1
Offline
Feb 20, 2008
7:55 pm
185
... hosts allow=10.1.10.0/255.255.0.0 10.0.0.0/255.0.0.0 172.16.0.0/255.240.0.0 ^^correction , use ip according to your n/w...
anujsingh_1
Offline
Feb 20, 2008
8:05 pm
186
YUM automatically computes dependencies and figures out what actions need to happen in order to successfully install packages. Creating your own repository in...
anujsingh_1
Offline
Feb 23, 2008
7:10 pm
187
Hi all, We are an p2p group named wikiocean (www.wikiocean.net) which uses & supports free software in whichever way possible. Most of the time when people...
shirish
shirishag75
Offline Send Email
Mar 15, 2008
4:54 am
188
Have a look, makes your work faster. Taken from: http://linux.about.com/od/linux101/l/blnewbie5_1.htm <Ctrl><Alt><F1> Switch to the first text terminals. Under...
anujsingh_1
Offline
May 19, 2008
7:03 pm
189
The ARCHIVE storage engine is used for storing large amounts of data without indexes in a very small footprint. ARCHIVE storage engine is included in MySQL...
anujsingh_1
Offline
Jun 15, 2008
7:32 pm
190
Installation of java and Apache-tomcat on Linux 1.Introduction 2.Installation of java 3.Installation of apache tomcat 4.References 1.Introduction: This...
anujsingh_1
Offline
Jun 24, 2008
7:02 am
191
in RHCE examination if a question is asked that "configure a ftp server for your local system and rest of the network should not be able to access your ftp...
pcy1988
Offline Send Email
Jun 27, 2008
6:09 pm
192
In any of the questions which is regarding the deinal of service ou should use /etc/hosts.deny. Use of IPTABLES in exam is not permissible if you use iptables...
monsterisback
Offline Send Email
Jun 30, 2008
10:42 am
193
... I think the case is similar when we configure telnet, where we can deny the access by editing the file /etc/xinetd.d/telnet. Open the file in any editor...
kvbiju22
Offline Send Email
Jun 30, 2008
10:42 am
194
... server ... to ... question. ... telnet.It ... The straight forward method is using tcp-wrappers i.e. /etc/hots.deny files, as devilisback said. we can also...
anujsingh_1
Offline
Jul 1, 2008
6:53 pm
195
Hi Our group has become active it seems.. Anuj has given a very good view on configuring the services. Keep going. Thanks ... From: anujsingh_1...
K V Biju
kvbiju22
Offline Send Email
Jul 4, 2008
7:39 am
196
plz suggest me some tips about RHCE exam. what we should keep remember. ************************************************************ in perspective of RHCE...
Prem Chand
pcy1988
Offline Send Email
Jul 5, 2008
5:34 am
197
Anuj one of the few person whom i pay respect in the field of linux. I have never seens a person like anuj he posses good knowledge and problem soling skills ...
monsterisback
Offline Send Email
Jul 5, 2008
5:35 am
198
From exam point of perspective you should enable SELinux otherwise all of our questions will be treated as incorrect. Yes you should apply the correct boolean....
monsterisback
Offline Send Email
Jul 5, 2008
5:43 am
199
... remember. ... ��� ��� ��� ... ��� ��� ��� ... Yes Vidur has given a correct hint, suppose you have configured your ...
anujsingh_1
Offline
Jul 5, 2008
9:33 pm
201
thanks for that apache tips i tried it and working ************ ********* ********* ********* ******** as we know that every services run on a paticular port...
Prem Chand
pcy1988
Offline Send Email
Jul 9, 2008
6:02 am
202
... {ftp=21,httpd= 80} ... paticular port. ... 1.) Ports you mentioned are default ports means when you run httpd or vsftpd service they listen on the default...
anujsingh_1
Offline
Jul 10, 2008
5:43 pm
203
my mean to that can we use the following step in the RHCE exam when we are configuring the ftp server ************** "iptables -I INPUT -s 192.168.0.0/24 -p...
Prem Chand
pcy1988
Offline Send Email
Jul 11, 2008
5:01 am
204
This thing you are using for accepting the tcp and udp connection over port no 21 from ip pool 192.168.0.0/24 and i already said in my earlier post that you...
monsterisback
Offline Send Email
Jul 11, 2008
5:06 am
205
can we use the following step in the RHCE exam when we are configuring the ftp server ************************************ iptables -I INPUT -s 192.168.0.0/24...
Prem Chand
pcy1988
Offline Send Email
Jul 12, 2008
1:06 pm
206
can we use the following step in the RHCE exam when we are configuring the ftp server ************************************ iptables -I INPUT -s 192.168.0.0/24...
Prem Chand
pcy1988
Offline Send Email
Jul 12, 2008
1:06 pm
207
Please never use iptables in exam....... i hve told this in my previous replies also.. and iptable is used for securtiy not for opening the port or defining...
monsterisback
Offline Send Email
Jul 12, 2008
1:06 pm
208
what you meant to do by this...... do you understand what this will do.... i just want to ask this........and i hve told u that u can not use iptables in exam,...
monsterisback
Offline Send Email
Jul 12, 2008
1:11 pm
209
what is ssl. in what sence it differs to normal web sites...
Prem Chand
pcy1988
Offline Send Email
Jul 14, 2008
7:51 pm
210
... SSL : Secure socket layer:- In layman language ssl is secure tunnel under which data flows in encrypted format so that it is not easily available to ...
Vidur Mittal
monsterisback
Offline Send Email
Jul 14, 2008
8:06 pm
211
Does anyone have slackware 12.1 DVD . I missed the issuse of linux for u. ( Now I do not remeber in which issuse it was ) However, i tried the listed mirror on...
chanakya.tripathi
chanakya.tri...
Offline
Jul 28, 2008
8:42 am
Messages 179 - 211 of 247   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help