Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    27
    Views
    1,314

    Re: Firefox video problem

    can you post here a screen shoot of your firefox adds on? do you have something like this ?
  2. Replies
    74
    Views
    5,437

    Re: Proposed end of Ubuntu 32 bit images

    can someone tell me what benefit would bring dropping down the 32bit support? to the community and to the developers?
  3. Replies
    27
    Views
    1,314

    Re: Firefox video problem

    try this:


    sudo apt-get remove flashplugin* && sudo apt-get update
    sudo apt-get install flashplugin-installer

    does this solve the issue?
  4. Re: simple scan doesn't want to scan with my scanner

    did you check this first? http://ubuntuforums.org/showthread.php?t=1595801
  5. Re: How is this possible? (Coppied ITB of data on a 32GB USB)

    i am still curious to know what is the exact size of the image since he said there were about 20gb of used storage and he was able to create an image on a 16gb usb drive
  6. Re: How is this possible? (Coppied ITB of data on a 32GB USB)

    could you provide output for :


    du --apparent-size -h * && du -h *
  7. Replies
    3
    Views
    422

    Re: user account login chronologie

    The best way is to use a live cd . Even if you try to delete that log, the delete process will create a new session, which will be recorded. Live cd/USB is the best way to not leave trace of login.
  8. Replies
    3
    Views
    422

    Re: user account login chronologie

    sudo less /var/log/auth.log | grep -e user -e "authentication failure"
    about the camera i don't know... but that d be a good idea...
  9. [SOLVED] Re: I mistakenly purged gsettings-desktop-schemas; how can I recover?

    if you experience problem reinstalling from oyur terminal, i suggest you something chrooting your partition:
    get a live cd and chroot your partition with it and try to reinstall then the purged...
  10. Re: Help with shared folder / acl / permissions

    sudo groupadd sharedGroup
    sudo usermod -a -G sharedGroup rob
    sudo usermod -a -G sharedGroup notrob
    sudo chgrp -R sharedGroup /home/sharing
    sudo chmod 770


    now all the users that will be...
  11. Re: Installing on 1 TB USB Hard Drive. Have a few questions.

    linux is very good with drivers . Even if you install linux into an usb hdd from machine-1 and then plug the usb to machine-2 linux should be able to get the right driver for your hardware at boot...
  12. Replies
    12
    Views
    651

    [ubuntu] Re: How to get rid of or modify boot loaders?

    thanks oldfred. did not know that...
  13. Re: Dual boot win8 and Ubuntu, How to edit grub cfg?

    this will help http://askubuntu.com/questions/100232/how-do-i-change-the-grub-boot-order
    check the dafault entry section
  14. Replies
    6
    Views
    331

    [ubuntu] Re: Booting from USB in 13.10

    this is specific to your computer model . https://help.ubuntu.com/community/MacBookPro8-2/Raring

    or here http://www.makeuseof.com/tag/how-to-boot-a-linux-live-usb-stick-on-your-mac/

    post here...
  15. Replies
    12
    Views
    651

    [ubuntu] Re: How to get rid of or modify boot loaders?

    -----------------------------------------------------------------------edit: not correct info see post below...
  16. Replies
    2
    Views
    949

    [ubuntu] Re: I can't update Ubuntu 12.04 LTS.

    try this (in the termianl,; close update manager)


    sudo mv /var/lib/dpkg/status /var/lib/dpkg/status.bad
    sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status
    sudo dpkg --clear-avail
    sudo...
  17. Replies
    8
    Views
    586

    [SOLVED] Re: No icons after updates installed

    A beta! I would be very carefull installing a beta on my primary system . Anyway hope everything work for the best . Just remember it's still a beta release . so if this is your primary...
  18. Thread: Firefox issue

    by fdrake
    Replies
    2
    Views
    476

    [ubuntu] Re: Firefox issue

    can you tells more about your system (computer cpu/memory?)
    also press "ctrl"+"alt"+"t" (o just run the terminal program) and type (copy paste) this commands:

    uname -a
    firefox -v
    dmesg | grep...
  19. [ubuntu] Re: Black Screen Issue During Installation from Ubuntu bootable USB

    while booting fro the usb , highlight try ubuntu and press f6 and select nomodeset : http://askubuntu.com/questions/152847/how-to-access-boot-options-12-04-live-usb
  20. Thread: Blinking Cursor

    by fdrake
    Replies
    2
    Views
    347

    [ubuntu] Re: Blinking Cursor

    there is no need to be so specific about it. We, all, have been there. Eventually it will get tire to blink! :D
  21. Replies
    5
    Views
    723

    [SOLVED] Re: Auto-mount USB-HD at Startup?!

    paste here your fstab

    cat /etc/fstab
    make sure you respected the spacing between each field.
  22. Replies
    9
    Views
    1,006

    [ubuntu] Re: Cannot boot into ubuntu in UEFI mode

    did you check that your usb files are not corrupted md5 checksum looks ok?
    can you boot into the live cd of ubuntu with nomodeset applied to it?
  23. Replies
    2
    Views
    281

    [ubuntu] Re: embed audio in pdf?

    not directly from Ubuntu! have you tried with wine. Otherwise just dualboot or use virtualbox with adobe.
  24. Replies
    8
    Views
    586

    [SOLVED] Re: No icons after updates installed

    do not think is a video card issue:
    try this

    sudo apt-get -f install && sudo apt-get --reinstall install unity
    unity --reset
    unity --replace
  25. [SOLVED] Re: how do I get a 2ed hard drive to start up when starting the computer.

    for info read https://help.ubuntu.com/community/Fstab

    how about we start with this. Mount the drive by clicking on the icon and then open the terminal run this command and post its output:
    ...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4