Ubuntu 12.04

So recently I have been testing out the beta version for the next LTS system from Ubuntu, The new start menu is going to take some getting used too since you now have to type the name of what you are looking for.
I do not know if there is a way that I can get rid of it and go back to the good old 10.04 menu.

Since I am using ubuntu now releases for FreeGCP are going to slow down, On windows I use Visual Studio 2011 Ultimate, and on ubuntu I use Mono and I have to upload the build’s (over lan) to my server where I can test them out. For some reason when I on Linux I can type faster and I am more dedicated to my work, I think its because when I am using Windows I know I can stop and play games (Call of Duty)

The thing that made me most happy about using linux is I found a preview release of spotify www.spotify.com/uk/download/previews

Since I have been so busy working on FreeGCP recently I have not been paying any attention to the honey pot, And I am pleased/unhappy to see that it now has over 12,500 spammers caught, Since there has been such as rush of submissions over the past few weeks (Thanks too www.dbclan.net) I have had too add extra duplication checks to reduce that amount of spammers that hit traps twice in a second.

Closed pre-alpha

Free Game CP has gone into Close Pre-Alpha. Yes really, after what seems like 2 months of hard work there is a closed pre-alpha release.

Although the program has a lot of bugs at the moment it does what it should do, it can install, un-install, stop and start Game servers.

I have set-up a forum and am working on a wiki with all the instructions you need, if you wish to take part in the alpha release please send me a private message over on the forums.

Alpha release soon?

Update on the previous post.

I should have an alpha release coming out for FreeGCP at the end of the month. Here is a list of changes that I have made since the last post;

  • Login/Logout session based
  • Remote server installs and re-installs game servers
  • Encryption between web and server
  • New layout

There is still a lot of work for me to do, the alpha release most likely will not have page titles and will be EXTREMLY buggy. Some time next week I will setup a forum and a bug tracker for FreeGCP so people can ask questions.

Here is a screen shot of the home page.

First time using SourceForge as a publisher

Today I sent my first SVN Commit to my SourceForge project.

My project is a Game Control Panel that is kind of the same as TCAdmin, but less complicated and free. Already started work on the front end website, and started work on the master receiver that will be the base of operations.

Here is a preview of the front end (Prealpha) as it stands.

New honey pot back-end and theme

Over the past month I have been working very hard on the back-end code for hp.connorw600.info with faster API queries (they only took 20ms to start with, now they only take 9ms), the ability to have all bad domains return as positives for spam, the ability to remove your submissions.

Over the next month I will be finishing all work on it. All I have left to code is a knowledge base and a forum and I might even add signatures displaying how many submissions each user has.

One of the biggest changes I have made is the new theme, making it even easier to find what you are looking for.

 

New home page

Submissions for an IP address

Happy new year

Happy new year every one.

Winter parade and Crashed tables

So today I went into my local town to watch the winter/Christmas parade, it was cool.

But while I was out some thing weird happened, My server ran out of memory. Physical and Swap RAM while a load of MySQL tables where open and being written to, When I got back I noticed that Ganglia had stopped collecting stats. but my server was running.

So I went around my sites and noticed my honey pot had not been updated in 5 hours, So I had a look at the MySQL error log and noticed that every table that was being written to at this point had become corrupted, so I though not problem just clean up the tables and restart mysql to make sure they work.
This fixed 95% of the tables except for my honey pot, so I thought never mind I will just restore the last good backup that was taken at 9am. Um Nope doesn’t work like that.

Turns out for the past 5 days my backup program has been taking backups of the wrong database…..

So right now I have lost 5 days (700) of submissions and am left with a database structure that does not work with my current backend code.

 

FML

Back to bloggin

So, I have decided to set my blog back up.

a few days ago I finished a major update on my honeypot website, here is a list of improvements.

  1. New theme
  2. Added accounts
  3. Added API Keys
  4. You can now add data via api_add
  5. (NF) You can now check user names, email addresses and IP addresses via api
  6. Improved back end code.

Still working on API calls because I have to make sure they return correct data in, XML, JSON and plain text.