Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    847

    [other] Re: How to create mailing list?

    You are looking for GNU Mailman. It's not a template but a python script that runs on the server side. Check it out www.gnu.org/software/mailman/index.html
  2. Re: Python: How to input multiple variables in a single line?

    Not really an equivalent but I'm using this hack for now

    line=raw_input()
    x = line.split(' ')
    a=x[0]
    b=x[1]
    c=x[2]
  3. [SOLVED] Python: How to input multiple variables in a single line?

    Could anyone please point me to the Python equivalent of C's

    scanf("%d%d%d", &a, &b, &c);

    Much obliged.
  4. Replies
    6
    Views
    5,264

    [all variants] Sound not working on Sony Vaio with 10.04

    There is no audio output from my laptop's internal speakers or attached headphones (Sound works in Windows 7). I've checked the basics but the all seem to be fine. lspci shows audio device as ATI...
  5. Thread: wine

    by unmole
    Replies
    3
    Views
    429

    Re: wine

    Yes and No. My personal experience:
    I installed wine and accidentally double clicked on a replicating virus which promptly begins to choke my system resources and fill up my hard disk (My home...
  6. Replies
    17
    Views
    1,573

    Re: Creating a Linux Distro

    +1
  7. Replies
    8
    Views
    1,070

    [ubuntu] Re: Connect my Ubuntu server to website via FTP

    I believe he installed Ubuntu server edition, without X or Firefox. Right?
  8. [ubuntu] Re: Comprehensive guide on how to install ATI drivers in Lucid Lynx

    I suggest this one among the most complete IMHO.
  9. Replies
    16
    Views
    954

    Re: Any reliable free hosts?

    I suggest freewha.com, they have proved pretty reliable for me.You get a LAMP VPM with 1500MB of storage, 3 MySQL databases of unlimited size, FTP access (Maximum upload size of 12MB) and there are...
  10. Replies
    42
    Views
    2,199

    [ubuntu] Re: Ubuntu For My Mom

    Just make everything ULTRA obvious. Put al ink to Firefox on desktop named Internet, to evolution named Mail etc. Also, it would probably be a good idea to configure all her IM accounts as well.
  11. [wubi] Re: Wubi install on vista data partition - cannot see data

    Open any nautilus window and hit Ctrl+L. Now thype in /
    You will see a folder named host. This is your D: You might want to drag it to the sidebar and make a shortcut under places. Take a look at...
  12. Replies
    8
    Views
    1,070

    [ubuntu] Re: Connect my Ubuntu server to website via FTP

    Take a look at this.
  13. Replies
    9
    Views
    1,314

    [ubuntu] Re: SD Card Won't Mount

    Could you post the output of

    dmesg |tail here please?
  14. Replies
    7
    Views
    718

    [SOLVED] Re: Need help to format external drive

    The reason you don't have write access is because you are not the owner. Do a

    sudo chown -R username:username /path/to/external/partion
  15. Replies
    4
    Views
    592

    [SOLVED] Re: Macbook Wireless not being recognized

    Ultra Easy Way to get Broadcom STA compatible card working.

    1) Download this installer . using OS X and copy it to a pen drive.

    2) Boot into Ubuntu, extract the archive it and open the...
  16. Replies
    1
    Views
    697

    [ubuntu] Re: Module assistant hell

    See post #6 of http://ubuntuforums.org/showthread.php?t=1456310
    I have not tested it on 2.6.34 but it might be able to help you. Let me know how it works out.
  17. Replies
    5
    Views
    662

    [ubuntu] Re: how to install kde and various support. p

    +1 Psychocat's tutorial is the best I have seen to date.
  18. Replies
    14
    Views
    1,977

    [wubi] Re: Wubi Installer error

    It would be a lot more helpful if you could find the log and post it's contents here.

    Welcome back!
  19. Replies
    8
    Views
    1,317

    [all variants] Re: I need math work, is Ubuntu good for me?

    AFIK, open office can do most, if not all of what you need. Like suggested above, you can try out open office on windows itself. As far as mathematical software is concerned, There is a Linux version...
  20. Replies
    3
    Views
    776

    [ubuntu] Re: Need help installing Frostwire

    I suggest you install gtk-gnutella instead of Frostwire. Lighter, simpler and a whole less crappier. Get it from the software centre.
  21. Replies
    2
    Views
    586

    [ubuntu] Re: Book recommendations?

    Well it's not available on Amazon but you can get it from Lulu, or even better, print it yourself (on recycled paper of course) http://ubuntu-manual.org/

    Ubuntu Kung Fu or Ubuntu Pocket Guide are...
  22. Replies
    3
    Views
    995

    [ubuntu] Re: Gnome panel messed up after update

    Just right click on the panel > Add to panel and then select 'Indicator Applet'
  23. [SOLVED] Re: Message Box: "Requires installation of untrusted packages"

    It's just an extra safety precaution. You can safely install any package from the official repositories.
  24. Replies
    8
    Views
    606

    Re: Fun stuff this weekend

    Slitaz will run on almost anything. The iso weighs in at around 30MB.
  25. [ubuntu] Re: Offline installation and some other question?

    Keyrix would be able to help you. Also see this http://ubuntuforums.org/showthread.php?t=1451216
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4