WFU

[ 精選文章 ]

自行車 入門 Escape 3 , Snap 21 , Revel

最近周末想運動 , 平日想通勤 , 想買台自行車 , 把自己找的資料跟大家分享 , 如果你是玩家級的 就不用看了 這是給跟我一樣的新新新手 參考的 騎車半年後的補充: 如果你有把握你是真的有時間有興趣會一直騎,建議還是存點錢買好一點的彎把公路車, 或是可以考慮買2手的自...

2022年3月14日 星期一

2022年3月7日 星期一

Descriptions of Bootguard Profile

== > TXT must enabled first. 


Profile 0 - Boot Guard Disable NO_FVME

Profile 3 - Boot Guard Enabled VM (Verified and measured boot) but won't get shutdown even if there is any BTG error.
 
Profile 4 - Boot Guard Enabled FVE (Verified boot) and system gets shutdown if there is any BTG error.
 
Profile 5 - Boot Guard Enabled FV_VME (Verified and measured boot) and system gets shutdown if there is any BTG error.

 
Verified boot (V): Turns BtG verification on when set. Determines whether S-ACM verifies the BIOS IBB specified in the BPM.
 
Measured boot (M): Turns BtG measurement on when set. Controls whether S-ACM will measure IBB segments and extend into PCR0 of the TPM/PTT.
 
TXT Supported (T) [New]: Setting this bit indicates the platform/BIOS supports TXT.If set, BIOS should provide a setup option to enable/disable TXT via FIT type A record.If not set, the platform is incapable of TXT operation.
 
Force Anchor Cove Boot (FACB): When set, causes an immediate unrecoverable shutdown if the S-ACM is unable to run for any reason. Typically this is set only if ENF=3. Turns BtG verification on when set. Determines whether S-ACM verifies the BIOS IBB specified in the BPM. 


NO_FVME Disabled
VE         VB, Shutdown timeout
VME      VB+MB, Shutdown timeout
VM        VB+MB, Do nothing
FVE       VBB, Immediate shutdown
FVME    VB+MB, Immediate shutdown

2022年1月10日 星期一

數學時鐘

 




這裡買的到 : 
https://www.amazon.ca/Mathematical-Expression-Blackboard-Wall-Clock/dp/B00FITNMZI

1. -e^(i Pi) 歐拉公式 (Euler's formula)




- (e ^ (i Pi)) = - ( COS(Pi) + iSin(Pi) ) = - ( COS (180) + i Sin(180) ) = - (-1) = 1


2. 1/Cos(60) = 1/(1/2) = 2 三角

3. 10 mod 7 = 10/7 ...3 餘數

4. Log2(16 ) , 2^4 = 16 , Log2(16) = 4  對數

5. S(3..2) 2Xdx = X^2 (3..2) =  3^2 - 2^2 = 9-4 = 5 定積分

6. 3! = 1 * 2 * 3 = 6 階層

7.  |||2 , 111 base 2 =>  1*2^2+1*2^1+1*2^0 = 4 + 2 + 1 = 7 以2為底的表示

8. Pi (i=0 .. 1) ,  (2i+2) (2*0+2) * (2*1+2) = 2*4 = 8 求積

    ∏是希臘字母,即π的大寫形式,在數學中表示求積運算, 類似於Σ 為求和.

9. Σ (i=1..3) (2i-1) = (2-1)+(4-1)+(6-1) = 1+3+5=9 , Σ 為求和運算

10. 5Csc (pi/6) = 5Csc (180/6 ) = 5(1/Sin(30)) = 5*(1/(1/2)) = 5*2 = 10 三角

11. gcf (33,110) => 33 = 11*3 , 110 = 11*10 , GCF = 11 (highest common factor 最大公因數)

12. 4P2 , P => Permutation 排列, 4 個物體中 任兩個一組的 排列個數

       nPm = n!/m! , 4P2 = 4!/2!=12. 小時後上課時是用 P 的 4 取 2 來表示


2022年1月5日 星期三

一日雙塔 高雄路線

感謝 SNOWWW 大大分享

 ----------------------------------------

看板 bicycle 
作者 snowww (haha) 
標題 : [遊記] 2021TWB一日雙塔後記 
時間 Sat Jan  1 22:12:48 2022

避開高雄市區的台十七線,過興達港後左轉186
縣道至台一線右轉,到神農路左轉後順路一路接回台十七線過雙園大橋

1. 台17 (保安路) 待轉 左轉 186 縣道起點 維新路
 萊爾富便利商店 高縣永新店 828高雄市永安區維新路155-1號


2. 186 縣道大路口 (4線道變雙線道) 左轉河華路 (約 4.5km)


3. 台一省 右轉 (875 公尺)


4. 過青埔站 (約 7.3km) 待轉  左轉 經武路 順路街上楠梓路 (183 縣道)


5. 楠梓路 到底 (天后宮 約 2.4k) 右轉  繼續走楠梓路


6. 過麥當勞 高雄鳥松店 待轉 左轉 神農路 (約 8.5k)  往大寮方向


7. 神農路 上 松寮陸橋 (4.6km) 接 光明路

8. 光明路 經 7-11 鳳明門市(9.5km) (左前方有中油) 待轉 左轉 鳳林二路(台25)


9. 台25到終點 (7km) (7-11 霖園門市) 待轉 左轉 台 17 (往新園)



2021年12月27日 星期一

Boot guard profile

 Descriptions :

  1. Profiles
    Profile 0 - Boot Guard Disable NO_FVME

    Profile 3 - Boot Guard Enabled VM (Verified and measured boot) but won't get shutdown even if there is any BTG error.

    Profile 4 - Boot Guard Enabled FVE (Verified boot) and system gets shutdown if there is any BTG error.

    Profile 5 - Boot Guard Enabled FV_VME (Verified and measured boot) and system gets shutdown if there is any BTG error.

    Verified boot (V): Turns BtG verification on when set. Determines whether S-ACM verifies the BIOS IBB specified in the BPM.

    Measured boot (M): Turns BtG measurement on when set. Controls whether S-ACM will measure IBB segments and extend into PCR0 of the TPM/PTT.

    TXT Supported (T) [New]: Setting this bit indicates the platform/BIOS supports TXT.If set, BIOS should provide a setup option to enable/disable TXT via FIT type A record.If not set, the platform is incapable of TXT operation.

    Force Anchor Cove Boot (FACB): When set, causes an immediate unrecoverable shutdown if the S-ACM is unable to run for any reason. Typically this is set only if ENF=3. Turns BtG verification on when set. Determines whether S-ACM verifies the BIOS IBB specified in the BPM. 

2021年8月24日 星期二

Covid 19 相關 Q&A

在 FB 看到友人分享 覺得整理的很用心 分享給大家

來源 https://www.facebook.com/profile.php?id=100007521526284


 〔Q&A〕

本來覺得已經沒有時效了應該不用再整理了,但是僵屍就是僵屍很多問題就是一直跳針,想說整理起來應該還是有點價值的。
如果在自己群組和朋友之間出現一些謠言也請幫忙回應,你不一定能說服那些心裡早有定見的人,但你可以向旁觀的第三者說明,很多人不出聲也是在看風向,風向被壓過去你就等收屍了…我其實超級不熱衷公共事務,但他們手上跟我一樣都有一張票…我根本民主制度的奴隸…成天要跟這些僵屍講話…
雖然我認為這還是蠻有意義的,有我沒寫好的也歡迎補充
只是很累就是…
. 

2021年8月11日 星期三

Line 卡住 訊息同步

=>> 刪除Line Cache 的資料夾

關閉 Line 

 C:\Users\電腦使用者名稱\AppData\Local\LINE\Cache

將CACHE資料夾直接刪除 (會怕 你就先改資料夾名字吧)

重新執行 Line 會在重新同步一次 就好了