Kategoriarkiv: Linux

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

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

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

Enabling 3d Support in Fedora Core 2

Remove any NVIDIA Drivers before proceding. Hent ATI Drivers til XFree86 4.30 http://www.ati.com/support/drivers/linux/radeon-linux.html Hent Fedora Core 2 Patch http://www.fedoraforum.org/forum/attachment.php?attachmentid=3340 Derefter aabner du en terminal som root og henter kernesovs. # yum install kernel-sourcecode Installer ATI Drivere # rpm -Uvh –replacefiles … Læs resten

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

redirect of banned users in firewall

the table `macs` have a field `mac` which identifies the banned computer, and a field `status` which identifies the state of the computer. to redirect the users: <pre> for mac in $( echo “SELECT mac FROM macs WHERE status=’banned’;” | … Læs resten

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

XMessage [Popup i X]

Lav en popup besked i X # echo “Unifix” | xmessage -file – -center

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

DHCP -> A,PTR -> DNS (ics)

This is an example for a private /24 network prefixed width 10.10.10. With a dhcp area from 1-50 and server ip 254 and admin pc 100. First dhcpd.conf: option domain-name “lan.company.dk”; option domain-name-servers 10.10.10.254; default-lease-time 600; max-lease-time 7200; authoritative; ddns-update-style … Læs resten

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

dhcp reverse lookup

Maskiner som requester dhcp og angiver deres hostadresse kan der laves lookup paa med flg. script. Hvis ikke det virker er det hoejest sandsynligt fordi dit os kalder dhcpd paa en anden maade en min freebsd box goer(std opsat) saa … Læs resten

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