Showing items from linux

Set up SANE (Scanner Access Now Easy) on a Raspberry Pi

Introducing SANE (Scanner Access Now Easy) The SANE project lets you easily use a scanner from a Linux host. It supports many different brands and models of scanners and while it is mostly a library and server that provides access to a scanner, several clients are available that you can use to scan documents.

Continue Reading

Building a Hugo Site and Deploying to Linux using Azure DevOps

Summary (tl;dr) Building a Hugo site using Azure DevOps and deploying to a Linux server is done by: Set up an SSH service connection in Azure DevOps Create a pipeline in Azure DevOps. The pipeline will need several steps: Install Hugo Build the site Deploy the built site Setting up an SSH Service Connection in Azure DevOps An SSH service connection is what will allow your hosted Azure DevOps agent to connect to your Linux based server using SSH.

Continue Reading