Kategoriarkiv: Old Base

Running qmail under Gentoo Linux

Introduction This document gives instructions on how to install, configure, and run qmail on a system running Gentoo Linux. I originally wrote this after I could not find any qmail documentation specific to Gentoo, despite Gentoo offering packages (or “ebuilds”, … Læs resten

Udgivet i Knowledge Base, Linux, Old Base | Skriv en kommentar

Running qmail under Gentoo Linux

Introduction This document gives instructions on how to install, configure, and run qmail on a system running Gentoo Linux. I originally wrote this after I could not find any qmail documentation specific to Gentoo, despite Gentoo offering packages (or “ebuilds”, … Læs resten

Udgivet i Knowledge Base, Linux, Networking, Old Base | Skriv en kommentar

Vim encrypted files

# vim -x fil

Udgivet i Knowledge Base, Old Base, Vim | Skriv en kommentar

How to make courier SSL certificates.

See http://milliwaysconsulting.net/support/systems/courier-ssl.html for original version. We use courier imap for imap and pop connectivity. After a standard install you have to use ‘mkimapdcert’ and ‘mkpop3dcert’ to generate the SSL certificates. This will cause clients (such as outlook) to present the … Læs resten

Udgivet i Knowledge Base, Networking, Old Base | Skriv en kommentar

How to make courier SSL certificates.

See http://milliwaysconsulting.net/support/systems/courier-ssl.html for original version. We use courier imap for imap and pop connectivity. After a standard install you have to use ‘mkimapdcert’ and ‘mkpop3dcert’ to generate the SSL certificates. This will cause clients (such as outlook) to present the … Læs resten

Udgivet i Knowledge Base, Kryptering, Old Base, Security | Skriv en kommentar

ServerSignature = Off i apache2

Bjarke Istrup Pedersen siger: og apache fortæller ikke hvad version der er m.m. Mike siger: oki Mike siger: hvordan har du skjult det? Bjarke Istrup Pedersen siger: der er en option til det i /etc/apache2/conf/commonapache2.conf Mike siger: nice Mike siger: … Læs resten

Udgivet i Apache, Knowledge Base, Linux, Old Base | Skriv en kommentar

Dynamic Virtual Hosts in apache

#Simple dynamic virtual hosts # # This extract from apache2.conf implements the virtual host arrangement # outlined at http://www.apache.org/docs/vhosts/mass.html, using # mod_vhost_alias. # get the server name from the Host: header UseCanonicalName Off # # this log format can be … Læs resten

Udgivet i Apache, Knowledge Base, Linux, Old Base | Skriv en kommentar

Boundling NIC’s in FreeBSD

ckh #!/bin/sh ckh # Configure NICs as up and load kernel module ckh ifconfig vr0 up ckh ifconfig vr1 up ckh kldload ng_ether.ko ckh # Plumb notes together ckh ngctl mkpeer vr0: one2many upper one ckh ngctl connect vr0: vr0:upper … Læs resten

Udgivet i FreeBSD, Knowledge Base, Networking, Old Base | Skriv en kommentar

Transperent windows in xorg and other fancy stuff

First you need a recent xorg, (6.8.x) the one in gentoo portage will work. configure X as you would otherwise do adding following to you config file: Section “Extensions” Option “Composite” “Enable” Option “RENDER” “Enable” EndSection If you have either … Læs resten

Udgivet i Knowledge Base, Linux, Old Base | Skriv en kommentar

UltraX genvejstaster i LinEAK

emerge linerakconfig og lineakd /etc/lineakkb.def [UltraX] Brandname = “Logitech” modelname = “UltraX” [KEYS] WWW = 178 Mail = 236 Favoritter = 230 PlayPause = 162 Media = 237 [END KEYS] [END UltraX] Man må bare ikke trykke på mute for … Læs resten

Udgivet i Knowledge Base, Linux, Old Base | Skriv en kommentar