On the flight I managed to sit across the isle from a man who couldnt release himself from his seat belt. So after assisting him with that he noticed my mastery of the inflight entertainment system and kept bothering me to help him with it. He was also a...
James McDonald
Sydney Airport – Free wifi
Finally got through the customs to the gate. Everyone is so connected to their smart devices (us included) that they forget to read the signs telling them not to have their phones out while going through customs. The other funny thing is people dont get how to use...
Chickens Roaming, Sunset Glowing – Telarah
A test. This is an edit done from a Samsung Galaxy 10.1 Tablet.l
Health
Knocking on 40's door. It's time to make sure I'm not going to conk out and become a couch surfing TV viewer when I get beyond 50. http://www.marksdailyapple.com/
Time Server Configuration
This is from here http://www.petri.co.il/forums/showpost.php?p=128859&postcount=4 Windows components and services depend on time synchronization. For example, the Kerberos V5 authentication protocol on a Windows Server 2003 family domain has a default time...
Opening .ai files when you don’t have Adobe Illustrator
User just sent me an ai file they couldn't open (because we don't have an Adobe Illustrator license). Found that Gimp does the job nicely. Just needed to set the resolution up a bit (to 600dpi) to get a nice hi-res image to forward on for the user. Best thing about...
The Rackspace Cloud – My Instance Uptime
uptime 00:09:19 up 241 days, 21:10, 1 user, load average: 0.00, 0.01, 0.00 Nice to see that the infrastructure Rackspace is running is solid enough to give 241 days of uptime. I wish I could have a tour of the data centre and have a look at how it's done...
It’s not all about you. Yes it is, I’m a narcissist
The title is just a random sound-bite I picked up while channel surfing... Her: It's not all about you. Him: Yes it is, I'm a narcissist. I can't even give you a hint on it's providence... I think maybe ABC or SBS...
Scribus 1.4.1 on Windows 7 x64
I didn't know if you needed x32 bit ghostscript even though it was running on a x64 OS. I'm here to report that it works with the 64 bit version of GhostScript. I just went into File ==> Preferences... ==> External Tools and entered the path "C:\Program...
Out of Office Reply – Microsoft Exchange 2003 (SBS 2003)
Recently in anticipation of upgrading to Small Business Server 2011 I installed all the service packs and patches to make my SBS2003 Server upgrade ready. I must have installed an Exchange Service pack because the external out of office replys stopped working. Either...
Use kid3 to edit WMA tags
If you have a bunch of WMA files that don't have the correct meta-data associated with them and therefore don't show up correctly in Rhthymbox. To edit the tags kid3 does the job well. In Fedora just: yum install kid3 done.
A WORKING MYSQL QUERY SELF TABLE JOIN
I have a table holding the names of `items` to be loaned out mysql> select * from items; +----+-------+ | id | name | +----+-------+ | 1 | item1 | | 2 | item2 | | 3 | item3 | | 4 | item4 | | 5 | item5 | +----+-------+ 5 rows in set (0.00 sec) I have another...
Vietnam
Just some links I have posted for later reading http://www.haivenu-vietnam.com/traveltips-how.htm http://www.sapaadventure.com/traveller_reviews/Do_not_miss_it.html
MySQL Cannot find OUTFILE in /tmp due to systemd PrivateTmp setting
Update: Apparently systemd controlled services perform some sort of /tmp redirection. See below Weird problem Can't find mysql OUTFILE when writing it to /tmp I was using this mysql client command: SELECT A, B INTO OUTFILE '/tmp/result.txt' FIELDS TERMINATED BY ','...
PHP is Sometimes Insensitive
I have been trying to learn CakePHP which is a Model View Controller PHP development framework. But in the process I'm having to learn PHP and have discovered some interesting stuff. My first ow wow that's interesting moment was that class and function names are...
CakePHP 2.2.2 ./Console/cake: line 31: exec: php: not found
Problem: When trying to run the Cake 2.x Console you get the following error ./Console/cake: line 31: exec: php: not found Cause: PHP installed in non-standard path Solution: Add the the path to your php binary to the the path to the top of your cake ./Console/cake...
Google Mail Numeric Code: 7 when “User Agent Switcher for Chrome” is Installed
Problem: Just got an error returned when trying to access GMail from Google Chrome: "Temporary Error (404m)", "your Gmail account is temporarily unavailable" , "Numeric Code: 7" Cause: Using the "User-Agent Switcher for Chrome" for to test a mobile website I'm...
Configure CakePHP 2.x to Detect and Serve Mobile Browser Pages
Put here for later: http://madething.org/post/661607317/mobile-browser-detection-and-optimization-in-cakephp http://doctorfox.wordpress.com/2012/05/28/mobile-browser-detection-and-optimization-in-cakephp-made-simple/ Only thing needing to be added would be a cookie...