RHEL6/CentOS VM Installation and Network Configuration/Apache Server via...
Hey everyone. Kevin here again with TechMeOut.TV I just started a new video series today on RHEL(Redhat Enterprise Linux) and I will continue to do more and more linux related videos to keep my skills...
View ArticleWindows Active Directory ldapsearch, and ldapmodify Usage from Linux + PHP
So in a recent project of mine, I had to utilize the ldap commands from a linux server to make modifications to a Active Directory tree. I implemented this by using PHP’s exec() function that...
View ArticlePHP + Linux Remotely Monitor Server Network Connections & Traffic Statistics
For security purposes it might be asked of someone in the security information field or system administrator field to be aware of all connections running in a production environment. Being as PHP is my...
View ArticleARIN Database PHP Class for Doing an IP Address Lookup
In some previous posts I have explained how to look-up information for a particular IP address from the Neustar IP Intelligence API. Well, Neustar IPI can be quite expensive so if you are not a multi...
View ArticleLinux Shell Scripting Variables and Environmental Variables
Essential to every programming language, variables are utilized to hold different types of data. Typically scripting languages don’t require you to declare variables so they can be set directly. In...
View Article