domingo, 6 de octubre de 2019

WINDOWS. PS. Check reboot if needed


Purpose

How to know if the Windows O.S need reboot

Steps

Command:

 Get-DscLocalConfigurationManater







Check Windows 2016
by GoN | Published: October 6, 2019 | Last Updated:

WINDOWS. GPO. USB Bloqued


Purpose

How to blo
cked a usb windows port by GPO


Steps



Run gpmc.msc to acces to GPO console.

Modify the next parameters:




Some time, some laptops brands it is possible that Windows O.S detected his local hard disk like a usb disk.




Check Windows 2016
by GoN | Published: October 6, 2019 | Last Updated:

martes, 11 de junio de 2019

LINUX. Update - upgrade System

1. Privilege escalation or elevation

su - root  

or put sudo after commnands like 

sudo apt-get update

2. Execute updates:
apt-get update


3. Upgrade packatges

apt-get upgrade -y 



4. Upgrade distribution
apt-get dist-upgrade -y


5. If you need restart the system

reboot



Check Check Debian 9 / Ubuntu 18.04.02
by GoN | Published: Juny 11 2019 | Last Updated: