Search:

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

Search: Search took 0.23 seconds.

  1. Replies
    609
    Views
    518,885

    Re: Howto: Fix Windows share browsing issues

    > Problem 3 - Part 2
    > You'll also have to install the winbind daemon in order to resolve hostnames. This is easily done with the following command:
    > Code:

    > sudo apt-get install winbind

    As...
  2. Re: Script to tramsfer random songs to portable media device

    Fill my MP3 player one-liner:

    find ./ -iname '*.mp3' | sort -R | while read fn ; do if ! cp -v "$fn" /media/disk ; then rm "$fn" && break ; fi ; done


    Find all .mp3 files in the current...
Results 1 to 2 of 2