Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27

Thread: Give me a program to make

  1. #21
    Join Date
    Apr 2008
    Location
    /na/usa/ca
    Beans
    153

    Re: Give me a program to make

    That's a good idea, but then every part would have to be modular. That's a good thing, but makes it harder to code. What program would be made, though?
    archlinux \\ amd+ati \\ subtle \\ website

  2. #22
    Join Date
    Oct 2004
    Location
    Kingston, On
    Beans
    Hidden!

    Re: Give me a program to make

    Here is my suggestion for a relatively easy program.

    It would be great to make a USB live cd installer.

    Basically, the USB image for a live cd can be made this way:
    https://help.ubuntu.com/community/Li...148a42c1dc4e00

    But then, to "burn" the image to usb stick, you need to run

    sudo zcat usbimage.gz > /dev/sdc1

    Making a self-extracting archive in linux is super-easy:

    http://gnubie.blogspot.com/2006/04/u...acting_22.html

    It would be great to make a self-extracting stub that can run
    sudo lshw -C disk short

    and take the output and find USB drives. Then offer the user the choice of what drive to write the image to. The user would pick the USB drive that they want to put the image on, and then the installer would unzip the image to the first partition.

    If you have never booted from the USB drive before, it needs to have an MBR written to it. That too is simple and could be handled by the script.

    More advanced features would be to make the script offer to create a separate partition on the device for the space left over after the image is written to it. You can use that partition for a persistent home.
    I lost a "z". Anyone seen it around here?

  3. #23
    Join Date
    Apr 2008
    Location
    /na/usa/ca
    Beans
    153

    Re: Give me a program to make

    That seems a more suitable task for a shell script if you ask me. I mean, you could do it in Python, but you would probably just end up running the same commands you would run in the terminal.
    archlinux \\ amd+ati \\ subtle \\ website

  4. #24
    Join Date
    Jun 2007
    Location
    The Mistake by the Lake
    Beans
    1,813

    Re: Give me a program to make

    a lexmark 5270 driver
    Quote Originally Posted by Homer J. Simpson
    "Dinner is the perfect break between work, and drunk."


  5. #25
    Join Date
    Jul 2007
    Location
    Costa Rica
    Beans
    93
    Distro
    Ubuntu 12.04 Precise Pangolin

    Smile Re: Give me a program to make

    AmigoI too late to say that I have been trying to make an ERP for my store in python and wxGlade for a long time? I Am too making progress in this areas but still need some help. It IS a really inreresting project since I already have the data model, know how to connect to PostgreSql and it would be the GUI and signals part I would need help with. We can buiLd it together and learn in the process from one another.

  6. #26
    Join Date
    May 2005
    Beans
    79
    Distro
    Ubuntu 6.10 Edgy

    Re: Give me a program to make

    How about a plugin to improve? The Quod Libet plugin for Musicbrainz lookup works well, but it doesn't apply the date or genre tags.

  7. #27
    Join Date
    Aug 2007
    Beans
    219

    Re: Give me a program to make

    +1 for Music Brainz. Or make a Youtube Video Downloader/Converter (to Ipod/MP3 Players). I dunno?

Page 3 of 3 FirstFirst 123

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
  •