Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.20 seconds.

  1. Re: HOWTO: Have firefox open torrents with utorrent

    kde libs slow down the computer.
  2. Re: HOWTO: Have firefox open torrents with utorrent

    You guys don't understand the brilliance of that move. The bittorrent corporation who has absolutely no control over anything in terms of what is shared and what isn't, signs a deal with them saying...
  3. Re: HOWTO: Have firefox open torrents with utorrent

    Did you try my post above his.
  4. Re: HOWTO: Have firefox open torrents with utorrent

    Oh it works for me when I do it even if it is open. You could add a quick test to see if it is running and then if it isn't not to execute the wine "/path/to/utorrent.exe"


    #!/bin/bash
    if [[ !...
  5. Re: HOWTO: Compile DVDStyler 1.5 Final on i386 Feisty

    do the compiling wxsvg stuff step by step and see where the problem is:
    #Compile wxsvg
    echo "Compiling wxsvg..."
    tar xf wxsvg-1.0b7_2.tar.gz
    cd wxsvg-1.0b7_2
    touch NEWS README
    autoreconf...
  6. Re: HOWTO: Compile DVDStyler 1.5 Final on i386 Feisty

    Wrote a script to automate this. Simply get the script below make it executable.

    chmod +x dvdstylerinstall.sh
    And then run it as root

    sudo ./dvdstylerinstall.sh
  7. HOWTO: Have firefox open torrents with utorrent

    hmm
  8. Re: SCRIPT: Get a list of packages you've installed since the initial installation

    That shouldn't be hard, I don't know what you want though. Simply follow the logic of the script figure out what your choices are and then where it says If [ answer = yes ] or whatever, if your...
  9. Re: [howto][feisty] remove kubuntu for pure gnome desktop

    Looks like apt-get is cleaner. Aptitude is too greedy when it comes to dependencies, which could cause problems. The apt-get looks fine and should work. Are you still sure that it removed both the...
  10. Re: Allow Shutdown at end of script (for Non-Root User) vs Sudo timestamp_timeout ?

    On my sudoers file, the syntax is different, I don't know if that is what is prompting you for a password or not but it looks like this.
    username ALL=NOPASSWD: /sbin/shutdown
  11. Re: [howto][feisty] remove kubuntu for pure gnome desktop

    Yeah, you can just replace apt-get with aptitude in that commented line.
  12. Re: [howto][feisty] remove kubuntu for pure gnome desktop

    Could you give me an example of such a program that was removed but is in both ubuntu and xubuntu.
  13. Re: [howto][feisty] remove kubuntu for pure gnome desktop

    When you look at the script, it should only have removed the stuff that was outputted initially

    What it ouputs initially is stuff stored in $UNIQUE (hence the echo $UNIQUE). Then at the bottom...
  14. Re: [howto][feisty] remove kubuntu for pure gnome desktop

    I wrote a little script that allows you to determine the difference between the meta packages. It will find the dependencies of the first meta package, and then subtract the dependencies of the...
  15. Re: HOWTO: Encode video for a Cowon iAudio D2 (MP3 player)

    Those of you who don't want to add automatix and all the baggage that comes with that for such a simple task of adding three packages

    sudo sed -e 's/# deb/deb/g' -e 's/universe$/universe...
  16. Replies
    2
    Views
    554

    Re: Outdated repositories

    1. When updated software is put in the repository, you will be automatically notified via update-manager and it will update.

    2. No it is not a bug, you were probably having connection issues,...
  17. Replies
    2
    Views
    322

    Re: Kernel Installation Question

    The menu.lst is located at /boot/grub/menu.lst.

    Doing sudo update-grub should add that kernel assuming you installed it correctly. Or you can always edit it manually.
  18. Replies
    2
    Views
    272

    Re: Ubuntu Marketing / Usability

    Feisty, which comes out april 19th will be shipped so kind of defeats the purpose now. But also, ubuntu is upgradable, so they could get dapper and then upgrade it to edgy with relative ease.
  19. Replies
    7
    Views
    1,667

    Re: Using bash to grep package updates?

    Ok, so here is what /etc/sudoers (visudo) looks like

    bruenig ALL=NOPASSWD: /home/bruenig/script

    Here is what /home/bruenig/script looks like (slightly modified)

    #!/bin/bash

    if [[...
  20. Replies
    7
    Views
    1,667

    Re: Using bash to grep package updates?

    Cool idea, could you explain the syntax of execi. As in what does the 1800 mean. I assume an interval but maybe not.
  21. Replies
    1
    Views
    1,614

    Re: Intel cards with broken EEPROM / e100 driver

    Pretty sure that will give you a permission denied error. Either

    sudo bash -c 'echo "options e100 eeprom_bad_csum_allow=1" >> /etc/modprobe.d/options'
    or

    echo "options e100...
  22. Re: SCRIPT: Get a list of packages you've installed since the initial installation

    Hmmm, that does appear to happen. I never even considered that. I just assumed that those things would be gone. Such a thing can be fixed though. I have changed the script above.
  23. SCRIPT: Get a list of packages you've installed since the initial installation

    With feisty coming up, those who prefer to fresh install may want to know all the packages you have installed yourself outside of the base installation to allow you to pick up very quickly where you...
  24. Replies
    2
    Views
    1,415

    Re: Scripts for an easier life ...

    1. It is probably best that you just have us run the scripts with sudo, instead of using sudo for all the commands inside the script because that way we don't have to interact with the script as it...
  25. Re: A quick fix for slowdowns on digg with konqueror

    It works in firefox too with the adblock extension. It does mess up the page a little because it isn't downloading that backdrop but it doesn't lose anything important and is much faster, so thumbs...
Results 1 to 25 of 134
Page 1 of 6 1 2 3 4