Install the Linuxdrcom Client

Source: Internet
Author: User
Install the drcom Internet client-general Linux technology-Linux technology and application information. For more information, see. Because I access the Internet in a large school, I need to install the Dr.com client for Linux. After finding it online for a long time, I finally found the installation package drcom-1.3.7.tar.gz.

Create a new software folder in my personal folder, copy the installation package to this folder, open the terminal all the way to the software folder, and run the following command: cd/home/*******/software (Note: The tab key will automatically help you enter the folder or file name)

1. Unzip, command: tar-xzf drcom-1.3.7.tar.gz. This step will extract a folder drcom-1.3.7, cd to this folder, command: cd drcom-1.3.7

2. Compile. Command: make

3. for installation, if it is a root user, enter the command: make install; if it is not a root user, enter the command: sudo make install. However, I did not succeed in this step. So I entered the command: su, enter the password, enter the root user, and then enter the command: sudo make install or make install

4. The configuration should be still under the root user so that you have the permission to modify the conf file. Enter the command cd/etc to enter the etc folder, which is used to store the configuration file. Open the configuration file of drcom in the editor and enter the command vi drcom. conf or gedit drcom. conf. I am used to using the vim editor. The configuration is as follows:

Username = xxxxxxxx (username, generally the student ID)
Password = ******** (password used for accessing the Internet)
Mac = xx: xx (max address, which is obtained by running arp-a in Windows XP)
Nic0 = xxx. xxx (local IP address)
Nic1 =
Nic2 =
Nic3 =
Dnsp = xxx. xxx (primary DNS)
Dnss = xxx. xxx (secondary DNS)
Dhcp =
Hostip =
Servip = xxx. xxx (Login server address)
Hostport =
Servport =

5. Run. After configuration, save, exit, and restart. Enter the command: sudo drcomd. If not, enter the command: drcomd under the root user to start the drcom logon client. After returning to the individual user, enter the command: drcomc login to log on, and enter the command: drcomc ingout to log out.

Everything is OK.

Author: Smart xiaoha
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.