Kevin Pirnie' Articles
- Home / Kevin Pirnie’s Articles / Security
By: Kevin On: December 11, 2013
Posted In: .Net C# Development Security Software Software Source Code SQL Server SQL Server .net c# development hosting mssql mysql web development web hosting
UPDATE 2.0!!! Wow, just realized it's been awhile since i posted anything... well kiddies, time for some new code. Although I have grown up loveing, carressing, and mutilating Visual Basic, I have decided to take a stab at some C# since most of my projects lately have comes across in the form of PHP. While I do love VB still, I am starting to fall hard for some C# sexyness (<- spelling). I have a VB version of what I am about to post as well, and though the language structure is different, there really aren't very many differences between the 2. I thought I may get some sort of performance boost out of this "conversion" but alas, I was mistaken. Both languages performed admirably… Read MoreBy: Kevin On: December 1, 2013
Posted In: Apache CPanel Development Hosting Linux ModX PHP Security Security Server Management Software Software development hosting modx php web development web hosting
Since I am currently running into this issue right now as I type this, I though I would share my experiences with moving a ModX Revolution site from one server to another. It is not an easy task, but can be accomplished rather easily. The first thing you will need to do is to verify that your new server has PHP and MySQL installed, along with the PDO drivers. Next step is to search through your current database and change any physical paths it may contain to point to your new directory structure on the new server. Once you have this done you are ready to do a mysqldump, if you have access to phpMyAdmin, take the easy route and simply do an export. Make… Read MoreBy: Kevin On: November 1, 2013
Posted In: Apache Development Hosting Linux Security Security Server Management Software Software Ubuntu apache hosting proxy speed up the web web hosting
I... Am a developer. As a result, I know a multitude of different programming and scripting languages ranging from Visual Basic to HTML and just about everything between. As a result I do a multitude of projects. Now my main server.... the one I do the most development on is a Ubuntu Linux server... but because I also need to develop for Microsoft technologies, I need to have a Windows Server virtual machine on it. Since some of these sites I work on need to be run in a windows environment, I also need a way I can still send all my requests to and through my LAMP box, and pass them off to my windows VM residing on it. I will not go into… Read More