Software :: Verifying Checksum On Code Downloaded From SourceForge?

Apr 27, 2011

I want to download the dev snapshot of Synfig from SourceForge

[URL]

The link on this page includes some kind of checksum I tried to MD5 and SHA1 the downloaded file from the link, it won't match Downloaded it again, same thing Is there something wrong with this file (damaged upstream)?

View 3 Replies


ADVERTISEMENT

Slackware :: Cannot Run Wine As Downloaded From Sourceforge?

Jun 3, 2011

I need to run wine for some windows app. I downloaded the 64bit slackware binary and installed it. When I try to run wine from the console this is what I get:

Code:
george@darkstar:~$ wine
bash: /usr/bin/wine: No such file or directory

[code]...

View 1 Replies View Related

Fedora Installation :: Where To Get The Md5 Checksum To Verify If The Downloaded Iso Correct

Sep 13, 2009

I just downloaded the "Fedora-11-i686-Live-KDE.iso" and "Fedora-11-i686-Live.iso". I want to check if the downloaded files correct or not. I can use a tool to get the md5 sum of the downloaded files. But I want to compare them with the original ones.

View 6 Replies View Related

Fedora :: Find Checksum Code F11/12 64bit?

Feb 7, 2010

I have downloaded both fedora 11 64bit DVD iso and fedora 12 64 bit live cd,but the install failed on a brand new AMD Athlon II X4. The f11 was polite and said there were errors in the media, but f12 displayed an illegible line of text and stopped. On prior installs there was a obvious checksum value to verify that the download was good So far I have been unable to find one. I'd like to verify that the download is good before I buy more crappy cd's that don't work.

View 2 Replies View Related

General :: Code To Find The Md5 Checksum Of A File In C++?

Jul 16, 2010

send me the code to find the md5 checksum of a file in c++.

View 7 Replies View Related

Programming :: Et A Code In C++ To Find The Md5 Checksum Of A String?

Jul 16, 2010

get a code in c++ to find the md5 checksum of a string.

View 3 Replies View Related

Ubuntu :: Downloaded Code - Blocks For My C++ - Select A Template There Are None Available

Jan 22, 2010

I just downloaded code::blocks for my c++ class, and I'm not very familiar with the program. I was trying to open a new project, but when it asks me to select a template there are none available. Is there some update or plugin I need to download?

View 3 Replies View Related

Programming :: SourceForge Vs GitHub

Aug 25, 2010

Which is better for my needs? how to use Git and I like it and don't think I'd want to use anything else.

I like the way SourceForge lets your project have it's own website. But all those "Unix names" are taken and I don't like the idea of having to give my project a terrible name because everything is taken.

Also, I keep hearing the way people say GitHub is so great, but what *are* those advantages?

View 1 Replies View Related

Slackware :: Sbopkg : Set A Different Mirror For Sourceforge.net?

Jun 11, 2010

The default sourceforge mirror selected by wget or sbopkg is too slow for me. How do i set a different mirror permanently?

View 3 Replies View Related

Ubuntu :: Apt-get In Terminal (Sourceforge Filteration For Iran)?

Feb 12, 2010

I should install some packages for a molecular dynamics package(LAMMPS) in Ubuntu 9.10, I have an error and can't do that! this is the command line I write: "sudo apt-get install build-essential fftw-dev tcsh mpich2 gfortran"

and this is the error:
--2010-02-12 23:49:41-- http://downloads.sourceforge.net/corefonts/andale32.exe
Resolving downloads.sourceforge.net... 216.34.181.59
Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found

[Code]...

I know that Sourceforge banned Iran, and I'm an Iraninan citizen. It seems the error is related to a file named : andale32.exe . I downloaded this file. but I don't know what to do with the file. Besides I want to know how to apt-get files from terminal(from sourceforge)? Do I need a proxy? I'm really confused and I'm a beginner in Linux. .

View 3 Replies View Related

Ubuntu :: Can't Connect To Sourceforge With SFTP From Filezilla?

Jul 6, 2010

I can't connect to sourceforge with SFTP from filezilla. I'm using the correct username [URL].. and password (Same one as allows me to login to web administration) so why do I keep getting "Authentication failed; Critical error"

View 2 Replies View Related

Ubuntu :: StarDict Thesaurus Location On Sourceforge?

Dec 14, 2010

I just installed StarDict and so far I love it.I got it from the repos and then installed a dictionary from here, where their site directed me: http:[url]....I went back to their site to look for a thesaurus and found one on this page: http://stardict.sourceforge.net/Dict...w.dict.org.php

When you click on the tarball link for "Moby Thesaurus II" it takes you to a sourceforge page with many different versions of StarDict itself, and not the dictionary/thesaurus package.tell me if I'm just missing it on the sourceforge page, or does anyone know a place to download a good thesaurus for StarDict?

View 3 Replies View Related

General :: Font Sizes At Sourceforge.net Too Small?

Dec 10, 2010

kernel 2.6.21.5, GNU (slackware 12.0)I have entered sourceforge.net. The fonts in their pages I find I cannot change their size. Neither ^+ (cntl++) has any effect. And the resolution I have it (/etc/X11/xorg.conf) at 640x480 (in this way I have a really big screen; so, big characters). I can't almost read that tiny characters.

View 2 Replies View Related

Debian Installation :: All Packages Downloaded Gone - Use Package Downloaded?

Mar 1, 2010

after the netinst finished to download the last package, one hour later the process never continues, I checked the log file and I didn't find anything suspecious, also dmesg and nothing, in fact, in the log file before checked I found that the last line was registered just a minute ago - DHCP renew IP-, so my questions are:

1. all the packages downloaded are gone?, can I restart the installation using all those packages downloaded?

2. where I can find the error or problem that cause that the installation was freezed?

3. in the case that installation needs to start from the beginning, can I use the package downloaded?

View 3 Replies View Related

Programming :: Connect To Sourceforge.net And Manage Files Trough Ftp?

Nov 30, 2010

seems that the secret way to manage sourceforge.net files without pain and blood is not revealed yet!I uploaded some files in my sourceforge project named blackwar .I want to connect to my projects folder in sourceforge.net using filezilla or gftp.I want to see my files there and manage them.

View 3 Replies View Related

Software :: Verifying Files From The Svn?

May 26, 2011

Is there a way in svn to verify if an already existing file tree that "should"be at a given revision is in fact correct at that revision?I had an earlier revision and obtains patches via svn diff for subsequent revisions, and applied them up to a given revision (or head). Now consider that perhaps some error happened during the application of these patches, or perhaps a file just got corrupted. What I would want to do is just verify if the tree I have now at this revision is the exactly tree I would get at this revision ... without actually pulling down the whole revision.Note, I want to do this for exports, not for checkouts. That may make it simpler since the result of svn diff seems to only be for the actual data files.

View 14 Replies View Related

Fedora :: Verifying Files Written To A DVD?

Dec 26, 2009

I've been having trouble writing to DVDs on one computer, and I am trying to figure out whetgher the problem is hardware or software related, or, perhaps, both. The brasero CD/DVD writer puts the md5 checksums of each of the original files in a hidden file on the DVD. I think it then calculates the sums of the copies and compares, but the last time I did it, it told me it had permission problems with the drive, and that failed. When I put the DVD in, udev finds it and mounts it in /media with me as its owner. Apparently, brasero mounted it some other way, and presumably that caused the problem.

Secondly, after I brought it up again, I went into the /media mount point and did md5sum on the files there. One of them a gzipped tar file, produced and input/output error. Yet if I use cmp to compare that file with the original it finds no difficulty. So what is going on? Finally, I have tried to write shell scripts which use cmp to compare the original files with the copies. The general form is

cd XXXX
find $* >> /tmp/X
for i in `cat /tmp/X`
do
cmp $i YYYY/$i
done

where XXX is the mount point in /media and YYY is the original directory containing the relevant files. This works fine except that if the file names have spaces in them, the shell script treats each word as a new file name. So I need some way to arrange things so that `cat /tmp/X` returns the complete file name. Nothing I've tried works.

View 3 Replies View Related

General :: Verifying That Cron Job Completed

Mar 30, 2010

Is there a command that can be run to verify that a users cron job has run successfully?
Platform is Ubuntu 8.04 LTS.

I have scripts in /home/useraccount/bin/
running
crontab -l

While logged in as user results in:
# m h dom mon dow command
@hourly /home/useraccount/bin/script_1
@hourly /home/locateruser/bin/script_2
I realize scripts could send email or write to a log with a timestamp, but wondering if there is just a way to verify it ran from the command line.

I ran
ps -ef|grep cron
... and it shows
root 4358 1 0 Mar12 ? 00:00:00 /usr/sbin/cron
Not sure if this indicates it is running the jobs though....

View 4 Replies View Related

Ubuntu :: Verifying An User's Permissions?

Nov 20, 2010

I just started dual booting Ubuntu 10.10 on my mini 10v with OS X a couple days ago, so I'm still pretty new to Linux.

But anyhow, I was attempting to change my User ID number so I could access the files in my User folder on my OS X partition. So, I tried entering the following commands:

sudo usermod -u 501 yourusername
sudo chown -R 501 /home/yourusername

Of course, smart me should've realized I should've been logged out and on a different administrative account to do this. But I didn't, and I believe the second command didn't work. So, whatever, I thought I'd try logging out and logging in as root.

So, I logged out, tried logging in as root, and of course, no dice because I didn't know the password. So then I tried logging onto my account and upon logging in, I got two errors. One was about ".ICEauthority" and I didn't keep track of what the other one was.

Great. So I did a quick google for the error, then tried entering these codes:

$ sudo chown user:user home/user/.ICEauthority
$ sudo chmod 664 /home/user/.ICEautority
$ exit

[Code].....

And again, I think the last one didn't work. So, I looked up how to login as root, changed the password and logged in as root successfully. Then, whilst in root, I entered:

/usr/sbin/usermod -u 12345 joeuser
/usr/bin/find / -user 701 -print | xargs -t chown joeuser
/usr/bin/find / -user 701 -exec chown joeuser {} ;

Upon entering those, I logged out and logged back into my account and everything was a complete success. No error messages anywheres AND I could access the files in my Mac user folder.

So, here's my question. How can I make sure I have all the right permissions I need? Or do I already have the all of the permissions I had before changing my user id?

Did those last three lines of code I entered "override" all of the codes I had entered previously? I just want to make sure verify I have all the correct permissions necessary so I don't run into any issues later on.

View 5 Replies View Related

General :: Verifying The DMI Pool Data?

May 5, 2011

I was a windows XP user and one fine day my windows crashed and blue screen of death appeared. I have downloaded Ubuntu and created an ISO image on my pendrive with the help of the another computer as per the steps mentioned on the linux website. Now when am tryin to boot my corrupt PC with pendrive i cannot move beyond the comment " verifying DMI pool data" nothing happens later.

View 3 Replies View Related

Fedora :: Creating And Verifying Torrent Files?

May 9, 2011

I'm trying to create a torrent file via the command line. I used "transmisson-create", but since the .torrent file is binary I can't read it using "less" or "nano". Is there a way of verifying that the torrent I created was correctly done? I know I could probably upload the .torrent file to my public server and then use another torrent client to test, but I simply want to see what's inside the .torrent file to verify that it got all the files I wanted. I cd'd into the directory with the files that I want to torrent and ran the following command.

Code:

$ transmission-create -p -t http://tracker.openbittorrent.com/announce *

View 4 Replies View Related

OpenSUSE Install :: Verifying A DVD Is Correctly Created?

Apr 30, 2011

opensuse v11.3
linux 2.6.34.8-0.2-desktop x86_64

It took me 3 tries to get is ISO image that matched the md5 checksum on the download site. At 8 - 10 hours each it was a PITA. The first simply aborted 1/3 of the way through (HTTP direct link). The second used wget, got a full file but the checksums didi not match. The magic method was Bitorrent.

All this has left me with an uneasy feeling about the contents of the DVD created from the ISO. Is there a way to test the DVD contents?

View 9 Replies View Related

Ubuntu Networking :: Verifying (and Installing) Mac80211 In 8.04?

Mar 1, 2010

I am reasonably technical but new to Linux. I almost guarantee there will be simple things that I don't understand. I am trying to get a USB wireless adaptor working with aircrack-ng and have managed to find that I should have the mac80211 drivers installed and active to support the rtl8187L and B chips. (I also need to patch them apparently, but first things first).

I am working with Ubuntu 8.04LT (I am fairly sure) and do not seem at the moment to be able to update to a more recent version on the target machine. The kernel is 2.6.24-27. I followed instructions to blacklist the r8187 and ieee80211 modules, which seemed to go quite smoothly.

I now need to get the mac80211 module loaded, but can't find out how. The information at Aircrack-ng and related sites seems to indicate that I expect the drivers to be already in my build of Ubuntu but they do not seem to be loading. The suggestion seems to be that they will load automatically. I have found some stuff in /lib/modules/2.6.22-14 and /lib/modules/2.6.22-27, and also in /usr/src/linux-headers-2.6.24-27 which is probably relevant but I don't know what if anything to do with it. If anyone needs more detailed information, just tell me what you need to know, and how to get it.

View 1 Replies View Related

Networking :: Verifying Iptables Rules For Security?

Mar 10, 2011

I need with some iptables rules. I've done all I can, Googling all over, to cover as many exploits as possible and the following script is what I've come up with. The current set up works and I've checked with NMAP. I just need some sort of confirmation that this is pretty much what I can do.

Code:

LAN="eth0 eth1"
RANGE=10.1.0.0/17
WAN=eth2
# Delete all existing rules

[code]....

Also, if I wanted a broadcast to be relayed to all subnets within a defined range, how would such a iptables rule look like? I need this in order to find a networked Canon MP640 printer.

View 1 Replies View Related

Debian Multimedia :: Desktop Hangs Up At "Verifying DNS Setting?

May 24, 2010

My used OS:

Linux version 2.6.18.8.xs5.5.0.13.442
(gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21))
After executing

[code]...

View 2 Replies View Related

Fedora Hardware :: LiveUSB-Creator - Error - Verifying Filesystem ?

Aug 30, 2011

Im trying to install ubuntu 11.04 over my current fedora 15 due to lack of compatibility with my itouch 4g.

Heres the steps i take:
Open LiveUSB-creator.
Point to .iso file for 11.04.
Select proper device

Then it gives me an error like so:

There was a problem executing the following command:

A more detailed error log has been written to '/tmp/liveusb-creator.log' ISO MD5 checksum verification failed.

View 4 Replies View Related

Ubuntu Installation :: Stuck In BIOS -Verifying DMI Pool Data

May 20, 2011

I was dual-booting Windows 7 and Ubuntu 10.10 till recently. Then I had to reinstall Windows. After re-installation of Windows I did not try to restore Grub and deleted Ubuntu partitions on disk thinking that I'll install newer Natty version. But now when I try to install Ubuntu 11.04 using pen drive it gets stuck in bios showing message "Verifying DMI pool data ....". I also tried to boot GParted, memtest and Windows 7 with the same pen drive. Same thing occurred with GParted and memtest but Windows 7 installation did not stuck and went as usual. So I guess it's not hardware.

View 5 Replies View Related

OpenSUSE Install :: When Verifying A Disk After Burning Suse On It It Keeps Giving Errors

Nov 20, 2009

I've been trying to burn Suse 11.2 to a DVD now for a couple of days but I keep running into trouble. When verifying a disk after burning Suse on it it keeps giving me errors. I've tried Nero and ImgBurn, different burners, different ISOs, different burning speeds (downloaded via torrent and http) but it keeps giving me the verification error.

The only thing I haven't tried is a different brand of DVDs but until now I've never had any problems with this brand.

View 9 Replies View Related

Ubuntu Installation :: Verifying DMI Pool Data - Windows 7 Dual Boot

Dec 24, 2010

I installed ubuntu 10.10 on a machine that had windows 7 x64. itts installed on a seperate HD, but now when I boot to the harddrive with windows 7 all i get is "verifying DMI pool data" how do I fix this so I can get back to windows 7 as well?

View 9 Replies View Related

Ubuntu :: Checksum - HDD Backup Using DD Over USB

Oct 1, 2010

Using Ubuntu 10.04 on an old HP DV4000 laptop. Trying to do a backup from my laptop's disk to an external USB drive using DD while booted from an Ubuntu boot disk. The laptop's hard drive is not mounted. I was also using a checksum to verify the backup against the hard drive like so:

Code:
$ dd if=/dev/sda of=/media/usbdrive/whatever.img
$ md5sum /dev/sda > laptop.md5
$ md5sum /media/usbdrive/whatever.img > img.md5

Unfortunately over two separate attempts I have not got the checksums to match. However, I have mounted the dd image and retrieved part of the backup from the image, with no apparent corruption. Are there any reasons other than data corruption that could be causing this? I have not tried to restore from said image to see if it "works" (for obvious reasons).

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved