Ubuntu Server

  1. Ubuntu Linux Server Edition 10.04.2 LTS x86
    Size (compressed/uncompressed): 295.04 MB/1.3 GB
    Link: http://sourceforge.net/projects/virtualboximage/files/UbuntuServer/10.04.2/Ubuntu_server_10-04-2.7z/download
    Active user account(s) (username/password): ubuntu/reverse
    Notes: Guest Additions not installed ; meta-package build-essential installed.
  2. Ubuntu Linux Server Edition 11.10 x86
    Size (compressed/uncompressed): 234 MB/1.3 GB
    Link: http://sourceforge.net/projects/virtualboximage/files/UbuntuServer/11.10/ubuntu-server-11.10-x86.7z/download
    Active user account(s) (username/password): ubuntu/reverse
    Notes: Guest Additions not installed,  OpenSsh installed. Disk size  is 100GB due a bug of installer, it crash if size of disk is small

17 Responses to Ubuntu Server

  1. Pingback: Ubuntu Server 10.04.2 « VirtualBoxes – Free VirtualBox® Images

  2. Callum says:

    Thanks for sharing this, it saves me the hassle of downloading the iso, instaling, etc. :-)

  3. WillC says:

    teh passowrd does not appear to be reverse (of the account), my download of this was done June 2, 2011

  4. @WillC
    The username is:

    ubuntu

    the password is:

    reverse

    tou can change at first login with “passwd” command. The root password is scrambled, if you want assign one with digit
    sudo passwd root

    Enjoy

  5. Jeisson says:

    tengo un problema no se como levantar la interfaz grafica

  6. @Jeisson
    please comment in english,

    In the server version the graphical interface is not installed, but if you want it is simply but will add a ton of packages ;)
    digit in a terminal:
    sudo apt-get upgrade
    sudo apt-get install ubuntu-desktop

    Take a coffee.
    Bye,

  7. ccastillop says:

    About networking.
    I download the image to my Mac but the Ubuntu Server can not accessed Internet.
    The solution: Eth1 is the virtual net card that is working, so:
    - Edit /etc/network/interfaces and replace “eth0″ to “eth1″
    sudo nano /etc/network/interfaces
    - restart the network
    sudo /etc/init.d/networking restart

  8. @ccastillop
    This is an old question of “udev”: you can edit the file
    /etc/udev/rules.d/70-persistent-net.rules
    remove the lines of old network-card, and change to “eth0″ in the appropriate MAC address, then reboot.

    Thanks for your tip,
    Antonio

  9. eman says:

    after i added the ubuntu server vdi to virtualbox.
    i clicked on start button to start the ubuntu server, then it asked me to login, i entered (ubuntu/reverse) for user name & password. then the following message is displayed:
    welcome to ubuntu.

    your CPU appears to be lacking expected security protection.

    ubuntu@ubuntu-server :~$

    my question: what i can do next?where there is only terminal is displayed? can any one help me.

  10. @eman
    Hi,
    I think that you don’t have PAE enabled on your VM.
    Look here for discussions about lacking security:

    https://wiki.ubuntu.com/Security/Features
    http://www.outflux.net/blog/archives/2010/02/18/data-mining-for-nx-bit/
    https://wiki.ubuntu.com/Security/Features/Historical

    Good luck and enjoy

  11. Pingback: Directorio de maquinas virtuales

  12. emptystacks says:

    I had trouble getting the keyboard to work with my MacBook Air. Apparently the keyboard was set to the wrong layout.

    sudo dpkg-reconfigure console-setup
    

    Hope this helps someone!

    • James says:

      It’s set to it(Italian?) and that destroys the keyboard for the us layout. You have to change the layout in /etc/default/keyboard to what ever you need. then do what @emptystacks says. If like me you use the the us layout and use Vim that is total borked and once you edit you can’t ESC to tell it to save. Use pico/nano to change it.

  13. Pingback: Divide and Conquer » Blog Archive » Setup a new headless Ubuntu VM in VirtualBox on FreeBSD

  14. Rod says:

    The /etc/resolv.conf file on the 11.10 image contains the following two lines before the usual nameserver command:

    domain adserv.it
    search adserv.it

    Why is this?

  15. @Rod
    Please remove the two lines or substitute it with your domain name, The presence of this lines is only a shortcut for internal domain resolution and are writed by dhcp configuration.

    Sorry for the inconvenience.

    Thanks for reporting,
    Antonio

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 41 other followers