Skip to content

Instantly share code, notes, and snippets.

View smirror's full-sized avatar
🏠
Working from home

smirror smirror

🏠
Working from home
  • LayerX/MDM
  • Japan
View GitHub Profile
@smirror
smirror / raspi-network-initial-setup.sh
Last active August 17, 2025 14:28
raspi-network-initial-setup.sh
#!/bin/bash
# ネットワーク設定スクリプト
# 静的IPアドレスを設定し、起動時の自動有効化を行う
set -e
# 設定値
IP_ADDRESS="192.168.1.99"
NETMASK="24"

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@smirror
smirror / isucon.md
Created July 15, 2021 12:33
isuconのやることリスト

ISUCON