Archive for the ‘Travel’ Category

Kitesurfing in Fuerteventura

[nggallery id=6]

Read the rest of this entry »

TFL.GOV.UK and mozilla quick search

If you want to bookmark a  quick mozilla search from your house to another postcode you can use this URI :
http://journeyplanner.tfl.gov.uk/user/XSLT_TRIP_REQUEST2?language=en&sessionID=0&type_destination=locator&name_destination=DESTINATION_POSTCODE&type_origin=locator&name_origin=ORIGIN_POSTCODE&place_origin=London&place_destination=London
just change the DESTINATION and ORIGIN_POSTCODE to %s if you like or make it as static bookmark.

Read the rest of this entry »

Generating md5 encrypted password for chpasswd

If you want to generate properly encrypted password to feed to chpasswd, the most easier and proper way is to do that from command line :
[code lang="bash"]
echo "encryptedpassword"|openssl passwd -1 -stdin
[/code]
If you want to generate in pure python you can do it like that :
[code lang="python"]
def md5crypt(password, salt, magic='$1$'):
[...]

Read the rest of this entry »

Back in Sydney

It has been since 2 weeks I came back from my sister wedding. It has been a really good holiday as well under the sun. Spending a day in Dubai and 2 days in Bangkok was cool as well.
The come back is much harder thought. I did not feel the Jet but I think the [...]

Read the rest of this entry »

From Australia to Jerusalem via Jordan

I have finally arrived to Jerusalem after 30 hours of travel going via Jordan.
It has been a long and tirering Journey here is some highlight of it :

In the plane i meet a dude which i am playing soccer with every Sunday. It’s pretty amazing to make some meeting like that, how many chances [...]

Read the rest of this entry »

Going over Israel

Tuesday i will fly from Sydney, Australia to Jerusalem via Jordan.
For a lot of people it does not look it is the right time to get there but i am sure it all going to be fine.
As my experience when people say ”don’t go to a country” it is exactly the right time to get [...]

Read the rest of this entry »