vlc-aribsubの設定メモ
vlc-aribsub版のダウンロード
(2021/02/20 追記) 現在はVLC本家にマージされているため、公式サイトからダウンロードする。
Official download of VLC media player, the best Open Source player - VideoLAN
(2021/02/20 追記) 現在はVLC本家にマージされているため、公式サイトからダウンロードする。
Official download of VLC media player, the best Open Source player - VideoLAN
$ ./avrdude -C./avrdude.conf -v -patmega32u4 -c arduino -P /dev/cu.usbmodem14601 -b 19200 -e -Ulock:w:0x3F:m -Uefuse:w:0xfb:m -Uhfuse:w:0xd8:m -Ulfuse:w:0xff:m | |
avrdude: Version 6.3-20171130 | |
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ | |
Copyright (c) 2007-2014 Joerg Wunsch | |
System wide configuration file is "./avrdude.conf" | |
User configuration file is "/Users/mikawa-lab/.avrduderc" | |
User configuration file does not exist or is not a regular file, skipping |
#!/bin/bash | |
sudo mv com.example.mountswap.plist /Library/LaunchAgents | |
sudo chown root:wheel /Library/LaunchAgents/com.example.mountswap.plist | |
sudo launchctl load com.example.mountswap.plist |
$ brew config | |
HOMEBREW_VERSION: 2.1.13 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: aa043c1d678afd26f50156a83417c296cb9d5a4b | |
Last commit: 3 days ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: e9ca140a5bd9591173852080a305c8667c8f76bd | |
Core tap last commit: 4 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
CPU: octa-core 64-bit skylake |
https://translate.google.com/translate?sl=auto&tl=ja&u=https%3A%2F%2Fwww.google.com |
click here
, <- click$ youtube-dl --cookies /Downloads/cookies.txt https://drive.google.com/files/https://drive.google.com/file/d/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/view
==> Caveats | |
==> openssl | |
A CA file has been bootstrapped using certificates from the SystemRoots | |
keychain. To add additional certificates (e.g. the certificates added in | |
the System keychain), place .pem files in | |
/usr/local/etc/openssl/certs | |
and run | |
/usr/local/opt/openssl/bin/c_rehash |
rclone - rsync for cloud storage | |
https://rclone.org/ | |
https://rclone.org/drive/ | |
https://github.com/ncw/rclone/issues/397 | |
> rclone config | |
> rclone about remote: |
もっと簡単な方法があったら教えてください | |
~ $ dns-sd -B | |
Browsing for _http._tcp | |
DATE: ---Mon 26 Feb 2018--- | |
14:38:42.515 ...STARTING... | |
Timestamp A/R Flags if Domain Service Type Instance Name | |
14:38:42.516 Add 2 4 local. _http._tcp. Canon MG7700 series | |
^C | |
"Instance Name: Canon MG7700 series" -> "Canon MG7700 series" |
// 1. JDKをインストール (64bit) | |
// 2. JAVA_HOME, PATH=%JAVA_HOME%\bin; する | |
// 3. 一度サインアウトして再度ログイン | |
4. 7zipをインストールする | |
5. Eclipseをダウンロードする (Windows 64bit, Ultimate) | |
6. 7zipでzipを開く (pleiades-4.x.x-ultimate-win-64bit-jre_20xxxxxx.zip) | |
7. pleiadesフォルダを選択する | |
8. 解凍ダイアログを開いて、解凍先をC:にする | |
9. 起動する | |
10. Have a nice day! |