Wednesday, September 30, 2009

Send e-mail to undisclosed recipients

QUESTION:
Recipient A allow to see all other recipients but Recipient A himself must be hidden from all other recipients
Where to put Recipient A ?
ANSWER:
...
---

When composing new message, leave "To:" section blank and put all destination e-mails in "Bcc:" section

Blind carbon copy
To send a message to multiple parties with none of them knowing the other recipients. This can be accomplished by addressing a message to oneself and filling in the actual intended recipients in the BCC field

Bcc vs. Cc
Example of CC vs BCC
From: Frank Sinatra
To: Kurt Cobain
Cc: Bob Dylan; Jim Morrison
Bcc: Mark Knopfler; Paul McCartney

In the above example, all recipients of the email (including Mark Knopfler and Paul McCartney) will see the following email header information when they receive the email:

From: Frank Sinatra
To: Kurt Cobain
Cc: Bob Dylan; Jim Morrison
This means that none of the recipients will know who the Bcc recipients are. Each of the BCCed recipients will, of course, realize that they were on BCC but they will not know who else was on BCC.
---

Thursday, September 10, 2009

Monday, September 7, 2009

Test javascript snippet

Alt 1:
http://writecodeonline.com/javascript/

Alt 2:
Lookup a javascript command on www.w3schools.com then click "Try it Yourself" button

Online Unescape Decoder and Encoder

www.tareeinternet.com/scripts/unescape.html

Also:
Hex Encoder/Decoder
Sample string to decode:
\x58\x6c\x64\x47\x6a\x74\x30\x5a\x67\x43\x67\x79\x6f\x39\x46\xf1

Saturday, September 5, 2009

Create a chart with two scales

Create Multiple Combination Charts in Excel
www.computorcompanion.com/LPMArticle.asp?ID=211

Friday, September 4, 2009

Error "There are stopped jobs" when exiting console

There are pending jobs, check with command: jobs

Bring that job to foreground: fg number

Source:
There are stopped jobs
www.cs.indiana.edu/l/doc/unix-at-iu/src/unix-at-iu/node23.html

BT4 Beta: Determine version of software installed

Google keyword:
check|determine version software|application|package backtrack|bt|ubuntu

dpkg -l | grep app_name

or

dpkg -s app_name