Category Archives: General

rdate in moservices for o!play

moServices is a package to add additional services to the Asus O! Play R1 and Asus O! Play Air (R3). One of the services is rdate, which allows the player to synchronize itself with a timeserver. The thing is the … Continue reading

Posted in General | Tagged , | Leave a comment

Trojan in new USB disk

Just bought an Memup LX 640GB 2.5-inch External USB Hard Disk Drive and the first time I connect it to my PC it tried to autorun a file called “jeorels.cmd”. On further inspection it turned out to be a trojan. … Continue reading

Posted in General | Tagged , , | Leave a comment

Make chrome open mailto links in google apps

First download and install Google Apps for domains: http://dl.google.com/tag/s/ap=ctrler.eu/googlewebapps/en/googleappsstandalonesetuptagged.exe Don’t forget to replace ctrler.eu with your own domain in the above link and also in the text below. Then in regedit go to: HKEY_CLASSES_ROOT\mailto\shell\open\command and change the data field in … Continue reading

Posted in General | Tagged , , , , , , , | 2 Comments

more EXIF metadata manipulation

I went on vacations and took my new GPS (Garmin eTrex Legend HCX) with me and let it record a track for the whole trip because I was planning to geotag all images. We took two cameras with us and, … Continue reading

Posted in General | Tagged , , , , , , , | Leave a comment

Namexif: Rename Photos by EXIF date

Namexif - I have to recommend this great little app for Windows that renames a set of pictures according to the date they where taken. It’s freeware.

Posted in General | Tagged , , , , , | Leave a comment

Stuff after Windows install

My Windows 7 install got compromised with a root-kit or something, the symptom being that I couldn’t access Windows Update. No Anti-Malware/Virus was capable of correcting it so I had to format and re-install Windows. Doing that is a PITA … Continue reading

Posted in General | Tagged , , , , , , , | Leave a comment

Loca

Connosco desde 2003. Morreu a 26 de Junho de 2010.

Posted in General | Tagged , | 2 Comments

Ubuntu 10.4 and smbpasswd syncronization

Watch out for this bug when configuring samba using the old fashion smb.conf in ubuntu 10.4. By default, the samba password is reset to the system password of that user every time you login. I noticed that although it does … Continue reading

Posted in General | Tagged , , , , , , | Leave a comment

Switch Windows 7 Aero On / Off

I use this in a .bat to switch the Windows 7 Aero theme On / Off. @echo off sc interrogate uxsms | find “1062″ if %errorlevel%==0 goto :sc_start sc stop uxsms exit :sc_start sc start uxsms exit

Posted in General | Tagged , , , , | 1 Comment

w32tm – Check if your clock is accurate

My system is having clock drift problems and I discover this Windows command to check the difference between your system clock and a time server: w32tm /stripchart /computer:0.pool.ntp.org /dataonly /samples:10

Posted in General | Tagged , , , , | Leave a comment