[HTML]title標籤換行的方法

參考網址:https://www.796t.com/content/1547495108.html

用轉義符實現換行(&#10)、(&#13)、(&#xd)
<a   href="#" title="第一行&#10;第二行">title換行</a>

 

發表於 程式設計 | 發表迴響

[WSL]從 Microsoft Store 安裝 WSL 1.0 版

參考網址:https://blog.miniasp.com/post/2022/11/25/Useful-tool-WSL-1-0

以下從該網站節錄:

只要 Windows 10 version 2004 and higher (Build 19041 and higher) 就可以裝,但我的 Windows 10 已經是 20H2 且版本號為 10.0.19045.2251 了耶,這理論上應該可以成功安裝吧!
 

最後,我是從 Windows Command Line 官方部落格的 The Windows Subsystem for Linux in the Microsoft Store is now generally available on Windows 10 and 11 文章,才得知原來 Windows 10 還要額外安裝 KB5020030 才行,這才是成功安裝的關鍵啊!

如果你是 Windows 11 的話,要安裝 KB5019157 才行!

最後,我是直接從 Microsoft Update Catalog 網站,查找 KB5020030 關鍵字,才找到可以下載的檔案。

wsl.exe –install就可以安裝了(cmd需要用系統管理員權限執行)
預設會裝ubuntu最新版

發表於 Linux系統, Windows系統 | 發表迴響

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

 

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