Posted on December 7th, 2008 by sloboda
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. [...]
Filed under: All, blog, free | 1 Comment »
Posted on December 4th, 2008 by sloboda
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, [...]
Filed under: Browsers, Uncategorized | No Comments »
Posted on December 3rd, 2008 by sloboda
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 [...]
Filed under: All, Linux | No Comments »