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]
[ Read the rest ... ]
login to mysql (from linux shell)
mysql -u root -p mysql -h hostname -u root -p
create database
mysql> create database database_name;
[ Read the rest ... ]
I need to install 2 different greasemonkey scripts to make it work.
[ Read the rest ... ]