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...
Headline What is the best way to remove all packages and start over? 1 Update the ports tree. 2 Run pkg_delete pkg_delete a 3 Back up /usr/local/etc/ ...
Review the post install message Sometimes you miss something in the post install message, after installing a package. pkg install cde Review the post install mess...
Correct resolution in VirtualBox I have to set the correct resolution in the config. I was fixed to a 640x480 resolution. With xrandr i can view the possible reso...
How to access packages or updates through a proxy setenv HTTP_PROXY http://10.130.65.2:3128/ setenv HTTPS_PROXY https://10.130.65.2:3128/ cvs q z2 " d:pserver;p...
FreeBSD example commands Work in Progress tmux virtual terminal similar to screen tmux ctrl b d tmux a ctrl b c ctrl b n https://tmuxcheatsheet.com Temperatur...
# Example /opt/pkg/etc/mk.conf file produced by bootstrap pkgsrc # Donnerstag, 16. Januar 2014, 22:08:52 Uhr CET .ifdef BSD_PKG_MK # begin pkgsrc settings P...
How to setup Mac OS X Terminal * Make sure you choose xterm not vt100 in Profiles Advanced Terminfo display colors * Disable Allow Mouse Reporting in Me...
99 Bottles of Beer $ This Website holds a collection of the Song 99 Bottles of Beer programmed in 1500 different programming languages: http://www.99 bottles o...
Howto reset a Proxim AccessPoint 4000 Orinico 1 Switch on 2 push reset for 13 seconds (not too much longer) 3 If you have a DHCP Server the AP will fetch...
multitail The program multitail lets you view one or multiple files like the original tail program. multitail ci green httpd access.log ci yellow I httpd...