Monitor visits to your website for free

I already posted here an article about Piwik, a software as good as Google Analytics to monitor visits to your website.
Now, Vicente’s Blog can monitor your website as well, using Piwik, for free. Just comment this post and I create a monitoring for you and I send you the code to insert in your blog/website. [...]

Google oficial SEO manual download for free

What any blogger wants? More visits, more comments, more links to your site and, of course, more money from ads.
Most important of this wishlist is the first one and when the blogger try find tips to grow his audience hear (or read) a lot about SEO. There are many online manuals about Search Engine Optimization, [...]

Solution to problem removing RPM packages

If you tried to remove a RPM package on Linux and got a message like this: “specifies multiple packages“, you probably have 2 packages with the same name, one 32 and other 64 bits.
To check if it is your problem use following command:
rpm -q –queryformat ”%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n” <pacote>
To remove these 2 packages use:
rpm -e –allmatches <pacote>
To [...]