[ubuntu]試用lubuntu 22.04

網頁下載google chrome 安裝 google-chrome-stable_current_amd64.deb

apt install libgtkglext1
網頁下載安裝anydesk_6.1.1-1_amd64.deb
anydesk: error while loading shared libraries: libpangox-1.0.so.0: cannot open shared object file: No such file or directory
ln -s /usr/lib/x86_64-linux-gnu/libpangoxft-1.0.so.0 /usr/lib/x86_64-linux-gnu/libpangox-1.0.so.0

Authorization required, but no authorization protocol specified
無法啟動anydesk
https://askubuntu.com/questions/1371485/anydesk-is-not-working-after-upgrading-to-21-10

 

apt install filezilla

tasksel的選項變少了,只有web server 找不到 LAMP server

改用 apt install apache2 php-mysql libapache2-mod-php mysql-server php8.1


apt install phpmyadmin

mysql mysql
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
FLUSH PRIVILEGES;

本篇發表於 Linux系統。將永久鏈結加入書籤。