PHP IP Logger App Released
avatar

I have just released a new app in the Android Marketplace.  It is an app to keep track of your personal IP addresses.

It contains two pieces a server side script which will create a table in your MySQL database to store the information for the script and the android app.  Once the script is on your server you just need to go to a url to register the IP.

Register an IP from the Browser:

http://<your domain>/myip.php?Name=<name for device>

Register an IP from the Linux Command Line:

curl –user <username>:<password> http://<your domain>/myip.php?Name=<name for device>

From Android App:

Open Menu -> Add Your Phone to the Database

 

PHP IP Logger in the Android Marketplace

Download the PHP Script:  http://www.djlactose.com/myip.phps

Posted in Android, Android Apps, Networking, News, Our Apps, PHP IP Logger | Tagged | 4 Comments

A workaround for NAT rewriting DNS packets — Lucid Solutions
avatar

This was a problem that was driving me nutts for a month…

 

A workaround for NAT rewriting DNS packets — Lucid Solutions.

Posted in Guides, Linux | Leave a comment

Harptabs Mobile Update
avatar

I have added the ability to translate the mobile page into different languages.  This update will work for both the mobile site and the Android App and is live right now.

Harptabs.com Mobile App

Harptabs.com Mobile App

 

 

Posted in Android, Android Apps, Guides, Harptabs.com, Harptabs.com Mobile App, News, Our Apps | Tagged , | Leave a comment

Logroate of Apache Logs Quirk
avatar

One quirk I just ran across that I thought I would share.  When you rotate your Apache logs using logrotate and you want them compress, you need to use delaycompress as well.  Apparently if you don’t some of the handlers will still be open and it will not be able to compress the file until after they are released which is not until you gracefully restart the server at the end of the logrotate job.

Posted in Linux | Leave a comment

How to configure VirtualBox to Auto start and stop Guest VM | CentOS | Linux Tutorial
avatar

I had written a script similar to this one to handle my Virtual-box systems but they have it all put together nicely.

How to configure VirtualBox to Auto start and stop Guest VM | CentOS | Linux Tutorial.

Posted in CentOS, Fedora, Linux, News | Leave a comment