Page 1 of 1
A leap of faith.
Posted: Thu Dec 06, 2012 2:40 pm
by Temor
My HDD broke down yesterday, and subsequently, so did I.
So I'm taking this opportunity to fling Windows, well, out the window, and instead try my hand at Ubuntu.
I will be going for the 12.10 build.
Any tips on things to do that would make this easier for me? I've only spent a few hours or so with Ubuntu previously, so any tips are very much appreciated.
Re: A leap of faith.
Posted: Thu Dec 06, 2012 4:25 pm
by EcazS
Temor wrote:
Any tips on things to do that would make this easier for me?
Install Windows
On a side note, I don't find it very complicated, for everyday use and programming and such it's not like you have to mess around in the terminal all day. So really, when you have a MySQL, PHP and Apache there shouldn't be a whole lot of terminal things unless you feel like messing around. Designing is much harder, Photoshop works through wine but it's rather slow and then you have Gimp which I never liked. It felt very odd for me.
And I my HDD might actually be "broken", more on that later (perhaps).
Re: A leap of faith.
Posted: Thu Dec 06, 2012 6:17 pm
by Fidbeck
You can try Mint.
I really don't recommend Ubuntu since its a bit slower
You should update your system
sudo apt-get update and sudo apt-get upgrade
install ubuntu restricted software and flash via software center
Go to Software sources and mark everything
Install java
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
jockey-kde to see graphic driver installed..
If you have nVidia you can install this
sudo apt-add-repository ppa:xorg-edgers/ppa
sudo apt-get update
sudo apt-get install nvidia-current nvidia-settings
and that's all I did in my Ubuntu and Mint
and you can install lamp stack or just follow wide_load's tutorial to install Apache, MySQL and PHP separately and have everything updated
You can always find good tutorials browsinf through google.
Re: A leap of faith.
Posted: Fri Dec 07, 2012 3:17 am
by Temor
I'm having some trouble installing Ubuntu unfortunatetly. It has a fatal error installing "Grub". I'm going to by an optical reader tomorrow and try with a live cd install.
If anyone has any other quick fix for this error, feel free to post them
Re: A leap of faith.
Posted: Fri Dec 07, 2012 5:44 pm
by Fidbeck
As I said... Go mint xD
Re: A leap of faith.
Posted: Sun Dec 09, 2012 9:48 pm
by jacek
Temor wrote:I'm having some trouble installing Ubuntu unfortunatetly. It has a fatal error installing "Grub". I'm going to by an optical reader tomorrow and try with a live cd install.
If anyone has any other quick fix for this error, feel free to post them
I had that with my old laptop every time, try the alternate installation CD.
Biggest tip I have is learn to love the Terminal and don't be scared to break things. Linux in general is much more
technical than windows and you have to be pretty daft to fatally break anything. Experimentation is the best way to get to grips with things.
Re: A leap of faith.
Posted: Sun Dec 09, 2012 9:50 pm
by EcazS
jacek wrote:
Linux in general is much more technical than windows and you have to be pretty daft to fatally break anything. Experimentation is the best way to get to grips with things.
del system32
Re: A leap of faith.
Posted: Sun Dec 09, 2012 9:52 pm
by jacek
EcazS wrote:del system32
In Linux talk that is
rm -Rf /
although I heard a crazy rumour that the kernel will stop you doing that. Too scared to try it
Re: A leap of faith.
Posted: Mon Dec 10, 2012 2:19 pm
by Temor
I decided to give up, for now. I will attempt to do this again today until I succeed, but as a secondary OS instead of primary.
Re: A leap of faith.
Posted: Tue Dec 11, 2012 2:25 pm
by Kamal
jacek wrote:EcazS wrote:del system32
In Linux talk that is
rm -Rf /
although I heard a crazy rumour that the kernel will stop you doing that. Too scared to try it
Had to try it (Ubuntu 12.10):
root@derp:~# rm -rf /
rm: it is dangerous to operate recursively on `/'
rm: use --no-preserve-root to override this failsafe
root@derp:~# rm -rf --no-preserve-root /
rm: cannot remove `/dev/pts/0': Operation not permitted
rm: cannot remove `/dev/pts/5': Operation not permitted
rm: cannot remove `/dev/pts/4': Operation not permitted
rm: cannot remove `/dev/pts/3': Operation not permitted
rm: cannot remove `/dev/pts/ptmx': Operation not permitted
rm: cannot remove `/run/user': Device or resource busy
rm: cannot remove `/run/shm': Device or resource busy
rm: cannot remove `/run/lock': Device or resource busy
.... and thousands of these
(couldn't have done it without
https://www.digitalocean.com)
Re: A leap of faith.
Posted: Tue Dec 11, 2012 2:47 pm
by Fidbeck
lol Kamal xD
Re: A leap of faith.
Posted: Thu Dec 13, 2012 11:30 pm
by jacek
Kamal wrote:although I heard a crazy rumour that the kernel will stop you doing that. Too scared to try it
Had to try it (Ubuntu 12.10):
root@derp:~# rm -rf /
rm: it is dangerous to operate recursively on `/'
rm: use --no-preserve-root to override this failsafe
root@derp:~# rm -rf --no-preserve-root /
rm: cannot remove `/dev/pts/0': Operation not permitted
rm: cannot remove `/dev/pts/5': Operation not permitted
rm: cannot remove `/dev/pts/4': Operation not permitted
rm: cannot remove `/dev/pts/3': Operation not permitted
rm: cannot remove `/dev/pts/ptmx': Operation not permitted
rm: cannot remove `/run/user': Device or resource busy
rm: cannot remove `/run/shm': Device or resource busy
rm: cannot remove `/run/lock': Device or resource busy
.... and thousands of these
(couldn't have done it without
https://www.digitalocean.com)[/quote]
Well now I know
You are much braver than me