Uploaded June 2015 | Updated September 2026, 1 day ago
Currently Windows 10 is in the technical preview version (insider
preview). This video shows how to check the expiry date of your version
of Windows 10 Insider Preview. It also states when the new (final) RTM
version should be available.
For more visit:
http://www.windows10.ninja
2012r2.com
Transcript (machine generated so it contains errors)
hello again today were gonna have a quick look at how to look at the
windows technical preview when does it expire basically you can check on
your computer basically got a PowerShell okay that is type in PowerShell
okay run the stairs as admin okay and then load up and then it will get
this window then you just type in SL MGR.EBS and then – you will be get
this prompt and it says it basically X acquirers on 2 October okay and
that is that okay the new version I think the general release to
manufacturing RTM should basically be the retail version should also be
launched around July energy okay and watching
Currently Windows 10 is in the technical preview version (insider
preview). This video shows how to check the expiry date of your version
of Windows 10 Insider Preview. It also states when the new (final) RTM
version should be available.
For more visit:
http://www.windows10.ninja
2012r2.com
Transcript (machine generated so it contains errors)
hello again today were gonna have a quick look at how to look at the
windows technical preview when does it expire basically you can check on
your computer basically got a PowerShell okay that is type in PowerShell
okay run the stairs as admin okay and then load up and then it will get
this window then you just type in SL MGR.EBS and then – you will be get
this prompt and it says it basically X acquirers on 2 October okay and
that is that okay the new version I think the general release to
manufacturing RTM should basically be the retail version should also be
launched around July energy okay and watching








![Ubuntu Server 18.04 - Setup DNS, DHCP And Static IP
Ubuntu Server 18.04 - Setup DNS, DHCP And Static IP Address
This video shows how to from the start how to setup a static IP address on Ubuntu Server 18.04. It then shows how to setup the DNS server and DHCP server.
This is for Windows users to understand how to setup a Ubuntu Server.
The commands and config settings are below:
sudo apt install bind9
sudo nano /etc/bind/named.conf.options
sudo systemctl restart bind9
systemctl status bind9
sudo nano /etc/netplan/50-cloud-init.yaml
sudo apt install isc-dhcp-server
sudo nano /etc/default/isc-dhcp-server
sudo systemctl stop isc-dhcp-server
sudo systemctl start isc-dhcp-server
acl goodcomputers {
192.168.0.0/24;
localhost;
localnets;
};
recursion yes;
allow-query { goodcomputers; };
forwarders {
192.168.0.1;
};
network:
ethernets:
ens33:
addresses: [192.168.0.2/24]
gateway4: 192.168.0.1
nameservers:
addresses: [192.168.0.2]
dhcp4: no
version: 2
For more visit:
https://www.windows10.ninja Ubuntu Server 18.04 - Setup DNS, DHCP And Static IP](https://i.ytimg.com/vi/yMpjau14V5A/mqdefault.jpg)

