Ads
Tom's Guide > Forum > Linux/Free BSD > General Discussion > [Solved] Ubuntu Link to Learn it

[Solved] Ubuntu Link to Learn it

Forum Linux/Free BSD : General Discussion [Solved] Ubuntu Link to Learn it

Best answer from skittle.

Word :    Username :           
 

Hello,
I am a new Linux user and have a new build just assembled. I have a working Ubuntu OS on my new PC and have to learn how to use it. I have not added programs to use for Internet downloads. For instance I was trying to open up a download and got an error message. " end of directorysignature not found. ..."

Any links helpful to learn how to use it? THanks

Reply to Robert Fraley
Register or log in to remove.
Best answer

your download is probably corrupted. Re-download, and check MD5 or SHA-1 sum...

Reply to skittle

thanks for the response. I have no idea what that means, though.

Reply to Robert Fraley

I will try a new download in the meantime.

Reply to Robert Fraley

Basically, if the file you are downloading is large, there's a greater-than-zero chance that part of the download is corrupted (essentially, if during the period of download, you receive more that 2^32 packets and there is some agent in the connection that tends to cause bit errors, chances are you will have a checksum collision, or an undetected corruption).

Some sources for larger downloads (e.g. Linux DVD ISOs) will provide MD5 and/or SHA(128|256) "hashes" for the file you are downloading. Essentially, once you've completed the download, you use a tool (like this for either type and many more). Run the tool on your download and ensure that the resulting number (it will be a hexidecimal number) matches what is indicated by the download source.

Hashes have the property that a slight difference between two file will result in (with a high level of probability) wildly-different hashes, so it should be pretty easy to spot differences if there was a corruption in downloading. As an example:

Code :
  1. brad@onyx:~$ echo "this is a test" > test1
  2. brad@onyx:~$ echo "this is a tess" > test2
  3. brad@onyx:~$ sha256sum test1
  4. 91751cee0a1ab8414400238a761411daa29643ab4b8243e9a91649e25be53ada  test1
  5. brad@onyx:~$ sha256sum test2
  6. f099c90317b882b7139a9f3c81387889042353ebdfe998e2360b92b4cae499a5  test2



If your download source does not provide a hash for comparison, you could simply attempt to re-download it and compare the hashes of the two files

Reply to bmouring

Just to expand on the good advice from bmouring there is a very good guide to md5sum operation on the Ubuntu help site:

https://help.ubuntu.com/community/HowToMD5SUM

Follow it through and hopefully it will clear up any confusion.

------------------------------ I've been an 8bit baby, a 16bit teenager, a 32bit student and now find myself as 64bit middle aged fart. Moores the pity.
Reply to audiovoodoo

Ok, thank you guys But my system does work online. I have been able to go online with the cd running. I ran it installed on the hard drive also. So, I have just to look at the setup or the BIOS maybe. I know it works. It just needs to be starting properly. Somehow, I think it is BIOS. My system is using UEFI BIOS and it has a lot of options.

Reply to Robert Fraley
TomsGuide.com: Over 800,000 questions and answers to address all your high-tech questions. Sign up now! Its free!
Tom's Guide > Forum > Linux/Free BSD > General Discussion > [Solved] Ubuntu Link to Learn it
Go to:

There are 51 identified and unidentified users. To see the list of identified users, Click here.

Tom's Guide around the World