Simple Port Forwarding

Port Forwarding

This short guide is probably all you need to know about port forwarding.

Posted in Networking | Tagged | Leave a comment

How to Get a Static LAN IP Address From Your Router in Windows and Ubuntu

Ubuntu Network Connection Settings

Most of the time, your ISP (Internet Service Provider) will assign you an IP address using DHCP, meaning your IP address will change every couple weeks or months or whenever you reset your router. The same goes for the PCs on your LAN, except for them, it is your router that does the assigning ...

Posted in Networking | Tagged , , | Leave a comment

Basic Networking Terms, Layers, Speeds, and Addresses

networking

A beginner’s notes for other beginners.

Posted in Networking | Tagged | Leave a comment

Use Mencoder For AVI Management

mencoder

I’ll show you how to stitch two AVIs together and replace the audio track on an AVI all from the terminal with Mencoder.

Posted in Ubuntu | Tagged , | Leave a comment

Watch Out for the Byte Order Mark (BOM) In Linux

The BOM

Windows applications often (inappropriately) insert a BOM in UTF-8 encoded files, causing pain and suffering for Linux users. Here’s how to take care of that in Python.

Posted in Python | Tagged , , , , | Leave a comment

How to Insert Unicode Characters in Ubuntu and Windows

character_table

Use the Character Map, Keyboard Shortcuts, or an application.

Posted in Ubuntu | Tagged , , | 1 Comment

A Short Character Table

character_table

My character table contains HTML Entities, Glyphs, Names, and Descriptions for selected characters.

Posted in Web Development | Tagged , | Leave a comment

en-dash HTML Encoding Bug Fixed With Python

en-dash

The en-dash is one of the more common causes of HTML encoding bugs. Read how I ran into this bug and how I fixed it with Python. Also a few more tips in here.

Posted in Python | Tagged , , | Leave a comment

Introduction to Character Sets and Unicode in Python

tamil_nya_0b9e

A summary of the basics about character encoding. I’ve caused my fair share of character encoding bugs, and these are my notes to prevent those problems in the future.

Posted in Python | Tagged , | Leave a comment

Calculate Days Remaining

Days Left Calculator

Have you ever noticed that it is difficult to calculate the number of days between two dates if there are several months involved? Well here is a calculator to do this for you. The start date must be a day in the past and the end date must be a day in the future. The calculator will tell you how many days are completed, how many are remaining, and even give you a nice display of percent completed.

Posted in Javascript | Tagged | Leave a comment