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:

$name = 'Paul';
echo 'Hello '.$name;
← Back to Blog