Månedsarkiv: juli 2003

Bookmarklets

This only works in IE (sigh). I’m working on a mozilla compatible version… make a .html file with this content and add the bookmarklets to your bookmarks: <a href=”javascript:Q=document.selection.createRange().text;if(!Q){void(Q=prompt(‘Find funktion:’,”))};if(Q)location.href=’http://dk2.php.net/search.php?lang=en&show=quickref&pattern=’+escape(Q)”>Find PHP funktion</a> <br /> <a href=”javascript:Q=document.selection.createRange().text;if(!Q){void(Q=prompt(‘Søg efter:’,”))};if(Q)location.href=’http://base.fujang.dk/cgi-bin/index.pl?action=query&query=’+escape(Q)”>Søg på Fujang knowledge … Læs resten

Udgivet i Knowledge Base | Skriv en kommentar

TCP/IP and tcpdump Guide

Pocket Reference Guide: http://base.fujang.dk/files/black/tcpip.pdf Guide to IP Layer Network Administration with Linux: http://base.fujang.dk/files/black/linux-ip.html Etheral: an alternate packet sniffer Download: http://www.ethereal.com/ User guide: http://www.ethereal.com/docs/user-guide/

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

NTFS i FreeBSD

Add the following to your kernel: options NTFS Add this to /etc/fstab (ofcourse adjust for your system) /dev/ad3s1 /mnt/boot ntfs ro 0 0 /dev/ad3s2 /mnt/data ntfs ro 0 0 Mount with: mount /mnt/data

Udgivet i Knowledge Base | Skriv en kommentar

Naming vars(and other shit) with camel notification

VeryLongPassword for Very long password are called camel notification and camel notation.

Udgivet i Knowledge Base | Skriv en kommentar

Naming vars(and other shit) with camel notification

VeryLongPassword for Very long password are called camel notification and camel notation.

Udgivet i Uncategorized | Skriv en kommentar

Remote CVS access

first check if the file ~/.cvspass exists and is readable else create it with: touch ~/.cvspass start the session by loggin in: cvs -d :pserser:user@server:$CVSROOT login where: pserver is the connection method. pserver is the most used user is your … Læs resten

Udgivet i FreeBSD, Knowledge Base, Linux, Windows, Workstation | Skriv en kommentar

Linking pre 3.2 Unreal IRCD Servers

This describes how to link pre 3.2 Unrealircd server 3.2+ are using a differet config file format. C tells the server to try to connect to the server with adresse 10.2.1.10 with name hub.geeknet.dk on port 6667 in connection class … Læs resten

Udgivet i Knowledge Base | Skriv en kommentar

Linking pre 3.2 Unreal IRCD Servers

This describes how to link pre 3.2 Unrealircd server 3.2+ are using a differet config file format. C tells the server to try to connect to the server with adresse 10.2.1.10 with name hub.geeknet.dk on port 6667 in connection class … Læs resten

Udgivet i Uncategorized | Skriv en kommentar

Linux IPv6 opsætning

Noterne er baseret på følgende netværks konfiguration: Public IPv4 IP: 80.199.18.5 Router IPv6 IP: 3ffe:80ee:603::1/128 Klient IPv6 IP: 3ffe:80ee:603::2 IPv4 IP på tunnel endpoint i .dk: 62.61.157.209 Klient opsætning: På klienterne skal følgende indskrives i et af startscriptene: modprobe ipv6 … Læs resten

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

Rsync synkronization of files trough ssh

peanut# rsync -ave ssh root@unifix.org:/www/base.fujang.dk . root@unifix.org’s password: receiving file list … done base.fujang.dk/ base.fujang.dk/.ssh/ base.fujang.dk/cgi-bin/ Synkronizes “.” with “/www/base.fujang.dk” on unifix.org , read as the user root, you can prevent typing password by using keyfiles for furter instructions see … Læs resten

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