Using Google Cloud Text-to-Speech API using Postman/Windows
Prerequisites Make sure the billing method is active and enabled on the Google Cloud Console. (Pro Tip: Set a Budget in “Budgets & alerts” to keep track of expenses within…
Prerequisites Make sure the billing method is active and enabled on the Google Cloud Console. (Pro Tip: Set a Budget in “Budgets & alerts” to keep track of expenses within…
Here are the steps required to factory reset common IP phones. Please note that regardless of the phone manufacturer, while the phone is being reset, please do not disconnect the…
QR (Quick Response) codes it a type of two dimensional bar-code invented by Japanese company 'Denso Wave'. It has recently been popular due to the pandemic for creating different shortcuts…
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\PST Create new DWORD Value MaxLargeFileSize WarnLargeFileSize Decimal value in MB
shell:startup "C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm centos--type headless >> startvm.bat file
Find a specific string by piping findstr /i For Instance: ipconfg | findstr /i "ipv4" systeminfo | findstr /i "Install Date"
nslookup myip.opendns.com resolver1.opendns.com [works in both cmd/bash] dig +short myip.opendns.com @resolver1.opendns.com [linux only] curl ifconfig.io