I say YES. I’ve definitely fallen in love with the new Safari 4.0 browser.Ok, for online development tasks i like Firefox with the nice Firebug and the other Plugins. But for personal use i am using Safari.
There are different voices out there:We hear Yahoo is in talks to buy Tumblr, a blogging startup run by 22-year-old David Karp for “low-to-mid eight figures” ? which would translate to a small fortune for the New York entrepreneur. (read ...
Uninstalling XcodeJust wanted to uninstall Xcode and i remembered that it was always a Perl script in /Developer/Tools, but this time i didn’t find it there. So a little search revealed that it is now in /Developer/Library. To execute it, just ...
I’ve gotten this error after i’ve installed ImageMagick (from source) and RMagick (using gem) on my Debian systemlibMagickCore.so.2: cannot open shared object file: No such file or directory - /usr/lib/ruby/gems/1.8/gems/rmagick-2.8.0/lib...
Change hostname on DebianI wanted to change the hostname on my Debian Etch installation. The following worked:sudo vi /etc/hostnameChange the hostname and save file and thensudo /etc/init.d/hostname.sh start
Dumping it into a file (e.g. repository.dump)svnadmin dump /path/to/repository > repository.dumpLoading the dumped file back into a repositorysvnadmin load /path/to/repository < repository.dump
The year 2038 problem (also known as “Unix Millennium bug”, or “Y2K38″ by analogy to the Y2K problem) may cause some computer software to fail before or in the year 2038. The problem affects all software and systems that store...