sftp drive 透過sftp模擬網路磁碟機

參考網址:https://www.nsoftware.com/sftp/drive/download.aspx

An easy-to-use utility that mounts remote file systems as Windows drives via SFTP. Once connected, you can browse and work with files as if they were stored on your local machine. Learn more about the features included in each edition here.

試用後發現程式似乎不穩定,在oat環境中的win10執行不成功
RaiDrive比較穩定
https://sp.idv.tw/wp/index.php/2019/02/17/301/

https://www.raidrive.com/

發表於 軟體使用 | 發表迴響

[sublime]sublime 3 不更新

參考網址:https://blog.csdn.net/xlei1123/article/details/52702447

在使用sublime text 3的时候,有自动更新的话再打开的时候总是提醒更新,这让我这个强迫症重度患者非常难受,要取消自动检查更新,点击菜单栏“Preferences”=> "Settings-User"将里面修改为如下:
{
    "color_scheme": "Packages/Colorcoder/Monokai (Colorcoded).tmTheme",
    "font_size": 17,
    "ignored_packages":
    [
    ],
    "update_check": false,
}
红色部分为修改的部分,看网上都是这样写的,就这样试了试,很不幸,没有成功。。。
为什么呢?后来猜想是因为我的ST没有注册的缘故吧,然后就注册一下试试,点击菜单-help-Enter License,输入:

 

然后就注册成功了,注册成功以后,发现ST也不提示自动检查更新了,心情瞬间好了~~~

 

另一篇更詳細
https://zhuji.jb51.net/jieda/11494.html
 

增加hosts配置:阻止更新
127.0.0.1 www.sublimetext.com
127.0.0.1 sublimehq.com
127.0.0.1 license.sublimehq.com
127.0.0.1 45.55.255.55
127.0.0.1 45.55.41.223
0.0.0.0 license.sublimehq.com
0.0.0.0 45.55.255.55
0.0.0.0 45.55.41.223

得註冊

 

發表於 軟體使用 | 發表迴響

[PE]Windows 10 PE製作工具WimBuilder2

參考網址:https://blog.xuite.net/yh96301/blog/30591003

WimBuilder2是一款免費、操作方便的Windows 10 PE製作工具。只要勾選需要的選項,就可以製作含Windows操作介面的Windows 10 PE開機光碟映像檔案。

可以為PE加入中文輸入法

https://github.com/slorelee/wimbuilder2

發表於 Windows系統, 軟體使用 | 發表迴響

[word]word轉jpg

參考網址:https://www.aconvert.com/tw/document/doc-to-jpg/

發表於 Windows系統, 軟體使用 | 發表迴響

[win]USB 多系統開機

參考網址:
現在的隨身碟容量愈做愈大,拿來裝系統時,如果只放一個系統實在是太浪費空間了。Ventory這個程式可以建立隨身碟多系統開機的環境,把多個系統碟放在一顆隨身碟裡。

教學https://adersaytech.com/practical-software/ventoy-tool-review.html

官方網站 https://www.ventoy.net/en/index.html

Ventoy – 免費 USB 多重開機隨身碟製作軟體 | 科技阿宅王

發表於 Windows系統 | 發表迴響

[lubuntu]在Hyper-V安裝lubuntu 22.04時出現 piix4 smbus SMBus base address uninitialized upgrade BIOS or use force_addr=0xaddr error

參考網址:https://discourse.lubuntu.me/t/piix4-smbus-smbus-base-address-uninitialized-upgrade-bios-or-use-force-addr-0xaddr-error/3742

在lubuntu官方網站詢問得到解答
 

It turned out the problem here was that the VM was a Gen 1 VM, and 22.04 needs a Gen 2 VM (or at least, I could not get it to work as a Gen 1 VM).

Upgrading an existing VM from a Gen 1 to a Gen 2 isn’t possible. What you can do, however, is delete the existing VM (make sure you don’t delete it’s vhd files), and then create a new Gen 2 VM and attack the old vhd files to it. This should “upgrade” the system to a Gen 2; though apparently it is a 1 way process.

I also noted, through research, that you should disable Secure Boot on the VM; I had this off any way, but if you do have it enabled and are having difficulty, then I would suggest trying to disable it.

https://askubuntu.com/a/1424552

1.不可以用gen1
2.關閉Secure Boot on the VM

 

發表於 Linux系統 | 發表迴響

[windows]Windows 10 無法瀏覽網路芳鄰 系統發生 1272 錯誤

參考網址:http://yu-minspace.blogspot.com/2020/11/windows-10-1272.html

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters] , 修改或新增[AllowInsecureGuestAuth] = 1 (DWORD)

 

發表於 Windows系統 | 發表迴響

[Wii]Wii藍牙直通

參考網址:
 

https://world.taobao.com/item/621218474582.htm

wii模擬器直連模式原裝藍牙改造簡明教程
https://kknews.cc/zh-tw/digital/nvrxrbq.html

驅動程式
https://zadig.akeo.ie/#google_vignette

 

發表於 硬體維修 | 發表迴響

[php]campus ZipArchive not found error

參考網址:https://blog.csdn.net/zhezhebie/article/details/79553656

1.查看php是否安装了zip拓展 php -m
這兒雖然看到zip但還是有問題

2.安装zip模块 apt install php7.4-zip  重啟apache2 
   用phpinfo()查詢php狀態,可以發現zip的獨立表格才是正確安裝
 

zip

Zip enabled
Zip version 1.15.6
Libzip headers version 1.7.3
Libzip library version 1.7.3
發表於 Linux系統, 程式設計 | 發表迴響

[windows]HEU_KMS_Activator

參考網址:https://github.com/zbezj/HEU_KMS_Activator/releases

發表於 Windows系統 | 發表迴響