http://wordpress-deutschland.org/download/englisch/
http://www.weblogmatrix.org/show/Wordpress
cd /var/www/
wget http://wordpress.org/latest.tar.gz
tar -xf latest.tar.gz
rm latest.tar.gz
Markdown for WordPress
http://michelf.com/projects/php-markdown/
also nice but not working yet (at least on my installation): http://brettterpstra.com/code/markdown-quicktags/
Markdown is a great markup language for publications such as technical blogs as it keeps the structure of the text very readable, is fast to type and highly convertible to other formats such as HTML, LaTeX and many more (see pandoc).
cd wp-content/plugins/
wget http://michelf.com/docs/projets/php-markdown-extra-1.2.4.zip
unzip php-markdown-extra-1.2.4.zip
rm php-markdown-extra-1.2.4.zip
mv PHP\ Markdown\ Extra\ 1.2.4/markdown.php ./
rm -rf mv PHP\ Markdown\ Extra\ 1.2.4
Another Plugin that’s interesting for WordPress authors using Markdown: Markdown QuickTags.