Kategoriarkiv: Old Base

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

Creating iso image in freebsd

In order to write data to a CD, you first need to create an ISO image. This can be done with mkisofs. In my example, we’ll work from the /home/recording directory. In this directory, I created a subdirectory called files. … Læs resten

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

dansk locale setting i freebsd

for at sætte system standard til ISO-8859-1 og dk keyboard i /etc/rc.conf: keymap=”danish.iso” font8x16=”iso-8×16″ font8x14=”iso-8×14″ font8x8=”iso-8×8″ i /etc/profile LANG=da_DK.ISO8859-1 MM_CHARSET=ISO-8859-1 export LANG MM_CHARSET for at sætte brugerklasse til dansk (ikke nødvendig hvis system standard er sat): i /etc/login.conf danish|Danish user … Læs resten

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

Recover broken mysql table

mysql> repair table weblog use_frm; +—————+——–+———-+—————————————–+ | Table | Op | Msg_type | Msg_text | +—————+——–+———-+—————————————–+ | system.weblog | repair | warning | Number of rows changed from 0 to 666601 | | system.weblog | repair | status | OK … Læs resten

Udgivet i Knowledge Base, Old Base | Skriv en kommentar