|
![]() |
|
|||||||
![]() ![]() webhalla #EDPB , Andrea Jelinek said: "..the EDPB recognises that the #UK has mirrored, for the most part, the #GDPR and #LED in its data protection framework and when analysing its law and practice, the EDPB identified many aspects to be essentially equivalent..” https://t.co/QDdLz9Gnmt https://t.co/rQvm4krEXT 19 Apr 2021 @m_wiersma @evertkkn @pietur Itt tot vroeger (zie paleizen in Salzburg) is keukenzout ruim beschikbaar en erg goedkoop. Het is een conserveermiddel (onttrekt water aan bacteriën), lekker en smaakversterker. Industrie moet dus zout vervangen door dure kruiden en conserveermiddelen. Soms is dat kaliumzout! 10 Apr 2021 ‘533 million #Facebook users phone numbers and #PersonalData have been #leaked online’ Business Insider reports. Data include phone number, ID, full name, locations, birthdate, bio, and - in some cases - email address. #Phishing #databreach #privacy #GDPR https://t.co/klNjn6QXBx 03 Apr 2021 #KPMG 2021 CEO Outlook Pulse Survey 500 #CEOs identified the greatest #risk to company growth over next 3 years. #Cyber #security risk is number one, rising dramatically from 5th in August 2020. Also rising: regulatory risk and tax risk. https://t.co/qNfacl0PIO #train #Awareness https://t.co/wTFhR4QmIh 31 Mar 2021 Commissioner for Justice Didier Reynders and Chairperson of the Personal Information Protection Commission Yoon Jong In welcomed the successful conclusion of the #adequacy talks between the #EU and the Republic of #Korea. https://t.co/EY9yNyejTo #GDPR #Privacy 31 Mar 2021 |
ICT-Hotlist TopicDNSCMD (as referenced in my article in SSWUG.org)Domain Name Server (DNS) mutations can be performed by scripts using the following command line commands (Windows 2000 or better) :
ExamplesAdding DNS recordsAdding a new DNS record to access the server named TestServer at IP-Address 10.1.133.45 with the DNS server nlaaldns1:
dnscmd nlaaldns1.van_soest.it /recordadd van_soest.it TestServer A 10.1.133.45
Adding the Alias FileServer pointing to the recently created TestServer
dnscmd nlaaldns1.van_soest.it /recordadd van_soest.it FileServer CNAME TestServer.van_soest.it
Testing the correct configuration with the ping command:
c:>ping FileServer -4 Pinging TestServer.van_soest.it [10.1.133.45] with 32 bytes of data: Reply from 10.1.133.45: bytes=32 time=21ms TTL=126 Reply from 10.1.133.45: bytes=32 time=21ms TTL=126 Reply from 10.1.133.45: bytes=32 time=22ms TTL=126 Reply from 10.1.133.45: bytes=32 time=22ms TTL=126 Ping statistics for 10.1.133.45: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 21ms, Maximum = 22ms, Average = 21ms Removing DNS records Removing the Alias and Host DNS records without asking for confirmation (use in batches):
dnscmd nlaaldns1.van_soest.it /recorddelete van_soest.it FileServer CNAME 10.1.133.45 /f
dnscmd nlaaldns1.van_soest.it /recorddelete van_soest.it TestServer A 10.1.133.45 /f Warning: A Windows domain name can not contain an underscore "_" according to these standards. The underscore is used in these examples as a spam counter measure. Also read the topic Allow DNS Aliases on File Servers.
You may vote your opinion about this article:
![]() ![]() ![]() ![]() ![]() Scripts and programming examples disclaimerUnless stated otherwise, the script sources and programming examples provided are copyrighted freeware. You may modify them, as long as a reference to the original code and hyperlink to the source page is included in the modified code and documentation. However, it is not allowed to publish (copies of) scripts and programming examples on your own site, blog, vlog, or distribute them on paper or any other medium, without prior written consent.Many of the techniques used in these scripts, including but not limited to modifying the registry or system files and settings, impose a risk of rendering the Operating System inoperable and loss of data. Make sure you have verified full backups and the associated restore software available before running any script or programming example. Use these scripts and programming examples entirely at your own risk. All liability claims against the author in relation to material or non-material losses caused by the use, misuse or non-use of the information provided, or the use of incorrect or incomplete information, are excluded. All content is subject to change and provided without obligation. |