Kategoriarkiv: Knowledge Base

Xorg / XFree86 paa freebsd

This is only in -CURRENT. For those of you in 5.2.1, or 4.10, you can add: X_WINDOW_SYSTEM=xorg in /etc/make.conf. For those of you running -CURRENT that want the old X, make it: X_WINDOW_SYSTEM=xfree86-4

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

Dansk Sprognævns Retskrivningsordbog i Linux = ro

1. Oversæt C-programmet, f.eks. med kommandoen: gcc -Wall -O2 -o ro ro.c 2. Flyt det eksekverbare program (»ro«) et passende sted hen, f.eks.: mv ro /usr/local/bin 3. Flyt manualsiden et passende sted hen, f.eks.: mv ro.1 /usr/local/man/man1/ 4. Læs manualsiden: … Læs resten

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

Courier imap on vpopmail with freebsd

cd /usr/ports/mail/courier-imapd make WITH_VPOPMAIL=yes install cd /usr/local/etc/courier-imap mv imapd.dist imapd mv authdaemonrc.dist authdaemonrc mv imapd-ssl.dist imapd-ssl cd /usr/local/etc/rc.d cp courier-imap-imapd.sh.sample imapd.sh echo imapd_enable=”yes” >> /etc/rc.conf

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

Normal imap operation

>telnet imap.salemioche.com 143 connection telnet sur le port 143 du serveur imap Trying 216.167.107.199… Connected to pop.hebergement-discount.com. Escape character is ‘^]’. * OK [CAPABILITY IMAP4 IMAP4REV1 LOGIN-REFERRALS AUTH=LOGIN] albertine IMAP4 2.287 at Thu, 20 Dec 2001 19:05:55 +0100 (CET) a001 … Læs resten

Udgivet i Knowledge Base, Old Base | Skriv en kommentar

Partyrouterens pauseskaerm

#!/bin/sh while (true) do HARSK=`echo $HARSK | md5sum`; echo -ne “\033[32m`echo $HARSK | cut -d- -f1`\033[0m”; done;

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

Mailserver on freebsd with qmail

cd /usr/ports/mail/qmail make install make disable-sendmail make enable-qmail cd ../vpopmail make install cd /usr/ports/mail/qmail/work/qmail-1.03 ./config-fast unifix.org cd /var/qmail/boot cp maildir /var/qmail/rc echo smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd > /etc/inetd.conf echo pop3 stream tcp nowait root /var/qmail/bin/qmail-popup qmail-popup … Læs resten

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

Normal POP3/SMTP operation

Reff til post nr 33 af BT Normal SMTP operation Vi telnetter til POP3 serveren: bash-2.05b$ telnet 192.168.10.180 110 Trying 192.168.10.180… Connected to 192.168.10.180. Escape character is ‘^]’. +OK <2833.1090064063@unifix.org> user test@test.com +OK pass testpass +OK stat +OK 0 0 … Læs resten

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

Change rsync server

Lets say the server has this ip: 192.168.0.1 , then add this to your /etc/make.conf : SYNC=”rsync://192.168.0.1/gentoo-portage” Then the clients will sync from that server when doing ’emerge sync’ .

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

How to setup a Gentoo Linux Portage Tree rsync daemon on slackware

How to setup a Gentoo Linux Portage Tree rsync daemon on slackware First you install rsync by using swaret: swaret –install rsync Then we have to create a directory to store the portage mirror in, here we use: /mnt/cache/rsync/portage After … Læs resten

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

The Gentoo Framebuffer, Bootsplash & Grubsplash How-To

The Gentoo Framebuffer, Bootsplash & Grubsplash How-To (now updated for 2.6.x kernel tree) Note: This guide may only be translated or reproduced with the explicit permission of the author. Please PM me. Post documentation, tips and tricks on this thread. … Læs resten

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