Results 1 to 5 of 5

Thread: new to ubuntu alot of success some questions

  1. #1
    Join Date
    Jan 2011
    Beans
    13

    new to ubuntu alot of success some questions

    I wanted a winter time computer project and came across a gateway laptop that had the hard drive ripped out and damage to the mobo.. $30 later and i was on my way to ubuntu... managed to burn a cd from other laptop and did install on a 4 gig flash drive and it is purring away.. I found alot of help and finally got java 6u23 up and running. When i started playing pogo my laptop would overheat and shut off 85c warning. i figured out how to run sensors, but i couldn't get fan speeds.. just temp. I gave up and got a $15 cooling pad and run a constant 35c now.. I would like to have a better idea of stats tried to run lm-sensors or sensor detect but got no where.. how exactly do i get to root in terminal? I think i'm going to upgrade from 1 to 2 gig memory I assuming linux should have a vast improvement in speed? I have a dual core t2050 should i consider upgrading to the 64 bit version or will i have more problems than its worth? I do have to say i think i am done with windows. Any thoughts ideas thanks...

  2. #2
    Join Date
    Jan 2011
    Beans
    13

    Re: new to ubuntu alot of success some questions

    I forgot a few things.. i got java to work with firefox but not with chromium.. can't figure out the plug in.. Also when screen goes darkish does that mean memory is running swapfile?

  3. #3
    Join Date
    Feb 2008
    Location
    Phoenix, Arizona
    Beans
    862
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: new to ubuntu alot of success some questions

    Do not go to the 32-bit version, you will not see a huge improvement in speed in most cases. It sounds like you have enough challenges now.

    When the screen goes gray it means that application is temporarily frozen or busy.

    When you are in a terminal session to run any command as root you preface it with sudo

    I believe that if you type "sudo -i" it means your entire terminal session will be as root.
    If variety is the spice of life, monotony must therefore be the kiss of death.

  4. #4
    Join Date
    Apr 2006
    Beans
    800
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: new to ubuntu alot of success some questions

    Quote Originally Posted by krismx6920 View Post
    I forgot a few things.. i got java to work with firefox but not with chromium.. can't figure out the plug in.. Also when screen goes darkish does that mean memory is running swapfile?
    I think chromium may have a problem with the default installed java browser plugin (IcedTea).
    You can try to replace IcedTea with Sun Java browser plugin. In Lucid and later you do this:
    1. Start a terminal (Applications > Accessories > Terminal)
    2. Remove IcedTea:
    Code:
    sudo apt-get remove icedtea6-plugin
    3. Enable Partner repository (NOTE: replace lucid below with maverick if that's your Ubuntu version):
    Code:
    sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
    4. Update repositories:
    Code:
    sudo apt-get update
    5. Install Sun Java browser plugin:
    Code:
    sudo apt-get install sun-java6-plugin
    6. Restart your browser and you can go to http://javatester.org to see your current Java browser plugin version.

  5. #5
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: new to ubuntu alot of success some questions

    Quote Originally Posted by pbpersson View Post
    When you are in a terminal session to run any command as root you preface it with sudo

    I believe that if you type "sudo -i" it means your entire terminal session will be as root.
    This works to:

    Code:
    sudo su
    Open Synaptics Package Manager (System >Admin), search for and install 'ubuntu-restricted-extras'. That will install java and a whole lot of other goodies properly. You shouldn't need to install much manually at all nowadays.

    The cooling pad is a stop gap measure. The machine shouldn't be that hot without one. Have a read of this page and check if your machine has the problem:

    Go to the section marked: Now to determine whether you actually suffer from this problem

    http://ubuntuforums.org/showthread.php?p=5031046

    Welcome and glad you're enjoying your new OS. Lot of us here sure do! (Obviously!)
    Last edited by Bucky Ball; January 10th, 2011 at 11:09 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •