Quote:
Originally Posted by MyChainsAreGone Why does almost everyone here use Ubuntu/Xubuntu? |
I use Gentoo.
Quote:
Originally Posted by MyChainsAreGone How do you use your iTunes/iPod, |
I use either Rhythmbox or ncmcpp to play music, and I have Rockbox on my iPod Mini, so I simply move the music files (mp3/ogg/flac) and arrange by directory.
In my experience, iPod support is usable on a vast number of music player applications.
Quote:
Originally Posted by MyChainsAreGone Photoshop and that sort? do you guys mostly Dualboot? |
Dual booting is certainly an option. I dual boot Windows for gaming... and not much else. I then run a virtual machine (using Virtualbox) to do my digital photo editing (Photoshop/Lightroom).
Gimp is a nice image editor, and in some ways, I prefer it to Photoshop or Lightroom, but when I acquired a digital camera I moved over to RAW, as opposed to scanning film. RAW editing is possible in Linux, but seemed iffy, clunky.
Quote:
Originally Posted by MyChainsAreGone I know there is something about open source, but I have no clue what all of that means. |
Indeed, what Cam42 said. In name alone, it means that the source code is available. Different licenses enable different uses of that code. For example, a BSD style license allows you to take code and use it for anything you want -- including taking that code, modifying it, and selling it under another license (e.g. Apple's OS X has code from the FreeBSD operating system). A GPL style license also allows you to take code, modify it, and sell it, but you must also release the source code -- making your project open source as well. The GPL license prevents one from taking code and using it in a closed, proprietary setting, while the BSD license doesn't.
Both major components (Linux (the kernel) and GNU (userland)) are released under the GPL and much of the software written for Linux is in some form of open source license.
Various BSD operating systems are licensed under the BSD license.
Much Unix or Unix-like software can be compiled to run on either platform.
Oh, and Wine. Wine allows you to run (some) Windows programs in a Linux environment. Wine is an acronym standing for
Wine
is
not an
emulator (you see a lot of recursive acronyms in the open source world for some reason; e.g. GNU, LAME).
Wine does not create a new environment in which to run programs (as a virtual machine does), but rather as I understand it, it does its best to convert Windows API calls to Linux equivalent ones. In effect, DirectX calls get converted into OpenGL calls; Windows sound API calls to ALSA or OSS; Windows GUI calls to X (or something that interfaces to X); etc.
Wine doesn't do a perfect job -- some programs crash and burn, but often it works impressively well. Even several years ago, I recall getting Flatout 2 to work prefectly, and Call of Duty:UO to be near flawless. It's a very active project making improvements all the time. I haven't used it much lately though...
If you need Windows software it's usually best to check Wine first, then see if a virtual machine would work, then dual boot.