By estis , 14 12月, 2020

Vox Lux
2018年 アメリカ
1時間54分

監督・脚本:ブラディ・コーベット
製作総指揮:ナタリー・ポートマン/マーク・ギレスビー/ロン・カーティス/ジュード・ロウ/スヴェトラーナ・メトキナ/シーア
音楽:シーア/スコット・ウォーカー
撮影:ロル・クロウリー
出演:ナタリー・ポートマン/ラフィー・キャシディ/ジュード・ロウ/ステイシー・マーティン/ウィレム・デフォー(ナレーター)/


配信
FODレンタル(配信期間:~2021年11月05日 23時59分)
Huluストア
U-NEXTポイント作品(2021年11月5日 23:59まで配信)
Amazon prime video レンタル
dTV レンタル
ひかりTV エントリープラン レンタル(提供期間 無期限)
TSUTAYA TV レンタル(購入期限 : <購入>2023年11月05日 23:59 <レンタル>2023年11月05日 23:59)

By estis , 12 8月, 2020
pre{color : white; background : black; }
# df -hT
ファイルシス   タイプ   サイズ  使用  残り 使用% マウント位置
devtmpfs       devtmpfs   901M     0  901M    0% /dev
tmpfs          tmpfs      915M     0  915M    0% /dev/shm
tmpfs          tmpfs      915M  8.5M  907M    1% /run
tmpfs          tmpfs      915M     0  915M    0% /sys/fs/cgroup
/dev/vda1      ext4        30G  1.7G   27G    6% /
tmpfs          tmpfs      183M     0  183M    0% /run/user/0
# uname -a
By estis , 15 12月, 2019

行き当たりばったり というより 行き倒れバッタ

By estis , 10 11月, 2019

ターミナル起動時に、以下のメッセージが表示される。

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
  • .zprofile は .bash_profile に相当し、ログイン時 (SSH ログインも含む) に実行される
  • .zshrc は .bashrc に相当し、新しいターミナルセッションごとに実行される
By estis , 7 11月, 2019

git clone https://github.com/iovisor/bcc.git
したら、
INSTALL.md に

## RHEL - Binary
For RHEL 7.6, bcc is already included in the official yum repository as bcc-tools. As part of the install, the following dependencies are installed: bcc.x86_64 0:0.6.1-2.el7 ,llvm-private.x86_64 0:6.0.1-2.el7 ,python-bcc.x86_64 0:0.6.1-2.el7,python-netaddr.noarch 0:0.7.5-9.el7

```
yum install bcc-tools

```

とあったので。