Re: [ilugd]: Remove '\015' from all files in dir.

2002-08-01 Thread Amol Rao
Thanks Sandip, > find dir/ -exec dos2unix {} \; I tried this but the code would not respond. Maybe dos2unix not getting arguments. Is it ? So, heres final alias I made. for fileName in `find $1 -follow -type f`; do echo "Processing $fileName; cat $fileName | tr -d '\015' > $fileName done; Wi

Re: [ilugd]: Remove '\015' from all files in dir.

2002-08-01 Thread Sandip Bhattacharya
On Thu, Aug 01, 2002 at 02:36:31AM -0700, Amol Rao thundered from the skies thus: > Thanks Sandip, > > > find dir/ -exec dos2unix {} \; > I tried this but the code would not respond. Maybe > dos2unix not getting arguments. Is it ? Try : find /usr/local -type f -exec wc -c {} \; Should give

[ilugd]: [OT]See strange google

2002-08-01 Thread Abhiram Singh kushwah
Hi all, Try giving a search in this strange google ! http://www.alltooflat.com/geeky/elgoog/ Regards, Abhiram To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header. Check archives at http://www.mail-archiv

Unidentified subject!

2002-08-01 Thread Anirban
Hi!! Check these sites out.These are very informative and useful. http://www.howstuffworks.com/category.htm?cat=Comp http://www.portico.org/ byee cheers !! anirban __ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.

Re: [ilugd]: RedHat certification??

2002-08-01 Thread Praveen Kagalkar
Hi Harshal It is good you are planning for certification in Linux. RHCE is considered as top 5 certification in the industry now and is very valuable. I am also certified as RHCE and people do recognise it. Dont hesitate to take it but only after good hands on the server. All the Best Regards Pr

Re: [ilugd]: Remove '\015' from all files in dir.

2002-08-01 Thread Raju Mathur
> "Sandip" == Sandip Bhattacharya <[EMAIL PROTECTED]> writes: Sandip> At 11:35 PM 7/31/2002 -0700, you wrote: >> --- Sandip Bhattacharya <[EMAIL PROTECTED]> wrote: > a) for x >> in dir/*; do dos2unix $x ; done > (Instead of dos2unix you can >> use your own > commandline as yo

[ilugd]: my system's power does not off automatically by shutdown command

2002-08-01 Thread Abhiram Singh kushwah
Hi all, I've a problem. My smps is ATX. when redhat 7.1 was on my pc then my system's powered off by "shutdown -h now" command. Now I've installed redhat 7.2 on my pc, and now my system's does not power off by "shutdown -h now" command automatically. even apmd also running What should i do?

Re: [ilugd]: my system's power does not off automatically by shutdown command

2002-08-01 Thread Pradyumna Sampath
--- Abhiram Singh kushwah <[EMAIL PROTECTED]> wrote: > I've a problem. My smps is ATX. when redhat 7.1 was > on my pc then my system's > powered off by "shutdown -h now" command. Now I've > installed redhat 7.2 on > my pc, and now my system's does not power off by > "shutdown -h now" command

[ilugd]: [OT] Privacy issues in MS SP3 for Win2K

2002-08-01 Thread Raju Mathur
Things are hotting up in the security field. HP is suing SnoSoft (or rather, they were, seem to have withdrawn now) for releasing an exploit for a problem which they (HP) should have fixed 4 months ago, OpenSSH has been trojaned, OpenSSL is found to be buggy, there's a new XDR vulnerability which

[ilugd]: samba server

2002-08-01 Thread Kapil Sharma
Hi All I've installed Red Hat Linux 7.3 on my PC with another PC on Windows 2K. Now from my Windows Network Neighbourhood I can see Linux machine with comment as "Samba Share" when I double click on it, it displays shared directory n printers folder.But when I try to double click on shared fol

[ilugd]: Linux 7.2 hangs on my system

2002-08-01 Thread ajaya
Hi Friends, I am running Red Hat 7.2 on my system. It is a dual Processor server with Seagate Cheetah Hard disk. >From Last week it has started hanging in night. I am not able to get any clue why it >is hanging. Can somebody tell me what to check. Hardware is ok, there is no problem. While bo

Re: [ilugd]: samba server

2002-08-01 Thread satyadeep kumar
Hi Kapil , I do am facing almost the same problem , but ,a little bit of more improvement over it is that , I can browse the contentes of Window Machine from LINUX but can not view LINUX MACHINE . WIshing the very best . Satya --- Kapil Sharma <[EMAIL PROTECTED]> wrote: > Hi All > > I've installe

Re: [ilugd]: samba server

2002-08-01 Thread Nishikant Kapoor
Make sure the Windows user exists on Linux. If not, use 'smbpasswd -a ' to create one and try again. Nishi Kapil Sharma wrote: > > Hi All > > I've installed Red Hat Linux 7.3 on my PC with another PC on Windows 2K. > Now from my Windows Network Neighbourhood I can see Linux machine with > comm