Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:I'm with Stallman on this. (Score 1) 1452

You can also get paid to develop free software. e.g. when someone hires to you write software, you can give the person the source code and release it under the GPL, then charge for further development of said software, etc.

Free Software is about freedom of choice, freedom as in free speech, NOT as in free beer (price).

Comment Re:You mean Moronix, right? (Score 1) 179

I find that most hardware works just fine these days, I have access to 6 computers and most of the hardware in those computers is all different. Linux detects all the hardware just fine.

Take a look at the nouveau driver for example, it accelerates 2d and even 3d and it's all reversed engineered and created without documentation. What I suggest is that you try Linux with your hardware and if you have any problems, always report the bugs to the developers so they can fix it.

Comment Re:Why bother? (Score 1) 179

Getting Linux installed on a machine without optical disks is very easy. All you have to do is grab a Linux ISO image (installer or live cd) and dd the ISO file to a USB flash drive.

e.g.

> dd if=/dev/linux.iso of=/dev/sdb

(assuming that /dev/sdb is your USB flash drive)

Then reboot the computer, hit F8 (depending on your BIOS) and boot from the USB flash drive.

I can't recall when was the last time I used optical media, USB flash drive FTW.

Slashdot Top Deals

Any given program will expand to fill available memory.

Working...