Search Results - JustLinux Forums


Search:

Type: Posts; User: stumbles

Page 1 of 20 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    8,206

    Oh for sure.... now. How I could miss such a...

    Oh for sure.... now.

    How I could miss such a simple thing as to actually use the "$i" in a "for i" loop is a testament that the Devil is in the details. To bad there is no equivalent of Lasik Mind...
  2. Replies
    6
    Views
    8,206

    There are times I can be so thick headed that I...

    There are times I can be so thick headed that I doubt a short stay in a Total Perspective Vortex is capable of penetrating such density.

    Thought my last post had the problem solved. Which is what...
  3. Replies
    6
    Views
    8,206

    The problem was a "/" being appended at the end...

    The problem was a "/" being appended at the end of generating the sha1's. This is what I used to get around that;


    shasum=$(echo ${SHA1SUM} | sed 's:/::g')
    sed -i...
  4. Replies
    6
    Views
    8,206

    blind to an unterminated s command

    In a continuations of sorts from this thread which I consider to be solved; http://justlinux.com/forum/showthread.php?t=154079, like any script it must be tinkered with.

    So I added a couple of...
  5. Replies
    7
    Views
    3,032

    bash, variables and a for loop (SOLVED)

    hu hu hurray!


    FILE_LIST=`ls -1 *.bz2`
    SHA1SUM=`sha1sum -b $FILE_LIST | cut -d* -f1`
    MODULE_NAME=`ls -1 *.bz2 | sed -e "s:-${OLD_VER}.tar.bz2::"`
    DATE=`date -u +%Y%m%d`
    set -x
    ...
  6. Replies
    7
    Views
    3,032

    Hmm, well this is what the for loop looks like...

    Hmm, well this is what the for loop looks like now;


    for i in "$MODULE_NAME"
    do
    MODULE_NAME=`ls -1 *.bz2 | sed -e "s:-${OLD_VER}.tar.bz2::"`
    MODULE_LOCATION=`lvu where "$MODULE_NAME"`...
  7. Replies
    7
    Views
    3,032

    Solved the problem with `lvu where $MODULE_NAME`;...

    Solved the problem with `lvu where $MODULE_NAME`; double quoting $MODULE_NAME now gives;


    MODULE_LOCATION=`lvu where "$MODULE_NAME"`
    lvu where "$MODULE_NAME"
    ++ lvu where 'blinken
    cantor...
  8. Replies
    7
    Views
    3,032

    Good you point that out and is where I am falling...

    Good you point that out and is where I am falling down. If;

    MODULE_NAME=`ls *.bz2 | sed -e "s:-4.7.4.tar.bz2::"`is run from cli, it gives (snipped);

    ...
    blinken
    cantor
    gwenview
    kalgebra...
  9. Replies
    7
    Views
    3,032

    bash, variables and a for loop (SOLVED)

    Writing a script to do the following;



    download some tarballs
    use the tarball names to create a name list
    use name list as part of a path
    use sed to update specific variables in another...
  10. That was then but what about now?

    I can relate but once I got the search parameters right, finding the right information was much easier. But that was then. The most annoying thing in recent years is the need to be even narrower in...
  11. Replies
    16
    Views
    52,983

    Personally I think it really depends on the...

    Personally I think it really depends on the certification. For those types that require hands on like Red Hat are in my opinion more meaningful than those of multiple choice only.

    After spending...
  12. Replies
    13
    Views
    21,657

    It's "trash:/" mot trash://

    It's "trash:/" mot trash://
  13. Replies
    23
    Views
    9,879

    Yeah, KDE PIM and Akonadi need some love and...

    Yeah, KDE PIM and Akonadi need some love and attention and specifically kmail. I recently had to stop using kmail because it constantly kept asking for the POP password. So for now I use Thunderbird...
  14. Replies
    23
    Views
    9,879

    Yes I think that is still lacking in KDE4 and I...

    Yes I think that is still lacking in KDE4 and I would like such an option.

    And yes, the KDE folks could have communicated clearer that 4.0 was not intended at that time to be a direct replacement...
  15. Replies
    23
    Views
    9,879

    Cannot turn off hibernate? Now that would suck. ...

    Cannot turn off hibernate? Now that would suck.

    Caveat: I have yet to try Gnome3... not sure that I really want to waste the time.
  16. Replies
    23
    Views
    9,879

    To this day I am still befuddled why folks...

    To this day I am still befuddled why folks complain or consider KDEs "over configurability" to be a hindrance and why such things need hidden from ordinary or "the average user (whatever that is)"....
  17. Replies
    16
    Views
    7,561

    I would not agree that it is the best; its the...

    I would not agree that it is the best; its the same approach used by Windows and such a thing just makes it more difficult to administer.
  18. Replies
    12
    Views
    11,630

    Try the KDE or LXDE versions PCLinuxOS.

    Try the KDE or LXDE versions PCLinuxOS.
  19. Thread: dd command

    by stumbles
    Replies
    4
    Views
    13,404

    It depends on how the drive is partitioned. If...

    It depends on how the drive is partitioned. If your using one large partition for everything then I wouldn't attempt a dd while that drive is being used. You would be better off booting from a live...
  20. Replies
    3
    Views
    4,307

    Actually had uvcvideo compiled in already; tt...

    Actually had uvcvideo compiled in already; tt turned out to be a permissions issue with /dev/video0. Root had access but not a regular user.

    Additionally; et al == "and others", so it fits.
  21. Replies
    3
    Views
    4,307

    Which kernel driver for 04f2:b128

    Here is a short c&p of lsusb -v;

    Bus 001 Device 004: ID 04f2:b128 Chicony Electronics Co., Ltd
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB ...
  22. Only if you have more than 4G of ram. You will of...

    Only if you have more than 4G of ram. You will of course have to bear the slowness of a cdrom.
  23. Hee. The annoying thing for me about GTK stuff is...

    Hee. The annoying thing for me about GTK stuff is their use of debug. If you --disable-debug strange things start to happen with apps that rely on glib-2 because they insist on using it with some API...
  24. Went to that link and clicked on the Bathroom...

    Went to that link and clicked on the Bathroom Escape watch now link and the cache would stall at around 96%. But think it has a problem auto-detecting the resolution to play. I click on the down...
  25. Replies
    1
    Views
    2,914

    Lol.... I bet it tastes like chicken.

    Lol.... I bet it tastes like chicken.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4