Bookmarks

  • April 30, 2013
    Notes & Tasks for MS Exchange
    Also works with Zarafa & Z-Push Notes are appointments in the far future
  • April 29, 2013
    Tips for the Kindle 4 NT (non-touch): 711 Page
    A way of retrieving the WiFi IP address: 1. Open the menu by pressing the menu button 2. Select “Settings” 3. Press and hold the keyboard button 4. Press the right Page Forward key (the “711 Page” will open) 5. Page forward to page 2 of 3 Here you can see the IP address used for connecting to your WiFi network.
  • April 27, 2013
  • April 27, 2013
    automatic album artwork finder - bliss
    Organisiert Songs automatisch in Ordnern, benennt Dateien um und fügt fehlende ID3 Tags hinzu. Leider Java Software, wird über eine Weboberfläche bedient. "100 Fixes" inkludiert, weitere 1000 kosten 10 Pound
  • April 26, 2013
    Maintenance information with Apache
    ##### BEGINN MAINTENANCE ##### RewriteEngine on # exclude my ip RewriteCond %{REMOTE_ADDR} !1.2.3.4 [NC] # exclude server itself RewriteCond %{REMOTE_ADDR} !127.0.0.1 [NC] # forward to this website RewriteRule !^/maintenance/wartungsarbeiten.*$ /maintenance/wartungsarbeiten.html [R=307,L] ##### END MAINTENANCE #####
  • April 26, 2013
    UCS App Katalog
    Liste der im Univention App Center verfügbaren Anwendungen
  • April 26, 2013
    Pimero - Die Outlook Alternative!
    Ein Windows fat-client für Groupware mit eigenem Server
  • April 26, 2013
    Apache Satisfy
    Manchmal moechte man bei einem Apache Webserver etwas fuer einen bestimmten IP Bereich direkt freigeben, und ansonsten soll ein Passwort eingegeben werden. Jeweils das eine von beiden ist einfach realisiert. Wenn man beides moechte, braucht man die Satisfy Direktive. Klassisches Beispiel dafuer: <Location "/foo"> Order deny,allow Deny from all AuthName "Foo Login" AuthUserFile /path/to/.htpasswd AuthType Basic Require valid-user Allow from 192.168 Satisfy Any ProxyPass http://localhost:8080/foo/ timeout=6000 ProxyPassReverse http://localhost:8080/foo/ </Location> via http://blog.pregos.info/2013/03/02/aptitude-mit-search-pattern-systeme-ohne-dns-apache-satisfy-direktive-bash-bedeutung-der-klammern/
  • April 26, 2013
    Easy MySQL access without password on Debian/Ubuntu (as root only)
    mysql --defaults-extra-file=/etc/mysql/debian.cnf
  • April 26, 2013