< Browse > Home /

How to install Ubuntu using VirtualBox

February 22nd, 2010 | No Comments | Posted in Linux by Diego | - [Full Entry]


How to install Ubuntu using VirtualBox

Today, we are going to teach you how to use VirtualBox to install Ubuntu using Windows. (This could easily be done on Linux, or a Mac too.) This is a great option for those of you who want to get a programming environment and those who want to avoid dual-booting your computer since it involves a great risk if done wrong. Virtualizing an OS is an easy task and it only takes a few steps. It should take a new user about five minutes to get going. So let’s get started.

What you need to virtualize Ubuntu on VirtualBox


First of all you will need VirtualBox and an OS, for our tutorial we will be going with Ubuntu. For Ubuntu, you can simply download the Ubuntu CD image on their download page. They are both free of course. You can choose any other top linux distribution if you want, only one step would change in this process. Most of the instructions are relatively straight forward, so I’ll guide you through them so you don’t get lost.

By the time you finish this quick and easy process, you should be getting this type of environment (version may be different of course).

Step 1: Create a new Virtual Machine


Open up VirtualBox and click on the blue button that says new so you can be greeted with the following.


Read more »

Prolog, Google, and more reveal the answer to life and everything

March 5th, 2009 | 2 Comments | Posted in Images by Diego | - [Full Entry]

Prolog apparently reveals the answer to life if you try finding a binding for the variable X. Since it tries proving X for any value, apparently it decides to use the answer to life as the binding. Mysterious!? Tell us what you think.

prologanswertolife

Even Google agrees

Why is 42 the answer to the universe and everything in life? Beats me but apparently its the true answer. Try asking Google it doesn’t disagree.

googleanswertolife

And before you start doubting the big G, you have to consider xkcd webcomics, which are awesome btw. Check out Ask the admin and find out how xkcd is related to the answer to life as well.
Read more »

Start Programming in C++

June 3rd, 2008 | 1 Comment | Posted in C++ by Diego | - [Full Entry]

Want to start programming in C++? No worries. There is nothing to buy. It also isn’t difficult to get started! Anyone can learn! Talk Binary offers a variety of tutorials to get you started on the right track and right away! We’ll also step through every step of the process so you can get started as soon as possible!

So what do I need to know to get started?

You can either program right away in Windows, or can download and install Ubuntu! It’s all based on preference. I’d recommend you to try both out first before you decide on where to start.

1. If you want a programming environment you can try out Linux Distribution Ubuntu and Install Dual-Boot Ubuntu on your computer so you may boot either Windows or Linux!

a. Then you should check out How to write and compile a C++ program in Linux. This tutorial will step you through the process of compiling a C++ program in Linux using the terminal.

2. If you want to try programming first in your Windows environment you should check out How to write and compile a C++ program in Windows using an IDE. Read more »