ファイル一覧
|
1 |
aws s3 ls [bucket]/[folder] |
例
|
1 |
% aws s3 ls my_bucket/image/ |
ライブラリを使用するために必要なパスやビルドオプションなどの情報を取得するための仕組み
|
1 2 |
/usr/local/include/gtest/gtest-printers.h:640:27: error: no template named 'tuple' in namespace 'std' void PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) { |
C++11機能が無効である。
C++11機能を有効にする。
-std=c++11
Visual Studio Code May 2020 / Download version 1.46.0 からMicrosoft公式(要、拡張機能インストール)
フォルダを移動した/リネームしたファイルの履歴が(通常操作では)途切れる。
--follow オプションを付加する
Continue listing the history of a file beyond renames (works only for a single file).
macOSのデフォルト環境においてtelnetはインストールされない。homebrewなどで別途インストールする必要がある。
|
1 |
% curl -v telnet://<host>:<port> |
|
1 2 3 4 5 |
% curl -v telnet://192.168.1.13:9000 * Trying 192.168.1.13... * TCP_NODELAY set * Connected to 192.168.1.13 (192.168.1.13) port 9000 (#0) |
|
1 |
Shift + Command + 4 + space |
|
1 |
Shift + Command + 5 |
MacOSからマイコンボードへUSBシリアル(serial)通信で接続する方法
※ 事前にUSBシリアル変換チップメーカー(FTDI社など)から提供されるMac用ドライバをインストール済みであること。
|
1 2 3 4 |
% ls /dev/tty.* /dev/tty.BLTH /dev/tty.usbmodem14103 /dev/tty.Bluetooth-Incoming-Port |
|
1 |
% screen [デバイスファイル名] [ボーレート] |
|
1 |
% screen /dev/tty.usbmodem14103 115200 |
セッションを終了する。