Month: April 2009

  • How To Logoff Remote Session after a set time Using Group Policy

    This is a known issue for a lot of IT department where multiple administrators logging to servers remotely and forget to log off. Remote desktop also known as Terminal services can be controlled from Group Policy. This KB will show you how to control session on a server using Group Policy. To set automatic logoff…

  • Can’t connect to MySQL server on ‘server’ (10061) Error

    After installing MySql server on a Linux machine (Debian 5) I got this error message when trying to connect to the Mysql server using Mysql administrator. When trying to fix the problem and searching the Internet I found out that the problem is easy then what it looked. By default Mysql server only allows the…

  • How To Enable Root Account Ubuntu Server

    By default Ubuntu server root account is disable, if we want to execute a command that needs administrative permission we need to use the sudo command. This is a good security practice however this might not work for you. In order to enable the root account and not use the sudo command all we need…

  • Linux Server Monitoring Commands – P1

    This is the first part of linux server \ network monitoting commands: The following commands can be used as a morning checks commands. Top – show all process Free –show free memory iostat — I\O monitoring ps -ef – check running proccess ps – check proccess  route -n  – Show the kernel routing table netstat…