Results 1 to 4 of 4

Thread: running a program

  1. #1
    Join Date
    Mar 2008
    Beans
    32

    running a program

    can i run transmission at a particular time through the terminal?
    i.e. i would like to run transmission at 12 pm since that's when my off peak limit starts.
    is there a command i can use?

    -harry.

  2. #2
    Join Date
    Feb 2008
    Location
    Atlanta
    Beans
    27
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: running a program

    Have you tried using cron for this? It's the tried-and-true method of running scheduled commands.

    -Charlie
    System 76 PAN-V3, nVidia GeForce 8600M GT 256 MB
    Core 2 Duo 2.4GHz, Memory 4 GB - 2 x 2 GB DDR2 667 MHZ
    Hard Drive 250 GB 5400 RPM SATA
    Optical Drive CD-RW / DVD-RW

  3. #3
    Join Date
    Nov 2007
    Location
    UK
    Beans
    772
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: running a program

    A good scheduler (For scheduled tasks that is) is Cron.

    https://help.ubuntu.com/community/CronHowto

    To invoke Transmission from the Command-line you just type in:

    Code:
    transmission
    Therefore to run transmission everyday at 12 (noon I presume) using Cron I would try using something along the lines of (NOT tested):

    Code:
    00 12 * * * transmission
    Disclaimer: Yes I usually talk crap

  4. #4
    Join Date
    Dec 2006
    Beans
    1,482
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: running a program

    cron will definately work, but can be a little arcane. You may want to look into something more graphical. I've used kalarm (I think) to do this sort of thing in the past.
    Sharing Wifi Is Caring Wifi {o,o} Ubuntu Community Docs..
    |)__)
    -”-”-
    O RLY?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •