วันเสาร์ที่ 5 มีนาคม พ.ศ. 2554

Blogger Ad Code Converter

http://www.eblogtemplates.com/blogger-ad-code-converter/

CGI in HTML frames

#!/usr/bin/perl
use CGI qw/:standard :netscape/;
use CGI::Carp;

print "Content-type: text/html\n\n";
print <<EOF;
<FRAMESET ROWS="150,*">
<FRAME NAME="aa" SRC="http://www.google.com">
</FRAMESET>
EOF
print end_html();

Linux AT Command

at now + 5 minutes < $HOME/listofcommands.txt
at -f mycrontest.sh 10pm tomorrow
at -f mycrontest.sh 2:00 tuesday
at -f mycrontest.sh 2:00 july 11
at -f mycrontest.sh 2:00 next week