Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    8,694
    Views
    545,454

    Re: Are you a thread killer?

    This thread is still going!!!
  2. Replies
    27
    Views
    1,387

    [SOLVED] Re: restart/shutdown

    This may not work but it is worth a try:

    Run the command

    sudo visudo

    then add the lines:

    Cmnd_Alias SHUTDOWN_CMDS = /sbin/shutdown, /sbin/halt, /sbin/reboot
  3. [ubuntu] Re: Multiple users, administrator and rights...

    Have a look at:
    https://help.ubuntu.com/community/Sudoers

    In your case I would set up the second account on the laptop (in this case your daughters) with sudo rights for apt-get, aptitude and...
  4. Thread: disk partition

    by tarps87
    Replies
    7
    Views
    5,999

    [ubuntu] Re: disk partition

    Did you delete the partition or try and resize it?
  5. [ubuntu] Re: I get "terry@terry-oem:~$" whe I boot up, What happened to the desktop?

    If this does not work you have probably installed the restricted/closed source version on the driver in which case I would suggest trying

    sudo dpkg-reconfigure xserver-xorg
    This should get you...
  6. [ubuntu] Re: I get "terry@terry-oem:~$" whe I boot up, What happened to the desktop?

    Try

    startx

    Also please can you post the exact message that you see, I believe the usage of start has changed in later Ubuntus
  7. Thread: firefox 3.6.13

    by tarps87
    Replies
    9
    Views
    727

    [SOLVED] Re: firefox 3.6.13

    Are you using full screen mode
  8. Replies
    8,694
    Views
    545,454

    Re: Are you a thread killer?

    Who said it was made of metal :)
  9. Replies
    8,694
    Views
    545,454

    Re: Are you a thread killer?

    matt_symes is not in the sudos file, this indecent will be reported
  10. Thread: why?

    by tarps87
    Replies
    14
    Views
    1,102

    [ubuntu] Re: why?

    In that case you are not using the latest version or it is using a different software repository, I would suggest asking on the ultimate edition forum about this.
    My personal suggestion would be to...
  11. Replies
    8,694
    Views
    545,454

    Re: Are you a thread killer?

    How about w-bombs?
  12. Thread: why?

    by tarps87
    Replies
    14
    Views
    1,102

    [ubuntu] Re: why?

    (Based on an official Ubuntu release)

    The first user you create will have su powers unless you have disabled them, root is disabled in Ubuntu hence the reliance on sudo.

    To install java
    ...
  13. Replies
    34
    Views
    2,359

    [ubuntu] Re: USB Drive Unrecognised

    Never used the Disk Utility but definitely agree with gparted



    That's good to hear, I still have not got a clue why this happened in the first place though
  14. Replies
    34
    Views
    2,359

    [ubuntu] Re: USB Drive Unrecognised

    Based on the screenshot you can ignore my instructions, it look like your partition table has been corrupted. Based on you already using this disk it must have been formatted a one stage.
    It may be...
  15. Replies
    34
    Views
    2,359

    [ubuntu] Re: USB Drive Unrecognised

    I was thinking a reformat maybe but I am not confident which drive is the correct one or if the data is important. It is certainly worth trying to detect it using the disk utility tool
  16. Replies
    34
    Views
    2,359

    [ubuntu] Re: USB Drive Unrecognised

    Ok this is strange now, it looks like this drive is formatted for a Linux install. Did you try this on another machine?

    Could you try this again:

    sudo mkdir /media/sdg
    sudo mount /dev/sdg1...
  17. Replies
    34
    Views
    2,359

    [ubuntu] Re: USB Drive Unrecognised

    Interesting, what is the output of

    sudo fdisk -l /dev/sdg
    Assuming you have not disconnected the drive

    It appears that the drive is detected correctly, I do not understand why fdisk -l did not...
  18. Replies
    8,694
    Views
    545,454

    Re: Are you a thread killer?

    You going to share the popcorn? :)
  19. Replies
    34
    Views
    2,359

    [ubuntu] Re: USB Drive Unrecognised

    It looks like it is being recognised, just not as a hard drive. After plugging the drive type

    dmesg | tail
    and post the output here, this should show us what the machine does when it detects the...
  20. Replies
    34
    Views
    2,359

    [ubuntu] Re: USB Drive Unrecognised

    Right let clear things up. If your card reader is an external reader please disconnect it.
    Disconnect the usb drive and run

    lsusb
    Now plug the hard drive in and type lsusb again

    lsusb
    ...
  21. Replies
    34
    Views
    2,359

    [ubuntu] Re: USB Drive Unrecognised

    I'm afraid I am going to use that word again, can you post the output of mounting it manually

    fdisk -l
    Find drive location e.g. /dev/sdb

    sudo mkdir /media/usbhere
    sudo mount /dev/sdb1...
  22. Replies
    8,694
    Views
    545,454

    Re: Are you a thread killer?

    Surely the community should?
  23. Replies
    8,694
    Views
    545,454

    Re: Are you a thread killer?

    son
  24. Re: I installed arch, need to install E17 and create a new user

    To create a new user:

    adduser <username>

    For the desktop environment try looking here:
    http://wiki.archlinux.org/index.php/Beginners%27_Guide#Step_2:_Install_a_Desktop_Environment

    In short...
  25. Replies
    30
    Views
    3,040

    [SOLVED] Re: ubuntu server usb wireless adapter config

    You can use more or less

    lsusb | more
    and enter to scroll down
    or

    lsusb | less
    For the manual

    man less
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4