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?
From : http://www.krizna.com/centos/setup-ftp-server-centos-7-vsftp/ FTP server is used to exchange files between computers over network . This guide helps you to setup ftp server on centos 7 . This guide contains configuration steps for both FTP and SFTP as well as user creation . Here i've used VSFTP package which is secure and less vulnerable . 1. FTP Server 2. SFTP Server 3. User creation Setup FTP server on centos 7 Step 1 » Update your repository and install VSFTPD package . [root@krizna ~]# yum check-update [root@krizna ~]# yum -y install vsftpd Step 2 » After installation you can find /etc/vsftpd/vsftpd.conf file which is the main configuration file for VSFTP. Take a backup copy before making changes . [root@krizna ~]# mv /etc/vsftpd/vsftpd.conf /etc/vsftpd/ vsftpd.conf.org Now open the file and make changes as below [root@krizna ~]# nano /etc/vsftpd/vsftpd.conf Find this line anonymous_enable=YES ( Line no : 12 ) and change value to NO to disable anonymous FTP ac...