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

Fix MSVCR100.dll Missing Error in Windows

the program can’t start because msvcr100.dll is missing from your computer Solution to “the program can’t start because …

windows

Install RPMForge Repository on CentOS 6

CentOS RPMForge Installation Instructions (for Centos 6.x) A quick guide to adding the RPMForge (RepoForge) third-party repository to your …

centos git rpmforge

Update Git to 1.7.11+ on CentOS 6

How to update Git to version 1.7.11 or newer on CentOS 6.x by enabling the RPMForge extras repository.

centos git rpmforge

Copy Your SSH Public Key to a Remote Server

A quick guide to copying your SSH public key to a remote server using ssh-copy-id or scp.

linux ssh

Windows 7 Screen Capture Shortcut

A quick reference for all the ways to capture screenshots in Windows 7, including Print Screen, the Snipping Tool, and OneNote shortcuts.

snipping-tool windows

Windows 8 Screen Capture Shortcut

A quick reference for all the ways to capture screenshots in Windows 8, including Print Screen, the Snipping Tool, and OneNote shortcuts.

snipping-tool windows

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