HW9 raspberry pi / ssh ssh설정파일 /etc/ssh/sshd_config 아래항목을 추가 ClientAliveInterval 600 - 서버에서 클라이언트의 데이터의 수신이 없을시 살아있는지 확인 신호를 보내는 간격 ClientAliveCountMax 5 - 확인신호를 지정된 횟수만큼 보내고 응답이 없으면 세션을 종료 root@raspberrypi:~# root@raspberrypi:~# echo "ClientAliveInterval 600" >> /etc/ssh/sshd_config root@raspberrypi:~# echo "ClientAliveCountMax 5" >> /etc/ssh/sshd_config root@raspberrypi:~# /etc/init.d/ssh restart [ ok ] Restarting O.. 2020. 4. 21. raspberry pi / 고정IP root@raspberrypi:~# ifconfig eth0 Link encap:Ethernet HWaddr b8:27:eb:7a:98:83 inet addr:192.168.25.19 Bcast:192.168.25.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:209 errors:0 dropped:0 overruns:0 frame:0 TX packets:184 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:22930 (22.3 KiB) TX bytes:23342 (22.7 KiB) lo Link encap:Loc.. 2020. 4. 21. raspberry pi / openoffice / libreoffice install openoffice vs libreoffice apt-get update apt-get install libreoffice sudo apt-get update sudo apt-get upgrade sudp apt-get install openoffice.org 2020. 4. 21. Raspberry Pi / flash player on Chromium (크롬) wget http://odroidxu.leeharris.me.uk/PepperFlash-12.0.0.77-armv7h.tar.gz tar -xzf PepperFlash-12.0.0.77-armv7h.tar.gz cd PepperFlash chmod +x * sudo cp * /usr/lib/chromium/plugins sudo nano /etc/chromium/default pi@raspberrypi ~ $ tar -xzf PepperFlash-12.0.0.77-armv7h.tar.gz pi@raspberrypi ~ $ cd PepperFlash/ pi@raspberrypi ~/PepperFlash $ ls libpepflashplayer.so license.html pi@raspberrypi ~/Pe.. 2020. 4. 20. 이전 1 2 3 다음 반응형