CentOS Integrating Linux Servers With Active Directory





Login to Linux server and do the following steps
 
1. Update /etc/hosts and add active directory server IP and host name ...
CentOS Upgrade MariaDB 5.5 to MariaDB 10.0 on CentOS 7





[root@backup02 ~]# mysql -u root -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your ...
Cisco Subnet calculation





Sunny TableAls je 3 netwerken nodig hebt kijk je wat het beste past, 2 is te weinig maar bij 4 ...
Networking Subnet calculation





Sunny TableAls je 3 netwerken nodig hebt kijk je wat het beste past, 2 is te weinig maar bij 4 ...
Microsoft Firewall uitzetten via powershell





Get-NetFirewallProfileGet-NetFirewallProfile | Format-Table Name, EnabledSet-NetFirewallProfile -Profile Domain,Public,Private -Enabled falseset-NetFirewallProfile -Profile Domain -Enabled false

 ...
Microsoft / Exchange Get Exchange 2013 / 2016 URL'S with Powershell





<#.SYNOPSISGetExchangeURLs.ps1
.DESCRIPTION PowerShell script to display the Client Access server URLsfor Microsoft Exchange Server 2013/2016.
.PARAMETER ServerThe name(s) of the server(s) you ...
Veeam After restore with Veeam domain controller not able to login





According to this Veeam document, and implied by this Microsoft document, a restored (or cloned) DC will boot into DSRM, and there's ...
Microsoft Quickly Generate Large Test Files in Windows





Run the following command:
fsutil file createnew <file> <size in bytes>
For example, this command will create a 1GB file called 1gb.test ...
CentOS Copy with SCP





 On the host where the cron job is ssh-keygen -t rsa -b 4096 No password Cd ~/.ssh 760708 -rw-------. ...
VMware Crontab





Crontab List active cron jobs crontab -l less /etc/crontab Systemctl restart crond View Cron Jobs ...
Microsoft Export Windows drivers with Powershell





Export-WindowsDriver -Online -Destination C:\drivers

 ...
CentOS How do I find out My Linux version - kernel version?





Linux version
hostnamectl
 
cat /etc/*-release
 
lsb_release -a
 
Kernel version
uname -a
 
uname -mrs
 
cat /proc/version

 ...
Cisco Setup SNMP version 2c





snmp-server community test rosnmp-server community test1 rwsnmp-server location Officesnmp-server contact Jane Doesnmp-server host 192.168.1.21 version 2c testsnmp-server enable traps

 ...
Microsoft Prompt behavior admin





Om te voorkomen dat er iets wordt geinstalleerd met admin rechten kun je een registry key toepassen dat altijd om ...
Microsoft Windows 10 Productkey opzoeken via de (administrator) commandline





Open een command prompt met administrator rechten
Voer onderstaand commando in,
wmic path SoftwareLicensingService get OA3xOriginalProductKey

 ...