Domain: umu.se
Stories and comments across the archive that link to umu.se.
Comments · 132
-
Re:How can you argue with this?Actually, the first UNIX to run on an x86 platform was SCO XENIX,
Followed by many others, such as Minix (who can ignore with a straight face that Minix ran on the PC before Linux did?), Coherent ("first casualty"), misc BSD variants, and many many others. Linux was not the first Unix to run on the PC, it was (... and is...) merely the best
;-)That's why the grand-parent ironized about the "well informed opinion" of that Sun CIO... I'm just wondering, wasn't even SunOs (predecessor of Solaris) itself among the many Unix variants that ran on the PC before Linux existed?
-
Trailer mirror
Here is a mirror of the english trailer:
http://ftp.acc.umu.se/mirror/temp/lnluksm.avi
-
Around 15
According to the FTP sites for new installer for i386 (ISOs here and Torrents here), it looks like we can expect around 15 CDs worth of "sarge" goodness . . .
-
Around 15
According to the FTP sites for new installer for i386 (ISOs here and Torrents here), it looks like we can expect around 15 CDs worth of "sarge" goodness . . .
-
Freeware Tools Listhttp://www.trickingq3.com/freeware_tools/
This wiki page is a conglomeration of work and suggestions from many different forums I am a part of. Lots of good utilities available such as:
Nokia Monitor test: Test your CRT for focus, convergence, moire, geometry, voltage regulation, etc.
Locate - Windows version of a linux utility. Creates a database of every file on your drives. You can then search and get instant results.
Unstoppable Copier - The program allows you to attempt recovery of files from a physically or logically damaged disk. The program will attempt to recover as much data as possible without giving up once an error is encountered. The program allows recursive copying of whole disks.
OpenOffice.org - Think: Free MS Office without the bloat. Has Writer (word), Calc, Impress (powerpoint), Draw (vector art program) and the DB user tools to give you all the tools you need for day to day database work in a simple spreadsheet-like form.
Here is the full list:
File Utils- CKRename - Tool to mass rename files in a folder. Works very well for renaming MP3s.
- WinMerge (Use latest RC under beta builds) - Compare document, script, HTML, etc content versions (compares what has changed from revision to revision).
- XXCopy - Extended version of XCopy. This is a great utility for scripting file backups from one drive to another.
- ISOBuster - Open CD/DVD ISOs, BINs, IMGs, etc without having to burn them. Can extract files without burning as well.
- Vim - Improved version of the vi editor.
- IrfanView - Batch Image Processing and viewer (much like ACDSee, but FREE!).
- Diskeeper Lite - An updated version of the disk defragmenter that comes with Windows 2000 and Windows XP. This version does a better job of defragging the drive and shows you more information. The site isn't the manufacturer's, but the download does come directly from them. ExecSoft doesn't have this listed on their site anywhere anymore.
- Locate - Windows version of a linux utility. Creates a database of every file on your drives. You can then search and get instant results.
- xvi32 Hex Editor - Very nice hex editor.
- 7-Zip - A freeware file archiver. It supports all of the popular formats (ZIP, CAP, RAR, ARJ, GZIP, BZIP2, TAR, CPIO, RPM and DEB) as well as its own format, 7z.
- Max Lister - Create text lists of files in folders. For example, it's useful for an mp3 list.
Installation / Automation
- InnoSetup - Create your own EXE installers.
- ISTool - A GUI front-end for creating InnoSetup installer scripts.
- WinINSTALL LE 2003 - Create your own MSI installers. Also edit existing MSI installers (change options, add/remove components, etc).
- KiXtart - Advanced batch processing language. Commonly used for logon scripts but can be used to accomplish many tasks (comparable to using VBScript and WELL documented).
- AutoIt - Create scripts to send keys to applictions. Commonly used to "silently" install applictions that don't natively support silent install switches.
Multimedia Tools
-
Solaris/x86 is a joke, Linux is Obsolete
Linus is doing the same thing Prof.Andrew Tanenbaum did years ago when he said "Linux is Obsolete".
-
Source Mage allows parallel boot
Source Mage GNU/Linux uses a boot system that allows parallel execution of init scripts, while preserving dependencies. The change is modest on my old laptop though. sequential parallel
-
Source Mage allows parallel boot
Source Mage GNU/Linux uses a boot system that allows parallel execution of init scripts, while preserving dependencies. The change is modest on my old laptop though. sequential parallel
-
Time is like a River, always repeats
This has happened before, hasn't it? The creator of Minix shot his mouth off then, just like the Sun COO is shooting his off now. There isn't any grounds for this. Linux has a strong base because it -is- a "Hacker's Project". It means you can probably get something 'fixed' faster in the kernel than the development cycles of other projects. So, whereever Linux might be deficient now, it gets to the point where it'll be better. A year ago, 2.4.x was stable and there were massive problems. A year later, we have a stable 2.6.x tree with a supreme amount of functionality and performance, and patches which can leverage even more of that performance if we feel we should be on the bleeding edge. That's one of the big reasons which keeps me away from FreeBSD on my Desktop, let alone Windows. I wouldn't be surprised if Linus has a similar response to this as he did to the "Linux is Obsolete" dig. Though who would blame him?
-
Time is like a River, always repeats
This has happened before, hasn't it? The creator of Minix shot his mouth off then, just like the Sun COO is shooting his off now. There isn't any grounds for this. Linux has a strong base because it -is- a "Hacker's Project". It means you can probably get something 'fixed' faster in the kernel than the development cycles of other projects. So, whereever Linux might be deficient now, it gets to the point where it'll be better. A year ago, 2.4.x was stable and there were massive problems. A year later, we have a stable 2.6.x tree with a supreme amount of functionality and performance, and patches which can leverage even more of that performance if we feel we should be on the bleeding edge. That's one of the big reasons which keeps me away from FreeBSD on my Desktop, let alone Windows. I wouldn't be surprised if Linus has a similar response to this as he did to the "Linux is Obsolete" dig. Though who would blame him?
-
Re:Well... not _quite_ right
Technically, in a really literal minded sense, that's correct. Technically, any Win32 component or control can be replaced. In practice, the way that Microsoft has built the system too much depends on the HTML control and Windows Explorer.
You're right. Too much depends on the shell and the shell isn't very secure.For the latter, instead of mounting devices like my Jornada in the file system, they're shown on the desktop but are only there via a plugin for Windows Explorer, so without it I can't browse my Pocket PC.
That was the decision of the Jornada support programmers to create a shell extension instead of an actual filesystem driver. Still, I can see why: the offical filesystem SDK is about $1000 USD (it's mostly one header file and a free version can be had here). Also, writing an NT FSD isn't easy.I can't have a great deal of faith in that design. There's just too much shared state between components of Windows, and too little control over the implementation of security boundaries: every component seems to have its own call gates, with multiple independent implementations of the same security and sanity checks on arguments and objects.
NT is object-oriented. At the heart of object management is the Object Manager. The Object Manager provides a namespace of named objects, manages handles to those objects, including opening and duplication. Kernel mode components can add their own types of objects to the object manager by implementing functions for manipulating them.
The Object Manager is also the only component that handles security checks when a new handle is created (by opening or duplicating) unless the object type overrides the SecurityProcedure: the IO manager object type Device overrides it so it can ask the filesystem to provide an ACL instead of relying on the Object Manager to store every file's ACL.
One system call is NtAccessCheck; this is the defined method to check an ACL against a token and a requested access mask. Microsoft is pretty good about using it or it's win32 equivalent AccessCheck.
Note that this applies only to kernel objects, which comprise almost everything securable in the operating system.
Desktop, window station and job objects are all kernel objects that fall under the Object Manager's domain. None of them supply a custom SeurityProcedure, so they are checked like any other object. -
Re:Lessons to learnIn the Linux community "loose" is OK. As Thus spoke the lord penguin:
Re: LINUX is obsolete * Subject: Re: LINUX is obsolete * From: torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds) * Date: 29 Jan 92 23:14:26 GMT * Newsgroups: comp.os.minix * Organization: University of Helsinki Well, with a subject like this, I'm afraid I'll have to reply. Apologies to minix-users who have heard enough about linux anyway. I'd like to be able to just "ignore the bait", but
If its good enough for Linus Himself, in one of the most Holy Linux Texts (his original flamewar with Tanenbaum), its good enough for me. ... Time for some serious flamefesting! In article ast@cs.vu.nl (Andy Tanenbaum) writes: > >I was in the U.S. for a couple of weeks, so I haven't commented much on >LINUX (not that I would have said much had I been around), but for what >it is worth, I have a couple of comments now. > >As most of you know, for me MINIX is a hobby, something that I do in the >evening when I get bored writing books and there are no major wars, >revolutions, or senate hearings being televised live on CNN. My real >job is a professor and researcher in the area of operating systems. You use this as an excuse for the limitations of minix? Sorry, but you loose: I've got more excuses than you have, and linux still beats the pants of minix in almost all areas. Not to mention the fact that most of the good code for PC minix seems to have been written by Bruce Evans.(and yes, its can be spelt with floating commas too)
-
MinixI wrote MINIX, the precursor to Linux, for example
...Interesting that Andy now refers to MINIX in terms of Linux, no? Considering that Linux is obsolete and all that
... ;-) -
speedy sword-draw getting in the way of intimacy?
Don't be ashamed! Numerous adventurers suffer from the same problem and have found a solution. Talk to your healer to see if our solution is right for you!
-
Careful!
Don't make me hurt you!
-
D&D virgins?
I think not!
-
Re:question
Contrary to your claim, I find Gnome much better with regards to usability.
KDE is 'better', technologically, but each time I've tried to switch I've been put off by the clutter and garish icons and themes. Some Gnome's buttons might be switched around (not that I've ever noticed), but as long as it's consistent, it doesn't really matter.
I reckon Gnome has won the corporate heart through it's simplicity. If you compare a screenshot of KDE against one of Gnome, it's obvious that Gnome is less in-your-face than KDE. Gnome sort of blends into the background. Sort of like the difference between a Ferrari and an Aston Matrin.
-
Re:Info for Sweden
Another page with some more Swedish candidates.
-
Your solution might be ext2 for Windows.
Bo Branten knows his Windows IFS interface. About halfway down his projects page are a couple of links to ext2-ifs projects. Don't know if any are stable enough to use for everyday work, but it's worth a shot!
-
Re:Probably not
Windows already has a local filesystem abstraction layer. File systems have drivers, like any device. NTFS (or any other fs) is not integrated in the kernel.
cdfs.sys for CDFS
fastfat.sys for FAT12/16/32
mrxdav.sys for WebDav (access files over http using normal file ops)
mrxsmb.sys for SMB
msfs.sys for mailslots (the mailslot filesystem)
mup.sys- the multiple UNC provider driver; to handle \\computername\share\path
npfs.sys for named pipes (the named pipe filesystem)
ntfs.sys for NTFS
udfs.sys for UDFS
Windows certainly supports third-party file system drivers. The problem is that the Microsoft IFS (installable filesystem) kit costs $899. There is a free/open alternative here.
However, in practice, there are no alternatives to MS filesystems. Your suggestion of a SMB server over a fast connection is a good one. -
Re:Why doesn't somebody write one?
The DDK is for hardware drivers and a few other things, but not for filesystem drivers. For that you need the IFS kit, $899 + s/h. Last I heard it consists of a header file(ntifs.h) and an example driver.
You can get a GPLed reimplementation of ntifs.h here, it apparently works but i've never tried it myself. There's several example drivers there, and links to some attempts at Ext2 filesystem drivers for NT. -
Re:the pdf fileI put up a mirror of that file here: PeriodicTable.pdf
The current server seems a bit slow to respond, so..
/Mattias Wadenstein -
Mirror here
The whole thread was linked from Groklaw yesterday at this URL.
-
Re:I still love the classic conversations from 199
The complete archive for this thread was linked from Groklaw yesterday, you can find it here. You're right, it's well worth reading. The part I found funniest was his comment about "when you can run Hurd in the 21st Century" -- that was 1992 and here it is 2004...
Linus has said repeatedly in recent years words to the effect of "People think I'm a nice guy, but I'm really a bastard." It's interesting to see elements of that in what he calls (in the thread) "hopefully my last flamefest"; he was big enough to apologize for the tone of his first reply. -
application question
I was browsing through the User Screenshots and noticed an interesting looking GKrellM-like application on the right side of this screenshot. Can anyone tell me what app that is?
-
Mirrors of the demo videos
See Gimp 2.0 in real time in these videos. Originals by jimmac.
-
Autopoiesis?
offtopic
...could view this as a form of autopoesis
Intrigued by this word I went and googled it. First, it is actually spelt Autopoiesis.
There's a lot of stuff on the web about it. This page seems to have a good overview on the theory. It includes this tutorial.
The tutorial contains two quotes that seem to sum up the foundation of the theory, viz.
"Everything said is said by an observer."
"All knowing is doing, and all doing is knowing."
-
Autopoiesis?
offtopic
...could view this as a form of autopoesis
Intrigued by this word I went and googled it. First, it is actually spelt Autopoiesis.
There's a lot of stuff on the web about it. This page seems to have a good overview on the theory. It includes this tutorial.
The tutorial contains two quotes that seem to sum up the foundation of the theory, viz.
"Everything said is said by an observer."
"All knowing is doing, and all doing is knowing."
-
server slow, mirror list:
Sorry, couldn't format it because of Slashdot's fucking filters.
ftp://ftp.is.co.za/applications/gimp/ ftp://ftp.planetmirror.com/pub/gimp/gimp/ http://ftp.planetmirror.com/pub/gimp/gimp/ ftp://mirror.aarnet.edu.au/pub/gimp/ http://mirror.aarnet.edu.au/pub/gimp/ ftp://gimp.zeta.org.au/gimp/gimp/ ftp://gd.tuwien.ac.at/graphics/gimp/gimp/ ftp://ftp.funet.fi/pub/sci/graphics/packages/gimp/ ftp://ftp.minet.net/pub/gimp/ http://ftp.iut-bm.univ-fcomte.fr/pub/gimp/ ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/gim p/ ftp://ftp.gwdg.de/pub/misc/grafik/gimp/ http://ftp.gwdg.de/pub/misc/grafik/gimp/ ftp://sunsite.ics.forth.gr/sunsite/pub/gimp/ ftp://ftp.esat.net/mirrors/ftp.gimp.org/pub/gimp/ http://ftp.esat.net/mirrors/ftp.gimp.org/pub/gimp/ ftp://SunSITE.sut.ac.jp/pub/archives/packages/gimp / ftp://ftp.u-aizu.ac.jp/pub/graphics/tools/gimp/ http://www.ring.gr.jp/pub/graphics/gimp/ ftp://ftp.ring.gr.jp/pub/graphics/gimp/ http://mirror.nucba.ac.jp/mirror/gimp/ ftp://mirror.nucba.ac.jp/mirror/gimp/ ftp://ftp.kreonet.re.kr/pub/tools/X11/ftp.gimp.org / http://gnu.kookel.org/ftp/gimp/ ftp://gnu.kookel.org/pub/gimp/ ftp://sunsite.uio.no/pub/gimp/ ftp://ftp.tuniv.szczecin.pl/pub/Linux/gimp/ ftp://sunsite.icm.edu.pl/pub/graphics/gimp/ ftp://ftp.kappa.ro/pub/mirrors/ftp.gimp.org/ ftp://ftp.iasi.roedu.net/pub/mirrors/ftp.gimp.org/ http://ftp.iasi.roedu.net/mirrors/ftp.gimp.org/ ftp://ftp.sai.msu.su/pub/unix/graphics/gimp/mirror / http://gimp.tsuren.net/mirror/gimp/ ftp://ftp.acc.umu.se/pub/gimp/ ftp://ftp.sunet.se/pub/gnu/gimp/ http://ftp.sunet.se/pub/gnu/gimp/ ftp://ftp.hun.edu.tr/pub/linux/gimp/ ftp://unix.hensa.ac.uk/mirrors/ftp.gimp.org/pub/gi mp/ ftp://ftp.flirble.org/pub/X/gimp/gimp/ -
Paris MoviesWhile the server's out for the count, you may wish to watch some clips from the last one they did in Paris:
http://ftp.acc.umu.se/mirror/media/Blinkenlights/
Damn cool.
"Blinkenlights Reloaded uses the technology we have developed for Arcade in Paris last year. That means greyscales. Version 3 of BlinkenPaint supports this as well as our new movie file format BML."
So it'll look pretty similar, I imagine. -
Re:Unlikely, as IFS kit is expensive
IFS (Installable File System) Kit costs about $900; see also http://www.microsoft.com/whdc/ddk/ifskit
There is a GPL'd clone of the header file you need to develop IFS drivers for windows, available here. -
LINUX is obsolete
I still maintain the point that designing a monolithic kernel in 1991 is a fundamental error. Be thankful you are not my student. You would not get a high grade for such a design
:-)
-- Andy Tanenbaum (to Linus Torvalds in the LINUX is obsolete thread) -
swedish mirror
There's a swedish mirror site up now aswell, pretty fast.
http://farbror.acc.umu.se/pub/test/maswan/rotk_tra iler_480x280_fixed.mov -
Re:Wonder if they used this?
I should hope SCO did give this to a Judge.
Any Judge who knows of the court battle between BSD and Unix System Laboratories (, "Soon after the filing in state court, USL was bought from AT&T by Novell. The CEO of Novell, Ray Noorda, stated publicly that he would rather compete in the marketplace than in court. By the summer of 1993, settlement talks had started. Unfortunately, the two sides had dug in so deep that the talks proceed slowly. With some further prodding by Ray Noorda on the USL side, many of the sticking points were removed and a settlement was finally reached in January 1994. The result was that three files were removed from the 18,000 that made up Networking Release 2, and a number of minor changes were made to other files. In addition, the University agreed to add USL copyrights to about 70 files, although those files continued to be freely redistributed.", Open Sources,) will know that this chart is bullshit.!
If you follow the Linux timeline backwards, you will see that there are no SCO UNIX contributions to Linux. Of course you need to know that Linux is not based on Minux, as this post will prove: Linux is Obsolete. Anything before that is inmaterial.
Good job SCO team. It must have taken you hours to put little dots and zig-zagging lines that prove absoultly nothing. Well, I am sure your boss liked it.
"Oooh! Pretty!" -
Re:Windows ATMs
Picture of ATM in Sweden: http://www.cs.umu.se/~c97pir/resources/images/min
u t.jpg One interesting thing is how/why it was successfuly uptated (if the bank wanted to do it I don't think the dialog would be there). -E -
Re:Windows is your limiting factor
You pointed out Explore2FS, but you forgot to mention its sister program, ext2ifs.
The differences between these programs is that while Explore2FS is standalone, it supports read/write access from all Win32 versions and is generally more reliable (IMO).
ext2ifs is read only (for now), but it is an IFS, and as such it properly interfaces with Windows (NT/2K/XP/2K3/LH) and is treated the same as any hard drive. I use this system on my desktop, and my 4 EXT3 partitions from my Mandrake 9 install are readable as drive letters by WinXP.
The ext2ifs application uses ntifs.h, which is available along with links to many NT (and one 9x) IFS projects here
ntifs.h is GPLed for all you hackers with enough time on your hands to write more FS drivers. -
Re:In other news....
-
Re:Benefits of SCSI?The SCSI bus supports more drives per channel (limited by bus type, up to 126 right now using FireWire. ATA is stuck at 2). SCSI drives support fancy things such as command queing and the controllers are optimized to handle things like high numbers of small transactions with greater efficiency. A nice explanation to set you in the right direction is found here.
I run both ATA and SCSI drives. My take is that if you're using small numbers of drives or just doing straight, simple high bandwidth sequential seeks, ATA is fine. SCSI will show when you have differing loads that are more real. Personally, I'm much happier with SCSI for just about anything. The fact is that ATA propenents can only compare against current SCSI technology by trying to be "good enough" for the job. They're not. It's all an issue of price vs. performance - but take out the issue of price, and SCSI wins.
-
Indiana and piIt sort of reminds me of the legends of a proposal in the Indiana legislature (though this is probably just a Kentuckian joke) that pi should be exactly 22/7
Actually, it damn near happened, as it was brought up for debate and passed in the house. The only thing that killed it was the lucky presence of a (real) mathematician who was there for other reasons, who had the time to "educate" the senators.
Some things never change.
Also, the math the sponsor introduces is convoluted and wrong, and he came up with 3.2.
-
Personal Identity and Teleportation
If teleporting a human requires making a copy and destroying the original, then the obvious question is: is the copy still me? This raises the interesting question of what exactly constitutes personal identity. Here is a very entertaining and amusing read on the topic by Daniel Dennet, a first-rate philosopher and all-around funny guy.
-
Some links
For those not familiar, or trying to respond to others in this forum and don't know what to say: =)
IDE vs. SCSI article at PcMech.
SCSI & IDE Overview Good, informative, classroom materials for a university.
IDE to SCSI Adaptor Review of the ACard ARS-2000FW
ACARD Tech. - Makes SCSI to IDE converters. -
Athlon MP 2000 clusterLooks like the fine folks from Sweden have already made a 240-CPU Athlon MP super-cluster. It is currently #94 on the top 500 list (linked above). Just imagine what Hammer will do!
Whoever modded the parent post "insightful" hasn't got a clue.
-
One noticable flaw...
Around the same time, Linux surfaced. Based on the Minix kernel written by computer science professor Andrew Tannenbaum, and unencumbered by the spectre of a lawsuit, Linux began to gain momentum and became the best known freely redistributable UNIX-like operating system.
The kernel architecture of Minux and Linux are totally different.Minux like NT is based on a microkernel. Linux definetly isn't. Tanenbaum himself stated this during his famous Linux is obsolete rant. -
Another way to count
Exactly 29 years ago 09/11/1973 the democratic elected president of Chile was murdered with official help from the US. Thousends of his followers were killed or simply disappeared during the years that followed. here
Exactly 9996 days ago the US left Saigon the death count varies but all sources give 1.000.000+ people death. How long do you think The Vietnam Victim's Memorial Wall should be?
The people of Palestine are living in bondage and indignity since 53 years. Their oppressors are financially and militarily backed by the US. Many thousands of Palestinians had suffered extinction. here
I could add to this list on and on but I'm simply tired to do it. A message to learn:
Look around and see the bloodshed others have suffered by US actions. If you bring mourning to others, one day the mourning will come back to haunt you. It took quite long but now it finally has arrived. The cathedral of the church of globalisation has come down.
Amen
-
100 Mbps at home
As usual, I'll post the URL to the page where my parent's 100 Mbps FTTH project is described.
It has been slashdotted before (it could stand the load, thanks to http://www.acc.umu.se) and have had over 70 000 visitors (not all unique).
Anyway, the page is at http://www.acc.umu.se/~tfytbk/mattgrand and on the page in my signature.
-
100 Mbps at home
As usual, I'll post the URL to the page where my parent's 100 Mbps FTTH project is described.
It has been slashdotted before (it could stand the load, thanks to http://www.acc.umu.se) and have had over 70 000 visitors (not all unique).
Anyway, the page is at http://www.acc.umu.se/~tfytbk/mattgrand and on the page in my signature.
-
Re:In a nutshell....Can't let perl have all the fun, a quickly thrown together and badly tested C solution: lychrel.c
Requires GMP, build it with something along the lines of
gcc -o lychrel -O2 -lgmp lychrel.c
and run with a number as argument to try it for the lychrel property. Makefiles are for wimps
;) -
Re:Servers and RAID
I quote from: http://www.acc.umu.se/~sagge/scsi_ide/#comparison SCSI vs ATA Multi device This scenario is common in high-end desktop computers and servers where you connect multiple devices to one or more interface adapters. This is where SCSI has major advantages compared to ATA: Connectivity: The ATA interface can only address two devices while SCSI can address eight devices (Narrow SCSI), 16 devices (Wide SCSI), 32 (Very Wide SCSI) or 126 (FireWire). There are also many peripherals available to SCSI only and not ATA. Bandwidth: The demand for high transfer rates in servers can not be met using current ATA interfaces based on the two devices per adapter limit and even if it could carry more devices there simply isn't enough bandwidth and flexibility available for serious server application. Efficiency: The ATA devices lacks the intelligence to perform command queuing like their SCSI counterparts which can queue up to 256 commands per logical unit. Many SCSI hard disk drives aimed at the server market use extra logic to reschedule commands to minimize seek times and maximize throughput. This may not be evident by looking at desktop benchmarks but under heavy server loads, command queuing gives performance benefits. Dependability: Most high-end SCSI hard drives are quite expensive but there are good reasons for it. They can sustain higher temperatures and stay mechanically functional despite the expansion of the metal parts and and generelly have better build quality. The net result is that they are the natural choice for server applications.
-
Mirrors for Gnome2GNOME FTP Sites
GNOME FTP Sites This site is mirrored at:
-
United States and Canada
ftp://ftp.cse.buffalo.edu/pub/Gnome
ftp://ftp.rpmfind.net/linux/gnome.org/
ftp://ftp.sourceforge.net/pub/mirrors/gnome/
ftp://ftp.twoguys.org/GNOME
ftp://ftp.yggdrasil.com/mirrors/site/ftp.gnome.org / ub/GNOME/
ftp://ftp3.sourceforge.net/pub/mirrors/gnome
ftp://archive.progeny.com/GNOME/ -
Australia
ftp://planetmirror.com/pub/gnome
-
Europe
ftp://ftp.easynet.nl/mirror/GNOME/
ftp://ftp.unina.it/pub/linux/GNOME
ftp://fr.rpmfind.net/linux/gnome.org
ftp://fr2.rpmfind.net/pub/GNOME/
ftp://ftp.acc.umu.se/pub/GNOME/
ftp://ftp.belnet.be/mirror/ftp.gnome.org/pub/GNOME
ftp://ftp.codefactory.se/pub/GNOME/
ftp://ftp.dataplus.se/pub/GNOME/
ftp://ftp.dit.upm.es/pub/GNOME/
ftp://ftp.no.gnome.org/pub/GNOME/
ftp://ftp.sunet.se/pub/X11/GNOME/
ftp://ftp.tr.gnome.org/pub/GNOME -
South America
ftp://linux.cem.itesm.mx/pub/mirrors/gnome.org
-
-
Get To Those Mirrors!
GNOME FTP Sites This site is mirrored at:
-
United States and Canada
ftp://ftp.cse.buffalo.edu/pub/Gnome
ftp://ftp.rpmfind.net/linux/gnome.org/
ftp://ftp.sourceforge.net/pub/mirrors/gnome/
ftp://ftp.twoguys.org/GNOME
ftp://ftp.yggdrasil.com/mirrors/site/ftp.gnome.org / ub/GNOME/
ftp://ftp3.sourceforge.net/pub/mirrors/gnome
ftp://archive.progeny.com/GNOME/ -
Australia
ftp://planetmirror.com/pub/gnome
-
Europe
ftp://ftp.easynet.nl/mirror/GNOME/
ftp://ftp.unina.it/pub/linux/GNOME
ftp://fr.rpmfind.net/linux/gnome.org
ftp://fr2.rpmfind.net/pub/GNOME/
ftp://ftp.acc.umu.se/pub/GNOME/
ftp://ftp.belnet.be/mirror/ftp.gnome.org/pub/GNOME
ftp://ftp.codefactory.se/pub/GNOME/
ftp://ftp.dataplus.se/pub/GNOME/
ftp://ftp.dit.upm.es/pub/GNOME/
ftp://ftp.no.gnome.org/pub/GNOME/
ftp://ftp.sunet.se/pub/X11/GNOME/
ftp://ftp.tr.gnome.org/pub/GNOME -
South America
ftp://linux.cem.itesm.mx/pub/mirrors/gnome.org
Last updated Wed Jun 26 03:18:01 2002 from our mirror database (webmaster@gnome.org).
-