Piwik is a downloadable, open source (GPL licensed) real time web analytics software program. It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages… and so much more.
Piwik aims to be an open source alternative to Google Analytics, and is already used on more than 200,000 websites.
Piwik is a PHP MySQL software program that you download and install on your own webserver. At the end of the five minute installation process you will be given a JavaScript code. Simply copy and paste this tag on websites you wish to track (or use an existing plugin to do it automatically for you) and access your analytics reports in real time.
http://piwik.org
Friday, January 27, 2012
Monday, January 16, 2012
Fn key stuck on Dell laptop
OK, you don't know how it happened, you suspect the cat or the housekeeper, but suddenly your keyboard mapping is not correct anymore. You expect a character but get a number or a -
If you login with another user, then there is no problem.
Most likely your Fn is stuck with your current user profile.
Solve this problem by pressing at the same time:
Fn + F12 + Num Lk
If you login with another user, then there is no problem.
Most likely your Fn is stuck with your current user profile.
Solve this problem by pressing at the same time:
Fn + F12 + Num Lk
Friday, January 13, 2012
Lynis
Lynis is an auditing tool for Unix (specialists). It scans the system and available software, to detect security issues. Beside security related information it will also scan for general system information, installed packages and configuration mistakes.
http://www.rootkit.nl/projects/lynis.html
http://www.rootkit.nl/projects/lynis.html
Tuesday, January 10, 2012
Tails
Tails is a live system that aims at preserving your privacy and anonymity. It helps you to use the Internet anonymously almost anywhere you go and on any computer but leave no trace using unless you ask it explicitly.
It is a complete operating-system designed to be used from a CD or a USB stick independently of the computer's original operating system. It is Free Software and based on Debian GNU/Linux.
Tails comes with several built-in applications pre-configured with security in mind: web browser, instant messaging client, email client, office suite, image and sound editor, etc.
http://tails.boum.org
It is a complete operating-system designed to be used from a CD or a USB stick independently of the computer's original operating system. It is Free Software and based on Debian GNU/Linux.
Tails comes with several built-in applications pre-configured with security in mind: web browser, instant messaging client, email client, office suite, image and sound editor, etc.
http://tails.boum.org
Wednesday, January 4, 2012
BleachBit
BleachBit quickly frees disk space and tirelessly guards your privacy. Free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean 90 applications including Firefox, Internet Explorer, Adobe Flash, Google Chrome, Opera, Safari,and more. Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source.
http://bleachbit.sourceforge.net
http://bleachbit.sourceforge.net
Wednesday, December 7, 2011
thttpd - tiny/turbo/throttling HTTP server
thttpd is a simple, small, portable, fast, and secure HTTP server
http://www.acme.com/software/thttpd/
http://www.acme.com/software/thttpd/
Tahoe-LAFS
Tahoe-LAFS is a Free and Open cloud storage system. It distributes your data across multiple servers. Even if some of the servers fail or are taken over by an attacker, the entire filesystem continues to function correctly, including preservation of your privacy and security.
https://tahoe-lafs.org
https://tahoe-lafs.org
Wednesday, November 23, 2011
MySQL create database, user and permissions
mysql -u root -p
create database databasename;
grant usage on *.* to databaseuser@localhost identified by 'userpassword';
grant all privileges on databasename.* to databaseuser@localhost ;
create database databasename;
grant usage on *.* to databaseuser@localhost identified by 'userpassword';
grant all privileges on databasename.* to databaseuser@localhost ;
Sunday, November 20, 2011
Google analytics with phpBB
Open up the overal_footer.html file (somewhere at /styles/templatename/templates/overal_footer.html)
Add your Google Analytics code before the
Add your Google Analytics code before the















