On Tue, 30 Nov 2004 20:01:21 -0800 (PST), com bio ... For compatibility reasons, I would guess. They are the same directory though: # ls -ld /etc/init.d ...
Hello I am new in linux world. My problem is this: I have installed on my win-xp sp2 "vmware 3.2.0 build 2230" and on it "red hat linux 7.1. (seawolf) - kernel...
Read over and try what is described here: http://www.duxcw.com/dcforum/DCForumID7/741.html __________________________________________________ Do You Yahoo!? ...
I am not new in the newgroups world and I can tell you that in a lot of groups there is always the guy that wants to show to others to be the best and to be...
... These are mailing lists. Nothing to with newsgroups - but that's a minor detail. ... Looks like you're describing yourself here. ... I asked you politely...
... Hash: SHA1 On Tue, 30 Nov 2004 23:53:49 +0100 ... I try to remain as unbiased as much as I can with the body as it was. I just wanted some opinion as to...
... What Horror said about cross-posting is very correct. I do not moderate Linux_Newbies so have to take his word that your post was cross-posted there, but I...
Take this off-list. Lino: Cross-posting is discouraged here. Flaming is not tolerated at all. Horror: Please let the moderators on this list explain the rules...
I have a Xandros Desktop computer, and I would like to open a terminal emulation from the Xandros Desktop to run a program from the Red Hat server. I now use...
Nothing but my knowledge. I tried ssh but cannot figure out how to connect to the program. I looked at man ssh - very confusing. I would like to see an example...
... pretty much, it it works for suse or Gentoo it will work with redhat. ... Well there is support for the 3com USB ADSL modem: http://cp4218.sourceforge.net/...
... No, that is smbclient. (I happen to know because I have used that one from time to time.) Please don't present things you do not know for a fact, as fact....
Hello friends, I need rpm for LinNeighborhood and Vmware and guidance how to run them ? RedHat 8.0 Thank You [Non-text portions of this message have been...
... Hash: SHA1 On Fri, 3 Dec 2004 21:03:43 +0530 ... I don't know what LinNeighborhood is but I bet I don't need it. However, you could have found VMware RPM...
... LinNeighborhood displays a similar graphical interface to Microsoft Windows shared folders as WinNeighbohood with smb. (So sometimes some people may need...
... Hash: SHA1 On Sat, 04 Dec 2004 23:01:19 -0000 ... A ping on the broadcast address is my friend :) Nmap also provides some good functionality for finding...
Hi folks, I was just wondering what is the command or syntax to send or copy the error to a file? I was trying to compile openssl from source which went ...
... Hash: SHA1 ... Assuming that it's the make command that you want to check make > error.msg 2>&1 2 is STDERR (standard error). Usually, you want to get...
Hi Scott, Thank you very much for the help. Appreciate your kind assistance. I will try this command as suggested. Thanks again. Sincerely, Servie ... ...
... Noting that this sends stdout _and_ stderr to the file. To send _only_ stderr to the file go: make 2>error.msg The first command sends stdout to the file...