test your checkpoints,
creating images for selected checkpoints,
a custom script for AUTOMATIC1111 / stable-diffusion-webui.
# DNS 配置可自行修改 | |
port: 7890 | |
allow-lan: true | |
mode: rule | |
log-level: info | |
unified-delay: true | |
global-client-fingerprint: chrome | |
dns: | |
enable: true | |
listen: :53 |
############################ FFmpeg CLI Examples ############################ | |
-metadata[:metadata_specifier] key=value (output,per-metadata) | |
For example, for setting the title in the output file: | |
ffmpeg -i in.avi -metadata title="my title" out.flv | |
To set the language of the first audio stream: | |
ffmpeg -i INPUT -metadata:s:a:0 language=eng OUTPUT |
ffmpeg -hide_banner -n -v error -stats -hwaccel cuda -hwaccel_output_format cuda -i "ptest.mp4" -c:v hevc_nvenc | |
-cq 26 -c:a libfdk_aac -b:a 72k -preset p1 p1.mp4 35.9x 16s 283m | |
ffmpeg -hide_banner -n -v error -stats -hwaccel cuda -hwaccel_output_format cuda -i "ptest.mp4" -c:v hevc_nvenc | |
-cq 26 -c:a libfdk_aac -b:a 72k -preset p2 p2.mp4 27.1x 22s 253m | |
ffmpeg -hide_banner -n -v error -stats -hwaccel cuda -hwaccel_output_format cuda -i "ptest.mp4" -c:v hevc_nvenc | |
-cq 26 -c:a libfdk_aac -b:a 72k -preset p3 p3.mp4 25x 24s 248m | |
ffmpeg -hide_banner -n -v error -stats -hwaccel cuda -hwaccel_output_format cuda -i "ptest.mp4" -c:v hevc_nvenc |
根据Unicode5.0整理如下: | |
1)标准CJK文字 | |
http://www.unicode.org/Public/UNIDATA/Unihan.html | |
2)全角ASCII、全角中英文标点、半宽片假名、半宽平假名、半宽韩文字母:FF00-FFEF | |
http://www.unicode.org/charts/PDF/UFF00.pdf | |
3)CJK部首补充:2E80-2EFF | |
http://www.unicode.org/charts/PDF/U2E80.pdf |
adb shell pm disable-user com.miui.accessibility | |
adb shell pm disable-user com.miui.daemon | |
adb shell pm disable-user com.android.carrierdefaultapp | |
adb shell pm disable-user com.android.traceur | |
adb shell pm disable-user com.miui.miservice | |
adb shell pm disable-user com.xiaomi.mi_connect_service | |
adb shell pm disable-user com.xiaomi.mirror | |
adb shell pm disable-user com.android.stk | |
adb shell pm disable-user com.goodix.fingerprint.setting | |
adb shell pm disable-user com.android.cellbroadcastservice |
https://cloudbase.it/qemu-img-windows/
qemu-img convert "D:\VirtualBox\Open-disk001.vmdk" -O vhdx -o subformat=dynamic "D:\VirtualBox\Open.vhdx"
Follow [steps][1]:
Import-Module 'C:\Program Files\Microsoft Virtual Machine Converter\MvmcCmdlet.psd1'
ConvertTo-MvmcVirtualHardDisk -SourceLiteralPath d:\scratch\vmx\VM-disk1.vmdk -VhdType DynamicHardDisk -VhdFormat vhdx -destination c:\vm-disk1
e1000e Linux* Base Driver for Intel® Network Connection
================================================================================
January 13, 2014
================================================================================
# Systemd environment file for backup.sh daily backup service | |
# Place in /etc/backup.env | |
# Destination for rsync file system clone | |
BACKUP_DEST=/media/large1/backups/raw | |
# Destination for restic repository | |
RESTIC_REPOSITORY=/media/large1/backups/restic | |
# Restic password file |