Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    746

    [ubuntu] Re: can't get location of searched file

    To get the location of a file, use the command "locate":

    locate <filename>
  2. Replies
    3
    Views
    1,310

    [SOLVED] Re: How To Access "Users and Groups"

    I don't know which package holds this, but the executable is "users-admin".
    So if you want to launch it from a terminal:

    gksudo users-admin
  3. Thread: Libreoffice PPA

    by Leppie
    Replies
    21
    Views
    2,462

    [ubuntu] Re: Libreoffice PPA

    to me it looks like 3.5 is already in the ppa:
  4. Replies
    51
    Views
    13,777

    [lubuntu] Re: 10.10 and New VLC 2.0

    Which of the two methods did you use?
  5. Replies
    51
    Views
    13,777

    [lubuntu] Re: 10.10 and New VLC 2.0

    Why don't you compile it yourself?
    The source is here: http://download.videolan.org/pub/videolan/vlc/2.0.0/vlc-2.0.0.tar.xz
    If you install checkinstall, you will get a nice .deb package as well...
  6. Replies
    9
    Views
    694

    [ubuntu] Re: Cannot completely remove MySQL server

    I believe that the initial mysql root password is blank, so if you have never set the password for the mysql root account try the following:

    # mysql -u rootHowever, it looks like mysql is no...
  7. Replies
    9
    Views
    694

    [ubuntu] Re: Cannot completely remove MySQL server

    which root password do you not have? the system one, or the mysql one?
  8. [ubuntu] Re: re-imaged my desktop and lost my Windows 7 partition in grub.

    So probably the menu just stays hidden.
    Could you post your /etc/defaults/grub?
  9. [ubuntu] Re: re-imaged my desktop and lost my Windows 7 partition in grub.

    Do you get the Grub menu at all when booting?
  10. [ubuntu] Re: re-imaged my desktop and lost my Windows 7 partition in grub.

    the following section indicates that windows should still have an entry in the grub menu:

    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows...
  11. [ubuntu] Re: re-imaged my desktop and lost my Windows 7 partition in grub.

    Try the following:

    sudo bash ~/Desktop/boot_info_script060/boot_info_script060.sh
  12. Replies
    11
    Views
    1,484

    [ubuntu] Re: install print driver from .gz file

    Keep us posted.
  13. [ubuntu] Re: re-imaged my desktop and lost my Windows 7 partition in grub.

    Could you download the boot info script and post the generated RESULTS.txt?
  14. Replies
    13
    Views
    634

    [ubuntu] Re: Display Problems

    Is this really all the output you got from that?
    It should like like this:

    lsmod | grep video
    uvcvideo 57559 0
    videodev 70686 1 uvcvideo
    media ...
  15. Replies
    11
    Views
    1,484

    [ubuntu] Re: install print driver from .gz file

    Most of the time, drivers can be compiled from the user's home folder.
    I just downloaded the driver package.
    If you go to the cdroot/ folder, you should issue the following command:

    sudo...
  16. Thread: MySql

    by Leppie
    Replies
    19
    Views
    1,112

    [ubuntu] Re: MySql

    could you post the output of the following command, like Iowan suggested:

    sudo ps -ef | grep mysql
  17. Replies
    13
    Views
    634

    [ubuntu] Re: Display Problems

    try this:

    cat /etc/modprobe.d/blacklist.conf
  18. Replies
    13
    Views
    634

    [ubuntu] Re: Display Problems

    could you post your /etc/modprobe.d/blacklist.conf and the output of the following command:

    ls -al /etc/modprobe.d/
  19. Replies
    11
    Views
    1,484

    [ubuntu] Re: install print driver from .gz file

    the command should be either:

    sudo chown $USER /usr/local/src
    or:

    sudo chown roger /usr/local/src

    However, normally you don't want to change the owner in the /usr folders.
    Is there a...
  20. Replies
    13
    Views
    634

    [ubuntu] Re: Display Problems

    could you post the output of the following commands:

    lshw -c video
    lsmod | grep video
  21. Replies
    13
    Views
    634

    [ubuntu] Re: Display Problems

    Have you tried calibrating your monitor? Usually it has a button for this, or you can find this option in the monitor's menu.
  22. Replies
    16
    Views
    1,197

    [ubuntu] Re: Can't delete folder with Admin account

    yes, good one. not sure why I wrote "gksudo gnome-terminal", must be cos I like the terminal better...
  23. Thread: install package

    by Leppie
    Replies
    5
    Views
    1,053

    [ubuntu] Re: install package

    gdk-imlib11 is only in the Hardy repo. This must be a very old application you're trying to install. http://packages.ubuntu.com/hardy/gdk-imlib11
  24. Thread: MySql

    by Leppie
    Replies
    19
    Views
    1,112

    [ubuntu] Re: MySql

    and
    sudo mysql -h localhost -u root -p?
  25. Thread: MySql

    by Leppie
    Replies
    19
    Views
    1,112

    [ubuntu] Re: MySql

    then it may also be worth trying to login with sudo:

    sudo mysql -h localhost -u root -p
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4