Search:

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

Search: Search took 0.06 seconds.

  1. Replies
    505
    Views
    300,641

    How can I access the backed up virtual emails without the server?

    Thanks for this how-to - I set a server up 2 years ago using this and on the software side it was amazing - stable, reliable and lots of features.

    Unfortunately it was on old hardware and behind...
  2. Replies
    1
    Views
    4,909

    Re: Pylab and function plotting

    A little late, but here's how you'd do it.

    >>> p = poly1d([1,2,3]) #This defines a function instance
    >>> p
    poly1d([1, 2, 3])
    >>> x = range(10) # An array from 1 to 10
    >>> x...
  3. Disable Sharing files with vsftpd ftp server?

    I set up vsftpd to play around with anonymous ftp. Everything worked fine, except that now I want to turn it off. However, no matter what I do, ftp://localhost is still showing the contents of the...
Results 1 to 3 of 3