Search:

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

Search: Search took 0.14 seconds.

  1. Replies
    0
    Views
    312

    [ubuntu] .local name resolution over PPTP

    So, I can connect to a remote LAN using the default PPTP client. It sets my new DNS and whatever. There are a couple different names used on the remote LAN, say, .local and .othername. When I...
  2. [ubuntu] Re: Handbrake - on Ubuntu 9.10 - The brakes fell off!

    Same issue.


    USER@WORKSTATION ~$ dpkg -l | grep libsoup
    ii libsoup-gnome2.4-1 2.26.0-0ubuntu3 an HTTP library implementation in C -- Share
    ii ...
  3. Replies
    5
    Views
    666

    Re: Bash Commands in Variables

    Aha! Perfect! I was not familiar with that but solved it all. Thank you much!
  4. Replies
    5
    Views
    666

    Re: Bash Commands in Variables

    Thanks for the suggestion. I use several aliai (:confused:) currently. This is kind of just an exercise and has a little more portability.
  5. Replies
    5
    Views
    666

    Re: Bash Commands in Variables

    Okay. Double quotes mostly works.


    aaron@corona ~/code$ cat up
    #! /bin/bash
    COMMAND="sudo aptitude update && sudo aptitude safe-upgrade"
    echo "$COMMAND"
    $COMMAND

    But it still doesn't like...
  6. Replies
    5
    Views
    666

    Bash Commands in Variables

    I'm being stupid here. Maybe just tired. Anyone help?


    aaron@corona ~/code$ cat up
    #! /bin/bash
    COMMAND='sudo aptitude update && sudo aptitude safe-upgrade'
    echo "$COMMAND"
    $COMMAND
  7. Replies
    1
    Views
    278

    Commandline Perl and Newlines

    Trying to get a list of domains from some logs.

    Why does this print the data I want but no line breaks:


    cat LOGFILE | perl -ne 'print m!(https?://[^/]+)!'


    And this prints line breaks...
  8. Re: No Keyboard Or Mouse Responce In Guset (XP inside Gusty)

    The polite thing to do is put your fix in here so that when others come by, they can see what you did.
  9. Replies
    6
    Views
    2,808

    Re: Perl: Keeping Leading Zeros

    I'll play around with that on Monday. Thanks all!
  10. Replies
    6
    Views
    2,808

    Re: Perl: Keeping Leading Zeros [RESOLVED]

    Thanks, I was googling the wrong thing for two hours.

    I think that the solution I stumbled across is much more straight forward though, since I'm not trying to "re"-format, just keep formatting.
  11. Replies
    6
    Views
    2,808

    Re: Perl: Keeping Leading Zeros

    for ($day = "01"; "$day" < 31; $day++) {
    system ("ssh remote_machine \"cat /log/reports/$year/$month/$day/summary_$year-$month-$day.txt | grep -v 'whatever'\" >> $temp_file 2>/dev/null");
  12. Replies
    6
    Views
    2,808

    Perl: Keeping Leading Zeros [RESOLVED]

    There might be better places to ask but I already have an account here and like this ravenous crowd.

    So, I have a script that uses an incrementing variable within a filename. That filename is...
  13. Replies
    11
    Views
    721

    Re: Can't Post after E-Mail Address Change

    It works! Thank you all so much, again!

    That other user, "verdell" can be removed now. Ought I just let it idle?
  14. Replies
    11
    Views
    721

    Re: Can't Post after E-Mail Address Change

    Hurray! Thanks all. But now I am going to probably break it again by changing my e-mail back to my primary address. I'll post again with the results.

    Thank you all so much!
  15. Replies
    154
    Views
    644,345

    Re: HowTo: WPA with wpa_supplicant

    I finally got everything configured for wpa_supplicant. It works beautifully, but, I always have to manually dhcp after the boot completes.

    sudo dhclient
    How do I get the system to do that after...
  16. Replies
    23,479
    Views
    9,301,897

    Re: Post you're .conkyrc files w/ screenshots

    Anyone have one that shows current XMMS status?
Results 1 to 16 of 16