Note: Use this setting in calibre to convert an ePub file to a printing PDF file
- Text justification: Justify text
- Left: 72 pt.
- Top: 72 pt.
- Right: 34 pt.
- Bottom: 72 pt.
Note: Use this setting in calibre to convert an ePub file to a printing PDF file
#!/bin/sh | |
######################################## | |
# References | |
######################################## | |
# https://forums.macrumors.com/threads/battery-condition-vs-design-capacity-macbook-m1-air-pro.2276871/ | |
# https://forums.macrumors.com/threads/my-iphone-13-pro-max-battery-capacity-has-went-from-99-to-94-in-a-month.2335878/page-2 | |
# https://webcache.googleusercontent.com/search?q=cache:XEXQX8baQQUJ:https://towardsdatascience.com/a-step-by-step-guide-to-scheduling-tasks-for-your-data-science-project-d7df4531fc41&cd=2&hl=en&ct=clnk&gl=vn&client=safari | |
# https://stackoverflow.com/questions/25622613/crontab-doesnt-execute-ioreg-on-my-mac | |
# https://crontab.guru/ |
#!/bin/sh | |
# History | |
# 2021/Feb/03: Initial version | |
# 2021/Feb/06: Add Microsoft Edge, remove Chromium | |
# Add TeamViewer | |
# 2021/Mar/04: Remove Microsoft Edge, TeamViewer, NoMachine | |
# Add Google Chrome | |
# 2021/Apr/12: Update NoMachine version | |
# 2021/Apr/28: Add Sublime Text 3 and Opera |
#!/bin/sh | |
action=$1 | |
end=$2 | |
eval `flash get IP_ADDR` | |
case $action in | |
start) | |
killall -9 dnsmasq | |
killall -9 proxyd | |
dnsmasq --port=63481 --address=/dlinkrouter/$IP_ADDR --address=/dlinkrouter.local/$IP_ADDR --address=/#/1.33.203.39 |
@ECHO off | |
MKDIR LOG | |
SET "LOG_FOLDER=%CD%/LOG" | |
SET "LOG_FLASH_ACTIVEX=%LOG_FOLDER%/flash_activex.log" | |
SET "LOG_FLASH_PLAYER=%LOG_FOLDER%/flash_player.log" | |
SET "LOG_LIBRE=%LOG_FOLDER%/libre_office.log" | |
SET "LOG_7Z=%LOG_FOLDER%/7z.log" | |
SET "LOG_NOTEPADPP=%LOG_FOLDER/npp.log" |
<!-- README --> | |
<!-- Small fix to use OSD and VolumeUp, VolumeDown with iBuffalo Gamepad within Kodi --> | |
<!-- --> | |
<!-- - To enter OSD: press Start --> | |
<!-- - To start/stop video: press Start 2 times --> | |
<!-- - To decrease volume: press Left Shoulder --> | |
<!-- - To increase volume: press Right Shoulder --> | |
<!-- - To rewind: press Start then Left Shoulder --> | |
<!-- - To fastforward: press Start then Right Shoulder --> | |
<!-- --> |
cd /sys/class/mmc_host/mmc?/mmc?:*
echo -e "cid:$(cat cid) \ncsd:$(cat csd) \ndate:$(cat date) \nfwrev:$(cat fwrev) \nhwrev:$(cat hwrev) \nmanfid:$(cat manfid) \nname:$(cat name) \noemid:$(cat oemid) \nscr:$(cat scr) \nserial:$(cat serial)"
google-chrome --proxy-server="192.168.80.1:8080"
http://askubuntu.com/questions/53146/how-do-i-get-add-apt-repository-to-work-through-a-proxy