Access Google's metadata
Access Google's metadata — practical walkthrough with examples.
Access Google's metadata — practical walkthrough with examples.
How to SSH through a jump host (hron) to reach a Samba server, including SCP file copy over the tunnel.
How to SSH into an AWS EC2 instance and open a local port tunnel for port 30111.
Practical examples for configuring SSH clients, including jump hosts, agent forwarding, and per-host identity files.
Use SFTP with regular expressions to bulk-remove TiddlyWiki backup files from a web hosting server.
Prevent SSH connections from timing out by configuring a keep-alive interval in your SSH config file.
How to generate SSH keys and configure ~/.ssh/config for pushing to a Websupport-hosted GitLab repository.
How to transfer files to a web hosting provider using scp with password authentication and sftp with a specific host key algorithm.
How to create and write an HTML file in Go using os.Create, strings.NewReader, and io.Copy.
Understanding Go variable declarations, type conversions between int and float32, and converting integers to strings with strconv.