ssh -oHostKeyAlgorithms=+ssh-dss
2020年2月27日 星期四
2020年2月26日 星期三
[Ubuntu] 移除應用程式
如果應用程式是使用 apt 安裝的,通常是可以用 apt-get remove 移除。
一些指令可以參考這篇。但有時候就很麻煩,雖然套件管理會幫你處理相依性,但有時候還是會莫名其妙安裝失敗,例如出現 "E: Sub-process /usr/bin/dpkg returned an error code (2)" 錯誤,問題很多種,例如 broken package。
可以先確認是否安裝到一半,然後移除,清理等。再強制將安裝到一半的程式完成。最後在看會不會順利。
sudo apt-get remove --purge
sudo apt-get autoremove
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get install -f
sudo dpkg --configure -a
sudo dpkg -i --force-overwrite-all
sudo rm -rf /var/lib/dpkg/info/
reference:
* https://blog.longwin.com.tw/2012/05/apt-clean-autoclean-diff-2012/
* http://note.drx.tw/2013/09/working-with-linux-04-package-management.html
* https://blog.sleeplessbeastie.eu/2017/10/09/how-to-clean-the-apt-cache/
* https://askubuntu.com/questions/141370/how-to-fix-a-broken-package-when-apt-get-install-f-does-not-work
一些指令可以參考這篇。但有時候就很麻煩,雖然套件管理會幫你處理相依性,但有時候還是會莫名其妙安裝失敗,例如出現 "E: Sub-process /usr/bin/dpkg returned an error code (2)" 錯誤,問題很多種,例如 broken package。
可以先確認是否安裝到一半,然後移除,清理等。再強制將安裝到一半的程式完成。最後在看會不會順利。
sudo apt-get remove --purge
sudo apt-get autoremove
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get install -f
sudo dpkg --configure -a
sudo dpkg -i --force-overwrite-all
sudo rm -rf /var/lib/dpkg/info/
reference:
* https://blog.longwin.com.tw/2012/05/apt-clean-autoclean-diff-2012/
* http://note.drx.tw/2013/09/working-with-linux-04-package-management.html
* https://blog.sleeplessbeastie.eu/2017/10/09/how-to-clean-the-apt-cache/
* https://askubuntu.com/questions/141370/how-to-fix-a-broken-package-when-apt-get-install-f-does-not-work
2020年2月24日 星期一
2020年2月18日 星期二
[RPi] 好認真的同學阿
嗯嗯,好認真的同學
https://medium.com/@yanweiliu/raspberry-pi%E5%AD%B8%E7%BF%92%E7%9B%AE%E9%8C%84-76a3c976d0aa
https://medium.com/@yanweiliu/raspberry-pi%E5%AD%B8%E7%BF%92%E7%9B%AE%E9%8C%84-76a3c976d0aa
2020年2月17日 星期一
[RPi] 截圖小工具
sudo apt-get install fbcat
sudo fbgrab -d /dev/fb1 ~/fb1.png
sudo fbgrab -d /dev/fb0 ~/fb0.png
see here
2020年2月16日 星期日
[RPi] 配對藍牙搖桿(Bluetooth Joystick)
sudo bluetoothctl
power on
agent on
scan on
找到 wireless control
connect [MAC]
trust [MAC]
quit
可以在 /dev/input/js0 看到
https://pimylifeup.com/raspberry-pi-playstation-controllers/
power on
agent on
scan on
找到 wireless control
connect [MAC]
trust [MAC]
quit
可以在 /dev/input/js0 看到
https://pimylifeup.com/raspberry-pi-playstation-controllers/
2020年2月10日 星期一
[RPi] 2020-02-05-raspbian-buster
https://downloads.raspberrypi.org/raspbian/release_notes.txt
幾個要注意的地方
1. 安裝後要先設定 wifi-country 才能使用
```
Wi-Fi is currently blocked by rfkill.
Use raspi-config to set the country before use.
```
快速鍵可使用 sudo raspi-config nonint do_wifi_country TW
2. 內建關掉螢幕保護程式
```
7 Advanced Options > A6 Screen Blanking > NO
```
幾個要注意的地方
1. 安裝後要先設定 wifi-country 才能使用
```
Wi-Fi is currently blocked by rfkill.
Use raspi-config to set the country before use.
```
快速鍵可使用 sudo raspi-config nonint do_wifi_country TW
2. 內建關掉螢幕保護程式
```
7 Advanced Options > A6 Screen Blanking > NO
```
2020年2月6日 星期四
訂閱:
文章 (Atom)