Driving in Cyprus

Here is your chance to smile – Sue has a post about Cyprus highway code. Nicely done.

There is one thing I can add to what has already been written. When my wife (well, technically girlfriend back then) was going through the process of getting a driving license, I noticed that the “highway code” book she used to study was called “How to pass a driving license exam”. It wasn’t “Traffic rules”, or “Driving safe”, or “What and how of the road”. It was a tutorial on how to pass a driving license exam. Nothing more, nothing less.

SMS support in Google Calendar

These are the greatest news I’ve heard for a while – Google Calendar expanded their SMS support for providers outside of USA. Particularly, Cyprus Telecommunication Authority (CYTA) is now in the list of supported providers.

I have configured and verified my mobile phone, and it seems that notifications and reminders work just fine. The only problem so far is creating events via SMS messages, and requesting schedule information, like next event and daily agenda. This is most probably due to the shortcut number that Googles uses. Hopefully this will be fixed soon too. But even if it won’t – free SMS notifications for Google Calendar is something I’ve been waiting for.

As usual, you can have more infomration about SMS interface to Google Calendar check.

Assinging network settings

Yet another strange problem that I was banging my head at recently was the magical swapping of network interfaces after reboot. It’s not such a big issue, as reboots are rare, but when they happen, it annoys the hell out of me. The problem is that I’ll get my eth0 device would become eth1 and my eth1 would change to eth0. And back again after the next reboot.

Today I got really bored with this swapping, as I had to change my firewall settings once again, and decided to solve it once and for all.

The solution turned out to be trivial. There is a simple way of specifying which network settings should apply to which network device. All I had to do was edit /etc/sysconfig/network-scripts/ifcfg-eth0 file and add HWADDR=my:mac:address:here line. Then I did the same for the eth1 device.

I’ve tried a few reboots just to test the solution and so far it looks great.