在 hyperref 前加上 unicode option, e.g
\usepackage[unicode,pdftex]{hyperref}
Tools > Preferences > Completion and linting > Introspection
Deactivate the option: "Enable hover hints"
Use vim to edit liu_LA.txt. DO NOT use kate.
Make sure press tab following the Chinese chars, e.g.
elm 基本矩陣 100 ibus-table-createdb -s liu_LA.txt -n liu_LA.db sudo cp -f liu_LA.db /usr/share/ibus-table/tables/ /bin/rm -rf ~/.local/share/ibus-table ~/.config/ibus ~/.cache/ibus ~/.cache/ibus-tableRun ibus-setup to delete 嘸蝦米:
Then, logout and login (It needs to do this!)
Otherwise, the html lines inside php file would have error.
Open cmd with administrator and type
CHKDSK /f /r /x C:
Reboot win10 would check C:/ drive.
Edit /lib/systemd/system/anacron.timer, change the line:
OnCalendar=*-*-* 02..23:30
It means anacron will process the cron jobs at 2am to 11:30pm only.
\usepackage{titlesec, titletoc}
\usepackage{CJKnumb}
\titleformat{\chapter}{\Huge\bfseries}{第\CJKnumber{\thechapter}章}{1em} {}
cf: https://mathsyouth.github.io/2019/06/12/macos-matplotlib
fc-list :lang=zh cf: https://upcloud.com/community/tutorials/installing-lamp-stack-ubuntu/
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'newpassord'
mysql> create database phpmyadmin;
mysql> create user 'phpmyadmin'@'localhost' identified by 'some_passwd';
mysql> grant all privileges on phpmyadmin.* to 'phpmyadmin'@'localhost'; cd /usr/share/phpmyadmin/sql
$ mysql -u phpmyadmin -p phpmyadmin < create_tables.sqlEdit /etc/php/7.4/apache2/php.ini
post_max_size = 200M
upload_max_filesize = 200MEdit /etc/apache2/apache2.conf, add the lines:
<Directory /home/chiao/public_html/drupal9/web>
Options FollowSymLinks
AllowOverride AuthConfig FileInfo Indexes Limit Options=All,MultiViews
</Directory>sudo systemctl restart apache2
cf: https://superuser.com/questions/1429490/unmanaged-network-manager-in-ubuntu
This works for my ubuntu 20.04.3 at pi4.
As root, edit /etc/NetworkManager/NetworkManager.conf to match the following. You can use the command sudo nano /etc/NetworkManager/NetworkManager.conf to do so.
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=true
[keyfile]
unmanaged-devices=*,except:type:wifi,except:type:gsm,except:type:cdma,except:type:wwan,except:type:ethernet,except:type:vlan
[device]
wifi.scan-rand-mac-address=no
Edit line 43:
# '#prefix' => '<div class=image><img src=/~chiao/drupal9/web/tmp/test_ranking.png>',
'#prefix' => '<div class=image><img src=tmp/test_ranking.png>',
Line 48:
# '#prefix' => '<div class=image><img src=/~chiao/drupal9/web/tmp/test.png>',
'#prefix' => '<div class=image><img src=tmp/test.png>',
cf: https://www.drupal.org/docs/installing-drupal
cd ~/public_html; sudo chown -R www-data.www-data drupaldamVisit site in browser:
http:kpchiao.sino.tw:8080/~chiao/drupaldam/web/core/install.php
At 資料庫設定: Finish the next two pages.