Egy irtó hatékony spamszűrő mp4



Hatékony védelem a spam ellen pdf ppt mp4




a spam könyv

http://mo.gyo.ro/

February 2011
M T W T F S S
« Jan   Mar »
 123456
78910111213
14151617181920
21222324252627
28  


Spam? Szinte már el is felejtettem mi az...

2011.02.24.

Mr Patrick Chan újra támad

A Mr. Patrick Chan fedőnevű illető ismét támad… a magyar nyelvre, na meg persze az email címekre is. Íme, lehet rajta nevetni. Remélhetőleg senki nem veszi komolyan ezt a bohócot…

From: Mr Patrick Chan <office@ktel.ro>
To: undisclosed-recipients: ;
Subject: Visszaigazolás

Visszaigazolás,

Van egy közös üzleti javaslatot kölcsönös érdekl?désre számot tartó megosztani
veletek, hanem átadását foglalja magában egy nagy halom pénzt. Megvan a
hivatkozást én keres valakit, aki megfelel a tervezett üzleti kapcsolatot.

Ha érdekel a munka velem a kapcsolatot velem az én privát e-mail
(patrickchan64@yahoo.com.hk) további részleteket, a legkorábbi választ erre a
levélre fogják értékelni.
Legjobb Regard,
Mr.Patrick Chan
Hang Seng Bank Ltd.
E-mail: patrickchan64@yahoo.com.hk

—————————————————————-
This message was sent using IMP, the Internet Messaging Program.

2011.02.10.

Webkamera Linux alatt

Hogy itt is meglegyen :

Streaming and recording video

To stream video with luvcview (plenty of options to experiment with):

luvcview -f yuv -s 320×240 -d /dev/video0

Open up the camera’s video stream in MPlayer:

mplayer -tv driver=v4l2:device=/dev/video0 tv://

Open in VLC:

vlc v4l2:///dev/video0

To make a recording I use ffmpeg… a ‘swiss army knife’ of video hackery on Linux:

ffmpeg -f oss -i /dev/dsp -f video4linux2 -s 640×480 -i /dev/video0 output.mpg

*Note: the netbook’s internal microphone is ‘/dev/dsp’

Save and open output.mpg in MPlayer or VLC. The quality of the video is rather low. When ffmpeg is running it displays the quality of the capture as q=[value] with value being a scale between 1 (best) to 31 (worst).

Some options that can quickly be modified to improve video capture are:

* increase bitrate… ‘-b’ option
* decrease frame rate… ‘-r’ option
* decrease frame size… ‘-s’ option

The -qscale option is useful. It allows setting a constant quality value with a variable bitrate. Running the previous command with a few modifications produces a decent output:

ffmpeg -f oss -i /dev/dsp -f video4linux2 -qscale 1 -r 24 -s 320×240 -i /dev/video0 output2.mpg

Now that the camera is up and working it is ready and well-suited for tasks such as video chatting and VOIP using Pidgin, Ekiga, Skype, etc.