Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    40
    Views
    40,121

    [all variants] Re: How To Install Apt-Cacher-NG in Ubuntu Linux

    But it does. It even puts those .deb in directories just like a real Debian repository. Try: sudo find /var/cache/ -name "*.deb"



    Hint: do sudo apt-clean (or autoclean) also remove lock files?...
  2. Replies
    40
    Views
    40,121

    [all variants] Re: How To Install Apt-Cacher-NG in Ubuntu Linux

    1. After successfully installing apt-cacher-ng and importing the /var/cache/apt/archives/*.deb files into apt-cacher-ng there will be no need whatsoever for any files both in...
  3. [all variants] Re: How to always have the latest Nginx .deb package

    Did you try to insert a line like the following?
    \t--add-module=/path/to/module/source \\\
  4. [all variants] How to enable Nginx PHP services (php-cgi) in Ubuntu

    # This procedure explains how to enable Nginx PHP services (php-cgi) in Ubuntu (>=9.10), by using a simple upstart file to start and keep up php-cgi support (runing in external FASTCGI Mode).

    #...
  5. [all variants] Re: How to always have the latest Nginx .deb package

    1. After the line:
    \t--with-http_ssl_module \\\
    you may insert line(s), take care to replace YOUR_MODULE_NAME_HERE with the module that you want to include (check the proper syntax at:...
  6. [all variants] HowTo Install DJBdns with cache read/write to/from hard disk, in Ubuntu Linux

    This HowTo describes the procedure to patch & install djbdns in such a way that it writes & reads its DNS cache to/from hard disk, allowing it to survive computer reboots.

    DJBdns...
  7. Replies
    40
    Views
    40,121

    [all variants] Re: How To Install Apt-Cacher-NG in Ubuntu Linux

    That seems to be the standard Ubuntu 9.10 version. It is rather old by apt-cacher-ng standards! The current version is 0.4.6-

    Try to build & install a new one from the latest sources. It is not as...
  8. Replies
    40
    Views
    40,121

    [all variants] Re: How To Install Apt-Cacher-NG in Ubuntu Linux

    01
  9. Replies
    40
    Views
    40,121

    [all variants] Re: How To Install Apt-Cacher-NG in Ubuntu Linux

    The first 2 digits (of that config file's name) give the order in which the config files are read inside the /etc/apt/apt.conf.d/ directory.
    You will want the apt-cacher-ng file to be read early...
  10. Replies
    40
    Views
    40,121

    [all variants] Re: How To Install Apt-Cacher-NG in Ubuntu Linux

    Try this:

    1. Stop & flush Squid:
    sudo /etc/init.d/squid stop
    sudo rm -fr /var/spool/squid/*
    sudo squid -z

    2. Stop & flush apt-cacher-ng:
    sudo /etc/init.d/apt-cacher-ng stop
    sudo rm -fr \
  11. [all variants] Re: How to always have the latest Nginx .deb package

    It is the expected behavior if you do not have a ssl public key named "server.key" somewhere under /etc/nginx/.

    M.
  12. [all variants] Re: How to always have the latest Nginx .deb package

    @flibustier

    Just add/replace lines started with \t-- by your own parameters.
    Each \t-- parameter, in its own line.
    Do use the updated sed -i '/with-debug/,/nginx-upstream-fair/...

    M.
  13. Replies
    40
    Views
    40,121

    [all variants] Re: How To Install Apt-Cacher-NG in Ubuntu Linux

    As far as I know, it does not work in offline mode.

    To work in offline mode, use google to search for: apt-zip, deb-downloader http://www.deb-downloader.org/, or apt-offline

    Or, even better,...
  14. [all variants] Re: How to always have the latest Nginx .deb package

    The command is: dch
    It does a lot more than changing version numbering.

    Check the specifics with:
    man dch ;# take a look at --create and --package

    That's why this line is in the howto:...
  15. Replies
    40
    Views
    40,121

    [all variants] Re: How To Install Apt-Cacher-NG in Ubuntu Linux

    You should use apt-cacher-ng as it is newer, faster, needs less resources and is better maintained.

    M.
  16. [all variants] How to always have the latest Nginx .deb package

    The following procedure describes How To build a Nginx .deb package using the developer's latest sources.

    # Tested on Ubuntu 10.04

    Published at:...
  17. [all variants] Re: Quick DJBdns setup using Ubuntu's .deb packages

    You are welcome.

    I would rather use the procedure described at <http://ubuntuforums.org/showthread.php?t=956864>. It avoids some troubles of the current Ubuntu's .deb package.

    J.
  18. Replies
    0
    Views
    789

    [ubuntu] Docplastic's Handy Nautilus Scripts

    This is a list of my most used Gnome Nautilus scripts.
    I automatically (re)generate this list using the following one line command:
    (rm nautilus-scripts-$(date +%G%m%d);echo -e "# docplastic's...
  19. [all variants] Set up a tftp server using Ubuntu's tftpd-hpa

    This procedure will set up a tftp server (running as a daemon) using Ubuntu's tftpd-hpa.

    This procedure is also useful while trying to solve problems of LTSP thin client failing to boot at the...
  20. [all variants] Re: Quick DJBdns setup using Ubuntu's .deb packages

    Did you use the add-* utilities to do that or, did you edit the data file directly? Try both. If both fail then most probably you have non standard instructions in your original text data file.


    ...
  21. [all variants] Quick DJBdns setup using Ubuntu's .deb packages

    This procedure is deprecated, please one of the procedures described bellow:

    # install from ubuntu .deb packages
    "HowTo Install DJBdns with cache read/write to/from hard disk, in Ubuntu Linux":...
  22. Replies
    40
    Views
    40,121

    [all variants] How To Install Apt-Cacher-NG in Ubuntu Linux

    The following procedure describes How To install the Apt-Cacher-NG package in Ubuntu Linux.

    (published at: http://ubuntuforums.org/showthread.php?t=981085)

    Apt-Cacher-ng...
  23. [all variants] HowTo Set Up php-cgi to automatically start in external FASTCGI Mode

    How To enable Nginx or Lighttpd Web Servers to serve php code/scripts.

    The procedure described here does not need any other resources besides the php-cgi (php5-cgi) package present in current...
  24. [all variants] HowTo Install a DJBdns cache in Ubuntu Linux

    HowTo Install DJBdns in Ubuntu Linux

    DJBdns <http://cr.yp.to/djbdns.html> are a set of tools to retrieve and publish Domain Name System (DNS) information.
    Its main applications are a local DNS...
  25. [all variants] Re: HowTo: Install Virtualbox 1.6.x with USB support in Ubuntu 8.04 (Hardy)

    To trestamanos:
    Yes. It is also valid for version 2.0x.

    To howefield and others:
    I prefer to keep things simple.

    In the VirtualBox own way, one should edit mountdevsubfs.sh and...
Results 1 to 25 of 35
Page 1 of 2 1 2