Tudor buildings in Tewkesbury

Max is learning about the Tudors in history,se we took some photos of some of the Tudor buildings in Tewkesbury.

The sign from the "Tudor House"hotel in TewkesburyMax and the "Tudor House hotel"in Tewkesbury

Row of Tudor buildings in Tewkesbury,near the Abbey

[...]

Install ssh client on Linpus

Linpus on an Acer Aspire One netbook,does not ship with an SSH client. To be fair its not probably needed by the average user. When I use my wifes AA1 to check my linux mail servers (postfix). I found that I could not SSH so had to install it using the below guide.

[...]

Copy a folder using CLI in Linux

Copy folder using command line This is an example how to copy a  folder using the command line. i.e I want to copy the folder ‘Aqua’on my desktop to /usr/share/amsn/skins. What is the command using the terminal?

sudo cp -R ~/Desktop/Aqua /usr/share/amsn/skins/

Sudo is because you need root privileges to write something outside [...]

Mount a Windows share from Centos using the CLI

OK,we live in the wonderful world of Linux. BUT,for many of us,having to deal with Windows is a fact of life. For example,you may want to use a Linux server to back up Windows files. This can be made easy by mounting Windows shares on the server. You will be [...]

DHCP lease time on a Zyxel P-660R-D1 router

To change the DHCP lease period for a Zyxel P-660R-D1 router,telnet into the router and at the command line type

“ip dhcp enif0 server lease 120″

This will set the DHCP lease tim to 120 seconds. If you wanted to have the lease time set to 1 hour you would substitute the 120 [...]