2010 July

How to allow rdp:// vnc:// ssh:// and smb:// on your intranet web site

I think it is very handy to have these kind of links enabled on my Intranet web site.

rdp://hostname[:port]
vnc://hostname[:port]
ssh://hostname[:port]
smb://hostname[/path]

Here is how to do it…

[ Read the rest ... ]

By admin on July 31, 2010 | Posts | A comment?

mysql basic commands

Basic commands

login to mysql (from linux shell)

mysql -u root -p
mysql -h hostname -u root -p

create database

mysql> create database database_name;

show all…

[ Read the rest ... ]

By admin on July 28, 2010 | Posts | 1 comment

Make Google Analytics display 100 rows in both Settings and Report pages

I need to install 2 different greasemonkey scripts to make it work.

Display 100 rows in settings pages

  • install Firefox
  • install Greasemonkey plugin
  • install this greasemonkey script:

[ Read the rest ... ]

By admin on July 14, 2010 | Posts | A comment?