How to use a Mac OS X Server as a cache for Software Updates Unmanaged clients Use these steps to point client Macs that aren't managed with a configuration prof...
XeTeX with MacPorts ports install texlive xetex ports install texlive fonts recommended ports install texlive math extra eventually use texlive bin with the atsu...
Change sshd port on Mac OS X Choose an alternative port You can avoid massive password probing from an external attacker, if you change the ssh default port to a...
Aladdin eToken Pro 32k with Mac OS X First install the eToken software In my case pkiclient.4.55.41.dmg (you should get it with your token) or you can google it ...
Offenes WLAN Unabhängigkeit vom Sicherheitsaspekt wollen viele ihr Wireless LAN bewusst offen lassen, um anderen Zugang gewähren. Allerdings gibt es (insb. In Deu...
Benutzen Sie Windows ME oder Windows 98? Hier "vergisst" Windows manchmal die richtigen Parameter für die VPN Verbindung. Löschen Sie die Verbindung und erstellen...
Windows 95: Sie benötigen das DFÜ Netzwerk Update. Sie finden es z.B. auf der BelUp Cd (erhältlich bei Herrn Lucas im Rechenzentrum Zimmer V 518) oder von Microso...
* Benutzen Sie Windows ME oder Windows 98? Hier "vergisst" Windows manchmal die richtigen Parameter für die VPN Verbindung. Löschen Sie die Verbindung und erstell...
Haben Sie eine zusätzliche Netzwerkkarte, für die eine IP Nummer der Uni (134.34. ...)konfiguriert ist? Tragen Sie als IP Nummer des VPN Servers versuchsweise mal...
* Haben Sie die Internetverbindungsfreigabe installiert? Falls ja, konfigurieren Sie sie so, dass sowhl die Funk , als auch die VPN Verbindung als 'aussen' gelten...
Wireless Problembehebung für Windows Hier ist eine Zusammenfassung der Probleme, die nur die alte VPN Verbindung betreffen. * Unter Modems taucht bei mir der ...
Online Dokumentationen und 'White Papers' zu Wireless LAN * Online Tutorial von Benny Bing (eine 5min Vorschau ist kostenfrei) * Wissenschafliche Publikatio...
How to list open ports on Solaris The classical unix command is netstat an A better tool is lsof i An alternative is pfiles /proc/* ggrep "\(^ 0 9 \ INET\)" ...
Wireless Problembehebung für Windows Im Folgenden sind einige Probleme mit dem Funklan aufgeführt, die öfter aufgetaucht sind. Sie sind nach Symptomen geordnet. ...
Cisco Pix Object Group List for Microsoft Windows Servers : : Cisco Pix Object Group List for Microsoft Windows Servers : (Implements MS KB article 832017 http:...
PKI with step ca I use the excellent tutorial https://smallstep.com/blog/build a tiny ca with raspberry pi yubikey/ * installed ubuntu 22.04.4 preinstalled ser...
PXE Install FreeBSD on Soekris net5501 dhcp tftp zfs create o mountpoint=/tftpboot zroot/tftpboot sed i '/^#tftp /s/^#//' /etc/inetd.conf /etc/rc.conf: inetd_...
Packet Radio im CB Funk Packet Radio bezeichnet die digitale Betriebsart Packet Radio ("Paketfunk") im 'Jedermann Funk' (CB Band). Das CB Band befindet sich im 11...
How to upgrade Arbor Pravail (Peakflow X) The Release Notes are important, but a little bit diffuse about the exact upgrade procedure.You may find this example he...
Query flows in Arbor Peakflow X via ssh Sometimes (for example in scripts) it is useful to access flows via ssh. # Arbor Direkt Zugriff ssh admin@controller 'serv...
perl Check if a module is installed * http://stackoverflow.com/questions/1039107/how can i check if a perl module is installed on my system from the command l...
ping utilities pingtest #!/bin/sh if $# eq 3 then cat This tool needs one ip as a parameter and a second with a shortname/comment and will just answer w...
pkgsrc Package Manager pkgsrc is a framework for building third party software on NetBSD and other UNIX like systems, currently containing over 12000 packages. ...
How to plot data from ntp with gnuplot Generate some simple data with a script ./ntplog.sh /tmp/ntp.log #!/bin/bash while true do echo n `date %s` ntpq p 1...
Policy based routing 1 echo 200 custom /etc/iproute2/rt_tables 1 edit /etc/network/interfaces # The loopback network interface auto lo iface lo inet loop...
Powerline Communication (PLC) Powerline kann eine sinnvolle Alternative zu WirelessLAN sein, wenn man zwei oder mehr Rechner quer durch ein Haus verbinden will. P...
How can i prevent the scrollbar to jump to the clicked location? 1 Edit configuration about:config 2 add ui.scrollToClick=0 (as Number not Boolean) * htt...