Kategoriarkiv: Old Base

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 HTML, Old Base, Programmering, Windows | 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

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

DNS Zone transfeers with dig

Zone transfer query send to ns.unifix.org for the domain 2600dk dig @ns.unifix.org 2600dk.net AXFR

Udgivet i Domain Name System, Knowledge Base, Networking, Old Base | Skriv en kommentar

.htaccess password protection

The htaccess file: AuthName “– Clasified area –” AuthType Basic AuthUserFile /www/htpasswd require user rip rap rup To initialize the passwd file: , file must be outside wwwroot root@chilibeans:/root# htpasswd -c /www/htpasswd mike New password: Re-type new password: Adding password … Læs resten

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

check open ports on Linux with Netstat

If you for some reason need to find out, what program uses a specific port use this cmd: netstat -p -l –numeric-ports

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

Probe version of Named deamons

Nameserver ns.tele.dk runs Bind 9.2.2, bind 8.2 og hoejere kan fake version output. root@chilibeans:~# dig @ns.tele.dk txt chaos version.bind. ; <<>> DiG 9.2.2rc1 <<>> @ns.tele.dk txt chaos version.bind. ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: … Læs resten

Udgivet i Domain Name System, Knowledge Base, Networking, Old Base | Skriv en kommentar

Indstillinger i Mozilla Firebird

Here’s some tips: more can be found at http://texturizer.net/firebird/tips.html Smooth Scrolling Mozilla Firebird 0.6 has a Smooth Scrolling feature enabled by default. Later nightly builds have the feature disabled. To enable or disable this feature, add the following code to … Læs resten

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

portupgrade in FreeBSD

if tou would like to upgrade all installed ports on your machine simply make a “portupgrade -a” if it make some trouble and says something about i don’t like this because i need some dependendies or something then put a … Læs resten

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