Setting Up a TFTP Server

Purpose

The purpose of this page is to contain information on how to setup a TFTP server on Linux. This is useful for downloading Linux kernel images to the target board during development.

Using Ubuntu

There are multiple options for TFTP servers in Ubuntu, below are two possibilities atftp and tftpd-hpa.

Using atftp in Ubuntu 8.04 LTS

To setup atftp on Ubuntu 8.04 LTS, you can follow these steps:

Install atftp Server in Ubuntu

host $ sudo aptitude install atftpd
This will complete the installation

why memset in C

memset
function
void * memset ( void * ptr, int value, size_t num );
Fill block of memory
Sets the first num bytes of the block of memory pointed by ptr to the specified value (interpreted as an unsigned char).

Parameters

ptr
Pointer to the block of memory to fill.

Beautiful HR Interview Questions !!

Here are some of the typical HR Interview questions asked to find out if the candidates have extraordinary thinking capability 


Question 2: Interviewer (to a student girl candidate) - What if one morning you woke up & found that you were pregnant ?

I will be very excited and take a day off, to celebrate with my husband. (Normally an unmarried girl will be shocked to hear this, but she managed it well. Why should I think it in the wrong way, she said later when asked.)

Question 3: Interviewer: He ordered a cup of coffee for the candidate. Coffee arrived and was kept before the candidate, then he asked "What is before you?"

Candidate: Instantly replied "Tea" and got selected.