cf: https://askubuntu.com/questions/860780/how-to-remove-old-ibus-keyboard-input-menu-items
Enter dconf-editor and go to
org.gnome.desktop.input-sources.sources then delete the input method not needed, e,g,
('ibus', 'fuzzy_table')
cf: https://askubuntu.com/questions/860780/how-to-remove-old-ibus-keyboard-input-menu-items
Enter dconf-editor and go to
org.gnome.desktop.input-sources.sources then delete the input method not needed, e,g,
('ibus', 'fuzzy_table')
Dear Mr./Ms. XXX [Editor's Name],
I have submitted my revised manuscript titled XXXX [manuscript id: xxxx] to your journal via the online submission system on dd/mm/yyyy [date of submission]. Two days later, the status changed to ‘with editor.’ However, the status has remained unchanged ever since.
I would be grateful if you could let me know whether there has been any further progress on my submission.
Sincerely,
XXXX [Your name and contact details]
cf: https://j7.lb168.tw/2019/07/vacuum-var-log-journal/
sudo vim /etc/systemd/journald.conf
Add the lines:
SystemMaxUse=10M
SystemMaxFileSize=10M
sudo systemctl restart systemd-journald.service
cf: https://askubuntu.com/questions/1238214/big-var-log-journal
sudo
journalctl --vacuum-size=10M
sudo
journalctl --vacuum-time=10d
cf : https://gist.github.com/raelgc/6031274
As of Thunderbird 87beta.x.x, Movemail support is removed.
https://www.thunderbird.net/en-US/thunderbird/87.0beta/releasenotes/
Error while exporting excel from FAHP online system:
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /usr/share/php/OLE.php on line 319
sudo vim +319 /usr/share/php/OLE.php
Change "continue" to "continue 2" as follows:
default:
#chiao, 2021-12-5
# continue;
continue 2;