-
security :: md5deep
Posted on October 17th, 2005 No commentsIf you need md5 hashes for complete directory trees, have a look at md5deep.
-
mac :: kismac support for airport extreme
Posted on October 17th, 2005 No commentsThe latest cvs from kismac supports airport extreme in passive mode. as I don’t know whether this is a “circumvention device” no link! But I think google will help.
-
loop encryption problem
Posted on September 26th, 2005 No commentsgentoo problem:
icebird ~ # mount -t reiserfs /dev/hdc1 /secure/ -o loop,encryption=XXX Password: Error: Password must be at least 20 characters.
Just recompile:
ACCEPT_KEYWORDS="~x86" emerge "=util-linux-2.12i-r1"I think this should only be a temporary solution. rebuild your encrypted partition with a correct password!
Perhaps a interesting link:
http://bugs.gentoo.org/show_bug.cgi?id=107680#c20 -
mac :: usefull progs
Posted on July 7th, 2005 No comments- FinkCommander is a GUI for fink. very usefull.
- NeoOffice is a OpenOffice without X-Server requirement.
- NVU is a WebDevKit for Unix. provides quite a lot of support for creating your personal homepage.
-
mac :: use an extended ibook desktop
Posted on July 4th, 2005 No commentsOn a new ibook your output to either your tv and your vga output are syncronized to the ibook monitor. That can be improved! have a look at:Screen Spanning Doctor
-
linux :: eclipse with big ram systems
Posted on June 30th, 2005 No commentsif you have more than 300 MB RAM you schould think of telling eclipse to use it. This can be done with the following command:
eclipse -vmargs -Xmx900MB -
mac :: gpsdrive on mac osx tiger
Posted on June 29th, 2005 No commentsrequirements:
- fink
- xcode from mac osx
fink
install the following packages with their -dev volumes:
- pkg
- gtk+-2.0
- glib2-dev
- pcre
- atk1
- gdk-pixbuf
maybe there are some more. i installed gimp previous to gpsdrive. this might be a hint. please tell me if i lost one.
gpsdrive
because gpsdrive is looking for gcc3.x and tiger is providing gcc4.0 compatibility you need to change in configure line 20858 to
if $CC -dumpversion|egrep -q "^4\.*"; thenthen you can
./configure && makeif you just upgraded to tiger make sure you have installed the new DevUtils with gcc4.0
-
linux :: imaps certificate
Posted on April 20th, 2005 No commentsto build a imaps certificate just habe a look at this page: http://portal.suse.com/sdb/en/2003/05/imap_ssl.html
-
mac :: macscp
Posted on February 19th, 2005 No commentsscp GUI for maxosx : http://remotefinder.sourceforge.net/
-
php :: session entries may not be named ‘name’
Posted on January 16th, 2005 No commentsif you name your session entry ‘name’ ugly things will happen. this is solved in php 4.3 but with 4.2 it is disturbing you session system.


