Search:

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

Search: Search took 0.15 seconds.

  1. Replies
    41
    Views
    14,252

    [SOLVED] Re: Connection established but no internet 11.04

    try running these commands in the terminal:


    sudo ifconfig eth0 down
    sudo ifconfig eth0 upif that fails try running this in your terminal:


    sudo /etc/init.d/networking restartGood luck
  2. Replies
    2
    Views
    1,582

    [ubuntu] Re: Nokia c5-03 modem

    Wireless hotspot?
    or
    Tethered connection?
  3. [ubuntu] Re: Smartphone rooting/custom ROMs using Ubuntu

    Try: http://forum.xda-developers.com/archive/index.php/t-853672.html

    They have the best guides around.
  4. Replies
    28
    Views
    179,471

    Re: How to install adb for Android with Ubuntu

    If you're trying to run adb from a shell why don't you just:

    cd <android-sdk directory>
    cd platform-tools
    ./adb kill-server
    ./adb start-server
    ./adb shellI you see a # sign then you're in.
  5. [SOLVED] Re: Lost files on USB stick, is there any hope?

    try scalpel

    type "apt-get isntall scalpel" (without the quotes) in your favorite search engine
    and you'll find everything you need to know.
Results 1 to 5 of 5