Uploaded December 2015 | Updated September 2026, 1 day ago
Windows 10 - Check If You Have The Latest Version And Build
With Windows 10 there is the constant upgrade for the life of the computer and we might need to see which build and version we have on the computer. It is simple and this video shows how
For more visit:
http://www.windows10.ninja
2012r2.com
Transcript (machine generated so it contains errors)
In this video will have a very quick look at how to see which Windows version 10. Build. I want the latest RTM build. Are you on a different version except the building as you start with Windows partial you over there. Type in powershell and then just click. Type in winver,. This window basically we can see the version is 1511 and its build 10586. This is the most recent year build and if you want to check Calle Bill number is a good place to go would be Wikipedia windows 10 so basically I'll show you how to type and size. Leslie EN.Wikipedia.org/wiki/windows_10 and ice will find it would be in Google. Just type in windows 10 bill numbers and will be summer over here. Click on that okay and then you can go down to the latest upgraded build okay. The November 2015 upgrade okay and you will see years 10586 and is basically version 1511 S. That's the way to check whether you're on the latest version okay, thank you for watching
Windows 10 - Check If You Have The Latest Version And Build
With Windows 10 there is the constant upgrade for the life of the computer and we might need to see which build and version we have on the computer. It is simple and this video shows how
For more visit:
http://www.windows10.ninja
2012r2.com
Transcript (machine generated so it contains errors)
In this video will have a very quick look at how to see which Windows version 10. Build. I want the latest RTM build. Are you on a different version except the building as you start with Windows partial you over there. Type in powershell and then just click. Type in winver,. This window basically we can see the version is 1511 and its build 10586. This is the most recent year build and if you want to check Calle Bill number is a good place to go would be Wikipedia windows 10 so basically I'll show you how to type and size. Leslie EN.Wikipedia.org/wiki/windows_10 and ice will find it would be in Google. Just type in windows 10 bill numbers and will be summer over here. Click on that okay and then you can go down to the latest upgraded build okay. The November 2015 upgrade okay and you will see years 10586 and is basically version 1511 S. That's the way to check whether you're on the latest version okay, thank you for 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)


