Search:

Type: Posts; User: Darwin Award Winner; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Replies
    138
    Views
    167,899

    Re: SSHFS AUTOmount on Feisty

    If you're getting private key password prompts, then you have a problem with your provate keys. There are already enough howtos on the internet for setting up keys, and my howto here doesn't cover...
  2. Replies
    138
    Views
    167,899

    Re: SSHFS AUTOmount on Feisty

    If you follow the howto as written, then sshfs shares should be unmounted when suspending or hibernating. If not, then your computer may not be explicitly disconnecting from the network before going...
  3. Replies
    138
    Views
    167,899

    Re: SSHFS AUTOmount on Feisty

    Adding 'gvfs-mount' to your startup programs is an acceptable solution, but be aware that if your computer frequently disconnects and reconnects to the network, you will have to manually remount your...
  4. [all variants] Re: HOWTO: Replaygain your whole music library

    plac is one of them. Just look through the whole file for lines that say "import." Those are all the modules that you need. They might not all be in the Ubuntu repos, so you might have to install...
  5. [all variants] Re: HOWTO: Replaygain your whole music library

    I've added a --dry_run option to the script, so now you can test it without worrying about destroying your files.

    Anyway, download it from GitHub, put it in your $PATH, and run it with your music...
  6. [all variants] Re: HOWTO: Replaygain your whole music library

    I already use my script on my own library, since this is why I originally wrote it. It works for me. Secondly, I have since moved the code to GitHub, where you can always find the latest version. The...
  7. Replies
    138
    Views
    167,899

    Re: SSHFS AUTOmount on Feisty

    joe4379, I should warn you that sshfs can be unreliable under heavy load. If it works for you, then go for it. But don't be surprised when it randomly hangs or disconnects.
  8. [all variants] Re: HOWTO: Replaygain your whole music library

    Here is another script to do the same thing, only using Gstreamer. It also required quodlibet to be installed, because it uses quodlibet's awesome tagging tools to write the replaygain tags. I am...
  9. [SOLVED] Re: Network Manager is sometimes disabled on startup

    That doesn't solve exactly the same problem. The problem I am talking about is when the option to "Enable Networking" is unchecked in the right-click menu of the network applet in the panel. That is,...
  10. [SOLVED] Network Manager is sometimes disabled on startup

    If you sometimes have to manually enable networking after a reboot of your computer, you can follow the steps here to force your computer to re-enable networking at every reboot.

    First, you'll...
  11. [all variants] Re: HOWTO: Replaygain your whole music library

    That depends on the behavior of the individual format-specific replaygain tools. For example, mp3gain never needs to recalculate replaygain. I believe most of them do not need to recalculate.
  12. [all variants] Re: HOWTO: Replaygain your whole music library

    If you manage to work your way through the gain_general function, you'll see that it selects only one of either track or album gain, not both. Basically, it always does per-track gain unless the...
  13. Replies
    138
    Views
    167,899

    Re: SSHFS AUTOmount on Feisty

    That's the joke. I originally came up with it when playing online shooting games -- the kind where your average lifespan is measured in seconds.
  14. [SOLVED] Re: Network Manager will not auto-connect to new network after resume

    I don't think that anything I've described here could possibly fix suspend or hibernate. The script as I have written it doesn't even do anything at all until after the computer has already suspended...
  15. [SOLVED] Network Manager will not auto-connect to new network after resume

    The Problem

    Hi all,

    I recently fixed an annoying problem and I thought it would be nice to share my solution here. The problem was that after a cycle of suspend/resume, Network Manager would...
  16. [ubuntu] Re: HOWTO: Clean deleted files from F-Spot database

    I haven't used F-Spot in a long time, but you can look at the beginning of the script to see all the modules that it uses. If you just search for a package containing "perl" and the words that make...
  17. Replies
    9
    Views
    3,873

    Re: .deb from python source

    There's also stdeb, which adds a setup.py command bdist_deb which you can use to build a deb file as easily as an rpm or tarball.

    Just install stdeb, and add the following to ~/.pydistutils.cfg so...
  18. [all variants] HOWTO: Replaygain your whole music library

    If you're looking for a way to add replay gain tags to all of your music all at once, especially if your music collection consists of multiple file formats, this HOWTO will describe two ways to do...
  19. Replies
    10
    Views
    4,257

    [ubuntu] Re: Firefox + YouTube = Lag.

    I have no idea. The concept is to remove flash from the situation. If that removes the lag, then flash was the culprit. Otherwise, something else is causing your lag.

    If you just want to remove...
  20. Replies
    10
    Views
    4,257

    [ubuntu] Re: Firefox + YouTube = Lag.

    If you're familiar with Greasemonkey, you might try the Youtube Without Flash userscript combined with the mozilla-mplayer package. This will allow you to do almost anything the original flash player...
  21. [ubuntu] HOWTO: Clean deleted files from F-Spot database

    If you have ever moved your photos around before, you may have had problems with F-Spot keeping the old locations in its database. I wrote a perl script to solve this problem, because the existing...
  22. Replies
    138
    Views
    167,899

    Re: SSHFS AUTOmount on Feisty

    Yes, I need to update this setup. I had been meaning to set up a solution that used gvfs (GNOME Virtual File System) instead of sshfs, but the gvfs implementation of sftp has not worked consistently...
  23. Replies
    138
    Views
    167,899

    Re: SSHFS AUTOmount on Feisty

    The default Ubuntu configuration executes these scripts at the appropriate times. I haven't messed around with it lately, but if I recall correctly, the component responsible for executing the...
  24. Replies
    138
    Views
    167,899

    Re: SSHFS AUTOmount on Feisty

    Did you make sure to mark the scripts executable?

    You can test things by makeing some scripts in those directories called 50-test-script.sh with the following contents:

    date >> /tmp/if-test.log...
  25. Replies
    138
    Views
    167,899

    Re: SSHFS AUTOmount on Feisty

    The scripts in the directory /etc/network/if-up.d should be run right after a network connection is established. Likewise, the scripts in /etc/network/if-down.d should be right right before a...
Results 1 to 25 of 74
Page 1 of 3 1 2 3