Build Your First WSGI Python App on Apache

ETCS 2013-03-20

A step-by-step guide to building your first Python WSGI web application and serving it on Apache HTTPD using mod_wsgi.

centos python ubuntu

Load Balance Remote Desktop with Pen on CentOS

RaveMaker 2013-03-19

Overview Load balancing Remote Desktop Services using Pen, a load balancer for “simple” tcp based protocols such as http or …

bash centos linux

Load Balancing SSH Connections using Pen on CentOS Linux

RaveMaker 2013-03-19

Overview Load Balancing SSH Connections using Pen, a load balancer for “simple” tcp based protocols such as http or smtp. It …

bash centos linux

Split a Background Image Across Multiple Divs with CSS

ETCS 2013-03-19

Overview Not widely known, but you can use pure CSS to split background image into several divs quite easily! I’ll teach you how.

css html

Facebook Open Graph Meta Tags Reference

ETCS 2013-03-18

Summary Including and customing the facebook Meta inside every page of your website is an important reality in today web. It’s a very …

facebook html meta

ERPXE - Open Source PXE Project Version 1.06 Released

RaveMaker 2013-03-17

Overview ERPXE - Open Source PXE Project Version 1.06 Released on March 17, 2013.

erpxe pxe

CodeLobster Review: Free Portable PHP and Web Development IDE

ETCS 2013-03-15

Overview Excited today, I’m going to try a new IDE for Windows: CodeLobster PHP Edition 4.5.1. With almost 30 years experience in …

cakephp codeigniter codelobster

Move a Volume to Another Aggregate on NetApp ONTAP 8

RaveMaker 2013-03-15

Overview In this tutorial we will be using NetAPP FAS3210 to demonstrate How to Move Volume to another Aggregate on NetAPP OnTAP 8.

linux netapp nfs

PuTTY SSH Configuration Tips

RaveMaker 2013-03-13

Overview You can find here a few PuTTY Configuration Tips that will save you a lot of time using SSH. PuTTY is a free and open source …

linux ssh windows

Remote Desktop over SSH using PuTTY

RaveMaker 2013-03-13

Overview Connecting to a SSH server as a gateway and not directly to a Remote Desktop PC is a safer way to connect and add another layer of …

linux ssh windows

Remote Desktop over SSH using Tunnelier

RaveMaker 2013-03-12

Overview Bitvise Tunnelier makes it easier to Use Windows Remote Desktop over SSH connection. Connecting to a Secure Shell server as a …

linux ssh windows

Fix WordPress Plugin HTML5 Swiffy Insert

RaveMaker 2013-03-11

How to fix the broken WordPress “HTML5 Swiffy Insert” plugin so it properly converts and displays Google Swiffy HTML5 content on …

cms google php

Schedule Tasks on Linux with Cron

RaveMaker 2013-03-11

Overview A quick reference for scheduling tasks on Linux using cron, covering crontab syntax, practical examples, environment variables, and …

centos linux rhel

Create Responsive eBay Ads

ETCS 2013-03-08

Overview For resposive web designers: Ads are big trouble. In the next article I will explain how to edit the JS script to a responsive …

ads ebay javascript

Django: Preserve Table Data When Adding Model Fields

ETCS 2013-03-07

How to preserve your existing table data when adding new fields to a Django model, using an export-reset-import workflow.

django python

Hide Page Titles in WordPress

RaveMaker 2013-03-06

Overview In this tutorial we will explain how to Hide WordPress HomePage Title or All Pages Title.

development php wordpress

Create Responsive Google AdSense Ads with JavaScript

RaveMaker 2013-03-03

Overview In this tutorial we will explain how to implement a Google Adsense Responsive Design without violating Google Adsense Policy.

javascript website

Backup Multiple MySQL Databases with a Bash Script

RaveMaker 2013-03-02

Overview In this tutorial I will give an example to a BASH scripts that will help you backup multiple MySQL databases at once.

bash linux mysql