FacultyUnixConfigs
From UoWiki
This is where we share those oh-so important config files and scripts that we can learn from.
| Consume.sh
http://twenteenthcentury.com/saul/stuff/consume.sh| This script will configure your FreeBsd wireless card machine to work with consume networks using the wicontrol command through a shell script
It takes 3 options:
1: NETNAME
2: PORTTYPE
3: STATION.
My laptop is called 'pigeon' and I know that the consume network takes netname: consume and porttype 1. So when I invoke this script I call it like this: ./consume.sh consume 1 pigeon which I like because it refers to the eating of a small amount of rodent-flesh.
| Thinkpad X23 XF86Config
http://twenteenthcentury.com/saul/stuff/XF86Config | This is a working XF86Config for Xwindows 4.0.3 running under Freebsd 4.8. It is really good.. It includes a magic bit of mouse configuration that gets your middle button to work just like it does under windows (but before using the updated XF86Config, be sure to disable your moused daemon by going to /stand/sysinstall as root > Post Install Configuration > Configure Mouse > Disable Mouse Daemon).
Other potentially useful pages:
http://www.cs.cmu.edu/~dpelleg/X23_freebsd.html
http://bsdvault.net/sections.php?opviewarticle&artid1
http://lists.freebsd.org/pipermail/freebsd-mobile/2003-May/000723.html
http://www.uk.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html
Back to the FacultyUnix page
