トップ 一覧 Farm 検索 ヘルプ RSS ログイン

Diary/2022-6-16の変更点

  • 追加された行はこのように表示されます。
  • 削除された行はこのように表示されます。
!DFlow試してみた
DFlow https://github.com/samuelkgutierrez/dflow を試す.
build-essentialくらいしかインストールしてないDebian環境でビルド.
 git clone https://github.com/samuelkgutierrez/dflow
 sudo apt install autoconf automake libtool pkg-config # for autogen
 ./autogen
 sudo apt install flex bison
 sudo apt install graphviz graphviz-dev
 ./configure
 make

!open-vm-tools-desktop
VMWare上のゲストとしてインストールしたDebianとホストでコピペできないない,
と思ってたら,open-vm-tools-desktopが必要だった.
 sudo apt install openvm-tools-desktop
で解決.