List of IP Address Management tools (IPAM) and DNS DHCP IPAM (DDI) List of IPAM at Wikipedia commercial * QIP * Infoblox http://www.infoblox.de/de/product...
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_...
Quick how to RancherOS and Rancher Waschzettel / blurb RancherOS is a very dockercentric linux OS. 1 boot iso 1 sudo passwd rancher 1 ssh rancher@ 1 ...
(This is a Wiki, feel free to add or edit content; you just need to register.) This is disabled at the moment cause of maintainance, but will be enabled soon. Tag...
Zero Trust Model Instead of traditional methods such as VPNs and login credentials to establish trust and verify identity, Google relies on a “tiered access” mode...
Security $ "A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.": Antoine de Saint Ex...
xargs find . name "*.flac" xargs file xargs: unterminated quote find . name "*.flac" print0 xargs 0 file The print0 argument tells find to use the NULL c...
tcpdump tcpdump filter to match DHCP packets including a specific Client MAC Address: tcpdump i eth3 vvv s 1500 '((port 67 or port 68) and (udp 38:4 = 0x00cac...
Copyright This sysadmin.wiki by the contributing authors is licensed under a Creative Commons Attribution 4.0 Unported License.Permissions beyond the scope of thi...
Wireless LAN (WLAN) Grundlagen zu Wireless LAN, Standards, Sicherheit, Technik, FAQ sowie alle Chipsätze und deren Treiber. Neben der Geschichte, Tips und HowTos...
GPIO on a Banana Pi M1 with FreeBSD $ Is there any GPIO on the hardware: dmesg grep gpio $ List available GPIO pins: gpioctl lv or gpioctl f /dev/gpioc1...
ntpd build options working build options for BeagleBone Black with Linux beaglebone 3.8.13 bone70 ./configure ' prefix=/opt/ntp' ' enable all clocks' ' enable ...
GPS head for raspberry pi form Florian Täger Kurz noch ein paar Hilfreiche Details: Das PPS Signal liegt an GPIO 23 an. Auf GPIO 24 liegt das FIX Signal. LED1 hä...
reset password boot dka100.1.0.6.1 flags 0,1 System will be reset prior to boot. OpenVMS PALcode V1.88 27, Digital UNIX PALcode V1.83 22 FF.FE.FD.FC.FB.FA.F9....
Was muss man beim Aufbau eines Wireless LAN beachten? Generell ist es so, daß man ein FunkLAN testen muss theoretisch berechnen lässtsich eine Funkzelle kaum. A...
jekyll A static website generator. Create a new projekt jekyll new projektname Replace default template (minima) with your own template rm about.md index.md and...
Follow the quarterly or latest packages In file /etc/pkg/FreeBSD.conf use url: "pkg http://pkg.FreeBSD.org/${ABI}/latest", or url: "pkg http://pkg.FreeBSD.org...
FreeBSD Afterboot sshd.conf within bsdinstall shell! ssh ssh port allow root Some common best practice files create ~/CHANGES # logfile for every major...
add user via batchfile adduser f user.list G wheel w no piest:2001:::::Stephan :: engk:2002:::::Engel:: grea:2003:::::Andreas:: tihar:2004:::::Tim:: seej:2005:...
Ubuntu bind is compiled with built with ' prefix=/usr' ' mandir=/usr/share/man' ' infodir=/usr/share/info' ' sysconfdir=/etc/bind' ' localstatedir=/var' ' enable ...
# bind soll konfig neu laden rndc reload # virtuelle Fenster aufmachen screen CTRL A A zusaetzliches Fenster aufmachen CTRL A SPACE zwischen den Fenstern wechseln...
Miscellaneous * ResetProximAP4000 How to reset an old access point * Fun A bit more complex 'hello world' in EVERY programming language you never heard of ...