Code

Install Clojure, Leiningen, and Luminus on CentOS

CentOS Clojure CentOS Clojure installation and sample tutorial. In the following post I’ll show how to install and configure Clojure …

centos clojure http-kit

Install LuaJIT on CentOS

centos luajit installation instructions centos luajit centos luajit installation instructions - In the following tutorial I will show you …

centos lua luajit

YDPG17 Factory Reset Guide

How to factory reset the YDPG17 Android gaming console (also known as YinLips or Innova) using the built-in recovery menu.

android innova yinlips

Install Apache Tomcat on CentOS

CentOS Tomcat installation A comprehensive guide to installing Apache Tomcat on CentOS, covering JDK setup (OpenJDK and Oracle JDK), Tomcat …

apache-tomcat centos java

Install Gunicorn on CentOS

centos gunicorn installation instructions centos gunicorn centos gunicorn : In this simple tutorial I’ll explain how to install and …

centos gevent gunicorn

Speed Up Your Website Load Time

How to speed up website load time How to speed up website load time is important question for those that performance matters to them.

apache apache-tomcat cdn

SEO Tips for Blog Posts

Good SEO tips Good SEO tips Good SEO tips for your website / blog / posts / etc.

bing google seo

Best Image Dimensions for Facebook

what is the best resolution for facebook images what is the best resolution for facebook images what is the best resolution for facebook …

facebook social-media

tr vs sed: String Manipulation in Linux

Overview tr and sed are very powerful stream and character manipulation commands, Each has its own advantage with string manipulation.

bash linux

Google Web Designer Review

Google Web Designer review I’ve met today with the new Google Web Designer Beta - the new tool Google released for building adaptive, …

google html os-x

Install Django on CentOS 6.4

Django Centos 6.4 installation instructions for noobs. So you want to build your first django centos 6.4 based web site? This is quite easy …

centos django python

Install VMware Tools on CentOS 6

A quick guide to installing VMware Tools on CentOS 6.x, covering prerequisites and the step-by-step installation process.

centos install vmware

Jinja2 vs Tenjin: Why I moved (back) from Jinja2 to Tenjin

Jinja2 vs Tenjin: The Story I started a new project: for learning purposes: to learn python gevent api and to implement a simple server - …

gevent jinja2 python

Linux fg and bg Commands: Usage and Examples

Overview Linux fg bg commands usage and examples using CTRL-Z and jobs command. Move a process between background and foreground modes with …

bash linux

Fix UnicodeEncodeError: ASCII Codec Can't Encode Characters in Python

The Error This is a solution for UnicodeEncodeError raised when saving a ‘POST’ in Django form where filename is in different …

django python