Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. [ubuntu] Re: How to set up security for NFS server?

    Could you not just use an ssh tunnel.

    Places > Connect to server
    service type > ssh

    This would open up a nautilus window of your folder which you could bookmark

    You would of course need to...
  2. [SOLVED] Re: Huawei E160 with Lucid - still not working permanently

    Thanks guys. I'm working now too. E169g

    After following to many different guides, I ended up here.

    I did reinstall usb-modeswitch and modemmanager


    lsusb | grep -e "modem"

    Bus 003...
  3. [ubuntu] Re: Is it possible to upgrade Feisty to something newer?

    sudo ./dist-upgrade.py --frontend=DistUpgradeViewText
  4. [ubuntu] Re: Is it possible to upgrade Feisty to something newer?

    I resently did a Hardy to Jaunty upgrade, It might just work for you.


    Ubuntu 8.04 to 9.04 Upgrade

    https://help.ubuntu.com/community/JauntyUpgrades/Kubuntu/8.04...
  5. [ubuntu] Re: VNC as different user or as user logged in?

    ssh into server


    sudo x11vnc -auth /var/lib/gdm/:0.Xauth -display :0


    this will start up a vnc gdm login screen.


    from your client
  6. Replies
    2
    Views
    6,441

    Re: Ubuntu 9.04 PPC

    mis-typed link

    http://cdimage.ubuntu.com/ports/releases/9.04/release/
  7. Replies
    4
    Views
    732

    [ubuntu] Re: 3G internet with Flying-HOT

    type lsusb in terminal


    lsusb

    and post the result.
  8. Replies
    23
    Views
    1,399

    [ubuntu] Re: Nvidia Graphics Problems

    This what I would do


    1) remove 180.44 with envyng

    2) fix the CD-ROM thing

    3) install nvidia-glx-180 with apt-get

    4) enable 3d with Preferences > appearance
  9. Replies
    26
    Views
    973

    [ubuntu] Re: package manager help!!

    sudo mv /etc/apt/sources.list.d/medibuntu.list /etc/apt/sources.list.d/medibuntu.list.broken
    sudo apt-get update
  10. Replies
    1
    Views
    357

    [ubuntu] Re: System will not play DVD's.

    You might need to install some software to read comercial DVD's
    There are legal reasons why Linux doesn't distribute it by default.
    One method is this



    sudo "echo activate sudo"

    sudo wget...
  11. Replies
    7
    Views
    1,169

    [kubuntu] Re: NFS file sharing problem

    Trailing slashes ???
    i.e.
    /home/martin/Pictures *(rw,async,all_squash)
  12. [ubuntu] Re: aiptek pen cam broken after intrepid upgrade doesn't register /dev/video* device

    repeat entry
  13. [ubuntu] Re: aiptek pen cam broken after intrepid upgrade doesn't register /dev/video* device

    I had the same problem, it affected my STV0680 USB Camera and my SAA7130 tv card, both were detected but no /dev/video*.

    Just had kernel update. now 2.6.27-7-generic. All seems fine (I haven't...
  14. [kubuntu] Re: Insatlled kubuntu.. but I can't get to it!

    It look as if you want to do the grub setup to hd2 as this is the windows start drive.

    or Use the Bios boot order and change the Hard Drive order, if it lets you.

    I noticed that the menu says...
  15. [kubuntu] Re: Insatlled kubuntu.. but I can't get to it!

    can you post these outputs

    sudo fdisk -l # list the partition table


    and

    cat /boot/grub/menu.lst
  16. Thread: Gimp 2.6

    by dougfractal
    Replies
    1
    Views
    513

    Re: Gimp 2.6

    visit getdeb

    or


    echo "deb http://ubuntu.org.ua/ getdeb" | sudo tee -a /etc/apt/sources.list

    sudo apt-get update
    sudo apt-get install gimp
  17. [ubuntu] Re: Firefox 3.1 beta 1 is out, how do I install it?

    sudo echo "activate sudo"


    echo "deb http://ppa.launchpad.net/fta/ubuntu hardy main
    deb-src http://ppa.launchpad.net/fta/ubuntu hardy main" | sudo tee -a /etc/apt/sources.list
    sudo apt-get...
  18. Replies
    5
    Views
    373

    Re: Using nano in a nautilus script

    This doesn't really answer you, because it is not passing the file name to nano, but it does open nano.


    #!/bin/sh
    gnome-terminal -e "nano $1 >> ~/nano_results"
  19. Replies
    5
    Views
    373

    Re: Using nano in a nautilus script

    I'm not sure what you mean.

    A Launcher script that you can drag a file onto to open?

    You might have to launch a terminal shell before starting nano.

    What sort of things to be in the...
  20. Replies
    5
    Views
    373

    Re: Using nano in a nautilus script

    Hi

    I use sed or tr to change files


    cat infile | tr "\n" " " > outfile # change \n to space

    sed -i -e "s/\n/ /g" inoutfile # change \n to space
  21. Replies
    7
    Views
    687

    [ubuntu] Re: GIMP - it's got me beat!

    pixel2life is a great tutorial site

    http://www.pixel2life.com/tutorials/Gimp/All/


    Did you set the source position first Ctrl+click
  22. Re: HOWTO: enable 3d acceleration w/ Rage Mobility (mach64)

    "ATI Technologies Inc Radeon Mobility M6 LY" I'm faily sure this isn't a mach64 card.
    try http://ubuntuforums.org/showthread.php?p=3818042

    also look in the
    less /var/log/Xorg.0.log
    an...
  23. Re: POSSIBLE SOLUTION to enable 3d acceleration w/ Rage Mobility (mach64) (ONLY GUTSY

    Hi nail.tw
    fps:181 is fairly average for your card, the best i have seen is 257fps.
    But your GUI shouldn't be slow. how was it with the live CD?
    You could reduce your defaultdepth 16 in the...
  24. Re: HOWTO: enable 3d acceleration w/ Rage Mobility (mach64)

    xf86-video-ati-6.6.192 is last years ati driver (june 2006) download the 6.7.192 or 6.7.195 from web site

    hope that works for you.
  25. Re: HOWTO: enable 3d acceleration w/ Rage Mobility (mach64)

    lobiik please try this link as your drm is from 03/04/2006
    use the git version
    http://ubuntuforums.org/showpost.php?p=3264969&postcount=6
Results 1 to 25 of 67
Page 1 of 3 1 2 3