iperf3 for Surface RT
Build by myself.
Build by myself.
jp: Overlord The Sacred Kingdom (2024) 24fps.jp
cn: Overlord The Sacred Kingdom (2024) 24fps.cn
en: Overlord The Sacred Kingdom (2024) 24fps.en
Note: These subtitles were generated by AI. But better than nothing.
|
1 2 |
apt install libreoffice python3 python3-pip pip install unoserver |
|
1 2 |
wget -O find_uno.py https://gist.githubusercontent.com/regebro/036da022dc7d5241a0ee97efdf1458eb/raw/find_uno.py python3 find_uno.py |
|
1 |
python3 -m unoserver.server |
|
1 |
python3 -m unoserver.converter --convert-to pdf my.docx my.pdf |
|
1 2 3 |
mkfontscale mkfontdir fc-cache |
|
1 |
apt-get install xfonts-utils |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
[Unit] Description=unoserver After=network.target [Install] WantedBy=multi-user.target [Service] Type=simple User=root Group=root ExecStart=/usr/local/bin/unoserver Environment=PYTHONUNBUFFERED=true Restart=on-failure RestartSec=3 |