<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE feed [
      <!ENTITY lt "&#38;#60;">
      <!ENTITY gt "&#62;">
      <!ENTITY amp "&#38;#38;">
      <!ENTITY apos "&#39;">
      <!ENTITY quot "&#34;">
      <!ENTITY nbsp "&#160;">
      <!ENTITY copy "&#169;">
]>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title type="text">ブログ</title>
    <subtitle type="text">UJP-Unwired Job Professional</subtitle>
    <updated>2026-05-03T01:11:26+09:00</updated>
    <id>http://www.ujp.jp/modules/d3blog/index.php</id>
    <link rel="alternate" type="text/xhtml" hreflang="ja" href="http://www.ujp.jp/" />
    <link rel="self" type="application/atom+xml" href="http://www.ujp.jp/modules/d3blog/index.php?page=atom" />
    <rights>Copyright (c) 1995-2020</rights>
    <generator uri="http://www.ujp.jp/">D3BLOG - XOOPS BLOG MODULE</generator>
    <entry>
        <title>mac mini 2018 １号機</title>
        <link rel="alternate" type="text/xhtml" href="http://www.ujp.jp/modules/d3blog/details.php?bid=10575" />
        <id>http://www.ujp.jp/modules/d3blog/details.php?bid=10575</id>
        <published>2025-02-26T10:52:50+09:00</published>
        <updated>2025-10-30T11:29:33+09:00</updated>
        <category term="2018" label="2018" />
        <author>
            <name>ujpblog</name>
        </author>
        <summary type="html" xml:base="http://www.ujp.jp/" xml:lang="ja">　16000円で入札しててたら買えてしまったmac mini 2018．吊るし売られている状態から，スペックは梅だけど，今回メディアサーバにしてみることに．　macOS Sequoia．セコイアと読むらしく，...</summary>
       <content type="html" xml:lang="ja" xml:base="http://www.ujp.jp/">
<![CDATA[<div>　16000円で入札しててたら買えてしまったmac mini 2018．吊るし売られている状態から，スペックは梅だけど，今回メディアサーバにしてみることに．<br /><br /><center><img src="http://www.ujp.jp/modules/xelfinder/index.php?page=view&file=13867&macmini2018_Apollo_1.jpg" align="center" alt="" /></center><br />　macOS Sequoia．セコイアと読むらしく，カリフォルニアの国立公園の名前なのだとか．バージョン的にはmacOS 15なんだね．振り返ると，macOS 14を体験してないままここに来てしまった．<br /><br />　最初にホスト名．ギリシャ神話の真前からApolloとする．音楽と予言の神．<br /><br />　次にパッケージマネージャのHomeBrewのインストール．<br /><div class="xoopsCode"><pre><code>/bin/bash -c &quot;$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)&quot;</code></pre></div>　シェルの環境設定．<br /><div class="xoopsCode"><pre><code>% 
% echo &gt;&gt; /Users/ujpadmin/.zprofile
% echo &#039;eval &quot;$(/usr/local/bin/brew shellenv)&quot;&#039; &gt;&gt; /Users/ujpadmin/.zprofile
% eval &quot;$(/usr/local/bin/brew shellenv)&quot;
%</code></pre></div>　zshなのか．．．<br /><br />　次にパッケージを．<br />　<a href="http://www.ujp.jp/modules/d3blog/details.php?bid=7786" rel="external">Mac Pro 2013をセットアップした時のもの</a>を転用しているけど，廃止になったyoutube-dlと<a href="mailto:openjdk@8">openjdk@8</a>は除外．youtube-dlの代わりにyt-dlpをインストール．JDKは様子見だな．必要になったら．<br /><br /><div class="xoopsCode"><pre><code>brew update
brew install tree
brew install wget
brew install coreutils
brew install imagemagick
brew install fontconfig
brew install nkf
brew install curl
brew install mrtg
brew install cowsay
brew install sl
brew install neofetch
brew install figlet</code></pre></div>　第２弾．<br /><div class="xoopsCode"><pre><code>brew install cask
brew install --cask iTerm2
brew install smartmontools
brew install testdisk
brew install nginx
brew install telnet</code></pre></div>　p7zipもShiftItｍ無くなってた．．．<br /><br />　第３弾．Let's Encryptの証明書作成ツール．<br /><div class="xoopsCode"><pre><code>brew install certbot</code></pre></div>　重複ファイル検索ツール．<br /><div class="xoopsCode"><pre><code>brew install rdfind</code></pre></div>コンパイラ．ビルド環境全般．<br /><div class="xoopsCode"><pre><code>brew install gcc</code></pre></div>　コミュニティ主導の AdoptOpenJDK (現在は Adoptium/Temurin).<br /><div class="xoopsCode"><pre><code>brew install --cask temurin</code></pre></div>　Linuxとのコマンド互換パッケージ．<br /><div class="xoopsCode"><pre><code>brew install gnu-sed
brew install findutils</code></pre></div>　メディア関連<br /><div class="xoopsCode"><pre><code>brew install exiftool
brew install ffmpeg
brew install cask makemkv
brew install cask iina
brew install vlc</code></pre></div>　セキュリティツール関連．<br /><div class="xoopsCode"><pre><code>brew install findomain
brew install iperf3
brew install masscan
brew install netcat
brew install nmap
brew install socat
brew install gobuster
brew install zap
brew install cask maltego</code></pre></div>　maltegoの場合はJDK11が必要な模様．<br /><div class="xoopsCode"><pre><code>brew install --cask temurin@11</code></pre></div><br /> X Windowのアプリも使いたい人．<br /><br /><div class="xoopsCode"><pre><code>brew install --cask xquartz</code></pre></div><br />PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"<br />  PATH="/usr/local/opt/findutils/libexec/gnubin:$PATH"<br /><br />　その他．<br /><div class="xoopsCode"><pre><code>sudo gem install iStats -n /usr/local/bin
cd
mkdir -p bin
cd bin
git clone http://github.com/possatti/pokemonsay
cd pokemonsay/
./install.sh</code></pre></div>　ここまででどのようなパッケージが入ったか確認．<div class="xoopsCode"><pre><code>% brew list --versions🆑
aom 3.12.0
aribb24 1.0.4
augeas 1.14.1
brotli 1.1.0
ca-certificates 2025-02-25
cairo 1.18.2
cask 0.9.0
certbot 3.2.0
certifi 2025.1.31
cffi 1.17.1_1
cjson 1.7.18
coreutils 9.6
cowsay 3.8.4
cryptography 44.0.1
curl 8.12.1
dav1d 1.5.1
dialog 1.3-20250116
emacs 30.1
exiftool 13.10
ffmpeg 7.1_4
figlet 2.2.5
findomain 9.0.4
findutils 4.10.0
flac 1.5.0
fontconfig 2.16.0
freetype 2.13.3
frei0r 2.3.3
fribidi 1.0.16
gcc 14.2.0_1
gd 2.3.3_6
gettext 0.23.1
ghostscript 10.04.0
giflib 5.2.2
glib 2.82.5
gmp 6.3.0
gnu-sed 4.9
gnutls 3.8.4
gobuster 3.6.0
graphite2 1.3.14
harfbuzz 10.3.0
highway 1.2.0
icu4c@76 76.1_1
imagemagick 7.1.1-44
imath 3.1.12
iperf3 3.18
isl 0.27
jasper 4.2.4
jbig2dec 0.20
jpeg-turbo 3.1.0
jpeg-xl 0.11.1
lame 3.100
leptonica 1.85.0
libarchive 3.7.7
libass 0.17.3
libavif 1.2.0
libb2 0.98.1
libbluray 1.3.4
libde265 1.0.15
libdeflate 1.23
libevent 2.1.12_1
libheif 1.19.5_1
libidn 1.42
libidn2 2.3.7
liblinear 2.48
liblqr 0.4.3
libmicrohttpd 1.0.1
libmpc 1.3.1
libnghttp2 1.64.0
libogg 1.3.5
libomp 19.1.7
libpng 1.6.47
libraw 0.21.3
librist 0.2.11
libsamplerate 0.2.2
libsndfile 1.2.2_1
libsodium 1.0.20
libsoxr 0.1.3
libssh 0.11.1
libssh2 1.11.1
libtasn1 4.20.0
libtiff 4.7.0
libtool 2.5.4
libunibreak 6.1
libunistring 1.3
libvidstab 1.1.1
libvmaf 3.0.0
libvorbis 1.3.7
libvpx 1.15.0
libx11 1.8.11
libxau 1.0.12
libxcb 1.17.0
libxdmcp 1.1.5
libxext 1.3.6
libxrender 0.9.12
little-cms2 2.17
lua 5.4.7
lz4 1.10.0
lzo 2.10
m4 1.4.19
masscan 1.3.2
mbedtls 3.6.2
mpdecimal 4.0.0
mpfr 4.2.1
mpg123 1.32.10
mrtg 2.17.10
neofetch 7.1.0
netcat 0.7.1
nettle 3.10.1
nginx 1.27.4
nkf 2.1.5
nmap 7.95_1
opencore-amr 0.1.6
openexr 3.3.2
openjpeg 2.5.3
openssl@3 3.4.1
opus 1.5.2
p11-kit 0.25.5
p7zip 17.06
pango 1.56.1
pcre2 10.44
pixman 0.44.2
pycparser 2.22_1
python@3.13 3.13.2
rav1e 0.7.1
rdfind 1.7.0
readline 8.2.13
rtmpdump 2.4-20151223_3
rubberband 4.0.0
screenresolution 1.6
sdl2 2.32.0
shared-mime-info 2.4
sl 5.02
smartmontools 7.4
snappy 1.2.1
socat 1.8.0.3
speex 1.2.1
sqlite 3.49.1
srt 1.5.4
svt-av1 2.3.0_1
telnet 303.141.1
tesseract 5.5.0
testdisk 7.2
theora 1.1.1
tree 2.2.1
tree-sitter 0.25.2
unbound 1.22.0
webp 1.5.0
wget 1.25.0
x264 r3108
x265 4.1
xorgproto 2024.1
xvid 1.3.7
xz 5.6.4
yt-dlp 2025.2.19
zeromq 4.3.5_1
zimg 3.0.5
zstd 1.5.7
iterm2 3.5.11
makemkv 1.17.9
maltego 4.9.1
temurin 23.0.2,7
temurin@11 11.0.26,4
xquartz 2.8.5
zap 2.16.0
% </code></pre></div><br /><div class="xoopsCode"><pre><code>export PATH=&quot;/usr/local/bin:$PATH&quot;
export PATH=&quot;/usr/local/sbin:$PATH&quot;
export PATH=&quot;/usr/local/opt/apr-util/bin:$PATH&quot;
export PATH=&quot;/usr/local/opt/apr/bin:$PATH&quot;
export PATH=&quot;/usr/local/opt/coreutils/libexec/gnubin:$PATH&quot;
export PATH=&quot;/usr/local/opt/curl/bin:$PATH&quot;
export PATH=&quot;/usr/local/opt/gettext/bin:$PATH&quot;
export PATH=&quot;/usr/local/opt/gnu-sed/libexec/gnubin:$PATH&quot;
export PATH=&quot;/usr/local/opt/openldap/bin:$PATH&quot;
export PATH=&quot;/usr/local/opt/openssl/bin:$PATH&quot;
export PATH=&quot;/usr/local/opt/sphinx-doc/bin:$PATH&quot;
export PATH=&quot;/usr/local/opt/sqlite/bin:$PATH&quot;
export PATH=&quot;/usr/local/opt/icu4c/sbin:$PATH&quot;
export PATH=&quot;/usr/local/opt/openjdk@8/bin:$PATH&quot;

PS1=&#039;\[\e[0;36m\][\h:\u \t \w ]\[\e[0m\]\n\$ &#039;
export COWPATH=/usr/local/Cellar/cowsay/3.04_1/share/cows
#cowsay -f daemon `hostname`
bin/pokemonsay/pokemonsay.sh -p -p Alakazam `hostname`</code></pre></div></div>]]>
       </content>
    </entry>
</feed>