I use Eclipse for my Java Development. So, here’s what I went through to install it
What’s in a Unified Name?
I ran across this article …
… and it made me wonder how many projects we have named Unity!
Canonical’s Unity
This Unity is the (relatively) new user interface for Ubuntu Linux. You can read more about it here:
For me, the biggest difference is the new menu. Instead of a traditional “start”-style menu, Unity introduces this new dash:
One of the things that I need to master as a blogger talking about the Unity interface is the lingo. Here’s a little article that shows what the different parts are called:
Ask Ubuntu: What’s the right terminology for Unity’s UI elements?
Just FYI, I discovered some nice information about Unity and some of the alternatives:
- Wikipedia: Controversy over GNOME 3
- Wikipedia: Cinnamon (user interface)
- Wikipedia: MATE (desktop environment)
- Wikipedia: GNOME Shell
Unity Gaming Engine
I have a friend and colleague that did some work with the Unity Gaming Engine. Since it is a 3D engine, I get it confused easily with the “Unity 3D” interface, but it’s completely different.
Just by looking at their website, you can see the quality of the graphics. I haven’t had a chance to work with it, but it looks very nice.
.Net Unity
While looking around for other things called Unity, I came across this .Net project. I am not sure I have the bandwidth to try to understand it, but it’s yet another unrelated Unity project.
Codeplex: patterns & practices – Unity
Unity Linux Distribution
I am not sure this distribution is still active. When I first searched this out, it was there, but now, the site doesn’t respond. The Wikipedia article describes it a little. A distribution with that name would be very confusing.
Fixing the Scrollbars
I ran across this article that mentioned removing the scrollbars on windows: Ubuntu 12.10 Quantal Quetzal Post Installation Guide. These scrollbars have annoyed me for a while. If you use a scroll wheel on your mouse, they’re great. They use less screen space. But, if you actually have to click on them, they elusive.
Google Earth on Ubuntu 12.10
Ubuntu 12.10 and Discrete Video Card
One of the main driver things that I have to install is the video card. My laptop has a discrete video card. Without installing the driver, the graphics seem to work pretty well, but with the driver, I get a very noticeable improvement in power consumption. After installing the driver, the battery lasts significantly longer. Also, glxspheres does a nice job of showing the graphics performance difference with and without the acceleration.
Touchpad Drivers for My Inspiron 17R
The touchpad on my laptop (Dell Inspiron 17R) didn’t just work automatically. Thanks to alfc, I found out how to install the driver for it. The Ask Ubuntu answer is very well explained.
In any regard, here’s what I did…
Fedora: Install Microsoft Fonts on Linux
I had a problem a while back with a Word document needs the Verdana font, and I didn’t have it installed on my machine. A quick search revealed an easy package to install for Ubuntu. I found some more complicated instructions for Fedora. It looks like they were repeated here, but I found a better solution futher on down.
For some reason, I could not figure out where the rpmbuild directory was supposed to come from. Then, I found this article that was very helpful:
Mauriat Miranda:Personal Fedora 15 Installation Guide — Install Microsoft Truetype Fonts
I just downloaded his msttcore-fonts-2.0-3.noarch.rpm and ran:
sudo rpm -ivh ~/Downloads/msttcore-fonts-2.0-3.noarch.rpm
Note: I just peaked in my currently installed Ubuntu, and I do see Verdana listed in LibreOffice Writer. So, I think it installs by default for Ubuntu.
Software Installs for Ubuntu 12.10
After first installing Ubuntu, I had to install all of the tools and programs that I normally use. Last time, I just used the Ubuntu Software Center to search and find all of the tools that I wanted install. This time, I decided to use the command line and apt-get. You could still search by the package name if you want to use the GUI.
Installing Ubuntu 12.10
This post begins my Install steps for Ubuntu 12.10. This is my second Linux installation on this new laptop, and I am trying to document the steps that I take. Usually, the actual install process is pretty straight forward, and I don’t need to do anything special, but this one was a little different. Here are the steps that I took…
Software Installs on my new Inspiron 17R
This is a list of the software that I installed on my new 17R. My first installation on this laptop was Ubuntu 12.04, and I basically installed the same things as what I had on my old laptop. This was somewhat rushed and more like “notes”. Obviously, it’s been rushed because it has taken me so long to get it proofread and published.