Search:

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

Page 1 of 2 1 2

Search: Search took 0.21 seconds.

  1. Thread: Network manager

    by pebo
    Replies
    5
    Views
    520

    [gnome] Re: Network manager

    Or you could try running
    nm-applet &in a terminal, then go to System -> Preferences -> Startup Applications and tick the nm-applet check box to have it autostart on boot
  2. Thread: NFS Question.

    by pebo
    Replies
    4
    Views
    745

    [SOLVED] Re: NFS Question.

    Sounds like you don't need a hard disk on the client at all - you could try creating a thin client network like this ;)
  3. [other] Re: Public Open-Source License- Creative Arts Production Question.

    The non-commercial licence sounds like what you are looking for...
    http://creativecommons.org/about/licenses/
  4. Replies
    7
    Views
    698

    [ubuntu] Re: Command to see what my rtl chipset is please

    lspci | grep Networkshould give you your wireless

    lspci | grep Ethernetshould give you your ethernet
  5. Replies
    9
    Views
    1,536

    [SOLVED] Re: Unable to connect to the internet

    Yep,
    rm /var/lib/NetworkManager/NetworkManager.stateworked for me. Cheers!
  6. Replies
    9
    Views
    1,536

    [SOLVED] Re: Unable to connect to the internet

    No I don't think it's a noobish question. I too have an eeepc901 and have lost networking. I'm using kubuntu 10.04, knetworkmanager tells me "Network management disabled".
    Pinging the router...
  7. Replies
    5
    Views
    1,308

    [ubuntu] Re: alias disappearing

    You can
    source ~/.bashrc
    as well to save logging out ;)
  8. Replies
    1
    Views
    523

    [ubuntu] Re: X Not Using Options in xorg.conf

    That manual page is out of date. If you run
    man intelin a terminal you will see that there is no longer the "XAA" option. There have been many changes to the intel driver recently and options such...
  9. Replies
    2
    Views
    377

    [ubuntu] Re: How do I get grub to run a second grub

    Your ubuntu grub was probably written to (hd0) and was overwritten by fedora. If you haven't changed your ubuntu /boot/grub/menu.lst you could try putting
    title Other Linux
    root (hd0,5)
    configfile...
  10. Replies
    7
    Views
    804

    [ubuntu] Re: iTunes problem in WINE

    Well if you get impatient, why not install virtualbox and then install itunes in your virtual machine. For usb support you will need to use the PUEL version.
  11. Replies
    1
    Views
    285

    [ubuntu] Re: How to change MP3 Setting using Terminal

    sudo apt-get install id3toolI haven't tried it but it should do what you want ;)
  12. [ubuntu] Re: Getting block regardsless of right/wrong login-data (SSH)

    Have you edited /etc/hosts.allow? Mine looks like this:
    sshd: ALL: ALLOWand /etc/hosts.deny:
    ALL: ALL: DENY
  13. Replies
    4
    Views
    8,866

    [ubuntu] Re: bitstream vera sans mono gone in 9.10

    ttf-dejavu: font family based on the Bitstream Vera Fonts with a wider range of characters

    dejavu-sans-mono is a drop-in replacement
  14. Replies
    2
    Views
    468

    [SOLVED] Re: spell check broken in oo 3 writer

    Think it's a bug. ooo3.1.1 in arch and sidux both have broken spell checking and I suspect in my kubuntu too :roll:
    Downloading ooo3.2 now in arch - I'll let you know if it's fixed in a bit...
  15. Replies
    2
    Views
    373

    [SOLVED] Re: What is a "resume device"?

    If you suspend to disk (ie hibernate) the contents of memory are written to hard disk, usually your swap partition. When you reboot the initramfs looks for a resume image there and reloads it into...
  16. Thread: Pine question

    by pebo
    Replies
    3
    Views
    571

    [SOLVED] Re: Pine question

    Try this:
    sudo apt-get install alpinealpine is an updated version of pine.
  17. Replies
    8
    Views
    538

    [ubuntu] Re: How to let an app run everytime at start up?

    This link explains a bit about the linux file structure
  18. Replies
    5
    Views
    672

    [ubuntu] Re: Two mounting questions

    For Q2, you can use sshfs to mount your share to a mount point in your home directory.
  19. [ubuntu] Re: Creating swap file on partition OTHER than /home

    As far as I can tell you can create a swap file wherever you want in the filesystem - see this link. Just make the file on your files partition, instead of "/mnt/512Mb.swap" in the example.
  20. [ubuntu] Re: can see network computers by IP addr, but not by name

    You should be able to permanently assign an ip address to the client machines in your router - it's called fixed mapping under DHCP server in mine.
    HTH
  21. Replies
    10
    Views
    776

    [ubuntu] Re: Viewing Ubuntu Files From Within Windows

    The ext2ifs driver for windows works perfectly for my ext3 partitions.
  22. Replies
    1
    Views
    1,772

    [ubuntu] Re: unable to read inode

    Try booting into a live cd and running e2fsck (assuming you are using ext2 or ext3) on the drive in question. If that doesn't fix any errors then it looks like you have a hard disk failure on your...
  23. Replies
    8
    Views
    540

    [kubuntu] Re: iso will not load...

    Yeah, if you mounted the iso as in my instructions
    sudo umount /mnt/image
    Then I would use k3b to burn it to cd (Tools>Burn CD Image)
    hth
  24. Replies
    8
    Views
    540

    [kubuntu] Re: iso will not load...

    Try this:

    sudo mkdir /mnt/image

    sudo mount -t iso9660 -o loop /path/to/image.iso /mnt/image
    Open /mnt/image in your file manager
    hth

    edit: don't forget to umount image when finished...
  25. Replies
    7
    Views
    3,939

    [ubuntu] Re: Cannot disable internal microphone

    In a terminal, type
    alsamixer
    Tab across till you reach "mic". Toggle mute using "m".
    hth
Results 1 to 25 of 45
Page 1 of 2 1 2