switching to linux

krimson_king

New Member
so, im thinking about using linux, but because ive never done anything with program writing or anything remotely close to it, im wondering if its a practical idea. it sounds so appealing, being able to customize a lot and use more of the computer, and ive only heard good things from it, but is it a good idea for somebody like me with practically no computer experience other than what i do for fun, like use the internet and listen to music? also, i was wondering if anybody could tell me how closely it parallels windows for instance, so i can get an idea of what i owuld be getting into. thanks! :D
 
How closely does it parallel windows? At this time, everything you could find for Windows has either an exact counterpart in Linux, or something close enough to it to call good. The deal is that you may have to take some time to learn how to use it.

You don't have to be a programmer or network administrator to use linux.

Most modern distributions of Linux look pretty much like Windows and function more or less the same. If you're into listening to music, Linux will do this just fine. If you're into basic web surfing, Linux can do this no problem. If all you want to do is send a few emails, Linux won't have any problems doing this either.

The biggest difference between Linux and Windows for most users is the process of installing new software. .exe files do not work on Linux (well, not without special software called an emulator, but that's beyond what you want to do so it doesn't matter). In Linux, you're going to install software by two main methods - packages and source tarballs.

Packages are the easy method. Depending on distribution, you'll use a variety of different packages. RPM is one common package solution. They're more or less install files that you'll install either with the command line, or (with most modern distributions) an RPM Package Manager GUI. RPM is most commonly found in Red Hat distributions of Linux, though many, many others use RPM as well.

The other main package style is called DEB, short for Debian. DEB packages can be installed by command line or (again, with most modern distributions) a Package Manager GUI. They're pretty much like RPM files, just packaged differently. You can even, if you have the right software installed (alien), convert an RPM to a DEB. You'll probably never need to do this.

If you're new to Linux, you're going to want to choose a newbie's distribution. For example, I wouldn't suggest Slackware for a new Linux user. Slackware just isn't designed for a person to cut their Linux teeth with. Slackware does not automagically set up many things that a newbie doesn't know how to set up. It's not designed to do it.

For newbies, I would suggest something in the Mandrake lineup, Red Hat lineup, or possibly Ubuntu. I caution you that for a Ubuntu setup to play a lot of the music you want, you'll need to learn how to use repositories and apt-get quickly. Out of the box, Ubuntu will not play your music. From what I've heard, neither will the Fedora offerings from Red Hat, but don't quote me on it. I gave up Red Hat long ago, around version 6.

Lastly, if you're not terribly comfortable with not knowing your Operating System well at first, you can dual boot your machine. This will allow you to learn Linux at your pace, but still retain your Windows Operating System that you're familiar with in case you break something in Linux accidentally, can't figure something out, or turn out that you just don't like it.

Happy Penguining.
 
didnt read that entire post, but you cant find all games for windows that are available for linux, same thing with some drivers for not that well known companies.
 
yea, i read about partitioning and whatnot, so i know i can always fall back on another os if i get stuck or whatever...but would it mean getting new software for a lot of stuff? for example, i couldnt just pop in my warcraft 3 disc could i? or is it more like the way mac has lots of software specifically set up for mac only? in other words, is your everyday program runnable on linux that you would normally use for windows, or would i have to keep windows and use it through there when i boot up? i should have mentioned that im probably going to be playing lots of games.
 
krimson_king said:
but would it mean getting new software for a lot of stuff?
Yes, it means you'll need a lot of new software. Most of it will come with the installation. Some you'll need to find.
for example, i couldnt just pop in my warcraft 3 disc could i?
No, you will not be able to pop your game into it and it'll work. Warcraft 3 is a Windows program. To use it you'll need Windows. Alternatively, you could probably play it while booted into Linux using WINE, but usage of WINE is beyond the scope of a single post on this forum.
or is it more like the way mac has lots of software specifically set up for mac only?
Yes, it's like that. Linux is an Operating System, just like Windows is an Operating System. The programs that work on one do not generally work on the other. However, see above comment about WINE.
in other words, is your everyday program runnable on linux that you would normally use for windows, or would i have to keep windows and use it through there when i boot up? i should have mentioned that im probably going to be playing lots of games.
If you're going to be playing a lot of games, you are going to want to keep Windows. Linux has the potential to play many games via WINE, but it's much more complicated to actually play the game using WINE versus just popping it in on Windows and playing. To get really specific, no, Windows programs do not work on Linux unless you're using WINE, and even then many don't run.

What is WINE? It is a Windows emulator for Linux. It allows you to run many programs designed for Windows on Linux. Yes, games are programs too.
 
Back
Top