Kategoriarkiv: Knowledge Base

gprs internet på en nokia telefon

opret en modemforbindelse der bruger mobil telefonen som modem, og brug flg opkalds data: tlf nr: *99***1# bruger: ingen kode: ingen det sidste 1 tal skal måske skiftes hvis mobilen kører på et andet CID

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

redirect of banned users in firewall

the table `macs` have a field `mac` which identifies the banned computer, and a field `status` which identifies the state of the computer. to redirect the users: <pre> for mac in $( echo “SELECT mac FROM macs WHERE status=’banned’;” | … Læs resten

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

CPAN Quickstart

http://www.cpan.org First time # perl -MCPAN -e shell Some configuration options will be asked. >> install NSNMPD::Simpe Installation will go on >> … install more or >> quit Next time configuration will not be asked.

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

Kagså switche

81.19.234.134 : Wan, 3225g 172.16.11.101 : Backbone , 3226s 172.16.11.111 : Blok 161 , 3224 172.16.11.121 : Center switch , 3226s 172.16.11.102 : Fællesblok, 3224 172.16.11.103 : Munkecelle , 3224 172.16.11.113 : Munkecelle secondary , 3224 172.16.11.104 : Inspektøren , … Læs resten

Udgivet i Knowledge Base, Old Base | Skriv en kommentar

failover firewall links

cisco pix: http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_61/config/failover.htm openbsd with pfsync + CARP: http://www.countersiege.com/doc/pfsync-carp/ openbsd with pfsync, but not CARP: http://www.seattlecentral.edu/~dmartin/docs/bridge.html (CARP doesn’t work with bridges)

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

Free Xchat for windows

http://silverex.info/download/

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

XMessage [Popup i X]

Lav en popup besked i X # echo “Unifix” | xmessage -file – -center

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

Changing Agent reply in firefox

go to url : about:config Rightclick on a random value, choose new->string and type: general.useragent.overide press enter and then type in the agent string of the browser you want to fake 🙂 If you want a ‘valid’ fakename , visit … Læs resten

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

Firefox: Søg i basen

Har du prøvet at skrive [google unifix] i addrbar i firefox…. Smart at den så søger på google på unifix…. Her er hvordan du gør det med Unifix knowledge database…… Gå ind og lav en ny bookmark…. I name kan … Læs resten

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

DHCP -> A,PTR -> DNS (ics)

This is an example for a private /24 network prefixed width 10.10.10. With a dhcp area from 1-50 and server ip 254 and admin pc 100. First dhcpd.conf: option domain-name “lan.company.dk”; option domain-name-servers 10.10.10.254; default-lease-time 600; max-lease-time 7200; authoritative; ddns-update-style … Læs resten

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