May 29

I was new to the world of Linux and I was having a few problems configured. I want to be able to remotely ssh into this computer from any computer. I also find it imperative to install g++ and a make into it. I am having difficulty installing all of these because it seems everything is a prerequisite for the other thing.

But now I have a solution.

  1. Open Ubuntu.
  2. Insert cd linux Ubuntu.
  3. Open terminal (Application then chose Accessories then Terminal).
  4. Write those commands follows:
    1. sudo apt-cdrom add
    2. sudo apt-get update
    3. sudo apt-get install build-essentil
Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Technorati
  • Twitter

Related Posts:

  1. Login to Ubuntu as Root User
  2. Linux Behind Proxy
  3. How to Reset Ubuntu Password in GRUB
  4. Default Root Password Ubuntu
  5. Step by Step How to Install Ubuntu

Leave a Reply