Search:

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

Search: Search took 0.05 seconds.

  1. [ubuntu] Re: linux-generic linux-restricted-modules-generic kept back

    You will find a solution here: http://www.debian-administration.org/articles/69


    In short, "apt-get upgrade" does by default not install new packages which might be necessary to upgrade to new...
  2. Replies
    2
    Views
    1,040

    [ubuntu] Re: multiple apache threads

    Are you sure? It seems to me that apache2 is just a dummy package that depends on the apache version compiled with different threading models.


    $ aptitude show apache2
    ...
    Depends:...
  3. Replies
    1
    Views
    1,015

    [ubuntu] Re: Ubuntu Server: Default FTP Installed?

    I believe that the default FTP server in ubuntu is vsftpd.
    You can verify this by running in a terminal:


    dpkg -l | fgrep ftpd

    Here are some more information on how to configure vsftpd:
    ...
  4. Replies
    2
    Views
    1,040

    [ubuntu] multiple apache threads

    Hi all,
    I have an apache server on a 8-core machine with 16 GB of memory.
    I create dynamical content (images) in Python integrated in apache with mod_python. When I run the apache benchmark (ab)...
  5. Replies
    121
    Views
    148,934

    Sticky: Re: Scientific Software options for Ubuntu

    The python package matplotlib is quite powerful too. Its interface is modeled after the plotting commands of matlab.

    Cheers,
    alex
  6. Re: Weekly Programming Challenge - Friday, Dec 8, 2006

    In octave without loops:

    [x,y] = meshgrid(1:10);
    x.*y

    ans =

    1 2 3 4 5 6 7 8 9 10
    2 4 6 8 10 12 14 16 18 20
    3 6 9 12 15...
  7. Replies
    121
    Views
    148,934

    Sticky: Re: Scientific Software options for Ubuntu

    Octave is very well suited for numerical computations. Its syntax is quite easy to learn and it is mostly compatible with Matlab.

    http://www.octave.org
Results 1 to 7 of 7