In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article focuses on "how to build a tftp server under Ubuntu". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to build a tftp server under Ubuntu.
Today, we start debugging the arm board and download it to the board through tftp, so it's really annoying to configure the tftp server again. (I love to install systems, so I often have to configure them.)
Because I have built a tftp server under Ubuntu many times before, but I can't remember the name of that configuration file all the time, so I want Baidu every time.
But each time the results of Baidu are different, and the difference is very large, some of the process is quite tedious, not only very troublesome, but also not successfully configured in the end. So just write it down in a journal.
The simplest installation and configuration of tftp server
1. Install tftp-server
Sudo apt-get install tftpd-hpa
Sudo apt-get install tftp-hpa (you don't have to install the client if you don't need it)
Tftp-hpa is the client
Tftpd-hpa is the server side
two。 Configure the TFTP server
Sudo vim / etc/default/tftpd-hpa
Change the original content to:
TFTP_USERNAME= "tftp"
TFTP_ADDRESS= "0.0.0.0Vol 69"
TFTP_DIRECTORY= "tftp Root Directory" # server directory, you need to set the permission to 777PowerChomd 777
TFTP_OPTIONS= "- l-c-s"
3. Restart the TFTP service
Sudo service tftpd-hpa restart
At this point, I believe you have a deeper understanding of "how to build a tftp server under Ubuntu". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
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.