Remote Hub

Jack of all trades, master of some

Tuesday, May 20, 2025

Generate Wi-Fi (WLAN) report

›
Open command prompt as an Adminstrator Run the following command:  netsh wlan show wlanreport The ouput will be stored in C:\ProgramData\Mic...

Linux commands

›
Below is a list of useful Linux commands There are several ways in which directories in the current path can be displayed: Using ls with -l ...
Tuesday, September 3, 2024

How to get a list of installed programs on a Windows PC

›
Powershell  get-package -ProviderName Programs,msi | export-csv c:\temp\InstalledApps.csv Command line wmic product get name,version Export ...
Sunday, June 9, 2024

How to manage users on a Cisco switch

›
switch# config t List users show user-account Show particular user show user-account user1 Add user username us...
Monday, February 12, 2024

Insert a horizontal line into Word or Outlook by typing a few characters

›
Place the cursor where you want to insert the horizontal line. Type three of the characters shown below, and then press Enter. The line is i...
Wednesday, July 19, 2023

Setting Global Git Username and Email

›
The global git username and email address are associated with commits on all repositories on your system that don’t have repository-specific...
Wednesday, July 5, 2023

How to unlock the ESXi root account from the console

›
Press CTRL+ALT+F1 to launch the ESXi Shell At the ESXi shell login with root and the password Run the following commands to show number of f...
Sunday, February 12, 2023

Set time zone on Windows using PowerShell

›
Get-TimeZone Set-TimeZone -Name 'Eastern Standard Time' -PassThru Set-TimeZone -Name 'Coordinated Universal Time' -PassThru
Friday, November 18, 2022

Check and repair Windows file system

›
If some Windows functions aren't working or Windows crashes, use the System File Checker to scan Windows and restore your files.   Open ...
Monday, August 1, 2022

How to Extract Private Key From a Certificate using OpenSSL

›
Import new Cert PEM file into local SSL Cert store. Make sure you mark the key as exportable. Next, e xport the certificate as PFX and make ...
›
Home
View web version
Powered by Blogger.