Posts

Showing posts from July, 2006

Meet Mathilda

She's spiffy and shiny. And she's got a Core Duo and 1GB RAM. I love her already. She runs Windows XP Media Center Edition (whatever that is), though. But in a while, I'll be giving her the respect she deserves -- nothing less than a Fedora Core 5 or Ubuntu Dapper will do for her. She's a Dell Inspiron E1505 , by the way. Pics to follow.

My own Jabber IM domain

Or thingie, whatever. If you're using a Jabber service, you can add me: [email protected] .

I've moved!

That was quick! I've transferred my blog from iandexter.tambay.org to iandexter.net . I've also added a simple redirection directive from tambay to here: RewriteEngine on RewriteBase / RewriteCond %{HTTP_HOST} ^iandexter\.tambay\.org$ RewriteRule (.*) http://iandexter.net/$1 [R=Permanent] Next phase: migrate my wiki at iandexter.pbwiki.com to iandexter.net/wiki .

Site status

I'm currently moving my blog from iandexter.tambay.org to iandexter.net , a domain I recently registered with Web.com.ph . The backup is taking a bit longer than I expected (probably because I have a slow connection), but once I'm done, I will just be redirecting traffic from here to the new domain. I'd still be using Ramil 's hosting -- he was very kind enough to let me share his Dreamhost hosting package . Cool guy, Ramil. Thanks, man! I owe you a round of brew when you drop by the neighborhood. :)

From del.icio.us, 19 Jul 2006

IIS HowTo This document explains how to set up IIS to cooperate with Tomcat. Normally IIS can not execute Servlets and Java Server Pages (JSPs), configuring IIS to use the JK ISAPI redirector plugin will let IIS send servlet and JSP requests to Tomcat (and this way / work web tutorial howto

CLI shortcuts, 6

Here's a nifty SSH 'shortcut'. This requires that you have an existing SSH key on the remote box. Use this script, named ssh-to : #!/bin/sh ssh `basename $0` $* Add to the bin directory, then add symlinks to your remote box(es): $cd /bin $ln -s ssh-to remote-server-name Issue a remote command: remote-server-name free Source: O'Reilly Linux Server Hacks

From del.icio.us, 14 Jul 2006

AppSense | Miscellaneous | Mitigating Risk in Userland by Kevin Mitnick Kevin Mitnick, in his usual anecdotal style articulates in this paper how sophisticated hackers are penetrating your enterprise, right under your nose, and putting your sensitive data and your company at risk. / internet tech security

From del.icio.us, 8 Jul 2006

Joel on Software - User Interface Design For Programmers A user interface is well-designed when the program behaves exactly how the user thought it would. / tech programming essays design usability accessibility ONLamp.com -- Single Sign-on for Your Web Applications with Apache and Kerberos So you now have a fully functioning Kerberos infrastructure. All of your machines, regardless of operating system or architecture, are able to utilize the single sign-on infrastructure that Kerberos provides for some typical services, such as local login / kerberos ldap tcp/ip web security howto

From del.icio.us, 6 Jul 2006

Tutorial for DCDiag. Check your Windows Active Directory (+ Free Download) DCDiag is one of those command line utilities that you should turn to when you have a Windows Server 2003 problem. As a source of Active Directory clues, DCDiag comes second only to the Event Logs. You may have guessed that the DC in DCDiag means domain c / tools tech ldap microsoft