Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Re: Step by step guide to setting up Ubuntu 11.10 server for Newbies!

    I've been following this as well! It is a great post and I refer to it often. Thank you.

    If you decide to spend some time on this, I'd like to suggest integrating squid into the mix. I installed...
  2. Replies
    1
    Views
    271

    Re: Library for text to speech

    Look at festival. It's in the repos.

    Mark
  3. Replies
    1
    Views
    519

    Sirius "Listen Online" gone dark?

    I hope this is an okay place to ask about this.

    Is anyone listening to Sirius Listen Online? It's was working for me a couple of days ago and now it doesn't. I even booted up an XP machine to...
  4. Re: C routine equivalent to 'file' system cmd?

    I think I found what I was looking for in libmagic. And it's already installed!
    Thanks for all the help,
    Mark
  5. C routine equivalent to 'file' system cmd?

    Is there a C library call that is the equivalent to the 'file' system command? I'm looking to process directories of files. The process is different for different file types. I'd rather not have...
  6. Thread: whiptail bug

    by jmc1024
    Replies
    1
    Views
    688

    whiptail bug

    Is anyone using whiptail? When I use '--separate-output' with a '--checklist' the output is suppressed.
    Who or where is whiptail maintained?
    Thanks,
    Mark
  7. Replies
    4
    Views
    7,874

    Re: bash: reading line by line

    Thanks for your help. I'm trying to use whiptail in an install script. When using the whiptail checklist, the checked items are written to stdout space separated:
    "a" "c" "d" "f" "g"
    so I used...
  8. Replies
    4
    Views
    7,874

    bash: reading line by line

    I'm trying to process a file with bash. I'm using the following code:

    exec < /tmp/answers
    while read line
    do
    echo $line was selected
    done

    If the file has a final line with just a new...
  9. Replies
    4
    Views
    1,621

    Re: amixer get 'Master' | grep [on]?

    Hmmm.... Didn't see than in the amixer man page but it does in fact work. Oh well, I learned two things today.
    Thanks, Mark
  10. Replies
    4
    Views
    1,621

    Re: amixer get 'Master' | grep [on]?

    Okay double quotes _and_ escape characters.
    Thanks, Mark
  11. Replies
    4
    Views
    1,621

    amixer get 'Master' | grep [on]?

    I'm trying to write a script to toggle sound on and off. How do I escape the braces in the grep command so that they are part of the search pattern?

    amixer get 'Master' | grep [on]
    if [...
  12. Replies
    37
    Views
    1,367

    Re: Ok...What's your current job?

    I'm a yacht mechanic now. I was a developer for 13 years. Started out with Apple II basic, and then CP/M and MS DOS. Moved to Win3.1 next. Tried BSD but couldn't afford the proper hardware. ...
  13. Replies
    4
    Views
    2,870

    Re: bash: test if program is running

    Thanks for the replies. ps -C is just what I needed. I didn't know it was available. Should have read
    the man page...
    Thanks again,
  14. Replies
    4
    Views
    2,870

    bash: test if program is running

    I have a cron job that runs 'xfdesktop --reload' every 10 mins. If xfdesktop is not running
    then I get errors. So I want to write a bash script that tests if xfdesktop is running before
    running...
  15. Re: WengoPhone. A true alternative to Skype for Linux users?

    It looks like calling landlines is available. I tried it once but it didn't work. I got a
    "recording" in French that I could not understand. I'm sure I have to pay some
    money up front but I...
  16. Replies
    6
    Views
    27,041

    Re: test file ownership from bash?

    Perfect! stat -c %U is exactly what I was looking for.
    Many Thanks,
    Mark
  17. Replies
    6
    Views
    27,041

    Re: test file ownership from bash?

    Yea, ls -l will display them, but then I've got to use sed to pull out the group and
    owner columns before I can test against a string. I was hoping someone knew
    of a command and/or flag that...
  18. Replies
    6
    Views
    27,041

    test file ownership from bash?

    I need to test file ownership and the group from bash. I haven't figured out a
    straight forward way to do this. Can anyone suggest something before I start
    working on something using ls and...
  19. Re: Does anybody want to write me a small program (serial port control)?

    I might be able to write what you need, but I'm really busy this time of year. As a
    temporary solution have you looked into festival? It does a lot, but a couple of
    things you may find useful:...
  20. Replies
    0
    Views
    199

    program packaging for distros

    Hi,
    I'm working on bug fixes and small features for a software package. This
    program needs some details finished up. It needs things like an installer
    a logrotate entry, etc. Are these the...
  21. Replies
    3
    Views
    413

    Re: Starting Linux GUIs in C

    It sounds like you might be interested in a cross platform tool kit. There
    are lots of them written in C++. My perfered is wxWindows as it doesn't
    require me to learn all the new C++isms.
    Mark
  22. Replies
    0
    Views
    2,004

    calling exim from perl

    Is there anything special to calling exim from perl? I'm working on a cgi-bin script
    to go with squidGaurd to email an admin when a site was blocked:

    #!/usr/bin/perl -w
    # blocked.cgi --

    use...
  23. Replies
    45
    Views
    6,527

    Re: Looking for Xubuntu Testers

    I'm sorry to have taken up everyone time at sure a time critical period. After
    making a stack of coasters, I tried to burn an old iso I used to build a couple
    of machines, I'm getting an error...
  24. Replies
    45
    Views
    6,527

    Re: Looking for Xubuntu Testers

    Actually, I've had this problem on every ISO I've downloaded since last fall.
    Probably tried 6-7 versions. The most recent version was from two nights
    ago.
    I hope I can help sort this out, but...
  25. Replies
    45
    Views
    6,527

    Re: Looking for Xubuntu Testers

    I tried to boot the feisty-desktop-i386.iso (build 2070301). It fails on three machines with:
    Loading isolinux: Disk error 32, AX = 4200, drive 9F

    I'm probably shouldn't be trying it out...
Results 1 to 25 of 29
Page 1 of 2 1 2