Author Archives: missing_link

Mount CIFS/SMB-shares at startup

Here’s what to do 01. Launch NetInfo Manager; it is located in the /Applications/Utilities folder. 02. Authenticate by clicking on the lock in the lower left corner. 03. Click on the /mounts directory. 04. Click on “New+” icon. An item … Continue reading

Posted in Mac OS X | Leave a comment

Play FLAC in iTunes

1. Download http://downloads.xiph.org/releases/xiph-qt/xiph-qt-0.1.9.dmg , extract it and put the “XiphQT” to /System/Library/Components/ (if you it not already have) 2. Download http://people.xiph.org/~arek/flac_import/flac_import_0.5b1_p0.1.dmg and put the “FLACImport.component” to /Library/QuickTime/ 3. Restart any QickTime Application. To be sure restart the Computer. QuickTime can … Continue reading

Posted in Mac OS X, Software | Leave a comment

Take back your Volume Logic in Mac OS X Leopard

  #######UPDATE####### There is an update from Plantronics that fixes the issues with Leopard. So that you only need to make the symbolic links to the libraries (step 2). This works for me with Leopard 10.5.6. 1. Unistall Volume Logic … Continue reading

Posted in Mac OS X | Leave a comment

Htaccess

htaccess mit apache Erstelle den zu schützenden Ordner. $ mkdir protected-folder $ cd protected-folder Erstelle einen Benutzer. Ich nehme hier den Benutzer “john”. $ /opt/httpd-2.0.59/bin/htpasswd -c /opt/httpd-2.0.59/conf/.htpasswd john pass:johns-password   —– Bei Solaris kann es eventuell folgenden Error geben: ld.so.1: … Continue reading

Posted in Software | Leave a comment