Skip to content

Instantly share code, notes, and snippets.

@shiouen
shiouen / README.md
Last active October 24, 2024 21:01
Guide: finding the shutter count on a Canon EOS 5D Mark IV

Requirements

  • Windows, Linux or macOS
  • The gphoto2 command (sudo apt-get install gphoto2, also available on brew)
  • A writable SD card in the SD slot

I made this guide based on Windows 11 / WSL2. macOS is untested.

Connecting the camera

@shiouen
shiouen / elotech.cs
Created March 14, 2022 22:31 — forked from luizvaz/elotech.cs
Elotetch - C# SOAP XML Sign Oasis WSSecurity - Palotina/PR
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Security;
using System.Reflection;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
@shiouen
shiouen / help-me-replace-makefiles.md
Last active February 7, 2022 15:55
The search for a makefile/bash replacement in operational tasks for repositories.

Intro

Hi, I am a DevOps engineer with Full Stack development background. I change between technologies and ecosystems like I change underwear.

This Gist is a braindump of one of my biggest struggles right now with operational tasks in different environments.

my current context
@shiouen
shiouen / readme.md
Last active January 23, 2021 21:45
Initializes WSL Ubuntu (20.04) on Windows with build tools, Homebrew, Oh My Zsh

Initialize Ubuntu 20.04 WSL2

Apt

sudo apt-get update
sudo apt-get upgrade
sudo apt-get --no-install-recommends install build-essential -y

Zsh