I am Charmie

メモとログ

linux

日英併記の文章の扱い

状況 日本語・英語を併記した文章を作成 必要に応じて片方の言語の文章だけを抽出したい 解決策 日英フラグを行頭に追加 (日本語・英語の対応関係を取る) sedでどちらかの言語だけを抽出 例 サンプルファイル(sample.txt)は以下の通り en: This is a sample …

FLIR camera on Linux

This post describes how to use a FLIR camera on Linux (Ubuntu 16.04). Step 0 RTFMAs the camera package says, let's read the Getting Started Manual (GSM).As soon as you read the manual, you can see the manual is not up-to-date. The followin…

Unity on Linux

The installer is available on unity forum. At the end of this thread, you can access the link to the installers. Download the installer (UnityHubSetup.AppImage).Make the installer executable.Run the installer. The installation works as the…

Install TensorFlow on Linux

[code lang="bash"] pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.1-cp27-none-linux_x86_64.whl check installed version python -c "import tensorflow; print(tensorflow.version);" [/code]

PlayOnLinux

PlayOnLinux is a software for Linux with which we can play software/applications for Windows on Linux. PlayOnLinux uses wine to enable to use software for Windows. We don't have to install wine before installing PlayOnLinux because PlayOnL…