Archive for category Technical Tips

To restrict SSH access to a server from particular IP addresses

To restrict the SSH access to a server from a particular IP address or addresses, we need to give two entries in the files ‘/etc/hosts.allow’ and ‘/etc/hosts.deny’ respectively. The entries are as given below: ——– cat /etc/hosts.allow | grep sshd sshd,sshdfwd-X11: IP1,IP2 cat /etc/hosts.deny | grep sshd sshd,sshdfwd-X11:ALL ——–

Leave a comment

Install Windows from USB Drive

Days ago, install Windows from USB drive is complicated work as you need third party application to allow you to do that, but you may now easily apply it with Windows 7 USB/DVD Download Tool. Make sure you have fulfilled the system requirement as detail below, – Windows XP SP2, Windows Vista, or Windows 7 […]

Leave a comment