Explore >> Select a destination


You are here

www.thedigitalcatonline.com
| | www.sudo.ws
3.2 parsecs away

Travel
| | Using sudo_logsrvd to centrally collect sudo session recordings from your network is a huge step forward in security: users cannot delete or modify session recordings locally. However, by default, transmission of recordings is not encrypted, making it open to modifications and eavesdropping. Encrypting the connection between sudo and sudo_logsrvd can eliminate these problems. Larger environments usually either have in-house PKI tooling in place, or colleagues who know all openssl options off the top of their heads. However, small and medium enterprises often lack the infrastructure or knowledge to work with TLS certificates.
| | blog.simos.info
2.3 parsecs away

Travel
| | Incus is a manager for virtual machines (VM) and system containers. There is also an Incus support forum. Typically you would use the incus command-line interface (CLI) client to get access to the ...
| | www.jhanley.com
3.0 parsecs away

Travel
| | Introduction For a new project, I must validate Azure Access Tokens in PHP. This requires obtaining the public key to validate the JWT signature. This article shows the process of working with the Azure OpenID Connect Metadata Document to obtain... Continue Reading ?
| | www.thepolyglotdeveloper.com
26.7 parsecs away

Travel
| Learn how to use a SQLite database within a Golang application as a means for storing data locally wherever the application is being run.