Re: [Ilugc] How to install Linux for 50 PCs in a day

2009-04-16 Thread Raja Chinnathambi
Hi, There is an open source software called Clonezilla which is like Norton ghost. To use this software all of you system must connected to a network. use below url to download the Software http://clonezilla.org/download/sourceforge/stable/iso-zip-files.php With this software you clone the ent

Re: [Ilugc] Regarding UBUNTU 8.10 installation

2009-04-18 Thread Raja Chinnathambi
Hi, up to my knowledge, There are two reasons which causes the problem. 1. Not enough disk space. Check your disk space with "$df -h" command. Clear the all files in /tmp folder with "$cd /tmp , $rm -rf *" commands. Try to login now. If this is not your problem then try the next solution. 2. The

Re: [Ilugc] (no subject)

2013-01-04 Thread Raja Chinnathambi
http://olivierplusquellec.net/work.at.home.php?SID=680 ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] Interview questions for linux administrator

2010-01-15 Thread Raja Chinnathambi
hi friends, Interviewer asked the following questions for linux administrator position. I did not know the answer at that time. I could not get the exact answer by googling. friends help me. 1. Maximum number of name based virtual hosts apache supports? 2. Is name based virtual host supports SS

Re: [Ilugc] Interview questions for linux administrator

2010-01-17 Thread Raja Chinnathambi
My Heartily thanks for valuable answers friends. From: Karanbir Singh To: ILUG-C Sent: Sun, 17 January, 2010 8:38:18 AM Subject: Re: [Ilugc] Interview questions for linux administrator On 01/16/2010 05:46 AM, Raja Subramanian wrote: >> 2. Is name based virtual

Re: [Ilugc] SQUID Configuration Help Needed

2010-01-30 Thread Raja Chinnathambi
hai, See the pdf in the following url. http://www.mfisch.com/vcard/partnerdocs/redhat/collateral_linuxiseasy_quickreferenceguidess_networkservices_english.pdf bye From: Ramesh Jothimani To: ilugc@ae.iitm.ac.in Sent: Sat, 30 January, 2010 10:12:54 AM Subject

[Ilugc] how to start multiple instances of xserver using xinit command

2010-05-07 Thread Raja Chinnathambi
Dear friends, I am using Centos 5.4 i386. From run level 3 if i am able to start the first instances of xserver using the command $xinit it starts the with the Display at 0.0. I think it is possible to start another xserver instances in anther Display for example at 1. I don't know how to

Re: [Ilugc] how to start multiple instances of xserver using xinit command

2010-05-07 Thread Raja Chinnathambi
Dear friends, Once again i thank you all of ILUGC members, especially for Abishek. Yes you are right, the startx command starts the display at screen 1. However, startx is a front end command for xinit. Once i see you replay i try read the man pages of startx command and xinit command. while

[Ilugc] how to start multiple instances of xserver using xinit command

2010-05-07 Thread Raja Chinnathambi
Dear friends, Once again i thank you all of ILUGC members, especially for Abishek. Yes you are right, the startx command starts the display at screen 1. However, startx is a front end command for xinit. Once i see you replay i try read the man pages of startx command and xinit command. wh

Re: [Ilugc] ubuntu ghost for linux

2010-07-19 Thread Raja Chinnathambi
Dear friend, Try the following URL's http://sourceforge.net/projects/g4l/ http://clonezilla.org/download/sourceforge/ with Regards C.Raja From: Suresh PD To: ilugc@ae.iitm.ac.in Sent: Mon, 19 July, 2010 4:44:08 PM Subject: [Ilugc] ubuntu ghost for linux i w

[Ilugc] linux tips - stripe down comment lines from config files

2010-07-26 Thread Raja Chinnathambi
Dear friends, The following commands can be used to view the configuration files lines excluding comment lines. [gu...@localhost ~]$ sudo grep -v "^#\|^$" /etc/squid/squid.conf | nl [gu...@localhost ~]$ sudo sed '/^#/d;/^$/d' /etc/squid/squid.conf | nl note : This commands will remove the comm

Re: [Ilugc] FW: k12linux mount problem

2011-07-16 Thread Raja Chinnathambi
Dear friend, Try to mount the share from the server itself. update the status. hope by the time you solved the issue. Have a nice Day. C.Raja ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc