Advanced Search
Search Results
157 total results found
Postgres - Useful Commands
Create a file to store login and password cd /root vi .pgpass localhost:5432:*:postgres:password1localhost:5433:*:postgres:password1 #Use Postgres sudo -p 5432 -u postgres psql #Tests the conntection sudo psql -h localhost -p 5432 -U postgre...
Dell - Hard Drive Capacity Difference Between Drives
The capacity difference between the two drives is caused by differing logical block/sector formatting or OEM vendor provisioning (HPA / Max LBA limits). Even within the same Western Digital / Ultrastar DC HC520 12TB family, SAS drives are deployed with differ...
Prometheus - Ubuntu Node Exporter Install
This is to install the node exporter on a raspberry pi for Prometheus to scrap. Step1: Download Install the node exporter for Prometheus on your Raspberry Pi You will need to look at here for the current version of the node exporter from github https://git...
On-prem ADO → Apache/.NET Kestrel deploy runbook
Reusable pattern from SlingBuiltAuth (General project). Use this for the next site pipelines. SlingBuiltAuth OIDC issuer Public OIDC issuer is now https://auth.slingbuilt.com. Discovery: https://auth.slingbuilt.com/.well-known/openid-configuration. Admin...