Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of wal

wal

wal has asked 50 questions and find answers to 110 problems.

Stats

3.0k
EtPoint
880
Vote count
50
questions
110
answers

About

a cloud-based block chain enabled disruptive distributed ledger encompassing big data

</sarcasm>

some handy things i keep forgetting

find all services with name

sc queryex type= service state= all | find /i "service-name"

enable telnet client (from admin prompt)

dism /online /Enable-Feature /FeatureName:TelnetClient

generate self signed certificate that can be used to encrypt data

New-SelfSignedCertificate -DnsName *.test.com -CertStoreLocation "Cert:\LocalMachine\My" -KeyUsage KeyEncipherment,DataEncipherment, KeyAgreement -Type DocumentEncryptionCert -KeySpec KeyExchange