[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [SLUG] Simple Newbie Questions
Wrote Matt:
> Hello .. just a few things i've been thinking about:
>
> Say I would like to make a script to run "dhclient eth0" for Optushome
> (since i'm too scared to do that rc.d stuff - i froze things up last time :)
Why don't you just run "dhclient eth0"? Or, if you're a redhatter, in
/etc/sysconfig/network-scripts/ifcfg-eth0:
DEVICE="eth0"
BOOTPROTO="dhcp"
ONBOOT="yes"
or, for debianists, /etc/network/interfaces:
iface eth0 inet dhcp
Then you just run "ifup eth0"
Authentication: that's another issue...
Although for something as simple as your "oh", that's what aliases are for:
alias oh="echo \"Oh my god\""
> What does this mean, especially "button 2" ? Is there a SHIFT CLICK type
> shortcut I can use here ?
Try your middle button, if you have one, otherwise both buttons at once, if
you have emulate3buttons turned on (in your XF86config, under Pointers, the
line is Emulate3Buttons).
--
Cantanker /
---------/----------------
/ az@nospam.cantanker.net
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to slug-request@nospam.slug.org.au with
unsubscribe in the text