Operating Systems > Linux and UNIX
After reading all this info about MS, I want to switch to Linux.
xyle_one:
i found redhat and mandrake to be easier to use than windows. for most things anyways. Remember, it is different, so it will take some time to ge your head around it. For installing software, i recommend apt-get & synaptic.apt-get is an app that lets you choose software to install, and it takes care of everything for you. you just hit go. synaptic is a gui for it. For most software, its as easy as double clicking the RPM file. During the initial installation, you get a wide variety of software to install as well. Once i first booted into red hat, i was able to view all of my network compters, and was able to access them. Same with printing. it picked up the printer on my mac and i was able to print to it.
"home" on mandrake, or redhat, is your home directory, or your "My Documents" folder.
I do not forsee any problem getting your cable to work. it should be taken care of during installation
Dabura_HG:
Interesting, different file formats, eh? :eek:
Another interesting thing about Mandrake is that it's got built-in media players. Wow, haha, it takes care of everything. Linux, I welcome you with open arms. Bye bye windows and your silly spying habits.
Much love to the helpful people! :D
psyjax:
Your sound card, and GFX card will work.
I have the same combo.
You may have to manually configure the driver however, this is not to hard. Usually it will choose the vesa driver, but you should use the nvda (nVidia ) dirver as that way the resolution is corectt.
Whatever...
In any case, installing software can be a real pain in the ass, so be warned. Sometimes RPMs fail, and the apt-x utilities have a bit of a learning curve.
Linux is good stuff tho, so don't be discuraged. It takes a bit of getting used to.
solo:
quote:Originally posted by psyjax: plain 'ol psyjax:
Your sound card, and GFX card will work.
I have the same combo.
You may have to manually configure the driver however, this is not to hard. Usually it will choose the vesa driver, but you should use the nvda (nVidia ) dirver as that way the resolution is corectt.
--- End quote ---
Yup, you'll need the binary nvidia driver for decent gaming performance.
Here's the newest as of now: ftp://download.nvidia.com/XFree86/Quadro_Certified/1.0-4365/NVIDIA-Linux-x86-1.0-4365.run
quote:
Whatever...
In any case, installing software can be a real pain in the ass, so be warned. Sometimes RPMs fail, and the apt-x utilities have a bit of a learning curve.
--- End quote ---
Here's how to get Apt going when your in Linux:
1. Go to rpmfind.net, enter "apt" into the search box, click OK.
2. Choose the rpm with the newest version, the one for your distro, and your platform (i386,i486,i586,i686 and I'm pretty sure you have a i686 which means you can use any of them under and including i686) and click the RPM link on the right. By the way make SURE that for instance if you use Redhat 9 that you get the one for Redhat 9 and not Redhat 8 because the RPM system is incompatible, same with a lot of other distro versions.
3. Save it to your home directory.
4. Go to your desktop and click Home. Double click the apt-whatever.rpm file.
5. Enter your system administrator (root) password at the next prompt.
6. Click okay thru the various prompts or windows and it will install.
7. If there's no errors (which there shouldn't be) go to Redhat Menu->System Tools->Terminal (at least in Redhat, for other distros im sure youll find it).
8. In the window type the following lines (pressing enter at the end of course).
--- Code: ---
--- End code ---
It will go for a minute calculating dependencies and stuff. If you get back to the prompt (something like [root@localhost /home/blah]) without a line like
E: Could not find package 'synaptic'
then it's installed right.
9. Close the terminal
10. To use Synaptic, click Redhat Menu->System Settings->Synaptic (at least, again, on Redhat).
You may now easily download a ton of software from the Freshmeat software repository. There is much more software in plain RPMs and other repositories also. You will probably not have many dependency problems in every day life. If you do get a dependency problem (it will tell you) its as simple as going to rpmfind.net and downloading it. Very rarely will you get the really bad dependency problems that require so many packages to be installed that you just get pissed off. Just make SURE you always install RPMs made for your distro and not other ones. That's where a lot of problems come from.
Linux is good stuff tho, so don't be discuraged. It takes a bit of getting used to.[/b][/QUOTE]
solo:
oh yeah and to install the nvidia driver just save it in your home dir and press ctrl+alt+f1. use root and your system admin pass as the password and when the prompt shows up type this:
(Make sure to save everything first as all your programs will be closed)
telinit 3
<wait til messages stop coming and press enter>
cd /home/<your user name>
chmod +x NVIDIA<press tab>
./NVIDIA<press tab>
<follow onscreen instructions>
telinit 5
<youll know it worked if you see the nvidia logo pop up before it goes to the login screen>
<press ctrl+alt+f1 again>
<type exit>
<press ctrl+alt+f7 to get back to the login screen>
It's not Linux's fault btw that you have to do all this terminal stuff, tell nVidia about making an X-based driver installation. They say you need X not running but there's no reason why X needs to run in actuality.
In Bash (the most common Linux command line) pressing tab autocompletes file names, so you dont have to use regular expressions or type the whole goddamn thing out.
Linux has virtual terminals that allow you to have more than one terminal you can be logged into (most distros have 6 set up by default). You can switch between VTs (as theyre called) by pressing ctrl+alt+F<number>. Actuallyt you only need to press alt+F<number> but when you have X (the Linux graphics system) running, you need to use ctrl, so its good just to use ctrl anyway .
And of course, each terminal can be graphical, via X.
The last two paragraphs you didnt need to know at all but it's good information if you wanna know how it all works under the hood.
[ July 16, 2003: Message edited by: Fury: Freedom Fighter ]
Navigation
[0] Message Index
[*] Previous page
Go to full version