Search:

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

Search: Search took 0.15 seconds.

  1. Replies
    1
    Views
    855

    [ubuntu] Re: Adobe Air and Tweetdeck

    get it from here:http://get.adobe.com/air/

    then on a terminal


    chmod +x AdobeAIRInstaller.bin
    sudo ./AdobeAIRInstaller.bin

    done.
  2. [ubuntu] Re: usb hard drive problems: "reset high speed USB device using ehci_hcd"

    I have the same problem with another device:


    Dec 22 23:13:50 bdesk kernel: [ 3980.490018] usb 1-1: new high speed USB device using ehci_hcd and address 5
    Dec 22 23:13:50 bdesk kernel: [...
  3. Replies
    3
    Views
    10,509

    [SOLVED] Re: Compaq Mini 110c

    Now everything works :)

    steps:
    1. install latest ubuntu netbook remix (9.04)
    2. video, wifi and Fn keys are working out of the box
    3. download NIC driver http://partner.atheros.com/Drivers.aspx...
  4. Replies
    3
    Views
    10,509

    [SOLVED] Compaq Mini 110c

    Hi,
    I have installed Ubuntu 9.04 Netbook Remix on Compaq Mini 110 , here there
    is the lspci :


    00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)...
  5. [all variants] Re: Please fix ATI Drivers, or at least give us one that works !

    hi,
    here there are some useful tips :
    http://wiki.cchtml.com/index.php/Ubuntu_Jaunty_Installation_Guide

    Fil
  6. [ubuntu] Re: How to burn music files (mp3, ogg...) according to a playlist (m3u, pls...)

    my suggestion is for burn a mp3 Cd from a .3mu playlist file.

    Probably what you need is batch renaming , ex :

    http://ubuntuforums.org/showthread.php?t=629060&highlight=batch+rename+prefix

    ...
  7. [ubuntu] Re: How to burn music files (mp3, ogg...) according to a playlist (m3u, pls...)

    Hi,
    save your playlist as .m3u and then :



    sed '/^#/d' MyPlayListFile.m3u | tr '\n' '\0' | xargs -0 k3b --datacd

    or if you prefer Brasero
  8. Re: Tool to find duplicate photos with different names?

    suppose you have a lot of pictures in /home/filippo/Photos/
    make the directory /home/filippo/duplicates/



    fdupes -r -f -1 /home/filippo/Photos/ > /home/filippo/Photos/duplicates.txt

    cat...
Results 1 to 8 of 8