A leap of faith.
A leap of faith.
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.
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.
Install WindowsTemor wrote: Any tips on things to do that would make this easier for me?
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.
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.
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.
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
If anyone has any other quick fix for this error, feel free to post them
Re: A leap of faith.
As I said... Go mint xD
Re: A leap of faith.
I had that with my old laptop every time, try the alternate installation CD.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
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.
del system32jacek 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.
Re: A leap of faith.
In Linux talk that isEcazS wrote:del system32
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.
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.
Had to try it (Ubuntu 12.10):jacek wrote:In Linux talk that isEcazS wrote:del system32
rm -Rf /although I heard a crazy rumour that the kernel will stop you doing that. Too scared to try it
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.
Had to try it (Ubuntu 12.10):Kamal wrote:although I heard a crazy rumour that the kernel will stop you doing that. Too scared to try it
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