-
Discussion on Maps book at Amazon
The book has only been out a week, and already we have questions coming in through Amazon’s new beta book discussion service. The first query is on the API versions, which, as I explain in my response, are centered about the v1 API as this was the…
-
Hacking Google Maps and Google Earth Released!
Hacking Google Maps and Google Earth has been released, and should be available to order and purchase soon. I’ve also now enabled the live examples of all the techniques covered in the book, as well as adding a full list of resources (as in the bo…
-
System Administrators Toolkit: Migrating and moving UNIX directory trees
As an extension of the original filesystem piece, I’ve taken a closer look at the methods available for simply moving around directory trees on the Unix filesystem, including across a network. Occasionally, you need to copy around an entire UNIX d…
-
Using bash by default
I much prefer to use bash as my main shell, but in Solaris, you are much better off using the default shell, particularly for root, just in case there is a problem and you cannot mount the /usr directory during a boot. OK, it may not happen often …
-
Copying multiple files with scp
I keep my .bash init scripts on one machine and copy them over to each machine on which I have a login. There’s various bits of logic in there to ensure that the right PATH and other values are set according to the host and/or platform. I then hav…
-
Getting Solaris 10 working in Parallels
I have a few tips on getting Solaris 10 running in a virtual machine within Parallels on an Intel-based Mac OS X box, available through Getting Solaris 10 working in Parallels. I haven’t yet tried it on the MacBook Pro, but then that’s only made i…
-
Getting Solaris 10 working in Parallels
I’ve just been sent the latest version of Solaris 6/06 release) and wanted to get it working in a Parallels virtual machine. Not everything is plain sailing, but with a combination of past experience and a few quick configuration changes you can g…
-
Stepped execution with cron and at
I had a query from a reader today as a follow up to my System Administrators Toolkit: Time and event management article at developerWorks: How do I execute a script at a specific interval, for example 28 days, rather than on a specific day or date…
-
Free Software Magazine blog added to Planet MySQL
I’ve had my blog at Free Software Magazine added the Planet MySQL syndication site.
-
Solaris Apache MySQL PHP – SAMP
There’s a good step-by-step guide at Sun’s BigAdmin site on how to configure your Solaris box for SAMP – the Solaris equivalent of the LAMP stack. The short, but sweet, article can be found here. I use SAMP on the Ultra3 as my development platform…