+++ Ictc-Sprint [linux-india] <20/12/01 15:28 +0530>:
> Give me some list of topics required to teach Linux to a windows user

http://heather.cs.ucdavis.edu/~matloff/ has a LOT of stuff.
Then there's http://www.linuxnewbie.org

-- 
Suresh Ramasubramanian  <---->  mallet <at> efn dot org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin
[Linux One Stanza Tip]  From : <[EMAIL PROTECTED]>
LOST #024        -**< Sub : NumLock ON at boot >**-
To turn  numlock on  automatically for a few consoles at boot: 
#!/bin/sh                  #   Use setled program. This script
INITTY=/dev/tty[3-6]       #   will turn *Numlock* on for con-   
for tty in $INITTY; do     #   soles 3 through 6 only ... Fire
setleds -D +num < $tty     #   this script in rc.local/ equiv-
done                       #   alent for your distro

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to