Marc Posted June 27, 2012 Share Posted June 27, 2012 So I thought I would post up here my next test of Ubuntu. Have been having a bit of a play with it and kinda been half way between ubuntu and windows for the past week. Now I am going to aim to spend more time in Linux and see how I go on with this. I will however need a windows partition for my work as I develop in visual studio and sql server. Now if Im gonna spend more time in it, speed is a must. Therefore I have decided to split up my raid partition and I am going to attempt to install Ubuntu from CD on my new partition. I have left only 14gb for this as I dont tend to store information on my system drives anyways, so this should be plenty. Firstly I have heard that people have had problems doing this with raid partitions, therefore I have decided I am going to take the risk. My partition is ready and my disk is burnt off. See you on the other side. Quote Link to comment Share on other sites More sharing options...
__Darknite Posted June 27, 2012 Share Posted June 27, 2012 Keep us posted. I'm a big Linux fan, but its hard to let go of Windows, as I'm also tied to Visual Studio and some pro NLE/CAD/3D Max/Maya Quote Link to comment Share on other sites More sharing options...
Victor Leigh Posted June 27, 2012 Share Posted June 27, 2012 14Gb? That should be sufficient for test purposes. I have only got 10Gb allocated to my Ubuntu and I still have space to spare. The thing to do is to test each category of software one at a time. Like when I was trying out browsers, I installed about five different browsers, tried them out, then uninstalled all except the one I wanted to keep. btw there are a lot more browsers to play with in Linux than in Windows. At one end, there is Konqueror which is a browser plus file manager. At the other end, there is links which is a text-based browser. Then there are a number based on Firefox like Iceweasel and Iceape. Also a few based on Chrome like Chromium and Iron. Have fun. Quote Link to comment Share on other sites More sharing options...
Administrators Nathan Posted June 27, 2012 Administrators Share Posted June 27, 2012 The Windows installer only let me partition 30gigs, far from enough. Quote Link to comment Share on other sites More sharing options...
Marc Posted June 27, 2012 Author Share Posted June 27, 2012 Got a bit of a problem with Grub unfortunatly. I think its because of the way my raid partition is set up. If I leave the system to boot it boots straight into windows. If I F12 to select a boot device and select the raid (which is ironically where windows is) then it boots to Ubuntu. Very wierd, but it seems to work. However only booted back into ubuntu once and just done all my updates. Next on the agenda. Restart to finish the updates and graphic card install so I can get dual screens running again (I hate just one screen) then configure my sound card since I have a studio card. Quote Link to comment Share on other sites More sharing options...
Marc Posted June 27, 2012 Author Share Posted June 27, 2012 Sound Installed Dual Screens sorted Dropbox sorted Chrome sorted (but rubbish on linux IMO, so gonna play with firefox on here I think) Quote Link to comment Share on other sites More sharing options...
Victor Leigh Posted June 28, 2012 Share Posted June 28, 2012 You can try to boot up from Puppy Linux and use the grub4dos loader in Puppy. It makes a better boot-up menu. I always do that after installing a new os for testing. Marc 1 Quote Link to comment Share on other sites More sharing options...
Marc Posted June 28, 2012 Author Share Posted June 28, 2012 Cheers for that Victor, will have a look. well do far had a problem where I couldnt install teamviewer. This was because there was an update stuck which was missing dependancies (or so it said) however it turned out it was because the files had changed due to my soundcard edits. I switched these back, used sudo apt-get install -f to run through what it was missing in the updates then tried the install for teamviewer again. All worked fine (although teamviewer is not great on linux so may look for another solution) Quote Link to comment Share on other sites More sharing options...
redinit Posted June 28, 2012 Share Posted June 28, 2012 Got a bit of a problem with Grub unfortunatly. I think its because of the way my raid partition is set up. If I leave the system to boot it boots straight into windows. If I F12 to select a boot device and select the raid (which is ironically where windows is) then it boots to Ubuntu. Very wierd, but it seems to work. However only booted back into ubuntu once and just done all my updates. Next on the agenda. Restart to finish the updates and graphic card install so I can get dual screens running again (I hate just one screen) then configure my sound card since I have a studio card. Is Grub on the MBR? If it is you would boot directly into Grub and have the options of Linux/Windows if configured correctly Sound Installed Dual Screens sorted Dropbox sorted Chrome sorted (but rubbish on linux IMO, so gonna play with firefox on here I think) What's rubbish about it, did you download Chrome, or are you using Chromium? Quote Link to comment Share on other sites More sharing options...
Marc Posted June 28, 2012 Author Share Posted June 28, 2012 Chrome.... having javascript issues Quote Link to comment Share on other sites More sharing options...
Marc Posted June 28, 2012 Author Share Posted June 28, 2012 Opinion so far? Very very responsive once its all set up Quote Link to comment Share on other sites More sharing options...
redinit Posted July 1, 2012 Share Posted July 1, 2012 Be careful with the Nvidia drivers in the repo, there's a bug that pretty much renders your card useless. Quote Link to comment Share on other sites More sharing options...
Marc Posted July 12, 2012 Author Share Posted July 12, 2012 Be careful with the Nvidia drivers in the repo, there's a bug that pretty much renders your card useless. Cheers for the info. I have an ATI card though so should be ok As an update to this however, Im now on 16 days solely using Linux whilst at home. I gotta say for anyone who is switching over from windows, I can understand why you find it hard to do so. STICK WITH IT. Personally I am highly likely to be sticking with this setup from now on Quote Link to comment Share on other sites More sharing options...
Administrators Nathan Posted July 12, 2012 Administrators Share Posted July 12, 2012 Be careful with the Nvidia drivers in the repo, there's a bug that pretty much renders your card useless. I had that happen to me as well, I ended up uninstalling them. It works fine without the drivers as far as I can tell. Quote Link to comment Share on other sites More sharing options...
redinit Posted July 12, 2012 Share Posted July 12, 2012 dd I had that happen to me as well, I ended up uninstalling them. It works fine without the drivers as far as I can tell. Yeah, this isn't a problem with Ubuntu though, rather Nvidia. Quote Link to comment Share on other sites More sharing options...
Victor Leigh Posted July 13, 2012 Share Posted July 13, 2012 I just found out something while playing around with Debian. Apt-get and aptitude are said to be work the same way but actually they don't. Aptitude works better. It even takes care of missing dependencies. So it would be a good idea to use aptitude instead of apt-get. Marc 1 Quote Link to comment Share on other sites More sharing options...
redinit Posted July 13, 2012 Share Posted July 13, 2012 I just found out something while playing around with Debian. Apt-get and aptitude are said to be work the same way but actually they don't. Aptitude works better. It even takes care of missing dependencies. So it would be a good idea to use aptitude instead of apt-get. APT and Aptitude are both frontends to DPKG. I would use APT for major upgrades (ex. 11.10 to 12.04) because it finds a quicker upgrade path for multiple packages and aptitude for basic updates. Marc 1 Quote Link to comment Share on other sites More sharing options...
Marc Posted July 13, 2012 Author Share Posted July 13, 2012 Very handy things to know guys. Cheers Quote Link to comment Share on other sites More sharing options...
Victor Leigh Posted July 14, 2012 Share Posted July 14, 2012 APT and Aptitude are both frontends to DPKG. I would use APT for major upgrades (ex. 11.10 to 12.04) because it finds a quicker upgrade path for multiple packages and aptitude for basic updates. That's quite odd. From the way you described it, it seems as if apt-get is a newer version of aptitude. From what I have read, aptitude is an advanced version of apt-get. From what I have found out when I tried it, aptitude does a better job than apt-get. Quote Link to comment Share on other sites More sharing options...
redinit Posted July 14, 2012 Share Posted July 14, 2012 That's quite odd. From the way you described it, it seems as if apt-get is a newer version of aptitude. From what I have read, aptitude is an advanced version of apt-get. From what I have found out when I tried it, aptitude does a better job than apt-get. That's not at all what I said. Aptitude isn't an advanced version in the traditional sense, it allows you greater control, which is good for installing/maintaining packages, but when you are doing a version upgrade it can become tedious. You can use them both and you shouldn't run into any problems. If you've ever maintained Debian systems over time you'd know what I was talking about. Quote Link to comment Share on other sites More sharing options...
Marc Posted August 7, 2012 Author Share Posted August 7, 2012 Well I originally posted my topic on 27 June and I have completed my month of testing and beyond. The reason I have gone beyond it is simply as I have begun to like ubuntu much more than I like windows, and therefore have stuck to it. So in conclusion, as someone who has tried linux before and not really got on with it, I can honestly say that if you want to try it then try it for a reasonable amount of time before you make your mind up. Current situation: I have had to keep a windows installation due to work stuff which is .net and sql server based, however I have completely reformatted my drives. Windows now resides on a secondary drive, dual booted with ubuntu which is on my primary raid configuration. Ubuntu is now certainly my main day to day operating system and I will only be using windows as and when I need to do so. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.