

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://docs.brucerenner.com.au/</id>
  <title>TekDock Docs</title>
  <subtitle>A minimal, responsive and feature-rich Jekyll theme for technical writing.</subtitle>
  <updated>2024-10-20T08:56:25+10:00</updated>
  <author>
    <name>Bruce Renner</name>
    <uri>https://docs.brucerenner.com.au/</uri>
  </author>
  <link rel="self" type="application/atom+xml" href="https://docs.brucerenner.com.au/feed.xml"/>
  <link rel="alternate" type="text/html" hreflang="en"
    href="https://docs.brucerenner.com.au/"/>
  <generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator>
  <rights> © 2024 Bruce Renner </rights>
  <icon>/assets/img/favicons/favicon.ico</icon>
  <logo>/assets/img/favicons/favicon-96x96.png</logo>


  
  <entry>
    <title>Setting Up and Using an SSH SOCKS Proxy</title>
    <link href="https://docs.brucerenner.com.au/posts/Setting-Up-and-Using-an-SSH-SOCKS-Proxy/" rel="alternate" type="text/html" title="Setting Up and Using an SSH SOCKS Proxy" />
    <published>2024-10-18T09:00:00+10:00</published>
  
    <updated>2024-10-18T09:00:00+10:00</updated>
  
    <id>https://docs.brucerenner.com.au/posts/Setting-Up-and-Using-an-SSH-SOCKS-Proxy/</id>
    <content src="https://docs.brucerenner.com.au/posts/Setting-Up-and-Using-an-SSH-SOCKS-Proxy/" />
    <author>
      <name>Bruce Renner</name>
    </author>

  
    
    <category term="Networking" />
    
    <category term="Security" />
    
  

  <summary>A Secure Shell (SSH) SOCKS proxy allows you to route your internet traffic through a remote server, providing enhanced privacy and security. This blog will guide you through setting up an SSH SOCKS proxy, explore some practical use cases, discuss its security implications, and provide instructions on configuring major web browsers to use the proxy.

What is an SSH SOCKS Proxy?

An SSH SOCKS pro...</summary>

  </entry>

  
  <entry>
    <title>How to Work with AWS S3 Pre-Signed URLs</title>
    <link href="https://docs.brucerenner.com.au/posts/How-to-Work-with-AWS-S3-Pre-Signed-URLs/" rel="alternate" type="text/html" title="How to Work with AWS S3 Pre-Signed URLs" />
    <published>2024-10-07T21:09:49+10:00</published>
  
    <updated>2024-10-07T21:09:49+10:00</updated>
  
    <id>https://docs.brucerenner.com.au/posts/How-to-Work-with-AWS-S3-Pre-Signed-URLs/</id>
    <content src="https://docs.brucerenner.com.au/posts/How-to-Work-with-AWS-S3-Pre-Signed-URLs/" />
    <author>
      <name>Bruce Renner</name>
    </author>

  
    
  

  <summary>Introduction

Amazon Simple Storage Service (S3) is a scalable, high-speed, web-based cloud storage service designed for data storage and retrieval. Pre-signed URLs are a secure way to grant temporary access to objects in your S3 buckets without exposing your AWS credentials.

In this blog post, we’ll delve into how to generate and use pre-signed URLs for secure uploads and downloads, providing...</summary>

  </entry>

  
  <entry>
    <title>Kickstart Your AWS EC2 Ubuntu Instance with a Custom VPC Using AWS CloudShell</title>
    <link href="https://docs.brucerenner.com.au/posts/Kickstart-Your-AWS-EC2-Ubuntu-Instance-with-a-Custom-VPC-Using-AWS-CloudShell/" rel="alternate" type="text/html" title="Kickstart Your AWS EC2 Ubuntu Instance with a Custom VPC Using AWS CloudShell" />
    <published>2024-10-03T14:27:12+10:00</published>
  
    <updated>2024-10-03T14:27:12+10:00</updated>
  
    <id>https://docs.brucerenner.com.au/posts/Kickstart-Your-AWS-EC2-Ubuntu-Instance-with-a-Custom-VPC-Using-AWS-CloudShell/</id>
    <content src="https://docs.brucerenner.com.au/posts/Kickstart-Your-AWS-EC2-Ubuntu-Instance-with-a-Custom-VPC-Using-AWS-CloudShell/" />
    <author>
      <name>Bruce Renner</name>
    </author>

  
    
    <category term="AWS" />
    
    <category term="Networking" />
    
  

  <summary>Setting up an AWS EC2 instance involves configuring various networking components to ensure your instance is accessible and secure. This blog post will guide you through a comprehensive Bash script designed to automate the setup of an Ubuntu EC2 instance with its own Virtual Private Cloud (VPC), including custom CIDR blocks, subnets, route tables, and security groups. We’ll also walk you throug...</summary>

  </entry>

  
  <entry>
    <title>Guide to SSH Keys</title>
    <link href="https://docs.brucerenner.com.au/posts/Guide-to-SSH-Keys-Usage-Across-Major-Operating-Systems-and-Creating-Strong-Keys/" rel="alternate" type="text/html" title="Guide to SSH Keys" />
    <published>2024-09-18T14:39:58+10:00</published>
  
    <updated>2024-09-18T14:39:58+10:00</updated>
  
    <id>https://docs.brucerenner.com.au/posts/Guide-to-SSH-Keys-Usage-Across-Major-Operating-Systems-and-Creating-Strong-Keys/</id>
    <content src="https://docs.brucerenner.com.au/posts/Guide-to-SSH-Keys-Usage-Across-Major-Operating-Systems-and-Creating-Strong-Keys/" />
    <author>
      <name>Bruce Renner</name>
    </author>

  
    
    <category term="Security" />
    
    <category term="SSH" />
    
  

  <summary>Introduction

Secure Shell (SSH) is a cryptographic network protocol that enables secure communication between computers. One of the most effective ways to authenticate SSH connections is through the use of SSH keys. Unlike traditional password-based authentication, SSH keys provide a higher level of security and convenience. This guide delves into what SSH keys are, their benefits, how they wo...</summary>

  </entry>

  
  <entry>
    <title>Guide to Installing, Configuring, Using, and Maintaining Azure AD Connect</title>
    <link href="https://docs.brucerenner.com.au/posts/Guide-to-Installing-Configuring-Using-and-Maintaining-Azure-AD-Connect/" rel="alternate" type="text/html" title="Guide to Installing, Configuring, Using, and Maintaining Azure AD Connect" />
    <published>2024-09-11T15:06:53+10:00</published>
  
    <updated>2024-09-11T15:06:53+10:00</updated>
  
    <id>https://docs.brucerenner.com.au/posts/Guide-to-Installing-Configuring-Using-and-Maintaining-Azure-AD-Connect/</id>
    <content src="https://docs.brucerenner.com.au/posts/Guide-to-Installing-Configuring-Using-and-Maintaining-Azure-AD-Connect/" />
    <author>
      <name>Bruce Renner</name>
    </author>

  
    
    <category term="Azure" />
    
    <category term="Identity Management" />
    
  

  <summary>Introduction

Azure Active Directory (Azure AD) Connect is a Microsoft tool that connects on-premises directories to Azure AD. It allows for a common user identity for Microsoft 365 and other cloud services. This guide provides a detailed walkthrough on installing, configuring, using, and maintaining Azure AD Connect.

Prerequisites


  An Azure AD tenant
  On-premises Active Directory
  A serv...</summary>

  </entry>

</feed>


