ALERT!!! New SCAM on LinkedIn.

I recently received an email inviting me to add to my network a person who I does't know. Don't let them folish you.

Alfredo Cedeño
Information Security Specialist
ajcborges@gmail.com
+58 (412) 224.3778
PIN: 2486FF6A
Sent from my BlackBerry® smartphone


From: Nicky serrano <CHARLOTTEValdez529@gmx.com>
Date: Tue, 8 Dec 2009 00:21:03 -0800 (PST)
To: Alfredo Cedeño<ajcborges@gmail.com>
Subject: whats up

LinkedIn

Nicky serrano requested to add you as a connection on LinkedIn:

Alfredo,

Hey you.. long time no chat.. I hope this is still your email ..add me on messenger im online now..

AIM - wildhoty1
MSN - candygliss@live.com

I live RIGHT NEAR U.. I finally moved..we are SOO close. let's hang out this wknd?

Accept View invitation from Nicky serrano


DID YOU KNOW you can use your LinkedIn profile as your website?
Select a vanity URL and then promote this address on your business cards, email signatures, website, etc.

© 2009, LinkedIn Corporation

Posted via email from Anything & Everything

Posted on 7:58:00 AM by Alfredo Cedeño and filed under | 0 Comments »

Repositorios para Debian


 

#debian oficial
deb http://ftp.es.debian.org/debian/ stable main contrib non-free
deb-src http://ftp.es.debian.org/debian/ stable main contrib non-free

#opera
deb http://deb.opera.com/opera/ etch non-free
#gpg
wget -O - http://deb.opera.com/archive.key | apt-key add -

#backport
deb http://www.backports.org/debian etch-backports main contrib non-free
#gpg
apt-get install debian-backports-keyring

#multimedia
deb http://www.debian-multimedia.org etch main
#gpg
wget http://debian-multimedia.org/gpgkey.pub -O - | apt-key add - && apt-get install debian-multimedia-keyring

#e17 enlightenment
deb http://www.vobcopy.org/mirror/elive elive main efl elive
#gpg
gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 1C79A27CD5E81909
gpg --armor --export 1C79A27CD5E81909 | apt-key add -
gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 07DC563D1F41B907
gpg --armor --export 07DC563D1F41B907 | apt-key add -

Les agradeceria que por favor me dejen un comentario, si tienen algún otro repositorio de confianza.
Posted on 9:53:00 PM by Alfredo Cedeño and filed under | 0 Comments »

Como montar una ISO en Linux

Estimados (as), acá les dejo el comando para montar una ISO en Linux, en caso de que la necesiten:

mount -o loop -t iso9660 iso-image.iso /mnt/iso/

NOTA: recuerden que para montar la imagen necesitan un usuario con privilegios de root.
Posted on 9:45:00 PM by Alfredo Cedeño and filed under | 0 Comments »