Stuff
Monday, November 19, 2012
Unknown symbol
›
(This is a question I almost submitted to Stackoverflow. The answer to my question is that I needed to add "MODULE_LICENSE("GPL...
Tuesday, October 18, 2011
Cygwin: Windows Context Menu
›
The following, when placed in a .reg file and imported into the windows registry, will create a context menu entry that will open a mintty c...
1 comment:
Friday, February 05, 2010
Solaris10 (sparc) jumpstart from Linux
›
This got me started: http://www.5dollarwhitebox.org/wiki/index.php/Projects_Linux_Jumpstart_Installer#Linux_Server_Configuration_Files Intro...
2 comments:
Wednesday, December 09, 2009
Extract files from an ISO in Linux (or Windows) without root
›
I have a need to extract an iso from a script as a non-root user. My google searching revealed a couple of ways to access the files within ...
Friday, November 20, 2009
Custom RHEL / OEL 5.4 CD (iso) with kickstart
›
The end result of this tutorial is a bootable iso which will install a pre-configured RHEL 5.4 without any user input. Step1: Copy Copy the...
1 comment:
Friday, November 06, 2009
Ozone mobile web browser
›
For the longest time, I've been looking for a decent web browser for the Nokia e71. After trying webkit s60 (the built in browser), sky...
Tuesday, October 06, 2009
How to (easily) mount a CDROM in Solaris
›
for device in `ls /dev/dsk`; do mount -F hsfs -o ro /dev/dsk/$device /mnt/cdrom; done
›
Home
View web version