1.
netstat -ap tcp|grep -i "listen"
2. sudo lost -PiTCP -sTCP:LISTEN
1.
netstat -ap tcp|grep -i "listen"
2. sudo lost -PiTCP -sTCP:LISTEN
YAML 語法基本規則
* 區分大小寫
* 使用縮排
* 不允許使用Tab 縮排,只能使用空格
* 縮排的空格數不重要,只要同一階層使用相同空格數即可
YAML支援的數據結構有三種
* 物件(object): 對應其他語言的dictionary, hash or object
Car: wheel
* 序列 (Sequences)
-Dog
-Bird
-Fish
* 數值 (Scalars)
number: 12.3
Clickjacking 就是一種攻擊手法,讓使用者在不知不覺的情況下進行攻擊,常見攻擊為使用網頁的iFrame將造假的網頁
與正常的網頁載入,在透過iframe visibility 的屬性改成隱藏,讓使用者看起來是登入假的網頁,但實際上卻是登入正常的網頁
可以分為
frame-based clickjacking ( UI redressing)
plugin-base clickjacking
比較容易防護的方式就是使用在http header 使用same origin policy
Sop is a nutshell. It restrict the access to the element in the document object model of page only
to the scripts which having the exact same origin of the domain name. Only if the web page have the
exact same origin can pass SOP check.
| $> brew install openssl | |
| $> brew install swig | |
| $> env LDFLAGS="-L$(brew --prefix openssl)/lib" \ | |
| CFLAGS="-I$(brew --prefix openssl)/include" \ | |
| SWIG_FEATURES="-cpperraswarn -includeall -I$(brew --prefix openssl)/include" \ | |
| pip install m2crypto |
新聞來源:https://tw.news.yahoo.com/%E5%8B%9E%E9%80%80%E5%9F%BA%E9%87%91%E5%88%86%E7%B4%85-%E6%9C%80%E9%AB%98%E7%8D%A8%E6%8B%BF110%E8%90%AC-215005574--finance.html
去年度勞動基金規模為3兆6288億元,其中新制勞退基金為1兆8984億元,收益數約1407億元,收益率為7.93%,相較前一年收益率3.23%成長2倍以上,勞保局預計今年3月5日起,將收益分配金額揭示於勞工退休金個人專戶。
勞動基金: 收益2552億 收益率7.59%
勞退基金: 收益1407億 收益率7.93%
017年全球股市榮景一片,帶動政府管理的勞動基金去年整年度的投資收益高達2,552億餘元,收益率7.59%創下歷史新高,其中攸關廣大勞工朋友的新制勞退基金也大有斬獲,收益率有7.93%,勞工每人平均可分1萬2,600多元。
使用 msty.app 和 Knowledge Stacks 建立個人知識庫系統 說明 嘗試利用local llm自動從文字檔轉成影音檔 利用AI自動對文件檔產生影音檔案 - YouTube 引言 在資訊爆炸的時代,我們每天接收大量的資訊,但如何有效地管理...