...

Why bad programmers always need the latest version

Hello all! Today, I've got 2 exciting things for you. First, now is your chance to VOTE to tell me what you want to see in my next course....

...

How to setup a custom domain with SSL and Medium.com with CloudFlare

This short tutorial will show you how to setup a custom domain with SSL and Medium.com with CloudFlare. To start, you of course must own the...

...

Announcing Data Science: Supervised Machine Learning in Python (Less Math, More Action!)

If you don't want to read about the course and just want the 88% OFF coupon code, skip to the bottom. In recent years, we've seen a resurgence in...

...

How can I determine the size of a directory or folder in Linux?

du -hs /path/to/directory -h: human-readable -s: summary (don't show size of each individual file within the...

...

Where to get cheap web hosting: GoDaddy vs. BlueHost vs. etc…

My brand-spanking new blog software told me that this title was too long: GoDaddy vs. BlueHost vs. DreamHost vs. Hostgator vs. Namecheap Read all...

...

Point your Namecheap domain to your Heroku app

Fiddled around with this for way too long, because with the instructions you get from Namecheap, you will end up in an infinite redirect loop using...

...

List of high PageRank Blog Directories for SEO – I’ve prescreened these for high PR and ease of use

...

...

List of high PageRank Web Directories for SEO – I’ve prescreened these for high PR and ease of use

...

...

Install all your statistics and numerical computation libraries for Python in one go on Ubuntu

sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy...

...

How to password-protect a PDF file on Ubuntu

In a terminal, type: sudo apt-get install pdftk Then, to add a password to a PDF file, type: pdftk <input-file> output...