If you use Windows Xp on your network. You should know there is hyperterminal
applicaion on it. Hyperterminal application helps you to connect with other remote
computers. For system administrator, it used to connect to switches or routers and
carry out maintenance operation. Unfortunately, this application is not provide by
Microsoft on Windows 7 and Vista. Of course, we can change it with another free
application that have same function, like PUTTY. But it is not same like
hyperterminal. Many features is not included.We got a better workaround to install
HyperTerminal client to WIndows 7 and Vista for free.
Here's how to install Windows XP HyperTerminal client on Windows 7 or Vista :
First step, copy hypertrm.dll and hypertrm.exe from your PC that using Windows XP to
your UFD. But if your Windows XP PC and WIndows Vista PC connected pass this step.
Second step, copy both of files (hypertrm.dll and hypertrm.exe) to a one folder on
your Windows Vista or Windows 7.
Last step, launch the hyperterminal by double click hypertrm.exe. Once you are done,
you have HyperTerminal client that works normally on Windows 7 and Vista. Easy,
Right?
No Linux machine at work? the easy way could be to simply install Virtualbox in one of the PC, create a VDI and install Ubuntu 14.04 in it. But the day will come when you need more space! Here is how to resize it: Resize Virtualbox VDI Open Virtualbox, make sure to shutdown your virtual machine. Then open a terminal (here windows): 1 2 3 4 cd “ C : \ Program Files \ Oracle \ VirtualBox ” VBoxManage list vms VBoxManage clonehd uuid 0000000000000000 backup . vdi VBoxManage modifyhd uuid 0000000000000000 -- resize 204800 This is the Virtualbox official manual of available commands. And this is a website to convert Gb into Mb (–resize takes Mb as input, 200Gb = 204800Mb). Boot Gparted to resize the partition After a default install of Ubuntu Server on one physical disk, you will have a SWAP partition, and then an extended partition in which you’ll have your LVM partition (So 3 partitions). Download Gparted .iso,...