0207|09|
2007|09|10|12|
2008|01|02|03|
2009|01|05|08|10|11|12|
2010|01|02|03|04|09|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|01|02|03|04|05|06|07|08|10|11|12|
2013|01|02|03|04|05|06|07|08|09|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|04|05|06|07|08|09|10|11|12|
2016|01|02|03|04|05|06|07|08|09|10|11|12|
2017|01|02|03|04|05|06|07|08|09|10|11|12|
2018|01|02|03|04|05|06|07|08|09|10|11|12|
2019|01|02|03|04|05|06|07|08|09|10|11|12|
2020|01|02|03|04|05|06|07|08|09|10|11|12|
2021|01|02|03|04|05|06|07|08|09|10|11|12|
2022|01|02|03|04|05|06|07|08|09|10|11|12|
2023|01|02|03|04|05|06|07|08|09|10|11|12|
2024|01|02|03|04|

2017-04-16 ―― 何でこんなことに気がつかかったのだろう [長年日記]

週末研究員モードで、ラズパイを複数使った実験を行っているのですが、ディスプレイが足りなくて困っていました。

As a weekend researcher, I was trouble in shortage of display, because of trying an experiment with Raspberry PIs.

複数のラズパイからの出力を同時に見なければならないのですが、ディスプレイがなければ、それができません。

Because I have to watch several displays at the same time to get information from Raspberry PIs.

最近のディスプレイはサイズがデカくて置くだけでも大変です。

The size of recent displays is too big, and the installation is difficult.

ラズパイの数の分のディスプイレを準備したら、壁が全部ディスプレイで埋まってしまうでしょう(というか、そもそもディスプレイを購入する金がない)。

The entire wall will be filled with display, if preparing for all Raspberry PIs.(To begin with, I have no money to purchase a display at all).

-----

しかし、この問題、簡単に解決しました。

However, this problem was resolved easily.

ラズパイにSSHサーバを立てて、複数のWindowsのターミナルから、SSHでアクセスするだけでした。

I built SSH server on each Raspberry PI, and try to access them from several windows terminals.

別にGUIは必要ないのですから、コマンドインターフェースで利用できれば良いのです。

I don't have to use GUI, there is no problem to use by CUI.

-----

私が、驚いたことは、

To my surprise,

―― 何でこんなことに気がつかかったのだろう

"I didn't remember such a easy way.

ということです。

昔、ワークステーションを使って、通信ミドルウェアの開発をやっていた時には、telnetで同じことをやっていたのですが、

The other days, I did same thing with "telenet" when I developed a communication middleware.

GUIがあたりまえの世界に慣れてしまっていたんだなー、と思っています。

I think that I got used to the GUI world.