Re: NFS over tcp

2003-10-13 Thread Jeffrey Fox
man nfs, man fstab (client) man nfsd, man mountd, man exports (server) Jeffrey W. Fox [EMAIL PROTECTED] --- "Distribution Lists" <[EMAIL PROTECTED]> wrote: Can someone please point me towards some documention on how to configure NFS over TCP. Thanks -- -- redhat-list mailing list unsubs

Re: turn off terminal's beep

2003-10-13 Thread Jeffrey Fox
If you're using a KDE Konsole SETTINGS drop down menu | BELL | NONE or VISIBLE, SETTINGS | SAVE SETTINGS --OR-- (if your using bash) You can add bell-style none (or visible) to your ~/.bashrc --OR-- You can use xset -b (or -vb for a visual bell) --OR-- (if your using tcsh) You can add set nobeep (