Skip to content

Instantly share code, notes, and snippets.

View mondeja's full-sized avatar

Álvaro Mondéjar Rubio mondeja

View GitHub Profile
@mondeja
mondeja / articles.html
Created November 12, 2017 19:58 — forked from cjgiridhar/articles.html
Tornado - Static File Handler
<html>
<title>
Articles
</title>
<body>
<h1>Articles page</h1>
<p><img src="images/images.jpg"/></p>
</body>
</html>
@mondeja
mondeja / .gitignore
Created October 28, 2017 09:34 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@mondeja
mondeja / full-ffmpeg.sh
Created April 22, 2017 17:21
Install full ffmpeg in debian wheezy (with aac(m4a) and x264 support)
# Add multimedia source
echo "deb http://www.deb-multimedia.org wheezy main non-free" >> /etc/apt/sources.list
echo "deb-src http://www.deb-multimedia.org wheezy main non-free" >> /etc/apt/sources.list
apt-get update
apt-get install deb-multimedia-keyring # if this aborts, try again
apt-get update
# Go to local source directory
cd /usr/local/src