Kategoriarkiv: Linux

emu10k

Mit lydkordt virkede ikke så godt under Linux. Det er ikke så fedt at høre “skral skral skral” samt noget musik der burte lyde godt….! Jeg rettede i filen /etc/emu10k1.conf CARD_IS_5_1=yes kør så # emu10k1-script

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

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

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

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

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

Scan for rootkit

Use chkrootkit to determine the extent of a compromise. If you suspect that you have a compromised system, it is a good idea to check for root kits that the intruder may have installed. In short, a root kit is … Læs resten

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