Search:

Type: Posts; User: j.vimal; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    1,794

    Re: mkdir help in python needed

    Or, if you are familiar with the bash like commands, you could try


    import os
    os.popen("mkdir directory")

    or


    os.popen("mkdir -p /this/entire/path/will/be/created")
  2. Replies
    0
    Views
    2,690

    new gmail-notifier with proxy support

    Hi
    I have written a small gmail-notifier in Python, which only has proxy support now :)
    The problem is, I am behind a proxy, and I sniffed out what the Firefox extension does, and coded my program...
  3. Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Type

    sudo mount -a

    to mount all drives. You need to be the super user to mount/unmount drives. Also to do the above command, you must be something called a sudo-er. If the above command...
  4. Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Thank you, its working... but,
    no confirmation for delete! Hit delete and its gone!
    lol.
  5. Re: My first contribution: Bootsplash theme: Nature Glass

    Well, do look at it! It is actually not a problem, but something wierd :)
    There is also a cloud shaped like debian in the pic... find out :)
  6. Re: My first contribution: Bootsplash theme: Nature Glass

    Hi
    Glad that you liked it.
    Now,
    1. You should have installed fbsplash / bootsplash. I dont know how to do bootsplash, but there is a fbsplash guide in this forum. The title has the word...
  7. My first contribution: Bootsplash theme: Nature Glass

    Hi
    This is my first contribution to Opensource :) Even though it may not be an app :)
    If you want to download the theme right away:

    I have made this in photoshop. This is a Bootsplash theme, and...
Results 1 to 7 of 7