The almighty .plan

.plan
[Last 5] [Last 10] [Index] [RSS Feed]
[Full .plan (over 1MB)]
Contact
links

Notes

Notes
A collection of notes on various topics, such as version control, programming, food and email/newsgroup usage.
SubVersion
Vim
C and C++
FreeBSD
more...

Image Gallery

Image Gallery
Photos
Screenshots
more...

RMITCS

RMITCS Fluxbox Menu Generator
C Helpdesk Resources
Customising Your CS Account [outdated]
A brief FAQ/HOWTO on Customising X, tcsh and vim at RMITCS.

Software

Codepile
Assorted little scripts and apps.
dumps.pl - FreeBSD Backup script
dice.pl - Perl Dice roller, supports Silhouette, Shadowrun and Alternity
rastodo.py - Python Console todo/reminder
timetable.c - Console timetable/reminder
more...
Lost Emulators
Mirrors of some abandoned emulators (Generator-cbiere and DGen-SDL).
NumLock
An abandoned client-server numbers game.

Videogame Mods

LethalMod
A Max Payne 2 mod that changes the gameplay to make combat more realistic and deadly.
terroristgear
[1.4 KB .zip] A little Rogue Spear: Urban Operations mod that lets you use terrorist and multiplayer equipment (such as C4) in single player games.

Roleplaying Games

Shadowrun (4th ed)
My house firearms rules, notes on armour concealability and simplified matrix rules.
Heavy Gear (2nd ed)
A new and improved character sheet, notes on tool kits and links.
GURPS
A quad NPC sheet, firearms malfunctions and links.
GameMastering
Assorted tips for gamemasters (not specific to any particular game).

Miscellaneous

Taglines
Quotes and stuff.
crazy
Images as preformatted text, with PHP source.
Trombone slide position chart
PDF, 14KB, one a4 page.
[Back to home page]
For updates about the lack of updates: click click click .
<previous entry<
>later entry>


Fri, 06 Apr 2007 08:35:00 +1000

FreeBSD: Cutting down the buildkernel (and modules) time

 - ls -l /boot/kernel/*.ko | sort +4

 - Starting with the largest files, check what they are in the man
   pages (e.g. "man nve" for "if_nve.ko") to see if you need them.

      - The largest modules are usually the ones which take the
        longest to build. They are almost all drivers for wireless
        interfaces you don't have or scsi cards you don't have.
        Occasionally they will be ethernet cards you don't have.

 - Add the modules you don't need to WITHOUT_MODULES in /etc/make.conf
   or whatever is included when you build your kernel. If in doubt
   about a particular module, don't add it to the list. In particular,
   don't add the base wireless or ethernet modules to the list, even if
   you don't have a wireless or ethernet card to use.



<previous entry<
>later entry>



View from .
Entries are counted backwards, i.e. the most recent entry is considered number 1.

View entry on .
Dates can be entered in GNU Date Syntax - this has several forms, the simplest is YYYYMMDDhhmm.

View of dated entries.
View .plan (around 1 MB).

Generated Fri, 30 Jul 2010 18:19:06 +1000
Copyright © 2002-2010 Dylan Leigh.
[HTML 4.01 Transitional]