この記事はFediverse Advent calendarの24日目の記事です。
なんだかんだで年の瀬ですね。
今年は一年があっという間だったような気がします。歳かな
今年は特に具体的に計画したわけではないですが、去年以上に何かしらアクティブに活動しようと決めてたような、そうでもないような、そんな1年でした。
結果、なんだかんだアクティブにできたんじゃないかと思います。
# 解説: | |
# こんな感じの差分があるコンフィグから | |
# interface GigabitEthernet1/0/1 | |
# - description hoge | |
# + description fuga | |
# ! | |
# こんな感じの投入コンフィグを作るためのパイプラインサンプルです。 | |
# interface GigabitEthernet1/0/1 |
{ | |
"group": [ | |
"Smileys & Emotion","People & Body","Component","Animals & Nature","Food & Drink","Travel & Places","Activities","Objects","Symbols","Flags" | |
], | |
"subgroup": { | |
"Smileys & Emotion": [ | |
"face-smiling","face-affection","face-tongue","face-hand","face-neutral-skeptical","face-sleepy","face-unwell","face-hat","face-glasses", | |
"face-concerned","face-negative","face-costume","cat-face","monkey-face","emotion" | |
], | |
"People & Body": [ |
rem Charset: Shift-JIS | |
rem usage: .\ExcelModulesExporter.ps1 <EXCEL FILEPATH ...> | |
PowerShell -ExecutionPolicy RemoteSigned .\ExcelModulesExporter.ps1 <EXCEL FILEPATH ...> | |
pause |
#!/bin/bash | |
#****** さくらのクラウドシェル作業前スクリプト ****** | |
# さくらのクラウドシェルを使う前にとりあえず最新にしまくります。 | |
# ついでにSSH鍵(RSA、ED25519)も作ります。 | |
#****** 使い方 ****** | |
# 1. このgistをcloneします。 |
#!/usr/bin/env python3 | |
### usage | |
# ansible-inventory -i inventory.py --list | |
import subprocess | |
import json | |
tailscale = '/mnt/c/Program Files/Tailscale/tailscale.exe' |