sudo echo "keyboard.repeat.del1=200" >> /etc/wsconsctl.conf sudo echo "keyboard.repeat.deln=50" >> /etc/wsconsctl.conf echo "xset r rate 200 50" >> $HOME/.xsession
env CVSROOT=$HOME/cvs cvs init
cd /path/to/homepage/sources env CVSROOT=$HOME/cvs cvs import -m 'Initial import' ModuleName YourName YourName_YYYY-MMM-DDwhere ModuleName is a CVS module name you must assign to your sources. I recommend simply "html".
/on -public "* #channel *" /exec printf "\\777\\777\\777\\777rcon p4ssw0rd say \\"<$0 $1> $2-\\"" | nc -w 1 -u quake.server.com >/dev/null 2>&1
sudo echo smbd=YES >> /etc/rc.conf.local sudo echo nmbd=YES >> /etc/rc.conf.localand add the following lines to /etc/rc.local:
if [ -f /etc/samba/smb.conf ]; then
if [ X"${smbd}" = X"YES" -a -x /usr/local/libexec/smbd ]; then
echo -n ' smbd'; /usr/local/libexec/smbd -D
fi
if [ X"${nmbd}" = X"YES" -a -x /usr/local/libexec/nmbd ]; then
echo -n ' nmbd'; /usr/local/libexec/nmbd -D
fi
fi
sudo useradd -c 'Shared User' -d /home/shared -p shared -s /sbin/nologin shared
smbpasswd -a shared
server string = Barrington workgroup = SHARED encrypt passwords = yes interfaces = 192.168.0.251/32 dns proxy = no # A publicly accessible directory, but read only, except for people in # the "staff" group [mp3] comment = MP3 Share path = /home/shared/mp3 public = yes writable = no printable = no
sudo /usr/local/libexec/smbd -D sudo /usr/local/libexec/nmbd -D
--- mozilla/security/nss/lib/freebl/unix_rand.c.orig Fri Dec 27 14:19:38 2002 +++ mozilla/security/nss/lib/freebl/unix_rand.c Fri Dec 27 13:48:36 2002 @@ -78,7 +78,7 @@ } #if defined(SCO) || defined(UNIXWARE) || defined(BSDI) || defined(FREEBSD) \ - || defined(NETBSD) || defined(NTO) || defined(DARWIN) + || defined(NETBSD) || defined(NTO) || defined(DARWIN) || defined(OPENBSD) #include#define getdtablesize() sysconf(_SC_OPEN_MAX)
# sh # Build configuration script # # See http://www.mozilla.org/build/unix.html for build instructions. # #ac_add_options --enable-svg # Options for 'configure' (same as command-line options). ac_add_options --disable-mailnews ac_add_options --disable-accessibility ac_add_options --enable-crypto ac_add_options --disable-debug ac_add_options --enable-strip ac_add_options --disable-shared ac_add_options --enable-static
#!/bin/sh
cd ~/mozilla
if [ -f dist/bin/components/compreg.dat ]; then
rm dist/bin/components/compreg.dat
fi
export LD_LIBRARY_PATH=~/mozilla/dist/lib
~/mozilla/dist/bin/mozilla $1
$Id: hotd.html,v 1.5 2004/09/26 23:47:17 aaron Exp $