Painting Reflection

waiting for the bus on ossington and dundas

KitKatneko

Friends talking

at the distillery

KitKatneko

Wood on lake

huron

KitKatneko

Wind surfer

Blooming

KitKatneko

My Car

Blooming

KitKatneko

Sakura

Blooming

KitKatneko

Sakura

in Washington DC

Sakura

Philadelphia hall

Wow!

Action

Central Park

NYC, from the top of Rockfeller (?) building. Better than the Empire State as there is no windows nor fences.

Action

Warning

Emergency Exit Only

Action

Bloody ATM

litterally

Action

Summer Winter time

still cold in Toronto

Action

Where is my bike

I remember titling another picture just like this, back in Chofu, a bike in the middle of hundreds. here

Action

Archive for 'xNix' Category

ESX4 HA error

Dec 16th, 2009 by Florian | 0

I only played with ESX4 regular flavor so far and I wanted to try mixing them with ESX4i. However trying to put that host in my cluster would give me HA error.
Enabling HA gave the error:
“Cannot complete the configuration of HA agent on the host. See the task for details for addional information. ”
Without much [...]

Read full post...

Install your atheros wifi card on fedora 7

Jul 18th, 2007 by Florian | 0

Yes, atheros cards are great but sometime not supported by default by some OS.
To install the madwifi drivers for your atheros on Fedora 7 do the following:
gedit /etc/yum.repos.d/atrpms.repo
and type
[atrpms]
name=Fedora Core $releasever – $basearch – ATrpms
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
gpgcheck=1
and click on SAVE , also root import the gpg key from the terminal:
rpm –import http://atrpms.net/RPM-GPG-KEY.atrpms
then just use YUM to install [...]

Read full post...

Wifi-less no more

Jul 13th, 2007 by Florian | 1

For the first time in my life, I happened to find myself without any wireless connectivity I could easily hook up to. I needed network-internet connectivity but around me only secured wifi Access Points.
I needed to find the key I lost.
How could I connect without knowing any of those WEP or WAP keys?
I suddently [...]

Read full post...

A quick and dirty Windows password recovery

Jul 6th, 2007 by Florian | 0

Boot the Backtrack CD.
Change dir to your Windows mount point:
# cd /mnt/hda2/WINDOWS/system32/config
Copy the SAM and the system Registry hive to the temp dir:
# cp SAM /tmp
# cp system /tmp
Prepare our wordlist:
# cd /pentest/password/dictionaries/
# gunzip -c wordlist.txt.Z > /tmp/words.txt
# cd /tmp
As the Windows hashes (in the SAM file) are encrypted, we need this key (called bootkey) [...]

Read full post...

Amarok feisty fix

Jun 24th, 2007 by Florian | 0

Amarok is a nice media player for your ubuntu. it leaves your files alone (yeah!) and maintain its own database watching the directory you tell it to watch.
However, in Ubuntu Amarok has no mp3 support. This seems not to be installed automatically and needs to be done manually.
No worries, this is easy when you know [...]

Read full post...