Greetings! 馃槵

A collection of tech learnings.

Fixing Permission denied or Could not read from remote repository issues

How fix the dreaded Permission denied/Could not read from remote repository issue i.e. how to set up an SSH agent system wide that manages SSH keys seamlessly (on Linux).

November 8, 2023 路 2 min 路 lukefilewalker
os

Keep a Docker Container Running for Debugging Purposes

Four methods to keep a docker container from terminating after a failure in order to debug the issue.

November 27, 2022 路 2 min 路 lukefilewalker
devops

Building Neovim from Source

How to build Neovim from source if, for example, there is no binary for your system.

October 23, 2022 路 2 min 路 lukefilewalker
editors

Running a Command on Each Item in a List

Easily run a command on each item in a list - think list of filenames for example.

October 9, 2022 路 1 min 路 lukefilewalker
cli

Rust - Second Steps (with Cargo)

Take your second steps with Rust by exploring the official and widely used package manager, Cargo.

October 8, 2022 路 3 min 路 lukefilewalker
programming rust

Rust - First Steps

Take your first steps with Rust by installing the toolchain and writing your first program.

October 8, 2022 路 2 min 路 lukefilewalker
programming rust

Redirect Output When You Don't Have Permission to

How to redirect output from a command you鈥檝e run to a file that you don鈥檛 have permission to write to i.e. to a destination that you need to use sudo on.

September 2, 2022 路 1 min 路 lukefilewalker
cli

Fetch Process IDs or Names of the Processes Listening On Ports

Fetch Process IDs or Names of the Processes Listening On Ports.

August 28, 2022 路 2 min 路 lukefilewalker
cli

Using The File Command to Identify a File

Using the file command to identify a file鈥檚 type on a *nix system.

August 8, 2022 路 1 min 路 lukefilewalker
cli

Fetching Useful Information About Your Storage Disks in the CLI

How to fetch information from the manufacturer and model to temperatures.

May 15, 2022 路 2 min 路 lukefilewalker
cli