Archive for the 'linux' Category

SSH connection Block port (22)

If any of you guys use putty for SSH, to connect to a remote SSH server and you find a firewall is blocking port 22 // change the SSH listening port to 443 (https) port. Most firewalls allow access to this port. When working in the NHS I regularly used to connect to my SSH [...]

Thursday, April 3rd, 2008

easy way to create a mysql database

Whilst looking on the internet for something i came across this nice and simple guide to creating a MySql database.
 In order to be able to use a database, you need to create a new database, give access permission to the database server, to a database user and finally grant all rights to that specific database [...]

Friday, November 9th, 2007