Skip to content

Instantly share code, notes, and snippets.

View strnh's full-sized avatar
🚲
Long Ride

strnh strnh

🚲
Long Ride
  • Crew
  • Yokohama,Japan
  • 15:38 (UTC +09:00)
  • X @strnh
View GitHub Profile
@HayatoDoi
HayatoDoi / readme.md
Created January 22, 2020 11:51
clonosをfreebsdにインストールする

パッケージを追加

vim /usr/local/etc/pkg/repos/clonos-pkg.ircdriven.net.conf
ClonOS-pkg.ircdriven.net: {
  url: "https://pkg.ircdriven.net/packages/12amd64-clonos/",
  mirror_type: "none",
 enabled: yes
@libero18
libero18 / gmirror.md
Last active July 24, 2019 07:49
gmirror の構築手順メモ

準備

  • iso イメージから FreeBSD をインストールする

デバイスリストの確認

  • camcontrol devlist
<VBOX HARDDISK 1.0>                at scbus0 target 0 lun 0 (ada0,pass0)
<VBOX HARDDISK 1.0>                at scbus0 target 1 lun 0 (ada1,pass1)

※このメモでは仮に ada0 に FreeBSD をインストールしたものとする
@gmr
gmr / bindify.py
Last active May 14, 2024 07:02
Convert tinydns zone files to bind
#!/usr/bin/env python
import collections
import datetime
from os import path
import pickle
import sys
if len(sys.argv) < 2:
print('Usage: bindify.py zonefile')