Skip to content

KBeezie

There's no place like ::1

Menu
  • Home
Menu

Category: Security

Allowing secure WordPress Updates with SSH2

Posted on 2013/04/022025/05/10

So you want to be able to do automatic updates and plugin/theme installations, but you don’t want to leave your files wide open, or give your unprivileged PHP process too much access around the clock. This guide shows you how to set up wp-config.php with SSH specifically for php use only.

GeoIPLookup: Geolocation from the CLI

Posted on 2012/11/292025/05/10

If you have your own server or use a Linux/BSD desktop at home there’s little reason why you can’t just quickly do a GeoIP lookup from the command line. Here’s how to install it on Debian, Ubuntu, CentOS and FreeBSD along with a trick or two.

Nginx Flood Protection with Limit_req

Posted on 2011/04/092025/05/10

I’ll show you a very simple demonstration of Nginx’s Limit Request module and how it may be helpful to you in keeping your website up if you are hit by excessive connections or HTTP based denial-of-service attacks.

Protecting Folders with Nginx

Posted on 2011/02/052025/05/10

This question comes up every so often, and its actually fairly easy besides the fact you do not use an .htaccess file. This writeup will show you how to implement auth_basic in Nginx as well as some alternatives to the htpasswd utility installed.

Configuring SNI with NginX

Posted on 2009/12/282025/05/10

Traditionally for every SSL certificate issued, you needed a separate and unique IP address. However if you compile OpenSSL and NginX with TLS SNI (Server Name Identification) support you can install multiple SSL certificates without having to bind a domain name to a specific IP address or require each certificate to have its own unique IP.

Cloaking and Faking the Referrer

Posted on 2009/11/232025/05/10

Sometimes you simply have to hide, or in some case fake the referrer from your destination. This article shows you how to fake the referrer using PHP + cURL, as well as how to cloak your referrers from your advertisers.

Pages: 1 2

WordPress Automatic Update with SSH

Posted on 2009/11/222025/05/10

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.

Using Namecheap’s Free SSL with Nginx

Posted on 2009/11/212025/05/10

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

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