Archive for the ‘Tips & Tricks’ Category

Podcast and WordPress update

I just finished updating the WordPress installation powering this website to version 2.6.3. Sorry for the downtime. As you also might have noticed I have voice enabled the website using Odiogo; look for the “listen now” button in the articles. If you have a blog and would like to create a podcast out of your content Odiogo will take your RSS feed and convert it to audio using text-to-speech technology. The service is available to bloggers for free! You will however get a small Odiogo ad at the start. Odiogo also provides services to mainstream media.

DNS flush

All of the websites you visit get their domain resolved to get their IP address so you can actually connect to it, right?That information is stored locally in a cache. Then there is the occasions when you know the IP address of the server has changed but you still got the caches version. What to do? Flush the cache! The way to do this differs from OS to OS. Below I have mentioned how to do this on the most popular systems. If you know about how to do this on other systems feel free to leave a comment.:-)

Leopard: Open Terminal.app (search for it with Spotlight), then write on the command: dscacheutil -flushcache Voilá!
Tiger: Open Terminal.app (search for it with Spotlight), then write: lookupd -flushcache Voilá!
Windows: Click Start->Run. Type cmd into the text field, then write: ipconfig /flushdns Voilá!
Linux: Open your terminal or shell of choice and, run /etc/rc.d/init.d/nscd restart Voilá!