Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    3,390

    Poll: Re: HOWTO: Using ompload

    Glad you like it :)
  2. Replies
    9
    Views
    3,390

    Poll: Re: HOWTO: Using ompload

    Major Bugfixes.
  3. Replies
    12
    Views
    1,472

    [all variants] Re: Script to check for new nVidia releases

    Here's the most recent review:



    #!/bin/bash
    set +x
    # -------------------------------------------------------------------
    #
    # Shell program to check for new nvidia drivers.
    #
  4. Replies
    2
    Views
    6,670

    Poll: Re: HOWTO: set up gajim for any IM protocol

    updated
  5. Replies
    20
    Views
    10,584

    Poll: [all variants] Re: Conky gmusicbrowser script

    You're welcome :)

    Just a quick answer, but this solution would require the nowplaying plugin again. I don't know if the URI to the albumcover is reported in dbus... If so, this would be pretty...
  6. Replies
    8
    Views
    779

    [ubuntu] Re: put .iso to usb drive

    It didnt work properly for some distributions i tried. Probably because there are different FS used for the LiveCDs (like squashfs, casper, isolinux...)
    I found it doesn't work properly for LiveCDs...
  7. Replies
    8
    Views
    779

    [ubuntu] Re: put .iso to usb drive

    Hello.

    Unetbootin doesnt work properly.

    Easier to mount the iso, copy the files over to the stick you want to use, and finally use syslinux to make it bootable.

    You should see a folder...
  8. Replies
    28
    Views
    1,246

    [ubuntu] Re: understanding the filesystem

    Actually not no.

    But I haven't been running ubuntu for some time now, guess I can't help you there.
  9. Replies
    28
    Views
    1,246

    [ubuntu] Re: understanding the filesystem

    lsusb= list usb devices

    So, if it appears in lsusb, it did already appear in your system

    *edit*
    CLI = Command Line Interface

    so, typing any of the commands into a terminal will do what the...
  10. Replies
    28
    Views
    1,246

    [ubuntu] Re: understanding the filesystem

    Here's a wallpaper with the most common commands. ask google for cheatsheets to find more.

    http://omploader.org/vMm05Nw
  11. Replies
    12
    Views
    1,472

    [all variants] Re: Script to check for new nVidia releases

    Ahh, it's ok, actually, I even have to thank you :D

    There hasn't been too much going on in here anyway ^^
  12. Replies
    12
    Views
    1,472

    [all variants] Re: Script to check for new nVidia releases

    I'm usually using the latest drivers available, at the moment this is 190.32
    But I'm not running ubuntu, so I don't know which fix or improvement your hoping for.

    But, as altering the driver...
  13. Replies
    12
    Views
    1,472

    [all variants] Re: Script to check for new nVidia releases

    Nope, just checks for new drivers. Useful if you get stuck in a shell and don't like lynx or w3m or so to figure out how the download url is.

    Actually, the nVidia driver doesn't have to many...
  14. Replies
    12
    Views
    1,472

    [all variants] Re: Script to check for new nVidia releases

    Thx to coz_ who told me uname -m isn't working for 32bit archs.
    Here's the updated version (if anybody is using ia64, i would appreciate if you would let me know what `uname -m` returns so I can add...
  15. Replies
    2
    Views
    6,670

    Poll: Re: HOWTO: set up gajim for any IM protocol

    Hmm, although this obviously hardly bothers anyone (- I actually wonder why -) I decided to take another shot on explaining some further usage possibilities.

    This second part deals with a Jabber...
  16. Replies
    4
    Views
    354

    [all variants] Re: easy question, profile location

    Hi.

    .d directories (or more likely, the files inside) are sourced in the matching file.

    So, /etc/apt/sources.list.d/bla.list will be sourced in /etc/apt/sources.list
  17. Replies
    634
    Views
    107,987

    Re: Gloobus, a QuickLook for linux

    Hello.

    Sry, I didn't find much time the last couple of days, I'm gonna take a look into this.

    Thanks, seems like we got this going :)
  18. Replies
    15
    Views
    3,738

    [ubuntu] Re: Text Mode Screen Resolution

    So you want something like

    http://www.ubuntu-pics.de/thumb/23495/shot_34_4nK7Gu.png
    This?

    It is possible, yes. But I'm usually trying to avoid booting, so I dont care, cause at best I will see...
  19. Replies
    15
    Views
    3,738

    [ubuntu] Re: Text Mode Screen Resolution

    Alright, it's probably easiest to implement some generic code you can easily refer to later on.

    Here's an example I have in my bashrc


    # ======== Custom prompt
    # Define colors for readability...
  20. Replies
    12
    Views
    1,472

    [all variants] Re: Script to check for new nVidia releases

    Hello.

    Although obviously nobody uses it, I've been bored and completely rewritten it.
    Should be a lot better now, so I gonna remove the old version.

    Here's 0.0.2:
    *outdated*
    Enjoy.
  21. Replies
    4
    Views
    561

    [SOLVED] Re: bash script help

    foo=`pgrep $1`
    for $foo; do kill -9 $foo; done

    make a little script with something like the above and place it in ~/bin.

    But it's probably easier using pkill ^^ which does exactly that.
  22. Replies
    15
    Views
    3,738

    [ubuntu] Re: Text Mode Screen Resolution

    Hi.

    It's not 323 but 0x323

    Thats the hexadecimal notation.

    vga=0x323

    *edit*
    @bashrc
  23. Replies
    634
    Views
    107,987

    Re: Gloobus, a QuickLook for linux

    Hello.

    I'm gonna take this thread to inform you what I'm currently doing so we can keep in touch.
    You may add me in jabber if you have it. If not there's a link in my sig how you can set it up...
  24. Replies
    634
    Views
    107,987

    Re: Gloobus, a QuickLook for linux

    Hi,

    here's a draft.
    http://omploader.org/vMjk4OQ

    I wrote comments into the Readmes in each folder.

    It's by no means complete, but should give you a base to start from.

    I'm gonna...
  25. Replies
    634
    Views
    107,987

    Re: Gloobus, a QuickLook for linux

    Yes, I've seen that 0.02 and 0.03 are obsolete but just after I already finished writing the spec.

    I'm gonna take a look into 0.4 when I find some time this week and let you know then.

    And yes,...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4