from https://www.flexclip.com/tw/learn/how-to-mirror-a-video.html
2025年5月25日 星期日
2025年5月14日 星期三
PDF embed in html page
reference from https://forum.blocsapp.com/t/pdf-embed-in-html-page/9916/1
===========
<style>
.embed-responsive-210by297 {
padding-bottom: 141.42%;
}
</style>
<div class="embed-responsive embed-responsive-210by297">
<iframe class="embed-responsive-item" src="https://MY_PDF_URL_GOES_HERE"></iframe>
</div>
===========
If you’re using a different paper size, divide the width by the height and you get the padding % you need. eg. A4 is 210 / 297 * 100 = 141.42 %
2025年5月13日 星期二
2025年5月8日 星期四
QuDedup
如果您不希望未來的備份為 .qdff 格式,可以刪除現有的備份工作,並建立停用 QuDedup 與版本管理的新備份工作。
from https://www.qnap.com/zh-tw/how-to/faq/article/%E7%82%BA%E4%BB%80%E9%BA%BC%E5%8D%B3%E4%BD%BF%E5%81%9C%E7%94%A8-qudeduphbs-%E4%B9%9F%E6%9C%83%E4%BB%A5-qdff-%E6%A0%BC%E5%BC%8F%E5%82%99%E4%BB%BD%E5%88%B0%E9%9B%B2%E7%AB%AF
2025年4月27日 星期日
gnome-tsweak change ubuntu desktop
in termianl type
gnome-tweaks
reference from https://itsfoss.com/gnome-tweak-tool/
2025年4月15日 星期二
win11 nas 無法進
開啟 SMB 功能
2025年4月12日 星期六
how to change font size on ubuntu2204
1. sudo apt-get update
2. sudo apt-get install gnome-tweaks
reference from https://blog.csdn.net/zhuan_ji/article/details/135179156
2025年3月24日 星期一
pdf 拆分 on ubuntu
pdftk original.pdf cat 28-34 output exe01.pdf
2025年3月19日 星期三
Kali Linux. 202404
https://ithelp.ithome.com.tw/m/articles/10343493
vdi 檔
https://www.kali.org/get-kali/#kali-platforms
2025年2月23日 星期日
語音翻譯 使用googleColab and Whispter largeV3
reference from
https://www.letswrite.tw/colab-whisper-large-v3/
1.開啓 colab 檔案
2.開啓 colab GPU
3.安裝 whisper
4.貼上 執行碼
路徑的檔案
5.將文件檔 請chapgtp執行
2025年2月18日 星期二
how to install faceswap on ubuntu2404
reference from https://www.youtube.com/watch?v=rVD4b6Qxg_M
1.from https://github.com/deepfakes/faceswap/releases
download faceswap_setup_x64.sh 。
2.launcher
cd /faceswap
./faceswap_gui_launcher.sh
2025年2月6日 星期四
how install jupter notebook in win10
1. check install python https://www.python.org/downloads/
2. intall jupter notebook
open your termial(cmd) then type:
pip install notebook
3.how to launch
in your termial tpye
jupter notebook
reference from :https://tw.alphacamp.co/blog/jupyter-notebook