Salinger, Jerome David: The Catcher in the Rye
Salinger, Jerome David: The Catcher in the Rye
Android Verbreitung 2012
Staircase, der Hersteller der WLAN-Tools OpenSignalMaps für Android, hat eine Statistik über die App-Installationen der vorigen sechs Monate veröffentlicht, die interessante Einblicke in die Fragmentierung von Android gibt. Demnach haben die Hersteller 3997 verschiedene Modelle von 599 Herstellern identifiziert, die allerdings lange nicht alles wirklich unterschiedliche Geräte sind: Das Ergebnis wird durch die Custom ROMs verfälscht, alternative Android-Versionen, die auf gerooteten Geräten laufen.
Quelle: Heise
Prometheus 2012
Ab 9. August 2012 im Kino
Eine Forschungsgruppe, die unter anderem aus dem Roboter David, Elizabeth Shaw und Peter Weyland besteht, geht mit dem Raumschiff Prometheus im späten 21. Jahrhundert auf Suche, um Hinweise auf die Ursprünge des menschlichen Lebens zu finden. Dabei werden sie auf einer gefährlichen Reise zu den dunkelsten Winkeln des Universums geführt und müssen sich dort einem schrecklichen Kampf stellen, um die Zukunft der Menschheit zu sichern. (Wikipedia)
Erweiterte Systemsteuerung

Im Adressfeld des Windows Explorer shell:::{ED7BA470-8E54-465E-825C-99712043E01C}
Als neuer Ordner Alle Aufgaben.{ED7BA470-8E54-465E-825C-99712043E01C}
Resend Maildir

for f in $MAILDIR/new/* do sendmail user@domain <$f done
Create a MD5 Checksum

dd if=/dev/cdrom of=image.isomd5sum image.iso3b5e9861910463374bb0d4ba9025bbb1 image.isomd5sum -c image.md5
Fix Taskbar Problem on Windows 7 with portableapps.com

In your PortableApps\PortableApps.com\Data Folder edit the PortableAppsMenu.ini under [DisplayOptions] insert Windows7TaskbarIcon=false.
How to Log POP, IMAP and SMTP Traffic in Mozilla Thunderbird

Logging is for the industrious developer alone — and for the curious user, of course. In addition to finding out what’s going on behind the scenes of email exchanges in Mozilla Thunderbird yourself (especially if that which is going on is not going right), you can help those helping you with problems enormously if you’re able to send them a log of what’s happening when you try to send or receive mail.
Turning on transaction logging may not be straight forward an affair, but it is not difficult either.
Log POP, IMAP and SMTP Traffic in Mozilla Thunderbird
To create a log file with all POP (Post Office Protocol), SMTP (Simple Mail Transfer Protocol) or IMAP (Internet Message Access Protocol) traffic in Mozilla Thunderbird:
Make sure Mozilla Thunderbird is not running.
Now, on Windows:
- Select All Programs | Accessories | Command Prompt from the Start menu.
- Type “set NSPR_LOG_MODULES=” followed immediately by “
POP3:4” for POP, “IMAP:4” for IMAP and “SMTP:4” for SMTP logging. - Press Enter.
- You can enable logging for multiple protocols by separating them with commas (‘,’).
- To log both POP and SMTP traffic, for example, type “
set NSPR_LOG_MODULES=POP3:4,SMTP:4” (excluding the quotation marks). - To log only IMAP traffic, type “
set NSPR_LOG_MODULES=IMAP:4“, for instance. - Type “
set NSPR_LOG_FILE=%HOMEDRIVE%%HOMEPATH%\Desktop\tbird_log.txt“. - Press Enter.
- Type “
start thunderbird“. - Press Enter again.
- Perform the desired email actions in Mozilla Thunderbird.
- Quit Mozilla Thunderbird and take a look at “
tbird_log.txt” on your Desktop.
On Mac OS X:
- Open a Terminal window.
- Type “
export NSPR_LOG_MODULES=” followed immediately by “POP3:4” for POP, “IMAP:4” for IMAP and “SMTP:4” for SMTP logging. - Press Enter.
- You can enable logging for multiple protocols by separating them with commas (‘,’).
- To log both POP and SMTP traffic, for example, type “
export NSPR_LOG_MODULES=POP3:4,SMTP:4” (excluding the quotation marks). - To log only IMAP traffic, type “
export NSPR_LOG_MODULES=IMAP:4“, for instance. - Type “
export NSPR_LOG_FILE=~/Desktop/tbird.log“. - Press Enter.
- Now type “
/Applications/Thunderbird.app/Contents/MacOS/thunderbird-bin“. - Press Enter again.
- Perform the desired email actions in Mozilla Thunderbird.
- Quit Mozilla Thunderbird and take a look at “
tbird.log” on your Desktop.
On Linux:
- Open a Terminal window.
- Type “
export NSPR_LOG_MODULES=” followed immediately by “POP3:4” for POP, “IMAP:4” for IMAP and “SMTP:4” for SMTP logging. - Press Enter.
- You can enable logging for multiple protocols by separating them with commas (‘,’).
- To log both POP and SMTP traffic, for example, type “
export NSPR_LOG_MODULES=POP3:4,SMTP:4” (excluding the quotation marks). - To log only IMAP traffic, type “
export NSPR_LOG_MODULES=IMAP:4“, for instance. Type “export NSPR_LOG_FILE=~/tbird.log.txt“. - Press Enter.
- Type “
thunderbird“. - Press Enter again.
- Perform the desired email actions in Mozilla Thunderbird.
- Quit Mozilla Thunderbird and take a look at “
tbird.log.txt” in your Home directory.
By Heinz Tschabitscher, About.com Guide



