Nextcloud 16でActivityPub

Nextcloudを16にアップグレードしました.そういえば16にはActivityPub機能が付いたはずと探してみると social というアプリがあったので早速導入してみました.

(Nextcloud 16からの対応と思っていたけど15から対応していた)

Alpha版だけあって機能は少なくシンプルです.

20191017 17:10:00 7196 nextcloud social01

画像投稿位はしたいなと思うのですが無さそう.Nextcloud fileのURL共有機能で画像を一般公開してそのURLを張り付けたらどうだろうと試してみましたが駄目でした.少なくともNextcloud socialとMastodonでは展開されません.

20191017 17:10:27 12589 nextcloud social

他のサーバからfollowすることも出来ました.

20191017 17:10:17 5175 nextcloud social 03

occのサブコマンドもあります.

$ sudo -u www-data php ./occ list social

  :

Available commands for the "social" namespace:
  social:account:create     Create a new social account
  social:account:following  Following a new account
  social:cache:refresh      Update the cache
  social:check:install      Check the integrity of the installation
  social:fediverse          Allow or deny access to the fediverse
  social:note:boost         Boost a note
  social:note:create        Create a new note
  social:note:like          Like a note
  social:queue:process      Process the request queue
  social:queue:status       Return status on the request queue
  social:reset              Reset ALL data related to the Social App
  social:stream             Get stream by timeline and viewer

social:stream はストリーミングではなくストリームを読み込むだけのようでちょっと残念.

$ sudo -u www-data php ./occ social:stream matoken local
Account: matoken@files.matoken.org
Id: https://files.matoken.org/index.php/apps/social/@matoken

+-------------------------------------------------------------------------------+---------------------------+------+---------------------------+------------------------------------------------------------------+
| Id                                                                            | Source                    | Type | Author                    | Content                                                          |
+-------------------------------------------------------------------------------+---------------------------+------+---------------------------+-------------------------------------------------------+-------------------------------------------------------------------------------+---------------------------+------+---------------------------+------------------------------------------------------------------+
| Id                                                                            | Source                    | Type | Author                    | Content                                                          |
+-------------------------------------------------------------------------------+---------------------------+------+---------------------------+------------------------------------------------------------------+
| https://files.matoken.org/index.php/apps/social/@matoken/15713026201621139189 | matoken@files.matoken.org | Note | matoken@files.matoken.org | 画像の共有?https://files.matoken.org/index.php/s/pwBt2mrzRgzrCM9 |
| https://files.matoken.org/index.php/apps/social/@matoken/15712646582663693964 | matoken@files.matoken.org | Note | matoken@files.matoken.org | hello Nextcloud!                                                 |
+-------------------------------------------------------------------------------+---------------------------+------+---------------------------+------------------------------------------------------------------+

まだあまり機能がないですが,Nextcloud連携が出来るようになると色々と便利に使えるようになりそうです.

環境
$ sudo -u www-data php ./occ app:list|grep -i social:
  - social: 0.2.101
$ sudo -u www-data php ./occ status|grep version:
  - version: 16.0.5.1
$ lsb_release -dr
Description:    Debian GNU/Linux 10 (buster)
Release:        10

Ubuntu 19.10 Eoan Ermine リリース

Ermine lines by Gustavo Brenner

予定通り Ubuntu 19.10 Eoan Ermine がリリースされました.

個人的なトピックはi386 archtectureがサポートされなくなった,インストーラでのZFS root対応,Raspberry Pi 4対応辺り,環境があればWPA3対応,NVIDIA driverのインストーラー同梱も便利そうです.

問題点で気になるところはログイン画面でシャットダウン,再起動が出来ないところや Raspberry Pi 3 A+ が起動できなくなっているあたりでしょうか.どちらもバグ扱いになっているので近いうちに修正されるでしょう.

19.10は通常リリースでサポート期間も9ヶ月しか無いですし大体の人はLTSな18.04か20.04を待ったほうがいいでしょうが,新しい機能を試してみたい人は楽しめるのではないでしょうか.

ubuntu 19.10 neofetch

iCal形式の日本の休日を探す

Nectcloud holidays Calendar

最近カレンダーをNextcloudに移行しています.AndroidでもCaldav Sync Free Betaというアプリ経由で同期できています.

問題無さそうかなーと思っていたのですが,日本の休日が無くてちょっと不便です.外部カレンダーの読み込みは出来るのでiCal形式のものがあると良いはずです.

国民の休日は以下にあるのですがiCalは無く,自分で入力するのは面倒です.CSV形式での配布もされているので変換するのもありですが何度か仕様が変わっているのでまた仕様が変わると追従が面倒そうです.

iCal形式で配布されているものがないか探してみました.

yaml形式の世界の休日リポジトリもあった.date-holidays-icalと組み合わせてiCalも作れるよう.いざとなったらこれを使うと良さそう.

Apple謹製

AppleのiCloud向けのものですが,Nextcloudでも読み込めました.

  • webcal://ical.mac.com/ical/Japanese32Holidays.ics

Google謹製

以下はGoogle Calendar向けのものです.これもNextcloudで読み込めました.以前はGoogle Calendarの画面から各種フォーマットのアイコンがあってリンクの入手が簡単だったのですが今は隠されています.そのうち使えなくなるのかも?

余録

日本の休日を探しているときにライブドアのiCal天気というものを見つけました.これも便利そうです.Nextcloudでは数値文字参照はそのまま表示されてしまうようなのでそれ以外を選んだほうがいいです.

Nextcloud環境
$ sudo -u www-data php ./occ --version
Nextcloud 16.0.5
$ sudo -u www-data php ./occ app:list|grep -i calendar
  - calendar: 1.7.1
$ lsb_release -dr
Description:    Debian GNU/Linux 10 (buster)
Release:        10

Ubuntu 19.10 (Eoan Ermine)のインストーラにZFSの選択肢が

Ubuntu 19.10のインストーラでZFSを選択できるようになったと見かけて試してみました.

現在BETAのインストーラ( Ubuntu 19.10 (Eoan Ermine) Beta )には未だ入っていなくて,dailyのみのようです.
今回は daily-live 20191011 を利用しました.

イメージを入手して確認
$ wget -c http://cdimage.ubuntu.com/ubuntu/daily-live/20191011/SHA256SUMS \
          http://cdimage.ubuntu.com/ubuntu/daily-live/20191011/SHA256SUMS.gpg \
          http://cdimage.ubuntu.com/ubuntu/daily-live/20191011/eoan-desktop-amd64.iso
$ sha256sum -c SHA256SUMS
eoan-desktop-amd64.iso: OK
$ gpgv --keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg ./SHA256SUMS.gpg ./SHA256SUMS
gpgv: Signature made Fri 11 Oct 2019 04:48:37 PM JST
gpgv:                using DSA key 46181433FBB75451
gpgv: Can't check signature: No public key
gpgv: Signature made Fri 11 Oct 2019 04:48:37 PM JST
gpgv:                using RSA key D94AA3F0EFE21092
gpgv: Good signature from "Ubuntu CD Image Automatic Signing Key (2012) <cdimage@ubuntu.com>"

インストーラを起動して画面を進めていくと,「インストールの種類」でZFSの選択がありました.
eaon zfs Screenshot ubuntu19.04 2019 10 13 00:55:43

EXPERIMENTAL: Erase disk and use ZFS
Warning: This will delete all your files on all operating systems, This is experimental and ma cause data loss. Do not use on production systems.

仮想マシンのテスト環境なのでZFSを選んで進めます.

eaon zfs 20191013 01:10:48 17155

確認画面のメッセージが ext4 になっていますがそのまま進めるとZFSになったのでメッセージの書き換えがまだされていないのでしょう.

よく見たら vda1 のことでここは /boot/grub に割り当てられていました.

$ mount |grep vda1
/dev/vda1 on /boot/grub type ext4 (rw,relatime,errors=remount-ro)

add)
解りにくからってことでバグとして上がっていました.20.04で修正されそう.

  • Bug #1847719 “zfs “Write to change disks” message prints that an…” : Bugs : ubiquity package : Ubuntu
  • インストールが終了してインストーラからの再起動でフリーズしたようで1時間ほど前っても進まなかったので強制再起動しましたが無事起動しました.

    eaon zfs 20191013 01:10:30 12924

    ファイルシステムもZFSになっています :)
    eaon zfs Screenshot ubuntu19.04 2019 10 13 01:35:03

    $ lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description:    Ubuntu Eoan Ermine (development branch)
    Release:        19.10
    Codename:       eoan
    $ sudo fdisk -l /dev/vda
    Disk /dev/vda: 15 GiB, 16106127360 bytes, 31457280 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: dos
    Disk identifier: 0xc32b4703
    
    Device     Boot   Start      End  Sectors Size Id Type
    /dev/vda1  *       2048   104447   102400  50M 83 Linux
    /dev/vda2        104448 31457279 31352832  15G  5 Extended
    /dev/vda5        106496  4300799  4194304   2G a5 FreeBSD
    /dev/vda6       4302848 31457279 27154432  13G a5 FreeBSD
    $ zfs list
    NAME                                               USED  AVAIL     REFER  MOUNTPOINT
    bpool                                             65.6M  1.69G      176K  /boot
    bpool/BOOT                                        64.9M  1.69G      176K  none
    bpool/BOOT/ubuntu_qblb6g                          64.7M  1.69G     64.7M  /boot
    rpool                                             3.31G  8.80G       96K  /
    rpool/ROOT                                        2.57G  8.80G       96K  none
    rpool/ROOT/ubuntu_qblb6g                          2.57G  8.80G     2.09G  /
    rpool/ROOT/ubuntu_qblb6g/srv                        96K  8.80G       96K  /srv
    rpool/ROOT/ubuntu_qblb6g/usr                       200K  8.80G       96K  /usr
    rpool/ROOT/ubuntu_qblb6g/usr/local                 104K  8.80G      104K  /usr/local
    rpool/ROOT/ubuntu_qblb6g/var                       486M  8.80G       96K  /var
    rpool/ROOT/ubuntu_qblb6g/var/games                  96K  8.80G       96K  /var/games
    rpool/ROOT/ubuntu_qblb6g/var/lib                   484M  8.80G      378M  /var/lib
    rpool/ROOT/ubuntu_qblb6g/var/lib/AccountServices    96K  8.80G       96K  /var/lib/AccountServices
    rpool/ROOT/ubuntu_qblb6g/var/lib/NetworkManager    136K  8.80G      136K  /var/lib/NetworkManager
    rpool/ROOT/ubuntu_qblb6g/var/lib/apt              75.8M  8.80G     75.8M  /var/lib/apt
    rpool/ROOT/ubuntu_qblb6g/var/lib/dpkg             29.9M  8.80G     29.9M  /var/lib/dpkg
    rpool/ROOT/ubuntu_qblb6g/var/log                  2.07M  8.80G     2.07M  /var/log
    rpool/ROOT/ubuntu_qblb6g/var/mail                   96K  8.80G       96K  /var/mail
    rpool/ROOT/ubuntu_qblb6g/var/snap                  112K  8.80G      112K  /var/snap
    rpool/ROOT/ubuntu_qblb6g/var/spool                 112K  8.80G      112K  /var/spool
    rpool/ROOT/ubuntu_qblb6g/var/www                    96K  8.80G       96K  /var/www
    rpool/USERDATA                                    2.93M  8.80G       96K  /
    rpool/USERDATA/matoken_vyi27f                     2.72M  8.80G     2.72M  /home/matoken
    rpool/USERDATA/root_vyi27f                         112K  8.80G      112K  /root
    rpool/swap                                         758M  9.54G       92K  -
    $ dpkg -l|grep -i zfs
    ii  libzfs2linux                               0.8.1-1ubuntu13                      amd64        OpenZFS filesystem library for Linux
    ii  libzpool2linux                             0.8.1-1ubuntu13                      amd64        OpenZFS pool library for Linux
    ii  zfs-initramfs                              0.8.1-1ubuntu13                      amd64        OpenZFS root filesystem capabilities for Linux - initramfs
    ii  zfs-zed                                    0.8.1-1ubuntu13                      amd64        OpenZFS Event Daemon
    ii  zfsutils-linux                             0.8.1-1ubuntu13                      amd64        command-line tools to manage OpenZFS filesystems

    実機のeaon環境が1つあるのでこれをインストールし直してZFSを試すのもいいかもしれません.でもその環境はRAMが少ないので辛いかな?

    termux-APIのTermux-usbを少し試す

    Androidでdeb系ぽいLinux環境を実現できるTermuxからAndroidを操作するAPIのTermux-APIのupdateがありました.

    termux api usb 01

    Add a USB API compatible with libusb – see https://wiki.termux.com/wiki/Termux-usb for more information.

    なんだか気になる更新内容です.

    早速試してみます.

    まずはパッケージを最新にして関連パッケージを導入
    $ pkg update
    $ pkg install root-repo
    $ pkg install termux-api
    $ pkg install libusb
    $ pkg install clang
    termux-usb コマンドでデバイスを確認してアクセス許可を与える(ここではUSBメモリ)
    $ termux-usb -l
    [
      "/dev/bus/usb/001/004"
    ]
    $ termux-usb -r /dev/bus/usb/001/004
    Access granted.

    アクセスの許可はAndroidの画面で操作が必要です.

    termux api usb 02

    ちなみに,USB Keyboardは認識できませんでした(Androidでは利用できているのに!)

    lsusb的にusb情報を表示するプログラムのサンプルをコンパイルして実行
    $ cat << __EOF__ > usbtest.c
    > $ cat usbtest.c
    > #include <stdio.h>
    > #include <assert.h>
    > #include <libusb-1.0/libusb.h>
    >
    > int main(int argc, char **argv) {
    >     libusb_context *context;
    >     libusb_device_handle *handle;
    >     libusb_device *device;
    >     struct libusb_device_descriptor desc;
    >     unsigned char buffer[256];
    >     int fd;
    >     assert((argc > 1) && (sscanf(argv[1], "%d", &fd) == 1));
    >     assert(!libusb_init(&context));
    >     assert(!libusb_wrap_sys_device(context, (intptr_t) fd, &handle));
    >     device = libusb_get_device(handle);
    >     assert(!libusb_get_device_descriptor(device, &desc));
    >     printf("Vendor ID: %04x\n", desc.idVendor);
    >     printf("Product ID: %04x\n", desc.idProduct);
    >     assert(libusb_get_string_descriptor_ascii(handle, desc.iManufacturer, buffer, 256) >= 0);
    >     printf("Manufacturer: %s\n", buffer);
    >     assert(libusb_get_string_descriptor_ascii(handle, desc.iProduct, buffer, 256) >= 0);
    >     printf("Product: %s\n", buffer);
    >     assert(libusb_get_string_descriptor_ascii(handle, desc.iSerialNumber, buffer, 256) >= 0);
    >     printf("Serial No: %s\n", buffer);
    >     libusb_exit(context);
    > }
    > __EOF__
    $ gcc usbtest.c -lusb-1.0 -o usbtest
    $ termux-usb -e ./usbtest /dev/bus/usb/001/004
    Vendor ID: 13fe
    Product ID: 3600
    Manufacturer:
    Product: USB DISK 2.0
    Serial No: 07AC10081C16381A

    てことでTermuxからlibusbが使えるようになったようです.

    ちなみに,lsusbを実行するとこんな感じです.rootedな端末だと使えるんでしょうけど.

    $ lsusb
    lsusb: /sys/bus/usb/devices: Permission denied
    $ tsudo lsusb
    /data/data/com.termux/files/usr/bin/tsu: 146: exec: : Permission denied
    環境
    $ dpkg-query -W termux-api libusb clang
    clang   8.0.1-4
    libusb  1.0.23-rc1-1
    termux-api      0.47
    $ adb shell dumpsys package com.termux.api | grep -E 'versionCode|versionName'
        versionCode=38 minSdk=21 targetSdk=28
        versionName=0.38
    $ adb shell dumpsys package com.termux | grep -E 'versionCode|versionName'
        versionCode=75 minSdk=21 targetSdk=28
        versionName=0.75
    $ getprop ro.bootimage.build.fingerprint
    essential/mata/mata:10/QP1A.190711.122/420:user/release-keys
    $ getprop ro.build.version.security_patch
    2019-09-05
    $ getprop ro.product.cpu.abilist
    arm64-v8a,armeabi-v7a,armeabi

    ffmpegでgifからmp4に変換した動画がInstagramに投稿できない

    先日のttygifで作成したanimation gifをInstagramに投稿しようとしたところ,animation gifは投稿できるけどanimationせず1枚目の画像が表示されるだけです.ffmpegでmp4に変換するだけで良さそうだけど投稿できません.白い動画でプログレスがずっと表示され,「次へ」を押すとアプリ自体が落ちてしまいます.動画は同端末のvlcなどでは問題なく再生できています.

    IMG 20191005 195714

    $ ffmpeg -i tty.gif tty.mp4

    音声がないのがいけないのかな?と anullsrc フィルタで無音の音声トラックを追加してみても変わらず.

    $ ffmpeg -f lavfi -i anullsrc -i tty.gif -shortest tty.mp4

    手詰まりになって検索してみると以下のページを発見.

    このページによると以下の条件で投稿できないようです.

    • 3秒以下の動画
    • Instagramが受け付けないカラーエンコーディングの利用

    今回の動画は20秒ほどなので長さは問題無さそうです.

    うまく行っていなかった動画を確認すると元記事と同様 yuv444p を使っているようです.

    $ ffprobe tty.mp4 2>&1 | grep -E "Stream.*Video"
        Stream #0:0(und): Video: h264 (High 4:4:4 Predictive) (avc1 / 0x31637661), yuv444p, 802x750, 73 kb/s, 4.17 fps, 4.17 tbr, 12800 tbn, 8.33 tbc (default)

    てことで,以下のようにカラーエンコーディングに yuv420p を指定して変換すると投稿できました.(音声トラックはあってもなくてもどちらでもOKだった)

    $ ffmpeg -i tty.gif -pix_fmt yuv420p -filter_complex "scale=trunc(iw/2)*2:trunc(ih/2)*2" tty.mp4
    $ ffprobe tty.mp4 2>&1 | grep -E "Stream.*Video"
        Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1058x750, 97 kb/s, 16.08 fps, 16.08 tbr, 12352 tbn, 32.17 tbc (default)

    この投稿をInstagramで見る

    pfetch logo #unix

    matokenさん(@matoken)がシェアした投稿 –

    公式の文章があればいいんですが見つからず.以下が少し近い?

    変換環境
    $ dpkg-query -W ffmpeg
    ffmpeg	7:4.1.4-1+b2
    $ lsb_release -dr
    Description:	Debian GNU/Linux bullseye/sid
    Release:	unstable
    $ uname -m
    x86_64
    投稿環境
    $ adb shell dumpsys package com.instagram.android | grep -E 'versionCode|versionName'
        versionCode=175574628 minSdk=23 targetSdk=28
        versionName=113.0.0.39.122
    $ adb shell getprop ro.bootimage.build.fingerprint
    essential/mata/mata:10/QP1A.190711.122/420:user/release-keys
    $ adb shell getprop ro.build.version.security_patch
    2019-09-05
    $ adb shell getprop ro.product.cpu.abilist
    arm64-v8a,armeabi-v7a,armeabi

    可愛いシステム情報表示ツールのpfetch

    screenfetchやneofetchと同じようなものですが,shell script 1本で動いてロゴが可愛いです.

    $ git clone https://github.com/dylanaraps/pfetch
    $ pfetch/pfetch
      _____      matoken@t430s
     /  __ \     os     Debian GNU/Linux bullseye/sid
    |  /    |    host   23533KJ ThinkPad T430s
    |  \___-     kernel 5.2.0-2-amd64
    -_           uptime 8d 3h 7m
      --_        pkgs   5796
                 memory 13560M / 15924M

    fpetch

    現在のバージョンではロゴはこれだけあるよう.

    $ grep PF_ASCII: pfetch -A999|grep \*\)
            [Aa]lpine*)
            [Aa]ndroid*)
            [Aa]rch*)
            [Aa]rco*)
            [Aa]rtix*)
            [Cc]ent[Oo][Ss]*)
            [Dd]ebian*)
            [Dd]ragon[Ff]ly*)
            [Ee]lementary*)
            [Ff]edora*)
            [Ff]ree[Bb][Ss][Dd]*)
            [Gg]entoo*)
            [Gg]uix[Ss][Dd]*|[Gg]uix*)
            [Hh]aiku*)
            [Hh]yperbola*)
            [Ll]inux*[Ll]ite*|[Ll]ite*)
            [Ll]inux*)
            [Mm]ac[Oo][Ss]*|[Dd]arwin*)
            [Mm]ageia*)
            [Mm]anjaro*)
            [Mm]inix*)
            [Mm][Xx]*)
            [Nn]et[Bb][Ss][Dd]*)
            [Nn]ix[Oo][Ss]*)
            [Oo]pen[Bb][Ss][Dd]*)
            [Oo]penSUSE*|[Oo]pen*SUSE*|SUSE*|suse*)
            [Pp]arabola*)
            [Pp]op!_[Oo][Ss]*)
            [Pp]ure[Oo][Ss]*)
            [Ss]lackware*)
            [Ss]un[Oo][Ss]|[Ss]olaris*)
            [Uu]buntu*)
            [Vv]oid*)
            *)

    環境変数 PF_INFOPF_ASCII で指定したものを表示できるようです.そこでこういうscriptで表示して,

    #!/usr/bin/perl
    use strict;
    use warnings;
    use Time::HiRes 'sleep';
    
    my @LIST=('alpine','android','arch','arco','artix','centos','debian','dragonfly','elementary','fedora','freebsd','gentoo','guixsd','haiku','hyperbola','lite','linux','macos','mageia','manjaro','mint','minix','mx','netbsd','nixos','openbsd','suse','parabola','pop!_os','pureos','slackware','sunos','ubuntu','void');
    
    foreach my $dist ( sort @LIST ){
      my $pfetch = `clear`;
      $pfetch .= "$dist\n";
      $pfetch .= `PF_INFO=ascii PF_ASCII=$dist pfetch`;
      print $pfetch;
      sleep(0.5);
    }
    `PF_INFO=ascii pfetch > /dev/null`;
    print "done\n";

    asciinemaへのアップロード……に失敗したのでttyrecして,ttygifしてみました.

    pfetch logos
    $ ttyrec pfetch.tty # 録画開始
    $ perl pfetch-logo.pl # logo表示
    $ exit  # 録画終了
    $ vi pfetch.tty # テキストエディタで頭と最後のゴミ削除
    $ resize -s 11 25 # terminalを小さくしておく
    $ ttygif -in pfetch.tty # gifに書き出し
    $ WINDOWID=`xdotool getactivewindow` ttygif -in pfetch.tty # `cannot get screenshot` と言われる場合

    元のロゴはこの ufetch の一部が使われているよう.こちらにはRaspbianもありますね.

    ufetch raspbian

    余録:ufetchのロゴを楽しむ
    $ git clone https://gitlab.com/jschx/ufetch
    $ find ./ufetch/ -name "ufetch-*" -executable \! -name "*.png" -print0 | sort -n | xargs -0 -n1 -I{} sh -c "{} 2>/dev/null; sleep 0.5"
    環境
    $ git log -1
    commit 1ff17055b958fb2436bb9810bfba0d97c64390a4 (HEAD -> master, origin/master, origin/HEAD)
    Author: Dylan Araps <dylan.araps@gmail.com>
    Date:   Tue Oct 1 15:09:43 2019 +0300
    
        pfetch: fix bug
    $ ttygif -v # https://github.com/sugyan/ttygif
    0.0.3
    $ ls -l `which sh`
    lrwxrwxrwx 1 root root 4 Jul 19 03:15 /usr/bin/sh -> dash
    $ dpkg-query -W dash perl ttyrec
    dash    0.5.10.2-6
    perl    5.28.1-6
    ttyrec  1.0.8-5+b2
    $ lsb_release -dr
    Description:    Debian GNU/Linux bullseye/sid
    Release:        unstable
    $ uname -m
    x86_64

    Raspbian Buster 2019-09-26

    リリースされていました.

    2019-09-26:
    * rpi-eeprom included
      - This will automatically update the SPI EEPROM on the Raspberry Pi 4 to the latest stable version.
         See https://rpf.io/eeprom for more information.
    * New icon theme for file manager icons
    * Appearance Settings - option for identical desktop on both monitors
    * Appearance Settings - option to show different desktop icons on both monitors
    * Taskbar automatically moved to monitor 0 if monitor 1 not found at boot
    * Switching of audio output between two HDMI devices added to volume plugin
    * Switching of audio input devices added to volume plugin
    * .asoundrc (ALSA config file) now uses 'plug' values to support more devices
    * Audio Settings tool modified to integrate more closely with volume plugin to reduce duplicated code
    * Screen Configuration tool now shows separate menus for resolution and refresh rate
    * Primary and active monitor settings removed from Screen Configuration tool
    * Overscan support added for FKMS driver
    * New keyboard shortcuts added - Ctrl-Alt-End brings up shutdown menu; Ctrl-Alt-M moves taskbar between monitors
    * Latest changes to Bluez ALSA interface integrated to improve connection to Bluetooth audio devices
    * Mousepad used as simple text editor instead of leafpad
    * Version 3.2 of Thonny added
    * Version 74 of Chromium added
    * Version 3.0.8 of VLC added
    * Version 32.0.0.255 of Flash player added
    * Version 6.5.0 of RealVNC Server added
    * Version 6.19.715 of RealVNC Viewer added (full image only)
    * Version 12.0.1 of Mathematica added (full image only)
    * Version 0.20.8 of NodeRED added (full image only)
    * Version 3.1.0 of Sonic Pi added (full image only)
    * Scratch 3 added (full image only)
    * Bug fix - URL handling in Terminal
    * Bug fix - octal values in SSIDs in network plugin
    * Bug fix - remaining value in progress bar when transferring files
    * Bug fix - integration of xarchiver tool with file manager
    * Bug fix - start menu opening on incorrect monitor
    * Bug fix - minimised applications wrongly displayed on taskbar on second monitor
    * Bug fix - Bluetooth icon disappearing on x86 platforms when Bluetooth turned off
    * Bug fix - Screen Configuration tool not shown on x86 platforms and settings not being saved
    * Various translation updates
    * Various minor bug fixes
    * Epiphany/Web removed
    * ntfs-3g included
    * pciutils added
    * Linux kernel 4.19.75
    * Raspberry Pi firmware 01508e81ec1e918448227ca864616d56c430b46d

    このショートカットが便利かも?

    • New keyboard shortcuts added – Ctrl-Alt-End brings up shutdown menu; Ctrl-Alt-M moves taskbar between monitors

    とりあえず,liteだけダウンロードキューに入れておきました.

    $ wget https://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2019-09-30/2019-09-26-raspbian-buster-lite.zip.torrent \
      https://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2019-09-30/2019-09-26-raspbian-buster-lite.zip.sig
    $ transmission-cli 2019-09-26-raspbian-buster-lite.zip.torrent

    ADD: その後ダウンロードが終わったのでverify

    $ gpg --verify ./2019-09-26-raspbian-buster-lite.zip.sig
    gpg: assuming signed data in './2019-09-26-raspbian-buster-lite.zip'
    gpg: Signature made Mon 30 Sep 2019 09:43:50 PM JST
    gpg:                using RSA key 54C3DD610D9D1B4AF82A37758738CD6B956F460C
    gpg: Good signature from "Raspberry Pi Downloads Signing Key" [unknown]
    gpg: WARNING: This key is not certified with a trusted signature!
    gpg:          There is no indication that the signature belongs to the owner.
    Primary key fingerprint: 54C3 DD61 0D9D 1B4A F82A  3775 8738 CD6B 956F 460C

    #Raspberry Pi 4 model B も先週あたりに工事設計認証が総務省のリストに載ったようだし日本発売も間近?(所謂技適問題)
    ##電源バグも修正してくれると嬉しい

    自転車修理(スポーク折れ,リヤディレイラー,チェーン交換)

    先日壊れた自転車の部品が届いたので交換しました.

    リヤディレイラーはシルバーをと思ったけどブラックの方が200円ちょい安かったのでそちらにした.(交換するたびにパーツグレードが下がって……)

    IMG 20190927 181429.resized

    質感はやっぱり値段なりで重い.スポークはストックから

    IMG 20190927 182336.resized

    紙節約でPDFのURLいいですね…….しかし欲しい情報はそれじゃなかった.ほしかったのはこっち → https://si.shimano.com/#/ja/DM/GN0001

    IMG 20190927 183028.resized

    早速作業します.

    リヤディレイラーはケーブルを外し,チェーンを切って外す.

    スポークを入れるためにタイヤ,チューブ,リムテープを取り外し.

    IMGP0136.resized

    折れたスポークはカセット側なのでカセットも外す.(部屋の中の工具箱で保管しているのに工具錆びる><)

    IMGP0135.resized

    ニップルは手で入れるのは難しい.折れたのや余ったスポークにニップルの逆側から繋いで差し込むと簡単.スポークを入れてリムテープ,タイヤ,チューブをはめて空気を入れてから触れ取り.ここが一番時間掛かる…….完璧ではないけどとりあえずブレーキシューに当たらないくらいまで触れ取り.後日少し走ったらまた触れ見る.

    IMGP0137.resized

    後はリヤディレイラーをエンドに止めてチェーンを入れてワイヤー繋いで調整.一番トップ(一番小さいギヤ)に切り替えた状態でワイヤーを引っ張って留める.チェーンの長さや微調整は次のsiteからPDFのマニュアルを入手して参照する.

    アウターワイヤーも曲がってたけどとりあえずそのまま使ってみた.試走して問題なければとりあえず出来上がり.
    ALTUS初めてですが案外性能いい?

    使った工具.蚊にたかられるので虫除け重要.

    IMGP0139.resized

    死んでしまった部品…….リヤディレイラーは300円位で買った中古だったけどチェーンはKMCのを久々に使ったのだけどすぐ壊してしまい悪いことをした…….

    IMGP0140.resized

    エンドキャップとスポークの手持ちが切れたので補充したい.