Incorrect process start date on linux
I’ve had a strange problem on this weekend:
# ps x -o lstart -o ” *%c” –cols=256 | grep “grep” | cut -d “*” -f1; date
Warning: /boot/System.map has an incorrect kernel version.
Warning: /usr/src/linux/System.map has an incorrect kernel version.
Sun Jul 19 10:44:02 2009
Sun Nov 22 10:21:18 CET 2009
As you can see the process start date was a [...]
Steampunk fantázia
Vannak pillanatok, amik értékesnek tűnnek, de aztán hamar a semmibe vesznek. Megpróbálok megmenteni egyet.
Késő őszi nap, a hőmérséklet 8 C körül volt. Megcsúsztam egy sáros fémhídon futás közben, az Orczy park bejárata előtt. Nem estem el, de azért le kellett lassítanom. Szomorúan ugráltam át a munkagépek által felszántott területeken, majd futni kezdtem a fák között.
Furán [...]
salmon of doubt
there are three of them.
the book:
salmon of doubt irl:
the salmon dance:
Hello boys and girls, my name is Fat Lip, and this is my friend, Sammy the Salmon. Today we’re gonna teach you some fun facts about salmon and a brand new dance.
Lance Armstrong
Time: 9:11 PM (CEST)
Location: Orczy park, Budapest
Temperature: 28 C (82 F)
After some unsuccessful tries I’ve finally configured my nano to work together with nike+.
Ran a little bit more than 2 km’s (with sensor enabled)
Congratulated by Lance, since this is my longest workout
Burned ~250 kcal (around a piece of chocolate)
Walked home
run bunny run
Well I wish I could think of some cliché to my oath
To make our parting seem less sad
But if I told you lies I promised you the moon
The truth would come trickling from my eyes
So run honey run, hide in the wind
And never stop to look inside your mind
And I wish I could wash all [...]
the sicilian
szeretnem ilyen egyszeruen, kozvetlenul es tisztan elni az eletem.
szeretnem, ha ujra onfeledten boldog lehetnek.
szeretnem, ha segithetnek.
es a link: last.fm
Compiz
Compiz
Originally uploaded by h8pewou
Ubuntu linux 9.04 with compiz running on gigabyte m912x (upgraded to 2GB ram and with an ocz ssd). New toy.
How to turn on built in vnc in mac os x?
You can start up and set up VNC on mac os x with the following commands:
/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate
/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -clientopts -setvnclegacy -vnclegacy yes
/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -clientopts -setvncpw -vncpw foobar123
How to check uptime in Windows XP
From command prompt you can use the following command:
Systeminfo | Find “System Up Time”
Btw I got this on my laptop:
System Up Time: 77 Days, 1 Hours, 12 Minutes, 21 Seconds
:)
Modify password with hponcfg
Create an xml file with the following content:
<RIBCL VERSION=”2.0″>
<LOGIN USER_LOGIN=”x” PASSWORD=”x”>
<USER_INFO MODE=”write”>
<MOD_USER USER_LOGIN=”foobar”>
<PASSWORD value=”asdf1234″/>
</MOD_USER>
</USER_INFO>
</LOGIN>
</RIBCL>
And use hponcfg -f filename.xml to write the changes.