Tech & Toys
-
OS X ftp and sftp client
Found this (Broken link
http://icu.unizh.ch/~dkocher/cyberduck/) cool ftp/sftp client for OS X, tis GPL too.
-
Virtual Desktops
finally! there is a nice GPL virtual desktop ute, here
-
HTML Colour tools
This one is very nice, a simpler one can be found here (Broken link ~~http://mediagods.com/tools/color_helper.html~~). This (Broken link
http://mediagods.com/tools/rgb2hex.html) is a simple RGB to hex converter and finally there are some (Broken linkhttp://mediagods.com/tools/) usefull other tools on MediaGods.com (Broken linkhttp://mediagods.com/)
-
IPCalc
Just found this cool tool while looking for ip calculators, also has a cgi (Broken link
http://jodies.cx/ipcalc_cgi) wrapper. Home page here
-
Rescanning the SCSI bus under Linux
Just recently needed to tell Linux (2.4.18 on redHat 7.1SBE) to rescan the scsi buss for recently added luns, after looking around I’ve found this (Broken link
http://www.garloff.de/kurt/linux/scsidev/) useful page with this (Broken linkhttp://www.garloff.de/kurt/linux/rescan-scsi-bus.sh) handy little script which did the trick.
-
Linksys WET11 Wireless Ethernet Bridge
I’ve just recently bought one of these, I primarily bought it so i didnt need to run an extra piece of ethernet to the Xbox. It works perfectly, just tell it what SSID it should join and what your WEP settings are and plug it in. It works seamlessly with any ethernet device which is already configured for your lan. Brilliant.
-
Gentoo on a Dell Poweredge 2650
Just recently I have been trying to get SMP + Hyper-Threading enabled on our 2650, this has caused me no end of grief. I have finally managed to get a working (and stable!) kernel compiled. The version I am using is 2.4.22 from the vanila-sources, which is the same as 2.4.22 downloaded from kernel.org (or a mirror)
The .config file for my working kernel is here, although the important bits are:
- CONFIG_SMP=y
- CONFIG_ACPI=y
- CONFIG_ACPI_HT_ONLY=y
- CONFIG_RTC=y
When this is booted with the extra command line arguments
acpi=ht
HT works. Now i wonder if HT actually makes that much difference!Toby (Broken link
http://www.bryans.org/toby/) has sent over a nice page over at IBM about Hyper Threading in Linux
-
Gentoo devfs problem
I’ve had a problem with a gentoo machine not being able to find /dev/sdaX during the fsck portion of the boot process, after much arsing around I’ve tracked it down and fixed it. Details can be found here
-
ReiserFS tuning for Qmail
Found this (Broken link
http://www.jedi.claranet.fr/reiserfs-tuning.html) page while searching for reiserfs info. looks interesting.
-
Solaris init states
just because i can never remember them
- 5 is reboot
- 6 is power-off