In the Windows world it’s a reasonably straightforward process to add pseudo domain names using the HOSTS file usually located in c:\windows\system32\drivers\etc\. Open the file, add a name / IP address entry, save the changes and you’re off and running. It’s slightly more involved on OS X as this site details. OS X uses lookupd to do name resolution and by default (at least on my machine) it is configured to look to a DNS server before referencing the local HOSTS file, which is not how Windows works. Turns out it’s reasonably easy to change (as detailed on the macwrite.com link mentioned above):
cd /etc
sudo mkdir lookupd
cd lookupd
ls
cp hosts hosts.original
sudo echo LookupOrder Cache FF NI DNS DS > hosts
sudo kill -HUP 'cat /var/run/lookupd.pid'
After that’s done, you can add / delete / modify domain name to IP address mappings using the NetInfo Manager tool.
All posts by ajohnson
org.apache.catalina.startup.Bootstrap appearing in dock
FYI: If you’re developing a Java web application using Tomcat on Mac OS X and you see:
org.apache.catalina.startup.Bootstrap
appearing in the dock, you need to add:
export JAVA_OPTS="-Djava.awt.headless=true"
to your startup script.
Source:
· Installing Tomcat on OS X
· Decapitating java.awt
Links: 5-26-2006
- Yahoo! TagLines
Including ‘river’ and ‘waterfall’ visualizations. Corresponding paper here: http://www2006.org/programme/files/xhtml/25/fp25-dubinko-xhtml.html
(categories: tags visualization ) - Bill de hÓra: Using IM for grid computing
Reminds me of the Jabber / Agents (http://ll3.ai.mit.edu/abstracts.html#acme) presentation I saw at the Lightweight Languages workshop at MIT a couple years back.
(categories: agents distributed_computing jabber xmpp )
Links: 5-17-2006
- Ajaxian » DWR 2.0: Reverse Ajax
Prediction: reverse ajax (I prefer rajax) will be big… and hard on servers.
(categories: ajax rajax )
Links: 5-12-2006
- Javascript Closures
(categories: closures javascript toread ) - Selenium: Selenium
A test tool for web applications that runs tests directly in a browser.
(categories: browser qa selenium testing )
Links: 5-8-2006
- Full throttle with the Blue Angels | ajc.com
Awesome video of a reporter passing out three times while doing a ride along with the Blue Angels.
(categories: blueangels funny videos ) - Data Analytics :: Mozilla Add-ons :: Add Features to Mozilla Software
Very cool FireFox plugin that basically gives you Excel graphing / spreadsheet abilities in your browser.
(categories: analytics data firefox plugins )
Links: 5-7-2006
- prefuse | interactive information visualization
It’s like visualization week here at cephas.net. This is a Java toolkit for data modeling, visualization and interaction.
(categories: graphing java visualization ) - SourceForge.net: CocoaMySQL
I couldn’t get YourSQL to work on the MacBook Pro, CocoaMySQL does work… and works well.
(categories: client mysql opensource )
Links: 5-4-2006
- Drunk Men Work Here – On Bots – Fresh Zero Content for Compulsive Clickers
Fantastically cool binary tree visualizations of search engine bot visits.
(categories: binarytree googlebot msnbot slurp visualization )
Links: 5-2-2006
Links: 4-27-2006
- Yahoo! Go – TV – FAQ
Someone let me know when this is ready to replace my Tivo.
(categories: pvr tivo yahoo ) - JRobin :: RRDTool Choice for the Java World :: Welcome to JRobin
A 100% pure java implementation of RRDTool’s functionality
(categories: graphing java monitoring rrdtool sysadmin visualization ) - Geek to Live: Script your life in .txt – Lifehacker
Now that I’m on a Mac it should a little easier to apply these.
(categories: lifehacks scripting toread ) - Geek to Live: List your life in .txt – Lifehacker
More like the last one…
(categories: lifehacks toread )