Journey on Ellen deGeneres Show
Journey guesting on Ellen degeneres Show with new vocalist Arnel Pineda
Separate Ways Journey on Ellen Show
Faithfully - Journey on Ellen Show
Dayo: Filipino Full digital animated film
Dayo is a Filipino full digital animated film schedule for release this December 2008. Featuring voice of Nash Aguas, Johnny Delgado and Michael V. Watch the film's teaser at www.dayomovie.com
Philippines hoax earthquake alert
US Geological Society Predicts a "6.8" magnitude Earthquake wil hit Phil. Plates Tonight.Pls. b calm & alert.This mesage fr.Hawaii Satte Emergency Preparedness Office.Lets pray that it wont happen, pls. pass. tnx
This a hoax alert message in the Philippines. No one can predict the earthquake exact time of hit. Please stop passing this kind of message that only brings terror to others.
SSH Port Forwarding Passive FTP
Initialize ssh port forwarding of FTP
#modprobe ip_conntrack
#modprobe ip_conntrack_ftp
#modprobe ip_nat_ftp
#echo 1 > /proc/sys/net/ipv4/ip_forward
Iptables port forwarding rules
iptables -t nat -A PREROUTING -p tcp --dport 21 -i <server's-ethernet> -j DNAT --to <remote-server-ip>:21
iptables -t nat -A POSTROUTING -p tcp -d <remote-server-ip> --dport 21 -j SNAT --to-source <server's-ip>
Western Union Gold card
after my experience with Western Union, i opted to apply for WU's Gold card. It is absolutely free!!! I will use this card in claiming my earnings from Google Adsense .
Problem with rpmdb
Problem
rpm -qa | grep <package>
rpmdb: unable to join the environment
error: db4 error(11) from dbenv->open: Resource temporarily unavailable
error: cannot open Packages index using db3 - Resource temporarily unavailable (11)
error: cannot open Packages database in /var/lib/rpm
Solution:
Remove the existing db
#cd /var/lib/rpm
#rm -rf __db.*
Rebuild the db#rpm --initdb
#rpm --rebuilddb