[state-Embedded notes] [008-009] [Telnet to Linux]

Source: Internet
Author: User

[state-Embedded notes] [008] [Telnet to Linux]

1.windows and Linux can ping each other

2. Turn off the Linux firewall

/etc/init.d/iptables stop

3. Telnet via SSH (character interface) protocol

4. Telnet via VNC (graphical interface) protocol

1. Installing tigervnc.rpm

2. Start VNC service: Vncserver &

[state-Embedded notes] [009] [Windows and Linux file sharing]

1.windows and Linux can ping each other

2. Turn off the Linux firewall

/etc/init.d/iptables stop

3. share files via SFTP

4. Share files via Samba server

1. Installing the Samba server

RPM-IVH samba.rpm

2. Set the password for the user to log on to the Samba server

Smbpasswd-a Root

3. Configure Samba Services

Vim/etc/samba/smb.conf

[Root]

Comment = Root directories

Path =/

browseable = yes

writable = yes

Valid users = root

4. Restart Samba Services

/ETC/INIT.D/SMB restart

5. Turn off SELinux (module on Linux security)

Setenforce Permissive

[state-Embedded notes] [008-009] [Telnet to Linux]

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.