Skip to content

Instantly share code, notes, and snippets.

View tisayama's full-sized avatar

ISAYAMA Teppei tisayama

View GitHub Profile
@scyto
scyto / proxmox.md
Last active April 27, 2025 19:30
my proxmox cluster

ProxMox Cluster - Soup-to-Nutz

aka what i did to get from nothing to done.

note: these are designed to be primarily a re-install guide for myself (writing things down helps me memorize the knowledge), as such don't take any of this on blind faith - some areas are well tested and the docs are very robust, some items, less so). YMMV

Purpose of Proxmox cluster project

Required Outomces of cluster project

@hdemon
hdemon / update_by_innerjoin
Created November 18, 2011 10:13
MySQLでは自己相関サブクエリが使えないらしいので、内部結合を使って自分のテーブル内のカラムを集計し、別のカラムに入れる。
UPDATE movie_log
INNER JOIN (
SELECT
item_id,
date,
view +
(
comment *
(