EvilZone
General Tech => Operating System => : AllusionOfIllusion January 18, 2013, 04:35:14 AM
-
Hey guys, I'm new to the forums, and I did a search on google/forums to see which version is preferred. I didn't really turn up many reliable results, so I figured I'd ask the pros :P
What version is better? I read (from the Ubuntu site) that 64-bit is really only for AMD64 processors, however I read there were work-arounds. My desktop is running an Intel i3770K so I figured I'd go with the 32-bit version. Would there be any arguments for the work-around (if there really is one) 64-bit over choosing the 32-bit?
Thanks for the help!
-
Since the processor your using is 64bit, I don't see a diff other than some programs would rather use a 32bit PC.
I would go with the 64bit install though. I don't see any reason not to. I think they put the whole 32/64bit thing on the site becuase end users don't know what they are running. If an end-user is using a 32bit system nothing is wrong, if the end-user is using a 64bit system, it doesn't matter what they install becuase the 32bit AND 64bit will work just the same. The only other reason would be that 64bit support is not as well-rounded/supported as much as the 32bit distro.
-
ok, thanks! I really appreciate that advice :)
-
My recommendation would be to go with 64 bit, you have no reason not to. Also if you have more than 4GB of RAM go with 64 bit, as 32 can only use up to 4GB.
-
So, I went with 64-bit and got it installed. A few questions/issues:
The first question I have is about download speeds. I find that downloading the updates and drivers take forever (a 186mb file took 45 min, when on windows/Mac it would take not even 5). Has anyone else noticed this?
Second: What is the application most used by people here on the forums to code in? Because I'm new to this scene, I'm really only used to using Eclipse/Sublime Text 2. (Again, I haven't done any of this stuff before, and wish to know where to start :D )
Third: My mouse pointer, when I highlight over a clickable icon, sometimes "flickers" or will disappear after a second or two. I have researched online and not come up with any results that could answer my question :S
Thanks again for all the help getting me into this! I'm so pumped!
-
Drivers?
The only thing that really needs proprietary closed source drivers is your video card and yes those downloads can be heavily throttled.
Personally I use geany or just nano to code.
Codeblocks is also good.
-
My recommendation would be to go with 64 bit, you have no reason not to. Also if you have more than 4GB of RAM go with 64 bit, as 32 can only use up to 4GB.
Actually, in a 32bit system only 3G of RAM can be addressed. 1G of address space (lower areas ) are reserved for addressing on board micro controllers' memory/registers.
-
Hopefully this is the last thing:
So from my Home Folder, I can see the other Hard Drives connected to my computer, however because I want to completely separate my Ubuntu OS from Windows, is there a way to Hide these in the home folder, not just on the Unity Launcher? (Because I found that, but it seems no one knows how to completely take away access to those devices by the Ubuntu OS)
-
Read this and you will get a clear concept of what these mean and which you should choose. www.techsupportalert.com/content/32-bit-and-64-bit-explained.htm
-
Hopefully this is the last thing:
So from my Home Folder, I can see the other Hard Drives connected to my computer, however because I want to completely separate my Ubuntu OS from Windows, is there a way to Hide these in the home folder, not just on the Unity Launcher? (Because I found that, but it seems no one knows how to completely take away access to those devices by the Ubuntu OS)
Remove them from /etc/fstab
-
Remove them form /etc/fstab
wow, that was way more simple than I thought it would be. Thanks proxx!
-
Your welcome.
-
Yes it's actually very convenient to do everything from config files despite what people believe about "user friendliness." etc/fstab is a pretty easy file to work with.
Oh and I also use nano for coding. Strictly.