11 March 2009 0 Comments

Testing Syntax Highlighting with wp-syntax (Geshi)

Some bash commands:

dig @ns1.fubra.com fubra.it axfr > /root/db.fubra.it

vim /root/db.fubra.it

Some PHP with line numbers:

10
11
$name = ‘Paul’;
echo ‘Hello ‘.$name;