Search results for: “server”

  • PHP Access Control List

    A quick little Access Control List (ACL) snippet I made for PHP/HTML. Enjoy! <?php $acl = array( // Populate with IP/Subnet Mask pairs. // Any zero bit in the subnet mask acts as a wildcard in the IP address check. array(“192.168.10.24″,”255.255.255.255”), ); $acl_allow = false; for ($i = 0; $i < count($acl); $i++) { $ip2chk…

  • Linux – Find what is Preventing You from Unmounting a Drive

    Disclaimer: I’ve had this problem for probably four months, ever since I started running Plex Media Server on my headless linux machine at home, whilst storing all my actual media on a nice external portable drive. Usually I just yank it, but then I watch the drive letters run themselves up obscenely high before I…

  • Expired Domains – A Headache (but a learning experience)

    Hey all! It’s been a few months, I know. But I wanted to share an experience I had with my recent domain name headache. So as you may or may not know, I’ve owned ppsstudios.com since May 2013. I purchased it via Google Apps which in turn set my registrar to eNom. Both are useful services and work…

  • OpenVPN

    New project at work! Setting up OpenVPN. It’s great fun…except when it doesn’t work. I love the Windows interface for setting up the Server. It’s straight-forward, and following the tutorial at http://openvpn.net/index.php/open-source/documentation/howto.html works like a charm. Setting up the client is just as easy, and the connection can be made in a matter of minutes.

  • Ruby on Rails – Success kinda!

    Okay. I’m totally going to try this again, just to see if I can’t figure it out. Ruby on Rails – A ruby based framework for web stuff. Basically, I haven’t a clue, but I’m going to at least try to get it running on Windows and make some rudimentary website things, just to see…

  • A Domain!!

    At last!! I tucked in my shirt, tightened my belt and made the plunge. I am now the proud pseudo-owner of ppsstudios.com! For that reason, I’ve created this Google Sites …site, and then in addition linked THIS blog to blog.ppsstudios.com (mostly because I wanted to try subdomains, to see how easy they were). All the…

  • Ruby on Rails for Windows

    It was only recently that I FINALLY figured out just what Ruby on Rails is. From most of the posts I saw all I could make of it was “it’s the thing that runs Twitter.” Okay..so what’s it DO? Well as it turns out, from what I can make of it, Rails is a new…

  • Garfield!!

    A long time ago, I discovered that Jim Davis, the author of Garfield comics, syndicates his stuff with uComics. An interesting, and probably well-known, fact is that uComics actually stores the images from a particular cartoon in a fairly friendly directory structure! At least, they do with Garfield comics. So I was able to do some back-door hacks…

  • Preventing Constant Reboots on a Network

    For some weird reason, I found that my router (Netgear WNR3500L) (or my connection) was giving me problems…every so often it my LAN connection would completely reset and require me to reboot the computer, just to get the webserver back online (it would become completely unreachable via No-IP DNS -and- the external IP address..some 5xx…

  • Faster Internet is (at least for now) better

    We’ve just gone live with our newly activated ADSL connection. As of 5:00 this evening, I was able to plug in the aforementioned modem that we bought on Friday and successfully connect to first Qwest’s initial login page, then, well, everywhere else! Of course, everybody’s test to see if they’re connected is Google. Well, not…