In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
In this article, the editor introduces in detail "how to remotely connect to the Linux server". The content is detailed, the steps are clear, and the details are handled properly. I hope this article "how to remotely connect to the Linux server" can help you solve your doubts.
1. Check whether the ftp service rpm-qa is installed | grep vsftpd 2. Install the ftp service yum-y install vsftpd 3. Enable the ftp service and add it to the boot item systemctl start vsftpd.service (you can also use the old version of service vsftpd start command, the new version of systemctl command [note that the firewall adds ports, centOS7 and version 6 are not added in the same way]) fourth, check ftp service systemctl status vsftpd.service or service vsftpd status [in extreme cases May need to manually open the firewall ftp port] 5. Test ftp service ftp localhost 6. Configure ftp service to allow users such as root to connect remotely. 1. Edit / etc/vsftpd/vsftpd.conf files to join: pam_service_name=vsftpduserlist_enable=YES [whether to enable user_list files] tcp_wrappers=YES [control host access, default YES] 2, edit / etc/vsftp/user_list comment out root, allow root to upload and download files
Add: another common way to connect to linux is telnet, which requires telnet services to be installed on the windows side and the linux side.
Ftp garbled resolution:
In the ftp connection tool connection attribute, check use UTF-8 encoding.
SecureCRT garbled resolution:
Under the session subdirectory under the secureCRT configuration file, find the corresponding connection file (suffix .ini) and modify Filenames Always Use UTF=00000001
After reading this, the article "how to remotely connect to the Linux server" has been introduced. If you want to master the knowledge points of this article, you still need to practice and use it yourself to understand it. If you want to know more about related articles, welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.