Category: NZTekonverse -> Debian

  • Setting up Apache on Debian

    Apache is a well known webserver that is currently the second most webserver used worldwide. It is only two percent behind nginx at the time of writing, and each has about a third of the webserver market. The remaining third is made up of several products; MS IIS only has a single digit percentage. As…

  • Manually specifying network interface parameters on Debian

    I have two computers I use regularly which have two (or with a Vodem, three) network adapters. The reason for this is at present I have two different internet connections I use regularly. One is unlimited data but has certain restrictions on it, the second is unrestricted but has a data cap. I hope to…

  • Drawing Outline Rectangles (Boxes) In Gimp

    The designers of Gimp are at pains to tell us it is not a drawing tool. Yet it can convert a selection into an outline. So we can for example draw a rectangular selection and make an outline from it. Outlines are useful in the NZ Rail Maps aerial mosaics, where a lot of pixels…

  • Gimp Config Files

    Gimp now seems to be consistently storing its config files in ~/.config/GIMP/x.xx (where x.xx is the version/release number). This applies even to the flatpak version, which is supposed to be sandboxed within the var area. The files such as menurc which stores the keyboard shortcuts can be copied from one computer to another using these…

  • Debian Font Reinstallation for Carlito Fonts

    Carlito is a very useful font in Debian but it is not necessarily installed automatically at reinstallation of the operating system. The steps that are recommended to reinstall some useful fonts are: apt install fonts-crosextra-carlito fonts-crosextra-caladea Caladea is the other font that is installed by the above command line. These two fonts are effective substitutes…