Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

12 total results found

Nginx Proxy Manager

Linux
Networking

Windows Command Line Firewall Commands

Windows Command Line

To Turn Off: NetSh Advfirewall set allprofiles state off NetSh Advfirewall set domainprofile state off To Turn On: NetSh Advfirewall set allprofiles state on NetSh Advfirewall set domainprofile state on To check the status of Windows Fire...

Windows Command Line
Networking

Disable IPV6

Windows Command Line

Commands to disable IPV6 netsh interface teredo set state disabled netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled netsh interface ipv6 isatap set state state=disabled

Windows Command Line
Networking

Disable LLMNR

Windows Command Line

From and elevated Command Line REG ADD “HKLM\Software\policies\Microsoft\Windows NT\DNSClient” REG ADD “HKLM\Software\policies\Microsoft\Windows NT\DNSClient” /v ” EnableMulticast” /t REG_DWORD /d “0” /f

Windows Command Line
Networking

Find Public IP from Command Line

Windows Command Line

nslookup myip.opendns.com resolver1.opendns.com

Windows Command Line
Networking

Get WiFi Password

Windows Command Line

List all known WiFi Networks   netsh wlan show profiles Show password for a known WiFi Network netsh wlan show profile name={wifiname} key=clear  

Windows Command Line
Networking

Turn on the Windows Admin Share

Windows Command Line

This is executed from an elevated Command Line REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f

Windows Command Line
Networking

Change Windows DNS

Windows Command Line

Show the current configuration netsh interface ip show config Set the Static DNS netsh interface ip set dns "Local Area Connection" static 195.46.39.39 netsh interface ip add dns nam"Local Area Connection" static 195.46.39.40 index=2 netsh interface ip se...

Windows Command Line
Networking

Domain Controllers Sync Password Reset

Windows Command Line

Command netdom resetpwd /s:{servername} /ud:{Username} /pd:* Example netdom resetpwd /s:wrsi-adfs /ud:wrsi.local\pitadmin /pd:Mis-staff

Windows Command Line
Networking
Active Directory

Map Network Drive - Command Line

Windows Command Line

Example of mapping a drive from the command line net use m: \\server01\share Example of mapping a drive from the command line that persists after logoff net use m: \\server01\share /persistent:Yes

Windows Command Line
Networking

Change IP and Gateway from Shell

Linux Security

Change IP ifconfig <interface_name> <ip_address> netmask <netmask_address> Change Gateway sudo route add default gw <gateway_ip_address> <interface_name> Example sudo ifconfig Ethernet 10.0.100.27 netmask 255.255.255.0 sudo route add default gw 10.0.10...

Linux
Networking

Access Pihole via NPM

Nginx Proxy Manager

To add Pi-hole to Nginx Proxy Manager, you can follow these steps: Login to Nginx Proxy Manager: Open your web browser and navigate to your Nginx Proxy Manager dashboard. Add Proxy Host: Click on the "Proxy Hosts" tab on the left sidebar and then cli...

Nginx Proxy Manager
Linux
Networking