Firts Week August
First Week August
I know the last month was fucking lazy, but August I think is different, the first week:

CentOS 5.5 setup on VirtualBox with LAMP
Download the netinstall ISO from mirrors:
- CentOS-5.5-i386-netinstall.iso
- CentOS-5.5-x86_64-netinstall.iso

[HTTP Setup]
Website name: mirror.centos.org
CentOS Directory: centos/5.5/os/i386
After many screens select only server
Set up LAMP on CentOS 5.5 Server:
yum install mysql-server # mysql server yum install php-mysql # php with mysql /etc/init.d/mysqld start # start mysql (password empty) # put mysqld and httpd in run levels chkconfig mysqld --level 2345 on chkconfig httpd --level 2345 on # httpd is all ready
If you want to start CentOS on background:
# Port forward SSH to 2222 localhost: VBoxManage modifyvm "CentOS" --natpf1 "guestsssh,tcp,,2222,,22" # Port forward HTTP to 8080 localhost: VBoxManage modifyvm "CentOS" --natpf1 "guestshttp,tcp,,8080,,80" # bash aliases alias start_centos='VBoxManage startvm "CentOS" --type headless' alias centos='ssh -p 2222 root@localhost'
Make twitter useful:
# goto http://code.google.com/p/python-twitter/ on ubuntu: apt-get install python-twitter
#!/usr/bin/env python # -*- coding: UTF-8 -*- # Albertux (Alberto Isaac Ayala Esquivias) import re, twitter import subprocess #################### # TWITTER ACCOUNT # username='_________' password='_________' #################### #################### # EXECUTE COMMANDS # start = ["command","param1","param2"] stop = ["command","param1","param2"] #################### #################### api = twitter.Api(username, password) statuses = api.GetUserTimeline(USER_YOU_FOLLOW) msgs = [s.text for s in statuses] last_msg = msgs[0] flag = re.findall(r"REGEX",last_msg,re.I) if len(flag) > 0: subprocess.call(stop) else: subprocess.call(start)
using bash:
watch -n 60 ./twitter_check
3taps heartbeater (latency of post):
Myself:



Dr Martin Luther King Jr Pics:

Hackerdojo pics:




Random pics:
P0rn knowledge:

Damn I lost this pin of #hackerdojo :’(
Personal projects:
- www.craigseed.org (a craigslist filter, status alpha-dev)
- www.latincoders.com (nothing online)












































