2 pages tagged with "timemachine"
Ubuntu に Time Machine を構築する
Published on 2024/02/23 - 265 words - 2 mins
概要
Ubuntu に netatalk を使用して Time Machine を構築します。
環境
Ubuntu 20.04 LTS
netatalk 3.1.12
Time Machine の構築
Time Machine のユーザーを作成します。
sudo adduser timemachine
バックアップデータを保存するフォルダを作成します。
mkdir /home/timemachine/TMBackup
chown timemachine:timemachine /home/timemachine/TMBackup
netatalk をインストールします。
s…
read more
Proxmox VE 8.1 の環境を構築する
Published on 2024/01/23 , Last updated 2025/08/19 - 4788 words - 24 mins
概要
Proxmox VE 8.1 の環境を構築します。
環境
ハードウェア
ベアボーン: ASRock DeskMeet X300
CPU: AMD Ryzen 7 5700G
Memory: SanMax DDR4-3200 32GB x4
Storage: SAMSUNG 970 EVO Plus 2TB
Network: Anker PowerExpand USB-C & 2.5Gbps イーサネットアダプタ
GPU: NVIDIA RTX 4000 SFF Ada
ソフトウェア
Proxmox VE 8.1
Rufus 4.3
前提条件
ブータブル USB メモリ用…
read more