hiru.top

自宅サーバ

更新: 2022-05-09

Onion: vxebnrflxpfxpunhnhyala7fe5vnfog6u62kke2yhdo3myymkuxnaeqd.onion

📂コンテンツ

📢お知らせ

2022-01-29

2022-01-22

2022-01-05

🧅Torリレー運用中

2020/08/08からTorリレーを運用しています。
Nicknameは「HiruDotTop」です。

🖥サーバ仕様

近いうちにProxmox VEベースの仮想サーバに入れ替える予定です。

富士通 FUTRO S720
CPUAMD GX-217GA(2C/2T, 1.65GHz)
RAMDDR3L 2GB
ストレージSSD 16GB, USBメモリ 32GB(バックアップ用)
電源ACアダプタ(20V/2A)
消費電力最小: 約5W, 最大: 約50W
冷却ファンレス
OSRocky Linux 8
Webサーバnginx
その他APTor
写真
本棚の中で焼き網(熱対策)の上に置き運用

🔗当サイトで使用しているもの

🔗リンク

🔨テスト用

link
styled-message
information
warning
critical
completed

ローカル変数countの宣言時にstaticキーワードを付けると、プログラム終了時まで変数countメモリが開放されなくなります(静的寿命)。

Ctrl + SpaceIMEの有効/無効切り替えができるように設定しましょう。

TEA-capable pots that are not provisioned to brew coffee may return either a status code of 503, indicating temporary unavailability of coffee, or a code of 418 as defined in the base HTCPCP specification to denote a more permanent indication that the pot is a teapot.

—I. Nazar, The Hyper Text Coffee Pot Control Protocol for Tea Efflux Appliances (HTCPCP-TEA)
#include <iostream>

int main() {
    std::cout << "Hello, world" << std::endl;
    return 0;
}