[ilugd] smbmount /var/portage

2004-01-31 Thread Robins Tharakan
hi,

in my spare time i was trying to compile openoffice, but i later
realised that it requires more than 1 gb to compile... i have an smb
share of about 1.7 gb available, however all attempts have gone in vain.

given here is the fstab excerpt.
i know its *highly* insecure...
but..

option 1:
//exodus/openoffice /home/rbs/openoffice-1.1.0-r2  smbfs  
defaults,users,username=rbs,password=tha,noauto   0 0

emerge openoffice fails with 'cant perform rm openoffice-1.1.0-r2'



option 2:
//exodus/openoffice /var/tmp/portage/openoffice-1.1.0-r2   
smbfs   defaults,users,username=rbs,password=tha,noauto0 0

emerge openoffice fails with 'cant write to /var/portage'... or a
similar error...


any ideas on what permissions to give to 
1. smb share
2. /var/portage
?

also, after mounting, i am unable to do a 
[EMAIL PROTECTED] chown portage.portage /var/portage
(although frankly i dont know why is that not allowed...)

any help would be greatly appreciated...

thanks
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] ILUG-D: Contact Us

2004-01-07 Thread Robins Tharakan
sure.

On Wed, 2004-01-07 at 20:48, [EMAIL PROTECTED] wrote:
 [Please CC replies to the original poster -- Raju]
 
 i am a newbie. right now have red hat 9 installed on my pc. but i have some 
 problems. is there a way i can ask for some answers to my doubts?
 thank you
 --
 This email is brought to you by http://www.linux-delhi.org/
  
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] How to run a webserver

2004-01-04 Thread Robins Tharakan
hi,

install apache (http://httpd.apache.org)
place the files in the appropriate directories...
/var/www/html for html files.
/var/www/cgi-bin for cgi/perl files...
and (in this case for safety sake!!) configure your /etc/httpd.conf to
disallow any other ip address to get to your server...

then a simple http://127.0.0.1/ should open up your site...
its pretty easy, and a fantastic way to test all your RD at home...
and then post it at home...

anyother queries feel (beer type) free ;)
affly
robins
p.s.: as usual, any corrections are always welcome..

On Sun, 2004-01-04 at 19:38, Ejain wrote:
 Hi Friends Its me again mine previous problem has been solved but I have a new one.
 I have a small website. Someone told me that you can check your CGI/PERL programmes 
 on your computer before you publish via running a webserver. The address for 
 accesing your website on your computer will be 127.0.0.1 .I know how to do that on 
 Windows but can't do on Linux.
 I have Linux 9.0 running on mine PC.
 If any of you could help me I shall be very very grateful.
 Thanks
 Abhishek jain
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Squid ???

2003-12-19 Thread Robins Tharakan
quite simple...try...

acl localnetwork src 192.168.1.0/255.255.255.0
http_access allow localnetwork

(where the default is deny all)
get back if it doesnt work...

affly
robins

On Fri, 2003-12-19 at 12:01, Veforks IT SOLUTIONS wrote:
 Hi all, 
I am running a Red Hat 9.0 distribution.. I have two ethernet installed 
 on my 
 m/c (one for the intranet and other for the Internet). can u tell me how to 
 configure my proxy (SQUID) so as to give access to some m/s in my 
 network.both of my cards have a different set of IPs.one is a class C 
 address for intranetother has a class B address for Internet. 
  
 Nitin Tiwari 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] mysql + (PHP / Python) ?

2003-11-15 Thread Robins Tharakan
hi,

as usual i have a situation, and (thankfully) a few choices, though
selecting the best of which, is getting slightly odd.

requirement: 
1. apache+mysql+(PHP/Python) combination offering dynamic pages to a
local intranet.
2. Approximately 5000 records, going upto ~1 at the maximum.
3. The ratio of select/insert would probably be quite high (in the range
of 100/1 or so).
4. Maximum traffic projected to be probably around a 5000 requests a
day.
5. I am looking at server side scripts to get the dynamic pages up (

question: 
1. is mysql a good choice for the number of records? I wish the database
to be the least of my problems ! (i select mysql mainly because its fast
enough for small records, and *relatively* safe to work in intranet
environments ... considering that i have read good reviews about innodb
)
2. is it very difficult to port the app from mysql to postgress, just in
case i need features like view etc.. later on?
3. PHP scores high on being 'tried/tested', Python on simplicity. But i
found only scanty emails/replies/docs on python/mysql combination when i
compare that to PHP/mysql combination. A few have hinted at Python being
better, but that was a non-database situation, any choices ?

any answers / suggestions are more than welcome.

affly
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] Evolution to Evolution

2003-11-01 Thread Robins Tharakan
Hi,

continuing from Lingam's email...
is there anyway to import mail files from evolution (older version to
the new ones?). i see only import for non-evolution formats...
(and NO export if i may add!!)

i think the last time i copied the files from a to b. worked, but
frankly seems a bad hack for a cool app like evolution..!!

?

affly
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] stupid problem - c programming

2003-11-01 Thread Robins Tharakan
hi,

have recently started programming in a joe/gcc combination far away from
the standard TurboC that i have been using since ages...

one(infact two) small problem(s)...

1. how on earth do i know what include files are there in linux?
i mean for eg. conio.h is seemingly unavailable.

2. more importantly, how on earth do you see a list of what all
functions are already available... simple ones like max/min etc..
?

thanx a ton..

affly
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] memcmp vs if statements

2003-11-01 Thread Robins Tharakan
hi,

this is a surprise for me that in gcc
a 16 cell array compared cell by cell such as

1. if (a[1]==b[1]  a[2]==b[2]  . a[16]==b[16]) 
is **faster** than 
2. memcmp(a,b,16) 

a program that does about 20! (factorial) checks like this gives these
times...
1.23 seconds for if statements
1.76 seconds for memcmp !!

is this normal?

i did read about memcmp performance issues of gcc in old pentiums
(though mine is an athlon) but are they so slow? 
secondly, i thought if were the slowest things ever in the c language
!!

any comments..!?

p.s: mine is a gentoo compiled from stage1, so i guess the pentiumII
issue shouldnt be there ... just a guess!

robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Happy Diwali

2003-10-25 Thread Robins Tharakan
well!!

even after all the sayings of raj, i think this just had to happen!!

but on the brighter side, only two happy event mails is quite a good
record, considering the number of people on the list...
;)

rbs
On Sat, 2003-10-25 at 22:00, Dushyant Saraswat wrote:
 same to you and all other!!!
 dushyant
 - Original Message - 
 From: Sumil [EMAIL PROTECTED]
 Subject: [ilugd] Happy Diwali 
  Hi All 
  Wishing the whole Linux Fan Club Happy Diwali 



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Linux presentation

2003-10-17 Thread Robins Tharakan
On Fri, 2003-10-17 at 12:34, Ambar Roy wrote:
  http://kandalaya.org/Presentations/linux-raju-1.sxi
 What progrm opens up an sxi file??
openoffice
staroffice...

rbs


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] hi all

2003-09-11 Thread Robins Tharakan
Sumil Saxena [EMAIL PROTECTED] wrote:
 
  Hi every one in delhi
  
 Sorry, I think you have the wrong group.  
 Sanjeev, not in Delhi, Gupta

well to be technically fair,
he is quite in the right group.
he said hi to everyone in delhi !! ;-)

its just that he could have been much more safer and written, 
hi everyone!!  :)

welcome Sumil, but quite unlike this mail, previous mail by sanjeev and
yours earlier, generally the topic of discussion is substantive,
probably linux, and associated things... 

wander in this world, and do call in for help, someone would drop in a
line or two... surely.

but the mantra always to remember is 
Try, Try, Try, 
.
.
.
and then try again.
If you are dead, then you wont need help,
if you are alive, you havent tried as much,
if you are flying, you are enjoying too much,
if you are shaving, you are bit clean too much,
if you are swimming, you are easing away too much,
.
.
in all other cases, we would try to help a genuine query.


affly
robins

On Fri, 2003-09-12 at 07:23, Sanjeev Ghane Gupta wrote:
 On Wednesday, September 10, 2003 1:53 PM [GMT+0800],



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Redhat linux-7/8 compatible motherboard or AGP, SOUND and ethernet drivers for Redhat linux-7/8

2003-09-09 Thread Robins Tharakan
 Northbridge: SiS 740
 Southbridge: SiS 962L
 VGA  : INTEGRATED  4XAGP GRAPHICS
what card? Sis?
although Sis support was scanty in the early years, i think recently
even sis cards are quite well supported. (but i have no idea, i dont
have one...)

 LAN   : SiS 962L INTEGRATED 10/100 MBPS FAST ETHERNET  
 WITH REALTEK EXTERNAL PHY
i have a realtek card. works fantastically (its a 10/100 card). although
i dont know about the term fast ethernet. if its a term for 100mbps, i
think linux kernel has drivers for it.

 AUDIO: C-MEDIA 4 CHANNEL CODEC WITH AC' 97 COMPLIANCE 
 and  S/PDIF OUT INTERFACE
C-Media is *surely* supported... 
i have a cmedia 8738 card with 4 channel inbuilt motherboard... 
although it has problems regarding hissing, the card works fine... (on
rh 8, mandrake 8.1)

affly
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] ssh and tunneling

2003-09-06 Thread Robins Tharakan
hi all,

i had this idea since a while now...

i use a 
ssh [EMAIL PROTECTED] -D 56080 -C 
for tunneling my port 56080 to his system 
(basically for web access [this is the BAD hack queen, i need to use
this when my cable wullah stupidly disallows http while allow
ftp/etc..])

question: cant this be reversed?

i mean anyone visiting 
server.in.us:56000/ or
server.in.us/robins/

be directed to my system here ???

so whenever i need to check whether my webpage looks fine (or maybe post
it on the net for a few hours) i just ssh to this server, and ask anyone
to check this web link !!

well i know its a pretty bad hack, but firstly, is it possible??

affly
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] ok i get it!!

2003-09-06 Thread Robins Tharakan

i was frankly quite wondering as to HOW big sobig/blaster etc.. are..
i just got a clue...

!!

i got 13 messages since 3pm today (its 10 pm now).
ALL are viruses (the ~97kb attachments!!) .

sad thing though that contrarty to popular belief, clicking on them
causes no harm  ;)

affly
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] net4india servers!!

2003-09-06 Thread Robins Tharakan
hi,

is there anyone else getting mails from net4india servers??

(continuing on my yesterday's email)...
i got about 34 out of 37 emails all with ~100 kb attachments, all the
[EMAIL PROTECTED] variant.

and surprisingly the vsnl email account was quite clean!!

is it the servers, or just me??
!!

affly
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] (fwd) Linux: Help

2003-09-05 Thread Robins Tharakan

 To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED]

Holy cow!!
either you are desperate enough to eat a live toad first thing in the
morning to get this thing going, or probably unthoughtful enough to
bombard all known lists for a question like this. we arent nanny's
here, ask and you may get a reply, but dont announce like this, it
quite irks a lot of regular flamers!!

 I am a student of final year computer engg. .
 I am doing my project in linux o.s. .I am giving you
 details about the project .Please , let me know how
 can I begin my project . What are the things that I
 should study.
the things you talk about below, are relatively quite BIG. if you're
talking about MAKING all of it, i think you need to narrow things
down. If you're talking about installation, and integration (dont know
how you'd pass that as a PROJECT) then i could help with a few names...

 Our job is to make a server in linux which will
 have control over all these machines.
control is a vague word.
try vnc.. its a freely available remote access software(free).

 Server should have firewall in it , so as to restrict some of the
 websites.
iptables, very crude (read CLI), but very flexible..

 It should also have the information about
 every user that have been logged on to the machine in
 cyber lab.
try standard combo of apache with a logging software (should work?!)
(although i don't know any, any one can help on this one???)

 Administrator should be able to monitor every action
 of the user of any machine of the lab.He should be
 able to produce screen of any user on his terminal 
 thus be able to see what that particular user is
 doing.
EXACTLY this is what VNC does...
try it!!

 If the administrator has seen that some user has
 opened some website which is not in the list of
 restricted website of firewall but still its
 objectionable , he should be able to add it
 immediately to the list.

Software: dansguardian
and a VERY VERY strong note, that this was mentioned only a few days
earlier by raj... try reading the list before you post a message like
this...

 Also he should be able to give
 a warning message to the user of that terminal  if he
 don't stops he should be able to turn off his terminal
(turn off!! ok thats a dangerous one, i hope you dont install it. its a
bit too powerful a power. i'd rather suggest stopping access to the
net kind of power...)

does samba support winpopup!!???
anyone help ??

(anyways, you could go in for a VERY crude form of using batch files for
startup whenever anyone logs into a samba server. this batch file could
openup a message window giving the message that the admin wants to
display.. .. but yes this is a very bad way to get this done..!)

 .Administrator should be able to do all this just by
 sitting on the server machine.
i mean, he is NOT god!! what all do you want him to do???
(i have mentioned a few softwares for what you asked... but what more?)
please elaborate, or take this worldly project to a shredder and prune
it down to something more practical in the time span you have...

 Please , let me know suggestions from you.
i suggest we have another filter at ilugd-delhi.org which bombs people
sending emails to more than 10-15 people in the to+cc+bcc(if known)
list...

 Thanking You!!
oh! you too!!

p.s.: 

i dont have a problem with you asking, 
its just the question that irks me the most!!
... by Robins

:D

affly
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Iptables and Network services on RH9

2003-09-05 Thread Robins Tharakan

sorry if i am very stupid but,
have you routed the packets correctly?

it might just be that your default packet route after restarting
iptables is eth1 rather than the original eth0.

the easiest way to find out is whether traceroute 12.12.12.12, or any
other ip address not on your eth0.

!hih!

affly
robins
On Fri, 2003-09-05 at 18:26, Arindam Dey wrote:
 Hi all,


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Wget download options

2003-09-04 Thread Robins Tharakan

i just tried this out..
i think you might be downloading a BIG file. (or else a simple change in
the script could do the job...)

but i think what needs to be done is a simple 
mv /home/sohel/file /home/sohel/download/file

why this works is because all file accesses work on the inodes and NOT
on the file name / location. therefore unlike DOS/win, a move can be
done even though someone is writing to that file...
(infact a tcpdump -i eth1  testfile ; mv testfile dir/testfile just
worked for me...)

just that if the downloading is being continued some other time (a part
download) then you'd need to change the script once the current running
program stops...) 

hope this helps.

affly
robins

On Thu, 2003-09-04 at 17:52, Sohel Shaheen Mallik wrote:
 Hi there all,
  i am having a problem is there any sol.. say i have a script a
 .pl file invoking a wget command to download a series of files , say my
 file is located at /home/sohel/download  and if the cron is firing it
 whatever is downloaded , gets downloaded to /home/sohel .. now is there
 a way to get the downloaded files to /home/sohel/download at they are
 being downloaded ... 



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Number of Users on my RH9 system?

2003-09-02 Thread Robins Tharakan

this is a good one... 
although i dont really dont know what responses you'd get from the
mailing list, but i think the warning bells might have already started
to ring.

1. try who on the console.. (that should give you the exact number of
users logged in and MOST IMPORTANTLY their ip addresses).
so if they are who you suspect they might be, then you know their
address too. 
thats the start for knowing whether the warning bells are ringing.

2. next if possible put up the username list up here on the mailing list
(considering that you (like me!) wouldnt really know whether a login id
is installed by a defualt RH9 system or by an intruder). try attaching
the file (/etc/passwd - dont worry it doesnt have passwords in it!!!
;-) )

3. remove any users you feel shouldnt be there.

4. remove any servers you believe are not really required. most common
ones are sendmail, telnet, ssh, vncserver, etc... try doing a ps -ax
and see whether you see any of these. they are NOT a problem, but i'd
suggest you have them running only if you really need them.

all the best! ;)
affly
robins

On Tue, 2003-09-02 at 11:27, Rajesh K. Jha wrote:
 I am using Red Hat 9 and connect to the internet through the cable. I see in the 
 GTKrelm ( the programme which shows you the detail of processes , net connection 
 etc) that there are 3, sometimes 4, occasionally 2 also, users connected to my 
 computer. My computer is at home and it is not networked except that it is connected 
 through the LAN to get the internet connection. In my computer, I have created 2 
 users. What could be the reason? Who could be the users? Can somebody be logging in 
 to my computer without my knowledge? To the best of my knowledge, I have not set up 
 any servers etc unless something comes by default while setting up RH9.
 Rajesh K. Jha



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Re: ilugd Digest, Vol 6, Issue 2

2003-09-02 Thread Robins Tharakan
 And my advice - shift to firebird on all platforms. 
me too...
unless ofcourse you do some really high end web-development...
i have seen cases where firebird messes up with the web pages...

but for all general purposes, firebird is really really
fanda-shtick...!!

affly
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] gcc compile target: win32

2003-08-31 Thread Robins Tharakan
hi,

i need to compile a pretty simple c program for a win32 platform.

i frankly hate to run TurboC through dosemu to do this stuff (which
means a pain of installing dosemu.. but thats another story..).

gcc mult5.c -b win32 -o mult 
gives :
 gcc: installation problem, cannot exec `cc1': No such file or directory

1: is the command right?
2: google didnt help much, or maybe i need to learn googling ...
3: is this possible using the default rpms in rh8? lest i be wasting 
time trying to do the impossible!!

any help would be grateful..

affly
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] unsubscribe

2003-08-31 Thread Robins Tharakan
 Pl forgive me..I have done big mistake joining this list.just for the
 sake of getting CD for kids

ok!! atleast the guy was frank enough...!!!

in swaziland this would be called rude ...!

and thus in return: 
Please open your eyes once in a while and read the last two lines. Its a
website (if you've heard what that is!), which allows you to
unsubscribe. and NO its NOT the most difficult thing in the world!!

rbs




___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] How to check the account space remaining

2003-08-30 Thread Robins Tharakan
try df (diskfree)

rbs
On Sat, 2003-08-30 at 14:57, Abhishek jain wrote:
 I have a shell account on some another computer I login through telnet. Please can 
 anyone of you tell me how to check the available disk space that is remeining on the 
 account.
 I shall be very grateful.
 Thanks,
 Abhishek jain (ejain.com)
 ---
 Think big and Play Safe
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] mandrake 9.1 going bonkers

2003-08-30 Thread Robins Tharakan
 Any help? Could it be a virus?

!! oh i hope not! ;)
or else one of the major ayes against M$ is out of the window in the
early days of childhood!! 

:-D

robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] installation of file with extn. as .sh

2003-08-30 Thread Robins Tharakan
 I have downloaded a file namely install-mmjb1.43.sh for playing mp3 files from 
 tucows linux system and utility software site. I want to know how I should install 
 it. Should I install it simply issuing command as sh file name.  Please guide me.
well if its a shell script (which it seems to be..) probably you
should!! (do a sh install-xxx.sh)

try seeing the contents if in doubt. but frankly, i doubt itd be
anything else though...

affly
rbs


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Reg:iden:: sarvex Movie player

2003-08-28 Thread Robins Tharakan
 Sarvex MPLAYER is not capable of playing *.DAT files... so how
 Sarvex can i watch VCD ???
 
 mplayer vcd://1
yes and i was just tweaking mplayer to do a lot of odd stuff...

try good options like -zoom for magnification (or better, use skins for
fullscreen...) the f for fullscreen is good while using mplayer, but
it gets stuck sometimes...

for odd ups and downs in volume try -aop list=volnorm (volume
normalizer) and ofcourse you could play all those ripped in windows
wma files too..!!

anyone has anyways to play encrypted rmx files? a friend ripped a cd in
(real player) windows, but they don't play in here (mplayer recognizes
format but says extra header found...).

affly
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Re: ilugd Digest, Vol 5, Issue 45

2003-08-21 Thread Robins Tharakan
hi vishesh,

If you get all the emails viksit had mailed all the details a few days
back.

held at Electronics niketan,
CGO Complex, 24th, 2-6pm.

affly
robins
On Thu, 2003-08-21 at 15:38, visheshonly wrote:
 where is the meet held?
 any addresses???


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Presentation for the Next Meet dilemma

2003-08-21 Thread Robins Tharakan
 *Snap* taken.  You're on.

somehow it seems bruce lee would have been surprised at the speed at
which raj/LL would have snapped at this one!! ;)

affly
rbs


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] mp3 problem

2003-08-21 Thread Robins Tharakan
please go to www.xmms.org
down there, there is a special section for redhat installations, and a
special rpm for adding the mp3 support for xmms.

1. download that.
2. rpm -ivh thatspecific.rpm
3. restart xmms.

voila... you can now listen to Mozart.mp3 !!

affly
rbs
On Thu, 2003-08-21 at 23:20, [EMAIL PROTECTED] wrote:
 [Forwarding without prejudice.  Probably be a good idea to CC replies
 to the OP -- Raju]
 
 please advice me on how to install xmms mp3 player in my red hat linux 8.0 pentium 4 
 1.5Ghz computer.
 
 please reply and oblige,
 
 regards 
 dinesh kapoor
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] pop on public network

2003-08-19 Thread Robins Tharakan
hi,

 There are many methods of achieving secure authentication already, such
 as APOP, KPOP, and IMAP. 
 You can also do Secure POP via SSH. there is a mini HOWTO available on
 the subject.
 But Your mail provider may be unable or unwilling to use a more secure
 protocol. 
exactly!

i have two email servers...
net4india.com and vsnl.com

i tried with evolution and both don't (seemingly) support
IMAP/SSL/APOP/etc... only POP3 on both...

this basically leaves out only the ssh tunneling option.

i have managed a system based in US which is although slow, atleast can
provide a ssh login!
the only problem is that when i do a 

ssh -L 56110:pop.net4india.com:110 somebody.us.net
-L56025:smtp.net4india.com:25 -C

a few questions:

1. now this always asks for a password. Cant i make this automatic? i
mean i give a script in /etc/rc.local (with a password) for once when
the system boots, and this connection stays on?

2. is that advisable? because my system stays on for 10-12 hours, does
the ssh connection die out due to no transmission?? 

affly
rbs


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] pop on public network

2003-08-19 Thread Robins Tharakan
 Ah!  You' have managed to defer snooping of the password from your
 local LAN to the LAN the US server is on.  Don't forget, the password
 will still be sent in clear-text from the SSH server to the POP3
 server.

quite true.

but that seems a slightly more acceptable idea, rather than people on
the cable network here (who know that the data is easily accessible)
snooping in... (i mean for that matter 99% of people on vsnl networks
use pop3. and i repeat vsnl network is zillion times bigger than
people on their own pop servers!! so then i guess life's not as bad as
it sounds then!!! :-) 

but yes, i guess i need to find a better option soon!!

although the password entering problem is still a bone in the neck type
issue.entering a password for two such ssh logins on every boot is
sounding like not a best fit solution.

affly
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] upgrading kernel and installing security patches

2003-08-19 Thread Robins Tharakan
 One more thinghow can I disable the ping
 face a lot of scanning related to open ports and security holes.
Oh!! you need a good secure system!! 
good you came into unix'es
;)

i mean the way you put it, what are you on a .mil site ? 
;)

lol
affly
robins
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


RE: [ilugd] help

2003-08-17 Thread Robins Tharakan
read the damn text at the bottom yaar!!!

it(the link!) is there in all mails just because fantastic people like
you don't send in junk like this!!!

please try using the automatic route, rather than disturb a thousand
people on the list for it!!!

rbs
On Sun, 2003-08-17 at 22:35, Mohammad Zafar wrote:
 Me too..
 
 -Original Message-
 From: rohit giri [mailto:[EMAIL PROTECTED] 
 Sent: Friday, August 15, 2003 10:26 AM
 To: [EMAIL PROTECTED]
 Subject: [ilugd] help
 
 
 unsubscribe
 ___
 Meet your old school or college friends from
 1 Million + database...
 Click here to reunite www.batchmates.com/rediff.asp
 
 
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Is the Mailing LIst alive?

2003-08-14 Thread Robins Tharakan
on a count... there were about 34 mails on the 6th!!!

affly
rbs
On Thu, 2003-08-07 at 10:26, Arindam Dey wrote:
 Hi all,
 
 Is the list still active?


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] 17th aug? har! har!

2003-08-14 Thread Robins Tharakan
hey LL!

the har har went of to a good start for one...!!!

;-)

robins
On Wed, 2003-08-06 at 05:43, Spoonman wrote:
 EXCUSE ME! WTF?
 :-/
 
 unless you have access to a loudspeaker, you are now silenced.



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] Emails by server time

2003-08-14 Thread Robins Tharakan
hi all,

mails from ilugd server have dates ranging from august to september, to
even 2002 etc...

frankly its a pain sometimes, to keep finding them in that long list of
mails in the ilugd folder in evolution...!!

could there be a solution to this, for eg. restamping all the emails at
the server with the server date and time?? atleast that way we have
'one' time on the emails rather than their local time/date stamps which
are varied due to mis/in/dis/un/... configurated systems...

!!

affly
robins
On Tue, 2003-08-05 at 15:22, Amit Sharma wrote:
 please add me to mailling list
 
 user name: amit_quantum



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] problem with knoppix

2003-08-14 Thread Robins Tharakan
during the process of installation! could you please elaborate?
is it during hard disk recognition? monitor recognition? sound/graphics
card

i have heard about problems with LiFy distributions, although knoppix
should have worked fine. please if possible do try another distribution.
the next meet is up on 24th (i think!) do ask someone for a distribution
you dont have and give that a try. i can only lend you my cds if need
be...

you can quite easily run linux from another partition, and frankly that
is the preferred way to work, although that involves partitioning your
existing partition into two or more... if you are comfortable. good. the
installation generally has software and provisions to do it.. you just
need to have the courage to say yes!! ;) just kidding... but yes,
partitioning is the best way to go about it (stability wise).

rbs
On Thu, 2003-08-07 at 11:06, rajeevmamc wrote:
 Sir,
 I am used to working on windows and now I want to experience linux. When I boot 
 my system from LiFY CD, the system starts itself, but after some time, during the 
 process of installation, the monitor hangs, like in a standby mode. It does'nt 
 wake up whatever I do. I have celeron 466, 64MB, Samsung samtron 15 monitor. Same 
 thing happened with earlier Knoppix CD. Windows install and run normally. How can I 
 solve this problem. Can I install linux on a different partition and run it normally 
 from the boot, like in windows. Please advice. 
 
 Dr Rajeev Aggarwal
 [EMAIL PROTECTED]
 
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] I would like to do Red Hat Certification

2003-08-08 Thread Robins Tharakan
just asked about it yesterday.
new horizons, lodi road center.
its a prometric: meaning, test held there.

probably might be jumping in myself too...

only certification ~ Rs. 8000 
with training ~ Rs. 12000 or so... (rough estimate)

affly
rbs
On Fri, 2003-08-08 at 13:01, amit sharma wrote:
 does anyone have done/ or have any idea from where i
 can do Redhat Certification in Delhi.



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Playing DVD on Debian Linux

2003-08-06 Thread Robins Tharakan
firstly, mplayer is a good s/w for watching videos... 

secondly if it can get the 266MHz to work for videos.. 
i think it should get the DVD on too...

have you tried the mplayer to run dvds directly? 
mplayer does have the feature ...
and i dont think youd need anything else, apart from a dvd !! ;)

affly
rbs

On Tue, 2003-08-05 at 15:40, Andrew John wrote:
 Hi,
 
 I have a
 266 Mhz celeron 
 196 Mb ram
 SiS 6215 V-Card with 2Mb VRam
 Debian Potato 2.2.x
 20Gb HDD
 I use MPlayer to watch video CDs comfortably.
 
 I have just purchased a DVD combo drive.
 I would like to play DVD on Linux...
 
 1. Is it possible with the current configuration?
 2. What upgrade would be required to get the Movie DVD
 to play? and would it be worth it?
 
 Rgds
 Andrew
 
 
 
 
 __
 Do you Yahoo!?
 Yahoo! SiteBuilder - Free, easy-to-use web site design software
 http://sitebuilder.yahoo.com
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] asp on linux

2003-08-06 Thread Robins Tharakan
http://asp2php.naken.cc/home.php
a simple google got this... dont know anything about it...

all the best! :)
affly

On Tue, 2003-08-05 at 17:55, Amit Sharma wrote:
 hi,



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Linux-delhi.org working?

2003-08-04 Thread Robins Tharakan
hehe... 

why do i sometimes feel good that i shifted a few months back!! ;)

affly
robins
On Mon, 2003-08-04 at 11:30, Yashpal Nagar wrote:
 Hi Nishi,
I found poor IE infected with MiMail virus... IT working now Thanks.



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] how to pronounce Linux

2003-08-04 Thread Robins Tharakan
and if all that explaination wasnt giving the answer...
its

Lih-nucks

i as in tin
u as in cut
h - well arguably h is silent but it brings you pretty close to the
actual pronunciation...

affly
robins

On Mon, 2003-08-04 at 14:26, amit sharma wrote:
 hi,
 
 how we pronouce Linux 
 
 1. Lee-nux
 2. Li-nux
 3. Lui-nux
 4. any other
 
 
 i still feel there is a confusion how do be pronounce
 it.
 
 hope to get immediate responses.
 
 amit
 
 
 __
 Do you Yahoo!?
 Yahoo! SiteBuilder - Free, easy-to-use web site design software
 http://sitebuilder.yahoo.com
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] how to pronounce Linux

2003-08-04 Thread Robins Tharakan
believe me on this one, i hadnt read who wrote this...
and the moment i started reading biblical text about comparisons of
linux vs Linus vs Sunil ... i knew it had to be LL...
:D

Sunil: is something seriously abnormal with you, or is it the chemistry
that you and LL share??? ;)

affly
rbs
On Mon, 2003-08-04 at 15:33, LinuxLingam wrote:
 On Monday 04 August 2003 02:26 pm, you wrote:
  hi,


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] VIRUS ALERT

2003-08-04 Thread Robins Tharakan
hi Koushik!!

:D :D :D :D

ok either you didnt get it or you trying to make it clearer!! 

Raju said quite the same thing, and that goes out for all who constantly
bomb in these windows centric emails on the list... if it isnt loosely
related to linux or the related arena... please stay  off!!  even if
your system at home got bombed with this cuttty little virus which fares
quite poorly on a linux system!! ;)

affly
rbs
On Mon, 2003-08-04 at 16:41, Koushik Ghosh wrote:
 in windows it will create two file Exe.tmp or Zip.tmp in the

 Raj Mathur wrote:
  I'm feeling very left-out... I got the virus, clicked on it, and
  nothing happened!
  
  Waaah!  I want a computer where viruses work!
  
  Seriously, what does a Linux list have to do with Winduhs virii?
  
  -- Raju


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Linux-delhi.org working?

2003-08-01 Thread Robins Tharakan
working perfectly fine... with me atleast...!

(p.s.: r u you using wine with ie? ;)

affly

On Fri, 2003-08-01 at 18:43, Yashpal Nagar wrote:
 Dear All,
  There seems to be some problem with site http://linux-delhi.org , i 
 want to point out whoever is the admin that site freezes when i click on vote poll , 
 member listing etc, worst is even i have to kill the browser after that.



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] ILUGD meet financials question.

2003-08-01 Thread Robins Tharakan
:D
the answer is obvious.

affly

On Fri, 2003-08-01 at 23:50, AJ wrote:
 Hi everyone,
 
 I was just wondering... 
p.s.: stop! right there,
and drop in the next time :-)


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] re: Space

2003-08-01 Thread Robins Tharakan

if you are open to the idea of creating different partitions for
different directories...(which you seem to be..)
then this shouldn't be impossible..

all that you need to do is create for eg. a 5 Gb partition (from the
19Gb and format it as ext3). then copy all your /home stuff verbatim to
the new partition as / .. i.e. 
mount -t ext3 /dev/hdx /mnt/temp
cp /home/* /mnt/temp -R
umount /mnt/temp
mount -t ext3 /dev/hdx /home
(your old /home is now temporarily unavailable.. but you can always
regain it by rebooting it to root and copying that directory into
something else like home-old etc...)

i am a learner too.
i have tried this and it works.
but i'd suggest that if its very critical data, you wait for half a day
for anyone on the list to respond to this email if there is something
drastically wrong with this..
but i think it should work fine...

affly
rbs

On Sat, 2003-08-02 at 02:04, Viksit Gaur wrote:
 Hi!



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


RE: [ilugd] Rescuing linux partition from a lilo overwrite

2003-07-31 Thread Robins Tharakan
just trying to be a bit more -V on these points here...

 Try this.
 1. boot into rescue mode using Installation CDs.
!
 2. mount the root and boot partition of your linux installation on
 /mnt/sysconfig or something else
for e.g. i take for granted that you have only one root partition which
contains the boot directory.
then probably the installation automatically detected it and mounted it
in /mnt/sysconfig...(it does in rh8 atleast) even if it doesnt, it would
give you a shell, where you can do a 
mkdir /mnt/linux
mount /dev/hdx /mnt/linux
chroot /mnt/linux
 3. chroot to that partition and configure lilo, exit from the shell and
 reboot ..
this brings you to a shell prompt with /mnt/linux as the root directory.
here goto /etc/lilo.conf... make the changes if reqd.
and run lilo...
now exit, or simply the famous win-trio keys would work...

affly
rbs


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] (no subject)

2003-07-31 Thread Robins Tharakan
hi,

frankly your question is too vague...
quite like: i wish to fly... what should i take a glider or the
concorde...?

(although the comparisons are not corresponding to the ones you
stated..) 
i'd rather say that you are asking the wrong question.
(traditional) unix systems are generally(!) for a server end... eg.
Solaris, Sco-unix... etc..
linux on the other hand is a variant of unix... but (also) tilted
towards the desktop side...

in short: if you wish to do learning, on the home front, i'd rather say
you need not think,and go straight for linux, especially if your
background in such systems is minimal...

for cds you could contact people on the list itself.. 
that has lots of docs to read. (after installation that is..)
or visit innumerable sites on the net e.g. www.tldp.org ,
www.linuxnewbie.org etc...

but again, your question is bit too vague for anyone to answer..
and generally (and this goes for most of the new learners) its adviced
that in a list like this (or any other such list) newbies are more than
welcome, but a little effort on their side is very very appreciated...

well: if you ask whether to take Air-India or Sahara from delhi to
timbuktu, i think you'd get a lot more answers..!! 
in english what that means is that a simple unix vs linux or a simple
linux learn introduction on google helps quite a bit... atleast in the
initial decision making...

:-)

happy learning.
keep smiling
affly
robins
On Thu, 2003-07-31 at 20:44, tarun sundriyal wrote:
 sir i want to switch towards linux and i am not able to understand weather i must 
 learn unix or linux so can you help me also can u give information about various 
 certificates that i can get from net based on unix or linux.waiting for u r guidance 
 thanks



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] plcmnt papers

2003-07-28 Thread Robins Tharakan
 However I admit I must not discuss NonLinux issues on list bt epct 
 that LUGgians wll help me 4 same.

well atleast you realise that... !!!

pls stop making use of the list, and simultaneously quoting sorry from
now on ...

rbs


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] I would like to know about 'Free Duck' andfreedombased GnuLinux

2003-07-22 Thread Robins Tharakan
ok! right away !!
:D

hello sir,
welcome to the real world!

we generally kindly provide information, but sending details is
slightly beyond most of the people's league out here...
a request, well ok, but frankly i doubt anyone's going to do that...

anyhow, if you wish to know more, why don't you search the net? or
maybe ask for pointers? no one's anyways, going to Mail! you the
details ...

affly
robins

On Tue, 2003-07-22 at 11:55, subodh chandra wrote:
 I would like to know about 'Free Duck' and freedombased GnuLinux...
  
 Kindly send the details to  Ashim Bose, 2, Khalisha Kota Pally, P.O. Italgacha, 
 Kolkata-700 079 by Post or Courier. Thanks. 



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


RE: [ilugd] PLEASE REPLY

2003-07-21 Thread Robins Tharakan
i wouldnt mind have some money inside the system when i open it too ;)

why the hell are we responding to this anyways ;) ;)

affly
robins
On Mon, 2003-07-21 at 18:40, D.Venkatasubramanian, Noida wrote:
 There is the money for all the development work, LAN parties.
 Hey, how about giving all the 2000+ members of the list
 brand new PCs. @ 1000 USD for an ultimate PC, 2 million
 would be sufficient. And that leaves a whopping 2.41 Million
 in reserves. ;-)



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] minutes

2003-07-21 Thread Robins Tharakan
hi,

   Trust me I was still writing a paper till 12:45 at some SVP college
   near Punjabi bagh.
i had that one too! ;) MCA paper repeat? IGNOU?
yeah life's unkind sometimes... ;) although i believe if you wrote one
word in that exam, you'd probably score more...

   And to reach CGO complex from there in 1 or even two hours with
   delhi's transport service was to be hoping for a miracle or
   something. I was evan carring the hard disk with the bsd ISO's
   and stuff. I had to go back home.
i did an up and down from lodi road to rohini for two years, and 970/994
were quite a help allowing me to reach ~1 hr... so although slightly
late, i think one could have made it... but then, i might be
over-zealous then!! ;) ;) 

   And CGO complex does not sound central when you are standing in
   Punjabi bagh.
yeah, i'd agree, but then, if you consider adding the govt. location
with projector, infrastructure and a good place comparing it to the
gardens and previous locations with sweating environs... i'd say i'd
still pick up a place like this...

   *hint hint* you stand to loose out a lot of people if you *fix*
   one location and decide for it to be central xuz there is
   nothing called central in a city which spans 32 KM in each
   freakin direction.
i think its not a bad idea, but if you could find a good place like this
in a location further up north, i think the list should feel fine to
alternate maybe, i donno... its not impossible i guess...!
 
 PS: I give a standing ovation to robins the freakin minutes were up
 before 8 PM
i am standing too! i crack bad ones now and then, but welll people live
through them, (and so have i!;)

  either the meet was god damn quick or this guy has superman
 powers. ;)
apun ko man hi rehne do yaar, bandi to milti nahin superman kyun bana
rahe ho!?? ;)

  keep it up dude. I take the liberty to title you the Minutes Man.
i always liked the memory manager a lot... atleast i get the abbreviated
form on the lines of it..!!
   Cheers!
affly


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] why linux-delhi is pathetic

2003-07-21 Thread Robins Tharakan
I think there are a few people whose time settings are a bit off the
mark or is it that they are on a different time zone?? 

(Spoonman's mail here is already written at 7:10 am, when its only 5:25
right now...)

i thought the zones were autocorrected right??

affly
robins

On Tue, 2003-07-22 at 07:10, Spoonman wrote:


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] PLEASE REPLY

2003-07-21 Thread Robins Tharakan
so you actually know people who sent money for this??

thats a good one...
i have a million in my account too ;)

pls ask them to send Rs. 2500 to Kishore for the mailserver... ;)
atleast that gets the mailserver up for cheap !!

keep smiling
affly
robins
On Mon, 2003-07-21 at 21:36, Arjun Asthana wrote:
 This is a fraud. 


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] linux-2.6.0-test1

2003-07-20 Thread Robins Tharakan
hi raj,

a make menuconfig is required in 2.6.0-test1
because a 
mv .config .config-old; make
ends up in error, requiring a .config file..

so after all, all this while i wasnt really stupid to be manually doing
the config after all!! ;)

affly
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Minutes: ilugd-meet (20th July 2003)

2003-07-20 Thread Robins Tharakan
 I'd say you mention the food/refreshments part too ;) Or *was* there food 
 this time ?
like they say in FRIENDS... 

you wish!!

;)

rbs


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] the party..and ilugd meets.......

2003-07-20 Thread Robins Tharakan

no issues ( yet! ;-D ) but just for reference sake, my name is 
Robins and not robin

affly

On Mon, 2003-07-21 at 09:47, @*[EMAIL PROTECTED]#^ wrote:
 Robin, you're right! 


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] themes for discussion...

2003-07-20 Thread Robins Tharakan
hi kishore,

we are still waiting for the theme topics.

affly
rbs


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Monthly Meeting - Late Reminder

2003-07-19 Thread Robins Tharakan
Hi all,

 Time : 1400 - 1800
that should suit, and quite a lot of thanx for the last minute update
though ... :)

 2. Robins Tharakan on his interesting project
frankly i didnt know i was on... since nobody responded so i guess
the default which was set to ok, well maybe sometime else caught
on as status...  

but this is goodsure,  i'll be up tomorrow...

 3. Raj GPG
why do i have the feeling (supported by the repeated msgs onthe list)
that this needs to be really dreaded of ?? ;-)

 I will be carrying a copy of Knoppix 3.2 and Dyne:Bolic for anyone to 
 see/demo. 

dynebolic me too... (will bring..)
also along with freebsd 5.0, lycoris lx, rh8(cds 1,2,3,5)...

i thinki should find them ;)
 Cheers...Kishore

robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Hi about the party.......

2003-07-18 Thread Robins Tharakan
drop dead on target...
i knew this was a *very* big idea...! :D
lets have it at rastrapati bhawan...

(wake up neo...!
welcome to disneyland... )

i mean seriously arjun, no offence, but it looks too too rosy from up
there...forget about having a party at india gate... try going close to
the india gate now. (update: the area is cordoned off even for
visitors... even in broad daylight..)

anyways, gauging the response.. its not the duh! response... so well
alls not bad..!!

i think i could think of a small get-together rather than a BIG
BANG... believe me the sponsoring/association part becomes quite a
hassle at the first go..!!

keep smiling
affly
robins

On Fri, 2003-07-18 at 17:20, arjun kapur wrote:
 Hi all
 
 i was thinking more in terms of princess park dead on
 the india gate cirlce it would be a fairly central
 place for all interested. and it would not be alot of
 problem organising the food, drinks, tables and
 all.. what i am concerned about is what kind of
 network will we have to setup.. the gear for the
 network like the cable, hubs , nics, and if we have to
 do gaming then as i understand linux would not suffice
 . where as with regards to pcs iwas thinking more
 like what happens in the US ... u bring you own and
 customise it accordingly.. except for the computer
 part i am in a position to do some thing about the
 place n stuff well this would cost money that has to
 be raised as well.. if some one has contacts.
 that would be nice.. and yes the agenda for the
 party should be having fun and going crazy..hehehe
 :)
 
 
 arjun
 
 
 Want to chat instantly with your online friends?  Get the FREE Yahoo!
 Messenger http://uk.messenger.yahoo.com/
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] OT: job posting

2003-07-18 Thread Robins Tharakan

Please post replies to job postings on direct emails...

thnx.

On Fri, 2003-07-18 at 14:35, Koushik Ghosh wrote:
 Dear Sir,


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] LAN not connecting, shifitig to Mandrake

2003-07-18 Thread Robins Tharakan

ok! this is a long questioning email...
i'll try to respond... in steps.

 but finally does not connect and says ' segmentation problem'. 
i have no idea about 24online.com but i think theres a simple rule which
applies here(as in segmentation problem)... which generally has four
outcomes...
1. if you use a 24online.com login software, rather than a browser,
probably that software has a problem (either inherently, which is a rare
occurence,... or with your specific setup...)
2. if you use the browser, probably the provider has a problem... but
again this is a rare occassion, since there are hundreds of others...
3. probably you missed a setup option which is causing this, but then
youd need to get the correct person to get that working then...
4. you had spoken to Archbishop alan de lastic and he had asked you to
do a favour which you didnt do.

 should I format the Linux partition before I load the mandrake. 
the only problem with over-writing is that you'd lose the information
stored on the redhat system. if you dont have any information worth
saving go ahead and over-write there should not be any problem. 

 I also use windows on my C drive. 
this doesnt really make a difference, mandrake/redhat or any other linux
version installation takes care of all the dos/windows partitions

 Thanks in anticipation, 
you're welcome...
but please do order a Veg capsicum pizza the next time we have a meet...
i havent had that in ages...

 Rajesh K. Jha
rbs. (just in case!! ;)
(and as usual, no offences please, i write very very relevant matters
when i have a bad mood;)


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] edit oldconfig for kernel compilation

2003-07-16 Thread Robins Tharakan
hope someone does help you out, but do surely turn on the video / kbd
options lest you be seeing a blank screen on bootup.

had read quite a bit about blank screens on 2.5(especially when people
run make oldconfig..!) so just mentioned..

affly
robins
On Wed, 2003-07-16 at 13:11, Arjun Asthana wrote:
 Dear all,
  I would like to know if I can copy the old configuration of the 
 kernel to a newer one and edit that (not by hand!). AFAIK there are only 3 
 options :- `make oldconfig', `make menuconfig' and `make xconfig'. But waht 
 about edit old config? There are only 2 features for which I am re-compiling 
 my kernel. And I thought that if I'm re-compiling, then why not upgrade? But, 
 what if I switch on the wrong option and switch off the required one? This 
 would be the first time I'm compiling a kernel which, if does not work, WILL 
 be very hazardous for me. I have experimented a few times, but only once did 
 it work properly. So, I need your help.
 
 Could it be like first I run `make oldconfig' and then `make xconfig' or 
 `make menuconfig'?
 
 I'm running RHL 7.2 (tux should run but somehow it is not running).
 
 Thanks.
 
 -=-=-
 Arjun Asthana
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
 
 PS.= The options which I require are the TUX web server and BootSplash
 
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Hey...... Everybody......

2003-07-16 Thread Robins Tharakan
yikes!!

this is one of those *big-hits* or *disastrously-big-misses* ... 
;)

On Wed, 2003-07-16 at 20:32, arjun kapur wrote:
 Hey pepole tell me this why dont we pepole have lan
 parties. it will be so much fun like setting up a
 huge lan sharing,gaming, exchanging of ideas , meeting
 new pepole etc. and well most of all
 Partying if some one is interested we can work
 out a place which would be economical and get a few
 sponsors and stuff. i think it is a high time we
 start some thing like a million man lan party in
 india
 what do you guys n gals say??/
 
 
 ARJUN
 
 
 Want to chat instantly with your online friends?  Get the FREE Yahoo!
 Messenger http://uk.messenger.yahoo.com/
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Important: Where to find a good shell space

2003-07-14 Thread Robins Tharakan
ahem ahem, 
i think he was asking about shell space! wheres the internet connection
question coming in?

affly

On Mon, 2003-07-14 at 07:38, jaspal sawhney wrote:
 hey abhishek
 where r u putting up in delhi man
 if u want a 24 hrs internet connection u can go in for
 a cable connection there r vendors in all of delhi now
 if u need the contact no. for a vendor in west delhi
 (Janak puri) i can help ya with that .
 
 chao 
 if ya need any more imfo jus mail me and i'll see what
 i can do.
 regards 
 jaspal



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] OT: job posting

2003-07-14 Thread Robins Tharakan

yeah, and if people dont mind this one too,
i'll do too ;)

pls no flames... its too hot anyways...
for bad jokes please kill me tomorrow, im busy today...

affly
robins

moral of the story: Dear Malkiat, no offence (yet! ;-) please post
responses to such messages off the list. 

On Mon, 2003-07-14 at 20:14, Raj Mathur wrote:
 Dear Malkiat,
 
  Malkiat == MALKIAT BENIPAL [EMAIL PROTECTED] writes:
 
 Malkiat sir, i am having good knowledge about networking and
 Malkiat oracle programming. If u need my service then pl. revert.
 Malkiat kind regards, malkiat
 
 I'll be sure to contact you when I have a requirement for your
 services.
 
 Regards,
 
 -- Raju
 
 Malkiat Ralph Doncaster [EMAIL PROTECTED] wrote:
 Malkiat [snip]
 
 -- 
 Raj Mathur[EMAIL PROTECTED]  http://kandalaya.org/
GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
   It is the mind that moves
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] ISP Software

2003-07-14 Thread Robins Tharakan
Hi,

The local ISP here has his internet room in a 2x3 meter room. believe
me, forget about saving his equipment youd rather think whether he stays
dry during rains...
but thats besides the point.

he needs an user administration software which does the basic
logging/usage/etc.. that a small (100-300) user isp would need. i am
trying to search for one, but most are limited editions... 

p.s.: i am currently trying out ISPd (seems to be free atleast!) but
dont know anything about it yet. 

does anyone have an idea of where i could look at, or what i could try
to search for? pointers would be very very helpful..

affly
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Linux ! !

2003-07-14 Thread Robins Tharakan

this seems more like, Hey i am feeling hungry, i could eat anything
from grub, macaroni, chikan kabaab or even carrots. Please could you
tell me what i could eat?

Rajiv, making a frantic call like this and asking for what can help me
would not help. you need to understand what you may need.

If you run a cyber cafe from spectranet, they prefer a linux
distribution for this purpose (around 55,000/=), the one that my cyber
wallah (service provider) uses is about 30,000 (TechnoInfosys or
something). i believe you can save a lot of that money if you could
learn how to make use of the available stuff.

So, well probably someone might respond saying all distributions of
linux are good and easy, you need to know atleast the basics of what
distribution helps in what. Then probably you maybe able to select one
of them. 

If you want to pay money, even then, either you need to hire a techy
guy, or maybe learn at least the basic (minimal) stuff.

so all the best, we are all here to help, but please you would have to
do some home work yourself.

and yes, of course there are **lots** of Linux software/distributions
which help you run a cyber cafe. they vary in 
1. expertise required, 
2. cost (most are free) and 
3. stability/performance. 

so try and gauge how much you can make an effort, the list should be
more than happy to respond.

affly
robins

On Mon, 2003-07-14 at 15:05, [EMAIL PROTECTED] wrote:
 I got ur id from the net.
 i wish to start using Linux softwares. But on the net the different versions and 
 softwares availble are quite confusing.
 Please, if you can guide me , Can linux softwares be used for running a Cyber 
 cafe..???
 Please do reply at the earliest
 tx
 Rajiv Gupta
 [EMAIL PROTECTED]
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] wget - kernel

2003-07-06 Thread Robins Tharakan
hi,

this is a far fetched query compared to my progress, but i'd just like
to ask this for the sake of clarity. (due to my lack of knowledge!)

are the licences of gnu software (eg. wget from gnu) and the linux
kernel the same? as in, can the code from wget be altered and included
into the kernel (with acknowledgements ofcourse) ?

i know i am jumping the line by not giving their docs a read, but
frankly its german to me, and believe me, i'd rather use some time here
making correct decisions programming, rather than *utilize* my time in
licences...

no offences intended... please could someone clarify me on this one?

affly
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] xterm problem

2003-07-05 Thread Robins Tharakan
hi,

i use two applications, gedit, and xterm a bit too much since the past
few weeks, and have noticed that beyond a certain limit, xterm just
doesnt take more inputs... or well it stops showing anything (key
inputs) on screen... 

1. the kbd is working, since other apps are working.
2. file etc.. menus on xterm are working.. (through kbd also!)
3. close, and restart xterm lets me work again...

is this a memory leak problem? or am i forgetting something(something
like a stupid problem that i had since the past few weeks was the Ctrl-S
in gedit saves, and Ctrl-S in xterm turns scroll-lock on... and which
basically let the console useless..!! yes, looking at the kbd once in a
while helps!! ;))

anyways, is there any combination of keys apart from ctrl-s which i
might be pressing (unknowningly) for this to happen.. or is it simply a
bug?

affly
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Can I attach GPG sig to the mailing list?

2003-07-04 Thread Robins Tharakan
cant you add it in signature ?
thats inline isnt it?
(havent tried, but am working on an old 1.0.x evolution...)

affly
robins
On Fri, 2003-07-04 at 16:39, Arindam Dey wrote:
 Hi all,
 
 For the past few days all of the measly contribution that I make to this
 list is getting bounced back?
 
 Is it because of my gpg signature that is going as an attachment. If it
 is so how can I configure evolution to create inline signatures??
 
 OK it is because of the GPG attachment since this mail initially bounced
 back now I am resending it so how do i do inline in Evolution ver
 1.2.2-5?
 
 anybody?
 
 Bye,
 
 Arindam Dey
 
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] help with utilities in linux

2003-06-27 Thread Robins Tharakan
hi all,

I would like to be straight to the point here.
i was doing some file manipulations in linux and have a need for
utilities which help me do the following two activities... 

1. to be able to split a big file into different parts (not of similar
sizes) for eg. a 1000 kb file split from 1-100kb, 100-123kb,
123-500kb,.etc...  ('split' only does same sizes, 'cut' does only for
one line, and not the whole file...!)

2. secondly, and more importantly, to download only a part of a big file
from an ftp (or an http) server. i.e. download only 100-200kb from a 1Mb
file from the net. ('wget' only restarts a partial download, doesnt seem
to have an option for stopping a download at a particular point..)

any ideas??
(a pointer to a shell/perl script, or a perl module would be fantastic
too..!)

tia.

affly
robins


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd