Skip to content

KBeezie

There's no place like ::1

Menu
  • Home
Menu

Author: kbeezie

WordPress Automatic Update with SSH

Posted on 2009/11/222025/05/10 by kbeezie

If you’re like me, you don’t even want the insecure FTP protocol running on your server, but by default wordpress doesn’t even give you the option of using SSH to automatically upgrade your plugins, or wordpress itself. This article shows how you can add a few extra lines to wp-config.php to enable automatic updates with wordpress.

Read more

Using Namecheap’s Free SSL with Nginx

Posted on 2009/11/212025/05/10 by kbeezie

Most of my domains are registered with Namecheap, and powered by Nginx. The site you are viewing now is one such example. Currently with Namecheap, domain registrations, hosting, transfers and WhoIS protection come with a free PositiveSSL subscription. This section will show you how to generate a certificate request with OpenSSL and how to install the provided certificate into Nginx.

Pages: 1 2 3
Read more

Handling wildcard subdomains with PHP

Posted on 2009/11/052025/05/10 by kbeezie

Subdomains can be a very handy way to make your urls more friendly looking. They can also be incredibly useful for membership driven websites to allow members to have their own custom subdomain. But how do make manage dynamic subdomains with PHP? This article shows you how.

Read more

Nginx and Django

Posted on 2009/09/142025/05/10 by kbeezie

In a previous guide I showed how to use Passenger (aka mod_rails) to work with Python (WSGI) scripts. While this proved effective for simple wsgi applications, a framework such as Django required a bit more love. This guide will walk you through getting Django to work with Nginx and Passenger.

Read more

Scraping Google Front Page Results

Posted on 2009/08/252025/05/09 by kbeezie

In this article I’ll show you how you can use cURL and simple_html_dom functionality to scrap the basic content from the front page results of google provided with a search query.

Read more

Four free Geolocation Methods

Posted on 2009/08/222025/05/09 by kbeezie

Geolocation or Geo-Targeting is a method of identifying a visitor’s location in the world. You can use this information for anything as simple as greeting a visitor in their native language to automatically redirecting visitors to valid affiliate offers for the visiting demographic. This article takes a look at four different services that offer geolocation for free.

Read more

AJAX with JQuery

Posted on 2009/08/222025/05/09 by kbeezie

AJAX stands for Asynchronous Javascript and XML, though most people would associate the term with dynamic loading of content without refreshing the browser. I notice that even today a lot of people starting out with AJAX still use the XMLHttpRequest object from scratch that has been around forever. Learn a faster and easier way with JQuery.

Read more

Paypal IPN with PhP

Posted on 2009/08/192025/05/09 by kbeezie

If you’re a freelance coder you most likely have a PayPal account. One of the most useful feature provided by PayPal for anyone looking to automate their ordering process is the Instant Payment Notification. This guide will show you how to utilize IPN with a PayPal ‘Buy Now’ button and PHP. Additional tips to further secure your ordering process are also discussed.

Pages: 1 2 3
Read more
  • Previous
  • 1
  • 2
  • 3
  • 4

Bloggers

  • Clement Nedelcu
  • Martin Fjordvald
  • Michael Shadle
  • Profarius

Sites I Use

  • Karl Blessing
  • Nginx Wiki

administration Apache blog certificate circuits.web class-c configuration cpanel directadmin django examples freebsd friendly url front page google help httpd IP ipn migration Nginx nibbleblog openssl package passenger payment paypal performance PHP ports proxy proxying Python results scrape security seo sni ssl tips tls sni uwsgi wordpress wsgi

© 2025 KBeezie | Powered by Minimalist Blog WordPress Theme