Google Web Designer Review

ETCS 2013-10-01

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

ETCS 2013-09-30

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

Leisure Suit Larry: Reloaded Walkthrough

ETCS 2013-09-26

A complete walkthrough for Leisure Suit Larry: Reloaded (2013), covering all locations, puzzles, and items from start to finish.

games lsl walkthrough

Install VMware Tools on CentOS 6

ETCS 2013-09-22

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

ETCS 2013-09-19

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

ETCS 2013-09-16

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

windows

Disable Inactive Users in Active Directory

RaveMaker 2013-09-13

Overview Disable all Active Directory users in a domain or a specified OU that have not logged on and were not created within X days and …

active-directory power-shell windows

Install RPMForge Repository on CentOS 6

ETCS 2013-09-02

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

ETCS 2013-09-02

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

centos git rpmforge

VMware Onyx: Usage and Examples

RaveMaker 2013-08-29

Overview “Onyx is a standalone application that serves as a proxy between the vSphere Client and the vCenter Server. It monitors the …

powercli virtualization vmware

Linux fg and bg Commands: Usage and Examples

RaveMaker 2013-08-28

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

Copy Your SSH Public Key to a Remote Server

ETCS 2013-08-26

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

ETCS 2013-08-19

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

ETCS 2013-08-19

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

ETCS 2013-07-27

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

django python

Python vs PyPy on CentOS: Install and Compare

ETCS 2013-07-27

Python vs PyPy in this article: Python vs PyPy I’ll explain how-to install both compilers (Python (CPython) and PyPy) on CentOS and …

centos pypy python

Install gevent on CentOS 6

ETCS 2013-07-17

Step-by-step instructions for installing the gevent Python networking library on CentOS 6.x, covering easy_install, source, and GitHub …

centos gevent python

PHP Script: Get GitHub Followers Count (API v3)

ETCS 2013-06-24

Php GitHub Followers Count The following PHP GitHub Followers Count script is using the v3.0 GitHub API.

github php