那時年紀輕,只知 DOS
2020年12月26日 星期六
16歲時只知 DOS,大一計概時多了 Windows 和 只能在電算中心連線的 Unix 程式(ftp, telnet, news, gopher),還在後續的蹺課生涯和學長的私下分享接觸到大X帖,畢業後,對於服務器建置和網路技術十分好奇,更驚訝有人願意免費提供這樣的軟體而不求回報,太強了!
[記錄] VMware Hardware Version List 虛擬機器版本
一直在 vSphere Client 看到虛擬機右上角會出現驚嘆號,旁邊還有一個數字,上網查了一下,原來不同軟體和版本支援的"虛擬機器版本"也不一樣,把官網的內容記下來,下次就不用再找了
Ref: https://kb.vmware.com/s/article/1003746
[C# ] 指令參數解析套件 CommandLine
2020年10月7日 星期三
用來判斷指令後的參數,查到的資料有 NDesk.Options 和 這套 CommandLine,這套用起來還不錯,開源。
參考資料:
[C#] 利用 .NET core 3.x 存取 Windows Registry
2020年9月11日 星期五
前幾天用 Jetbrains Rider 寫了一支 C# 的小程式,裡面需要對 Windows Registry 做讀取、刪除的動作,一開始建新專案時選擇 .NET Core 的 framework,結果編譯不成功。
後來改成用 .Net Framework 4.8之後,程式未修改,編譯就 pass 了,後來發現有些 API ,在 .NET Core 預設是不支援的,得自己手動增加才行,用 nuget 這個工具可以做這個動作。
下列的項目是只有 Windows 才有的 API :
- Code Pages
- CodeDom
- Configuration
- Directory Services
- Drawing
- ODBC
- Permissions
- Ports
- Windows Access Control Lists (ACL)
- Windows Communication Foundation (WCF)
- Windows Cryptography
- Windows EventLog
- Windows Management Instrumentation (WMI)
- Windows Performance Counters
- Windows Registry
- Windows Runtime Caching
- Windows Services
Ubuntu Server 18.04 更新到 20.04.1 後,Xshell4 無法連線(no matching key exchange)
2020年8月29日 星期六
前兩天把 Ubuntu Server 18.04 升級成 20.04.1,結果,發生用 Xshell 4 無法連線,出現「no matching key exchange 」,用 putty 連線也一樣。
查了 putty 的版本,是0.6x 的版本,重新下載新版 (0.74)後,putty 就可以正常連線了。不過, 我用另一台電腦上的 Xshell 6 其實也可以連線,所以,但是因為某個原因,我並不想把 Xshell4 升級,所以又努力查原因…
看了一下 log 檔:
no matching key exchange method found. Their offer: diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
看來應該是某個(些)運算法不支援了,若要強制支援的話,得另外在 「/etc/ssh/sshd_config」加上參數:
KexAlgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group1-sha1,curve25519-sha256@libssh.org
把 sshd 重新啟動後,Bingo!!! 連線正常。
Ref: xshell4連接ubuntu,報錯No matching outgoing encryption
[程式] 點一下圖片,黑白瞬間變彩色
2020年8月24日 星期一
夥伴傳來一個連結,打開後,裡面的多張黑白(灰階)圖片,按一下圖片後,就會慢慢轉成彩色,所以覺得很療癒。
不過,我想了一下,想試著把它的動作還原,整理以下思路:
- 一開始把頁面中的圖片都設成灰階
- 設定每個圖片監聽 click 事件
- 圖片被點擊後,取消灰階
- (opt)取消灰階後,用 fadeIn 讓圖片浮現
- css
- filter
- grayscale
[校園網路]校園無線網路無法連網 除錯步驟
2020年7月22日 星期三
[網管] 用指令設定 IP、啟用檔案共用
2020年7月13日 星期一
- 防火牆 啟用 遠端桌面
netsh advfirewall firewall set rule group="remote desktop" new enable=Yes - 修改註冊機碼啟用 遠端桌面
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f - 防火牆 啟用 檔案及印表機共用
netsh advfirewall firewall set rule group="File and Printer Sharing" new profile=private
netsh advfirewall firewall set rule name="檔案及印表機共用 (SMB-In)" dir=in profile=private new enable=Yes - To see a list of interfaces
netsh interface show interface - To set/change an address:
netsh interface ip set address "Ethernet" static 10.0.0.100 255.255.0.0 10.0.0.1 1 - To see a list of NICs with their configured network settings
netsh interface ip show config - To set a static IP
netsh interface ip set address "Local Area Connection 3" static 10.0.0.100 255.255.0.0 10.0.0.1 1 - If you are setting a static IP for the first time, you will also need to configure a DNS server:
netsh interface ipv4 add dnsserver "Local Area Connection 3" address=8.8.8.8 index=1 - To change the connection back to DHCP
netsh interface ip set address "Local Area Connection 3" dhcp
[PHP]虛擬資料產生器
- 中文姓名
- 出生年月日
- 學號
- 住址
- 郵遞區號
- 身分證字號(這有點敏感,就不列出來了)
[Windows] 磁碟分割工具 - diskpart
2020年6月18日 星期四
使用
diskpart /s
來執行腳本,以自動執行磁片相關工作,例如建立磁片區或將磁片轉換成動態磁碟。 如果您正使用自動安裝或 Sysprep 工具 (這不支援建立非開機磁碟區的磁碟區) 來部署 Windows,那麼以指令執行這些工作非常有用。若要建立 diskpart 腳本,請建立一個文字檔,其中包含您想要執行的 Diskpart 命令,每行一個命令,而不是空白行。 您可以從開始一行,
rem
讓這一行成為批註。 例如,以下腳本會抹除磁片,然後為 Windows 修復環境建立 300 MB 磁碟分割:``` select disk 0 clean convert gpt create partition primary size=300 format quick fs=ntfs label=Windows RE tools assign letter=T ```
範例
若要執行 diskpart 腳本,請在命令提示字元中輸入下列命令,其中scriptname是包含腳本的文字檔名稱:
diskpart /s scriptname.txt
若要將 diskpart 的腳本輸出重新導向至檔案,請輸入下列命令,其中logfile是 diskpart 寫入其輸出的文字檔名稱:
diskpart /s scriptname.txt > logfile.txt
[DB] Foxpro 資料型態
2020年6月17日 星期三
From the VFP help topic Data and Field Types
Data type | Description | Size (bytes) | Range |
---|---|---|---|
Character | Any text | 1 to 254 | Any characters |
Varchar | Any text | 1 to 254 | Any characters |
Varbinary | Binary data | 1 to 254 | Binary data |
Date | Chronological data consisting of month, year, and day | 8 | When using strict date formats, {^0001-01-01}, January 1st, 1 A.D to {^9999-12-31}, December 31st, 9999 A.D. |
Date Time | Chronological data consisting of month, year, day, and time | 8 | {^0001-01-01}, January 1st, 1 A.D to {^9999-12-31}, December 31st, 9999 A.D., plus 00:00:00 a.m. to 11:59:59 p.m. |
Numeric | Integers or fractions | 1 to 20 | - .9999999999E+19 to .9999999999E+20 |
Float | Integers or fractions | 1 to 20 | - .9999999999E+19 to .9999999999E+20 |
Integer | Integers | 4 | -2,147,483,647 to 2,147,483,647 |
Double | 1 to 20 | - .9999999999E+19 to .9999999999E+20 | |
Currency | Monetary amounts | 8 bytes | - 922337203685477.5807 to 922337203685477.5807 |
Logical | Boolean value of true or false | 1 byte | True (.T.) or False (.F.) |
Memo | Any text | In the DBF 4 bytes/memo In the FPT allocated in chuncks based on SET BLOCKSIZE | Any characters |
General | data and host program | In the DBF 4 bytes/memo In the FPT allocated in chuncks based on SET BLOCKSIZE | OLE Documents |
Blob | Binary data | In the DBF 4 bytes/memo In the FPT allocated in chuncks based on SET BLOCKSIZE | Binary data |
SSHFS - 在 Windows 10 底下透過 SSH 將遠端目錄掛載為磁碟
2020年6月15日 星期一
- WinFsp
- SSHFS-Win
net use {磁碟代號:} \\sshfs\REMOTE_USER@HOST[\PATH]
net use X: \\sshfs\username@myhost.local
net use X: \\sshfs\username@myhost.local\..\..\var\www\html
[MySQL] 升級 8 之後…
2020年4月22日 星期三
GRANT ALL PRIVILEGES on dbname.* TO username@localhost IDENTIFIED BY 'MYPASSWORD';
CREATE USER username@localhost IDENTIFIED BY 'MYPASSWORD';GRANT ALL PRIVILEGES on dbname.* TO username@localhost ;