This is an old revision of the document!


Linux

Fortschrittsanzeige bei dd (automatisch ;-)

dd if=/path/urandom of=/dev/sda & pid=$! && sleep 5 
&& while kill -USR1 $pid; do sleep 5; done

SAMBA Schnellübersicht

https://dennis-henke.de/2016/05/20/samba-4-domain-controller/

samba-tool domain provision –use-rfc2307 –interactive

net sam rights grant “MS\\Domain Admins” SeDiskOperatorPrivilege -Uadministrator

net rpc rights grant “MS\\Domain Admins” SeDiskOperatorPrivilege -Uadministrator

net rpc rights list accounts -U Administrator

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International