Domain: epfl.ch
Stories and comments across the archive that link to epfl.ch.
Comments · 279
-
Check out their next projects
Check out their next projects
Check this one out :
Monitoring Chat Users (Assigned)
* Status: proposal
* Type: Open
* Description: A tool has been developed for monitoring users of various chat systems. It is being used by the police to monitor trading of illegal material by Swiss Internet users. The goal of this project is to make the current tool more robust, to collaborate with an inspector in order to develop advanced features and to adapt the tool to additionnal chat systems.
* Requirements: Good programming (Java). -
Re:Not obvious
Agreed. As a greenie geek I spent a lot of time just getting up to speed. To save you some Googling (which is a great way to learn about OS/FS), let me post some links for you. These were articles that I've found particularly helpful.
- GNUWin II Articles Directory - A good collection of famous FS/OS articles.
- Philosophy section of the GNU Project - This is the extreme left wing of free software. I personally prefer a more moderate approach, but the ideas are engaging.
- Interview with Andreas Pour of the KDE Project - This interview did much to convert me to open source philosophies.
- Legal Concepts section of CreativeCommons.org - Masterminded by Lawrence Lessig, the legal champion of the public commons. One of the greatest minds working for the cause of FS/OS. He also has a couple of books that you might consider reading. I've read the first one and found it quite interesting.
Some of these weren't around when I was getting into things. Creative Commons came a bit later. Most of my earliest reading was from GNU. You've already found Slashdot, which is one of the best resources for learning about FS/OS, especially as it relates to current developments.
One word of caution: FS/OS is a religion. People can be very zealous about their views on it. Be careful as you formulate your own opinions, which will likely change over time. When in doubt, choose a more moderate approach. (If you're interested, my personal views can be found here.)
I hope this is helpful. Well, off to more reading myself...
-
Re:What else are they supposed to do?
I'm surprised no one has mentioned GNUWin II. I've burned a few for my friends and my son's friends, and they're always amazed it's free. It's not Linux but it gets people exposed painlessly to the Linux "flavor" and certainly has everything needed (OpenOffice.org etc.) for schoolwork plus some games for the kiddies (everyone like Tux Racer). I really should burn a couple dozen of these and just leave them out at the next PTA meeting.
-
The GnuWin chick!
Seems that they didn't answer the mission-crytical question:
Who's that cute GnuWin chick? -
Reading between the lines...
...he want to use thin Linux desktops to run M$ software.
In which case he wants rdesktop. You can run it on thin boxes in about 16MB OK, more if you want to cache fonts and stuff, down to about 8 if you take the time to optimise the living daylights out of everything.
If the place is so pro Microsoft, (s)he should fetch a copy of the GNUwin2 ISO and install stuff from it everywhere he's allowed to. And tell the nice workers about it. When the next unheralded MS virus invasion happens, they'll still have tools they can use. When they want to do something like run text from frame to frame, they won't need to buy Publisher, just use OOo. When they want a graphics program, GIMP will do a lot of stuff without a $1500 outlay. And so on. After a while, they'll be sufficiently reliant on random FOSS tools for day-to-day work that to deny its integrity would be self-evidently foolish. -
Computer video not equal to TV videoThree points:
- The specs for the Viewsonic box mention:
Resolution Refresh Rate (Integrated or progressive scan)
Uh, the "i" stands for interlaced. Getting that wrong betrays a fundamental lack of understanding of how "real" video (not PC video) works; hopefully this is a tech writer goof and not exposing basic video incompetence on the part of the designers.Here's a [tortured] analogy:
computer video is to "TV" video
as
a 64 kbps MP3 is to vinyl played on a high-end analog audio system. - Don't fall into the trap of thinking that your computer monitor (ostensibly higher resolution) can display video better than your TV. There are color gamut issues, as well as screen phosphor differences.
- Just to give you a healthy respect for the sheer magnitude of information bandwidth carried in a high-quality (SD, not HD) video signal, the uncompressed digital video standard (601) is 270 Mbps, and that's only using 10 bit quantization (digital audio uses 16-24 bit).
- The specs for the Viewsonic box mention:
-
Re:Why they're symmetrical
>>This explanation is just crackpot-science.
>(Why do geeks so often get defensive when you point out gaps in science's perfection?)
No, I just get irritated when people flaunt their own ignorance as an argument that something must be poorly understood by everyone else as well.
>>Crystal growth and dendrite-formation are well-understood subjects within physical chemistry.
>Not symmetries that are maintained over distances of a millimeter or more.
What do you supposedly mean by "symmetry"? Snowflakes are not perfectly symmetric.
Anyway, dendrite formation simulation (at the macroscopic scale) is a popular subject in numerical methods. Here's a quick link off google.
>>Suggesting that all water molecules in a snowflake crystal vibrate in harmony in a state of equillibrium violates the laws of thermodynamics.
>Which law is that? Conservation of Chaos? ;^/
That's one way of putting it, if you like. Although "maximation of chaos" would be better.
The second law of thermodynamics.
Molecular vibrational levels are Boltzmann-distributed at equillibrium, if all molecules in an ensemble were to vibrate at the same level they would have low entropy, in time (and in crystals this can be as slow as 10^-10 s) the distribution of vibrations among the molecules will spread out until a Boltzmann distribution is
reached. -
This is not a new vulnerability
The article in question merely extends previously announced Vaudenay attack against CBC-based symmetric ciphers.
Vaudenay algorithm is a Man-in-the-Middle type of an attack that relies on SSL error messages (invalid_pad and invalid_mac) to effeciently deduce message padding information and (somehow) use it to bruteforce the key.
The attack in current article merely fights the fact that certain SSL/TLS versions do not provide error feedback that is required by the Vaudenay algorithm. So, they measure server response time instead and use it to estimate how much of the message processing the server has performed prior to failing the exchange. This obviously provides a missing information to the Vaudenay algorithm so that it can function as designed.
-
Differences Between Post and Article?
I have the feeling the assertions made by the original poster and the researhers are rather different. A few examples:
"Quoting Professor Serge Vaudenay from a BBC article the security problem is in 'the SSL protocol itself and not in how we use it or how we implement it.'"
This is different from what it says in the LASEC memo, which identifies a timing attack as necessary to distinguish MAC errors from PAD errors. This suggests that if random delays are added to the error messages, the vulnerability disappears. The article also mentions (obligatory?) that the hole has been fixed in OpenSSL 0.9.7a, which clearly means that the vulnerability is implementation-dependent.
"Apparantly the flow only affects webmail and not banking or credit card payments and took less than an hour (160 attempts) to crack."
The LASEC article does not mention webmail at all, it talks about MicroSoft Outlook connecting to an IMAP server as a convenient example of a situation where the attack is fairly easy to carry out. The point is that the information that is being sent is the same every time, so that multiple guesses can be made. Additionally, in the example, Outlook connects to the server and sends the password every 5 minutes, so that multiple guesses can be attemted in a reasonably limited time span. This means that an attack is feasable for services like email, where the same information is transmitted frequently, and harder for services where the frequency is lower, e.g. SSH sessions.
just my thoughts, I'm not a security expert - yet.
---
All generalizations are false.
-
Re:A different kind of SSL?
Here's the article itself
-
Don't forget GnuWin II...
... also a very nice collection of free software for Windows. It's what I use, and I've been very happy with it.
Plus the mascot is cute. :) -
Re:ohhh maaaan
I've been trying to migrate people _away_ from windows, this only makes it easier for them to stay
;-)
I disagree. Take a longer term view. This makes it easier for them to leave Windows. Nothing happens overnight. And won't happen as quickly as I would like.
While so much noise and attention is being focused on Linux, I think the biggest threat to Microsoft is, once again, sneaking in under the radar. (Step 1: First they ignore you.) The biggest threat: cross-over applications. Stuff like OpenOffice. Or the GIMP. (And yes, I understand that GIMP is not a competitor to professional Photoshop users.)
It seems like more and more cross platform tools and toolkits are available. This was once the holy grail, and there were basically NO solutions. Now, a recent slashdot article reveals many ways to develop cross platform applications and gui's.
KDE and Qt are both being ported to Win32 (with GPL license). At some point, expect a flood of KDE applications, including another free KOffice suite, to be available for Windows. Other projects such as The Open CD and GNU Win II only help accellerate the acceptance of not only free, but open source applications by ordinary windows users.
Eventually, users recognize: hey the OS is irrelevant!
In the meantime, Linux on the desktop will have improved a great deal. Or instead, perhaps the recent RelaxOS? -
Re:Do I get a framed picture of my geek?
Well, she might not be a KDE geek, but what about that dirty, dirty whore from the GNUWin II project?
-
Mirror listSince it looks like the site is slashdotted, here is the list of mirrors from the README.
-------------
Information on the ISO image Version 2.1 is now (december 11 2002) available as an iso image. It is now in spanish as well!
Please note: Version 2.1 does not fit on a 650MB/74min CD-R! You need to burn it on a 700MB/80min CD-R. Currently available mirrors- ftp://sunsite.cnlab-switch.ch/mirror/gnuwin/
- http://sunsite.cnlab-switch.ch/ftp/mirror/gnuwin/
- http://ftp.heanet.ie/mirrors/gnuwin.epfl.ch/iso/
- http://www.pctip.ch/downloads/dl/22197.asp
- http://gd.tuwien.ac.at/gnu/gnuwin2/iso/
- ftp://gd.tuwien.ac.at/gnu/gnuwin2/iso/
- ftp://ftp.is.co.za/mirrors/GnuWin/
- http://ftp.u-strasbg.fr/windows/gnuwin/
- http://khazad.dyndns.org/pub/win32/
- http://gnuwin.epfl.ch/iso/
We would appreciate new mirrors, especially outside Europe. Thanks to several European Mirrors the load of our server has drastically dropped, but is still very impressive. Have a look at the stats: http://mapc77.epfl.ch/gnu-generation/statistics/g
n uwin/So if you have 650MB spare on a fast server we would be happy if you could mirror the ISO image.
We appreciate links to our siteLink to us if you find GNUWin II useful. Also talk about it to your friends, famlily and of course on the internet.
-
Mirror listSince it looks like the site is slashdotted, here is the list of mirrors from the README.
-------------
Information on the ISO image Version 2.1 is now (december 11 2002) available as an iso image. It is now in spanish as well!
Please note: Version 2.1 does not fit on a 650MB/74min CD-R! You need to burn it on a 700MB/80min CD-R. Currently available mirrors- ftp://sunsite.cnlab-switch.ch/mirror/gnuwin/
- http://sunsite.cnlab-switch.ch/ftp/mirror/gnuwin/
- http://ftp.heanet.ie/mirrors/gnuwin.epfl.ch/iso/
- http://www.pctip.ch/downloads/dl/22197.asp
- http://gd.tuwien.ac.at/gnu/gnuwin2/iso/
- ftp://gd.tuwien.ac.at/gnu/gnuwin2/iso/
- ftp://ftp.is.co.za/mirrors/GnuWin/
- http://ftp.u-strasbg.fr/windows/gnuwin/
- http://khazad.dyndns.org/pub/win32/
- http://gnuwin.epfl.ch/iso/
We would appreciate new mirrors, especially outside Europe. Thanks to several European Mirrors the load of our server has drastically dropped, but is still very impressive. Have a look at the stats: http://mapc77.epfl.ch/gnu-generation/statistics/g
n uwin/So if you have 650MB spare on a fast server we would be happy if you could mirror the ISO image.
We appreciate links to our siteLink to us if you find GNUWin II useful. Also talk about it to your friends, famlily and of course on the internet.
-
Re:Missing FAQ question
Hmm, I don't think that's the same girl.. her picture doesn't seem to match up with "logiciels".
Perhaps it's Vicky Rezzonico (see the picture on the team page, and here)? The hair colour matches at least, there. But I'm probably wrong, there are several women on that team list who have no pictures up.
Okay, next person gets to go hunt down photos of all the photo-less people on the team page =) -
Re:Missing FAQ question
That answer question is answered on the site, there's a The GNUWin team [en] page. Her name appears to be Thi Ngoc Tu Ho and then a little search on Google seems to reveal she has a Home Page and if you go there, and click on My Life Partner you'll see that her life partner is one Ivo Blöchliger and if you cross reference back to where it all started, the GNUWin team page, you'll see that this guy is the first guy on the GNUWin team. Maybe they can add it to the FAQ now that I've done the legwork.
-
Re:Missing FAQ question
That answer question is answered on the site, there's a The GNUWin team [en] page. Her name appears to be Thi Ngoc Tu Ho and then a little search on Google seems to reveal she has a Home Page and if you go there, and click on My Life Partner you'll see that her life partner is one Ivo Blöchliger and if you cross reference back to where it all started, the GNUWin team page, you'll see that this guy is the first guy on the GNUWin team. Maybe they can add it to the FAQ now that I've done the legwork.
-
You want to do business with THESE guys!?
Warning! Take a look at http://gnuwin.epfl.ch/en/credits.html and decide for yourself if you really want to entrust your computing resources to THESE freaks.
(And I'm specifically referring to Fabien ILLIDE, Hermann J. Beckers, Linus-wannabe Federico Vaccari).
I do like that dirty, dirty whore pictured on the front and FAQ pages though.
:-) -
Different fusion research programs
Get some real information on fusion:
European Community, Fusion Programme
U.S. Fusion Energy Sciences Program
International Thermonuclear Experimental Reactor or (ITER) site
a special Canadian ITER site
This page has a lot of links to different fusion sites around the world. These websites probably contain a lot more useful information than the slashdotted article.
By the way, my university happends to have a research center on plasma physics. It's not as easy as "some basic engineering skills, this site and the inspiration necessary to make your very own 'fusor' produce more energy than it consumes" =) -
Different fusion research programs
Get some real information on fusion:
European Community, Fusion Programme
U.S. Fusion Energy Sciences Program
International Thermonuclear Experimental Reactor or (ITER) site
a special Canadian ITER site
This page has a lot of links to different fusion sites around the world. These websites probably contain a lot more useful information than the slashdotted article.
By the way, my university happends to have a research center on plasma physics. It's not as easy as "some basic engineering skills, this site and the inspiration necessary to make your very own 'fusor' produce more energy than it consumes" =) -
Different fusion research programs
Get some real information on fusion:
European Community, Fusion Programme
U.S. Fusion Energy Sciences Program
International Thermonuclear Experimental Reactor or (ITER) site
a special Canadian ITER site
This page has a lot of links to different fusion sites around the world. These websites probably contain a lot more useful information than the slashdotted article.
By the way, my university happends to have a research center on plasma physics. It's not as easy as "some basic engineering skills, this site and the inspiration necessary to make your very own 'fusor' produce more energy than it consumes" =) -
Re:Linux's next big hurdleGetting non-geeks to try Linux is not just difficult, it's a mistake. Most of the reasons are discussed in the review:
- Installing a dual-boot system is hard. (I failed several times myself.)
- Installing apps is often a hassle.
- Peripherals are often a hassle.
I think the best way to proselytize is to give a non-geek friend a copy of a CD with some open-source Windows apps on it:
Advocating open-source apps also has the advantage that it might really damage MS. Linux has failed to take away more than 0.5% of MS's desktop OS market, which means it's not even really a factor for MS to consider. OTOH, MS makes a lot of money from apps, and they're really vulnerable to competition. A lot of home users are not happy with paying $300 for a whole computer, and then having MS expect them to pay another $300 for apps. -
GNUWin 2.1 is out (rejected), 2002-12-13 09:59:50
Sounded abour like this:
GNU Generation, a student association at the Swiss Federal Institute of Technology of Lausanne, proudly announces the release of GNUWin-II, version 2.1,
a collection of free and open source software for Windows.
It comes on a CD with more than 50 applications, articles, and a five-language (yes it's Swiss, plus Spanish was added in the new release)
html based interface to help newcomers discover Free Software.
You can browse it or download it from one of the mirrors.
I was hoping the article getting thru as a "yet another .x release" one.... -
GNUWin 2.1 is out (rejected), 2002-12-13 09:59:50
Sounded abour like this:
GNU Generation, a student association at the Swiss Federal Institute of Technology of Lausanne, proudly announces the release of GNUWin-II, version 2.1,
a collection of free and open source software for Windows.
It comes on a CD with more than 50 applications, articles, and a five-language (yes it's Swiss, plus Spanish was added in the new release)
html based interface to help newcomers discover Free Software.
You can browse it or download it from one of the mirrors.
I was hoping the article getting thru as a "yet another .x release" one.... -
GNUWin 2.1 is out (rejected), 2002-12-13 09:59:50
Sounded abour like this:
GNU Generation, a student association at the Swiss Federal Institute of Technology of Lausanne, proudly announces the release of GNUWin-II, version 2.1,
a collection of free and open source software for Windows.
It comes on a CD with more than 50 applications, articles, and a five-language (yes it's Swiss, plus Spanish was added in the new release)
html based interface to help newcomers discover Free Software.
You can browse it or download it from one of the mirrors.
I was hoping the article getting thru as a "yet another .x release" one.... -
GNUWin 2.1 is out (rejected), 2002-12-13 09:59:50
Sounded abour like this:
GNU Generation, a student association at the Swiss Federal Institute of Technology of Lausanne, proudly announces the release of GNUWin-II, version 2.1,
a collection of free and open source software for Windows.
It comes on a CD with more than 50 applications, articles, and a five-language (yes it's Swiss, plus Spanish was added in the new release)
html based interface to help newcomers discover Free Software.
You can browse it or download it from one of the mirrors.
I was hoping the article getting thru as a "yet another .x release" one.... -
GNUWin 2.1 is out (rejected), 2002-12-13 09:59:50
Sounded abour like this:
GNU Generation, a student association at the Swiss Federal Institute of Technology of Lausanne, proudly announces the release of GNUWin-II, version 2.1,
a collection of free and open source software for Windows.
It comes on a CD with more than 50 applications, articles, and a five-language (yes it's Swiss, plus Spanish was added in the new release)
html based interface to help newcomers discover Free Software.
You can browse it or download it from one of the mirrors.
I was hoping the article getting thru as a "yet another .x release" one.... -
Going towards it here...
At my school the math section has linux-only PCs for the students. The CS section has Solaris (SUN) and Windows-only machines, and they justified the no-linux by saying that the companies use Windows so no point in teaching Linux to the students. I think they got it all wrong: more and more companies are migrating to Linux, and in a couple of years there will be a need for Linux experts.
GNUWin: open your Windows! -
Re:It's true
You can use LeechFTP for FTP resuming. I think it supports HTTP downloads too.
There are *lots* of free zip utilities. (Personally I think WinRAR is much better and worth the money).
For an alternative to RealPlayer...hmmm. You got me there :)
WindowBlinds makes it clear that it is a demo, so complaints about it expiring are just lame. The LiteStep devs are working on skinning, and I think I saw a WindowBlinds FX clone recently (try Shell Extension city).
Its possible to find lots of freeware for Windows, you just have to look harder. Look at GNUWin II for some open source apps.
And make sure to download Ad-Aware to hunt down those evil spy programs. -
GNU Win II
Somehow I hadn't heard of (or forgot about) TheOpenCD.
I'm vaguely familiar (as in, two of my apps are included in, and I just submitted many more to) the GNUWin II CD. It's the same idea. A CD of Open Source software we all use and love; just Windows versions of them.
I guess I'm going to have to find someone who runs Windows and have them nominate some of my ported games to TheOpenCD. :^) -
How about GNUWin???This looks like yet another GNUWin...
They really have to catch up
:) Go GNUWin team go! -
Re:Is this much differentYet they always market it as "comes with 8 zillion dollars worth of free software!"
Maybe they could start a real value added program with GUNWin.
http://gnuwin.epfl.ch/apps/en/index.html
-
OpenSource is going mainstream. Right here:
I guess the problem with Open Source software is (or was?) the availabilty for Mr. Everybody. It was hard to find it for Windows and a pain to install.
The GNUWin II CD is step towards making Open Source understandable and available for the mass. GNUWin unites a wide range of Free Software (mostly GPL) for the everyday use. Most of it comes in handy setup.exe files. There is even a spanish version now!
Check out http://gnuwin.epfl.ch online. -
Re:It can be
If you go back to October 1st, you can see that a CD full of useful programs was created. Some of the Computer Shops near the production center were interested in the CD and they are now selling in for 3$, but if you look at the software on the CD you can say it's approx worth 10k$, since you have nearly-replacements for Office, Matlab and other expensive commercial programs.
OSS can make it to the mainstream, it just needs some more marketing and a different strategy: let's first show windows users that OSS can be at least as good as commercial software without them leaving windows and get them used to programs which exist under GNU/Linux. -
Bolo's Computer Museum
Bolo's Computer Museum is a collection of old computers started by Yves Bolognini. Some of the computers are exposed at EPFL, and they all work.
-
Switzerland has been planning it a long time
In switzerland we have been having a firm that has been promoting building such a train for a long time. Several universities have done feasibility studies to show that it can be done. It is currently discussed if the state should pay for the enormous costs involved.
-
Switzerland has been planning it a long time
In switzerland we have been having a firm that has been promoting building such a train for a long time. Several universities have done feasibility studies to show that it can be done. It is currently discussed if the state should pay for the enormous costs involved.
-
This has already been researched in Switzerland...
This concept has been looked in for the last 20 years in Switzerland under the name of "Swissmetro".
A quick summary of it here.
The most complete analysis of the project I've seen here.
Basically, it's probably doable, but the major roadblock is a VERY strong political support (even in a very pro-mass transit country like switzerland), because of the massive costs to validate the faisability of it. In Switzerland, that support has not materialized in the last 20 years.
-
Swissmetro
Exactly this concept of transportation has been under consideration in Switzerland for a long time under the name Swissmetro. The idea is to link the major population centers together, creating in effect a single country-wide city. The technology is ready to build the demonstration track from Geneva to Lausanne (~30 km), but so far, the government and the Federal Assembly have been unwilling to shell out the CHF 1.5 bio (about
/$ 1 bio) required to do it. Go hither for a cool simulation video or thither for technical details, or even yonder for the math. -
Swissmetro
Exactly this concept of transportation has been under consideration in Switzerland for a long time under the name Swissmetro. The idea is to link the major population centers together, creating in effect a single country-wide city. The technology is ready to build the demonstration track from Geneva to Lausanne (~30 km), but so far, the government and the Federal Assembly have been unwilling to shell out the CHF 1.5 bio (about
/$ 1 bio) required to do it. Go hither for a cool simulation video or thither for technical details, or even yonder for the math. -
Swissmetro
Exactly this concept of transportation has been under consideration in Switzerland for a long time under the name Swissmetro. The idea is to link the major population centers together, creating in effect a single country-wide city. The technology is ready to build the demonstration track from Geneva to Lausanne (~30 km), but so far, the government and the Federal Assembly have been unwilling to shell out the CHF 1.5 bio (about
/$ 1 bio) required to do it. Go hither for a cool simulation video or thither for technical details, or even yonder for the math. -
Re:GNUWin-II Chick
I would think that this is a better still.
Might be slashdotted now, though -
GNUWin-II Chick
Does she come with the CD as well? How about a little divx clip in there ?
-
GNUWin-II is out !
GNU Generation, a student association at the Swiss Federal Institute of Technology of Lausanne, proudly announces the release of GNUWin-II,
a collection of free and open source software for Windows, which luckily contains most of the software that was proposed some days ago on slashdot.
It comes on a CD with more than 50 applications, articles, and a four-language (yes it's swiss)
html based interface to help newcomers discover Free Software.
The complete GNUWin-II can be browsed online.
The ISO image of the CD
can be downloaded here or better on Swiss SunSITE mirror ftp or http. It is also possible to order a CD in Europe. -
GNUWin-II is out !
GNU Generation, a student association at the Swiss Federal Institute of Technology of Lausanne, proudly announces the release of GNUWin-II,
a collection of free and open source software for Windows, which luckily contains most of the software that was proposed some days ago on slashdot.
It comes on a CD with more than 50 applications, articles, and a four-language (yes it's swiss)
html based interface to help newcomers discover Free Software.
The complete GNUWin-II can be browsed online.
The ISO image of the CD
can be downloaded here or better on Swiss SunSITE mirror ftp or http. It is also possible to order a CD in Europe. -
GNUWin-II is out !
GNU Generation, a student association at the Swiss Federal Institute of Technology of Lausanne, proudly announces the release of GNUWin-II,
a collection of free and open source software for Windows, which luckily contains most of the software that was proposed some days ago on slashdot.
It comes on a CD with more than 50 applications, articles, and a four-language (yes it's swiss)
html based interface to help newcomers discover Free Software.
The complete GNUWin-II can be browsed online.
The ISO image of the CD
can be downloaded here or better on Swiss SunSITE mirror ftp or http. It is also possible to order a CD in Europe. -
GNUWin-II is out !
GNU Generation, a student association at the Swiss Federal Institute of Technology of Lausanne, proudly announces the release of GNUWin-II,
a collection of free and open source software for Windows, which luckily contains most of the software that was proposed some days ago on slashdot.
It comes on a CD with more than 50 applications, articles, and a four-language (yes it's swiss)
html based interface to help newcomers discover Free Software.
The complete GNUWin-II can be browsed online.
The ISO image of the CD
can be downloaded here or better on Swiss SunSITE mirror ftp or http. It is also possible to order a CD in Europe. -
GNUWin-II is out !
GNU Generation, a student association at the Swiss Federal Institute of Technology of Lausanne, proudly announces the release of GNUWin-II,
a collection of free and open source software for Windows, which luckily contains most of the software that was proposed some days ago on slashdot.
It comes on a CD with more than 50 applications, articles, and a four-language (yes it's swiss)
html based interface to help newcomers discover Free Software.
The complete GNUWin-II can be browsed online.
The ISO image of the CD
can be downloaded here or better on Swiss SunSITE mirror ftp or http. It is also possible to order a CD in Europe. -
GNUWin-II is out !
GNU Generation, a student association at the Swiss Federal Institute of Technology of Lausanne, proudly announces the release of GNUWin-II,
a collection of free and open source software for Windows, which luckily contains most of the software that was proposed some days ago on slashdot.
It comes on a CD with more than 50 applications, articles, and a four-language (yes it's swiss)
html based interface to help newcomers discover Free Software.
The complete GNUWin-II can be browsed online.
The ISO image of the CD
can be downloaded here or better on Swiss SunSITE mirror ftp or http. It is also possible to order a CD in Europe.