Ubuntu 管理心得

搜尋此網誌

2022年3月25日 星期五

Force win10 bootup check disk

Open cmd with administrator and type

 CHKDSK /f /r /x C:

Reboot win10 would check C:/ drive. 

2022年3月24日 星期四

anacron process time schedule hourly

 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.

2022年3月18日 星期五

LaTeX 中文 chpater 章 編號

\usepackage{titlesec, titletoc}
\usepackage{CJKnumb}
 

\titleformat{\chapter}{\Huge\bfseries}{第\CJKnumber{\thechapter}章}{1em} {}