Månedsarkiv: august 2004

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

Dealing with bios password (untested, please report back)

drawfour says “Yes, you can reset the BIOS password, but it requires more than hitting the power button and plugging something in.” yes, all you need is a command prompt (msdos boot disk) then type: DEBUG and hit Enter. You’ll … Læs resten

Udgivet i Knowledge Base, 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

Tabel over cybercitys byforkortelser i hostnames

# Oversigt over danske byforkortelser brugt i hostnames hos Cybercity Albertslund alb Allerød aroe Amagerbro amb Bagsværd bav Ballerup ba Birkerød bi Borups_Alle khk Brøndbyøster boet Brønshøj brh Byen by Esbjerg es Farum fm Fredericia fa Frederikshavn fh Frederikssund fs … Læs resten

Udgivet i Knowledge Base, Old Base | Skriv en kommentar