TweeU plugin for Wordpress released (version 1.0)

A couple of days ago I have created a new plugin, TweeU, based on Tweetly Updater. This plugin updates your Twitter account with the new posts from your blog when they are published and creates a short URL link to the post using buh.bz. The difference between the original plugin, Tweetly Updater and TweeU is that this new plugin uses buh.bz URL shortening services instead of bit.ly.

Read the rest of this entry »

visualserver.org got a new web site…

It’s been almost 2 years since I’ve made any modification to visualserver.org main web site, but now as in about one month it’s the 2 year anniversary since I’ve started visualserver.org, I had to put something new up. The old web site was hand made using HTML, PHP and a bit of Adobe Photoshop. It worked quite well and was let’s say easy to modified, but didn’t really look very professional. Now the new web site it’s not hand made anymore (well more or less) it was build using a CMS (content management system) called Concrete5 which seems to be a super well done CMS.

Read the rest of this entry »

Perfect web server for your blog running CentOS (nginx + php-fpm + mysql)

Having your own blog this days can be a piece of cake, as there are a lot of hosting packages to choose from and also they are very cheap. Like I said, having a blog it’s not a big deal, but having a dedicated server or VPS with your own custom setup can be some what difficult to achieve. I’m talking about a setup which includes nginx as a web server, php-fpm as a back-end php server and mysql server as a database server. The easy way how to do this, could be by installing this packages from the distro’s repository, but again, is this case I will do it from the source code.

To start with this, we need a VPS or dedicated server, which can be a problem, because can cost some money. A VPS can cost from about $20 and up and you’ll get with this money about 256MB of RAM and maybe 10-20GB of disk space. If you need something better or faster, a dedicated server would do the job and the price for having a dedicated server would easily start from $50 and up.

Read the rest of this entry »