Bookmarks
-
June 16, 2013
-
June 16, 2013SENDtoREADER - Delivering RSS feeds and web pages to your Kindle.
Bietet einen RSS Feed mit gesendeten Beiträgen und u.a. auch eine Android App -
June 16, 2013
-
June 15, 2013
-
June 15, 2013Selectively forcing PDF downloads for Firefox
<IfModule mod_setenvif.c> BrowserMatchNoCase firefox pdf=stream </IfModule> <IfModule mod_rewrite.c> RewriteCond %{ENV:pdf} stream RewriteRule .pdf$ - [T=application/octet-stream] </IfModule> -
June 13, 2013Taking a MySQL-dump with a wildcard on table names ~ Mattias Geniar
mysqldump YOURDBNAME $(mysql -D YOURDBNAME -Bse "SHOW TABLES LIKE 'table_pattern_%'") > /tmp/database-dump.sql -
June 13, 2013
-
June 13, 2013desktop-webapp-browser-extension/chromium-extension at master · rodrmoya/desktop-webapp-browser-extension · GitHub
A few months ago I started work on a Google Chrome/ium extension for integrating Chrome apps into GNOME Shell. The idea is that, whenever you install a Chrome app, a .desktop file is created in ~/.local/share/applications, for them to show up as normal applications. Also, for desktop shortcuts for “normal” web pages, since Chrome/ium uses the favicon from the pages, the icons look really ugly on GNOME Shell’s overview. So, this extension also tries to retrieve a higher resolution icon and uses it if found, and if not, retrieves a snapshot from the page and uses that as the icon, making it look much nicer in the overview. -
June 11, 2013jondot.github.io/groundcontrol/
Ground Control Manage and monitor your Raspberry Pi with ease -
June 11, 2013Canonical Maps mit Zarafa
Besser wäre hier wohl smtp_generic_maps With the smtp_generic_maps parameter you can specify generic(5) lookup tables that replace local mail addresses by valid Internet addresses when mail leaves the machine via SMTP.