Tech Observer: Linux And Open SourceKenneth HuntUSB Serial Interface For Legacy Port Support Linux and Windows Console Access- February 27, 2008 I use this device all the time to console into routers and for serial operations on my Dell D410 Laptop and for both Linux and Windows XP OS's. Works Great!...http://kennethhunt.com/archives/002046.html andLinux vs cygwin an alternate nix on windows uses linux kernel port- February 19, 2008 ok so this is new to me, a supposed replacement for cygwin, since it is a true port of the kernel to windows. hmmmm. check it out. andlinux andLinux is a complete Ubuntu...http://kennethhunt.com/archives/002045.html SSH tunneled connection to a MySQL server- February 18, 2008 Nice write up on MySQL and SSH, practically anything that you can connect to can be tunneled over SSH. Tunnelling MySQL Over SSH To set up a tunneled connection to a MySQL server...http://kennethhunt.com/archives/002043.html Finding the inverse square root of a number with i = 0x5f3759df - (i>>1);- February 8, 2008 Nice bit of writing on some code archaeology. Not definite in it's answer, it provides some illumination of the thinking behind complex problem solving. float InvSqrt (float x) float xhalf = 0.5fx; int...http://kennethhunt.com/archives/002042.html Jawr rapid development of resources for Javascript and CSS- February 4, 2008 jawr Jawr is a tunable packaging solution for Javascript and CSS which allows for rapid development of resources in separate module files. Writing a simple descriptor properties file, and using a servlet...http://kennethhunt.com/archives/002041.html |