Search:

Type: Posts; User: x64Architecture; Keyword(s):

Search: Search took 0.03 seconds.

  1. [ubuntu] Re: Dual boot Windows 8/Ubuntu 12.10 won't load grub

    - boot with Ubuntu (live version, from the USB key), and use GParted to change the flag of the EFI partition : remove the boot flag.
    - shut down the PC, remove the USB key, and boot with windows 8...
  2. [all variants] Re: resizing ubuntu partition by deleting bodering windows partition

    Boot from a live Ubuntu cd/usb and use gparted to delete the windows partition and extend the Ubuntu partition.
  3. [all variants] Re: resizing ubuntu partition by deleting bodering windows partition

    did you install Ubuntu through the wubi installer or through the iso?
  4. Re: How Do I Instally MythTV frontend version 0.26?

    Run the following commands in the terminal:


    wget http://www.mythtv.org/download/mythtv/0.26.0
    tar jxvf mythtv-0.26.0.tar.bz2
    cd mythtv-0.26.0
    ./configure
    make
    make install
  5. [ubuntu] Re: Time out and unable to connect for SSH file transfer

    Can you provide some more details, like what error message your receiving when you try to upload files through SSH.
  6. Replies
    1
    Views
    850

    [ubuntu] Re: Ubuntu 12.04 LTS - OpenJDK Java

    Try running these commands in the terminal:


    sudo apt-get update
    apt-cache search java | awk '{print($1)}' | grep -E -e '^(ia32-)?(sun|oracle)-java' -e '^openjdk-' -e '^icedtea' -e...
  7. Replies
    2
    Views
    2,414

    [xubuntu] Re: steam 'fatal error'...

    Try running the following commands in the terminal:


    cd .steam/
    rm steam.pid
    cd rm .steampid
    sudo apt-get install xfonts-100dpi xfonts-75dpiThen run steam again.
  8. [lubuntu] Re: Version discrepancies of installed libraries

    The update policy is for security updates and critical bug fixes only. New upstream releases are not part of that.

    Refrences:
    https://wiki.ubuntu.com/StableReleaseUpdates...
Results 1 to 8 of 9