What would you like to do?

How do you install and configure tftpd under ubuntu?

already exists.

Would you like to merge this question into it?

already exists as an alternate of this question.

Would you like to make it the primary and merge this question into it?

exists and is an alternate of .

1. Install tftpd and related packages. $ sudo apt-get install xinetd tftpd tftp
2. Create /etc/xinetd.d/tftp and put this entry: service tftp
{
protocol = udp
port = 69
socket_type = dgram
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = /home/tftpboot
disable = no
}
3. Make /home/tftpboot directory $ sudo mkdir /home/tftpboot
$ sudo chmod -R 777 /home/tftpboot
$ sudo chown -R nobody /home/tftpboot 4. Start tftpd through xinetd $ sudo /etc/init.d/xinetd restart
21 people found this useful
Thanks for the feedback!

What would you like to do?

How do you configure IMAP in Ubuntu 6.06?

I assume you want to configure an email client for IMAP. It all depends on where your mail is at, and using their settings. You have to go to your email providers website and (MORE)

The question and answer are locked and cannot be edited.

How do you install Ubuntu?

  Get an Ubuntu LiveCD   Go to ubuntu.com and click the button for "Get Ubuntu". The fastest way to get a CD is to download a CD image (it will be a .iso file), and b (MORE)

What would you like to do?

How do you install Ubuntu with no ACPI?

  Ubuntu does not require ACPI to be present in order to work. If the kernel attempts to load an ACPI module, but finds that the computer does not support it, or is too ol (MORE)

What would you like to do?

How can you install a font in ubuntu?

In the home folder, make a new folder called ".fonts" (without quotes) and put your font in it. It will immediately be installed!
Thanks for the feedback!

What would you like to do?

How can install tar.gz2 in ubuntu?

1. Extract to a folder 2. Open terminal (ctrl+alt+t) 3. Navigate to the folder (eg CD /home/user/Downloads/extractedtarball/) 4. type ./configure 5. hit enter 6. typ (MORE)

What would you like to do?

How do you installed ubuntu?

Go to the Ubuntu website and follow instructions to download and install Ubuntu as an ISO file on a CD, or how to install using a flash-drive.
Thanks for the feedback!