Hugo项目中的数学表示法可以通过使用第三方JavaScript库来实现。
支持Emoji表情符号
時間:
|
字數:
143 字
|
閱讀:
1分鐘
在Hugo项目中可以通过多种方式启用Emoji。
Centos 7 安裝 iscsi server 、client
iscsi server 端叫 target (目標端) iscsi client 端叫 initiator (發起端) 我個人覺得就直接 server、client 這樣叫就好 反而用 initiator 、 target 很容易搞混 在 centos 搭配 webmin 有兩個套件可以使
office KMS 啟動
cscript ospp.vbs /inpkey:JNRGM-WHDWX-FJJG3-K47QV-DRTFM cscript ospp.vbs /sethst:192.168.1.1 cscript ospp.vbs /act
Blogger 導入 Google code-prettify 程式碼功能
Google code-prettify github 是 google 提供做為在文章中崁入程式碼並且自動高亮的功能 本文章參考 灰色スズメの足跡 該功能範例如下 main(){ extrn a,b,c; putchar(a); putchar(b); putchar(c); putchar('!*n'); } a ‘hell’; b ‘o, w’;
查看 windows 版本 並線上改版
顯示 windows 版本工具 winver.exe 查詢可改版版本 dism /online /Get-TargetEditions 執行改版程序 dism /online /set-edition:ServerStandard
Centos 7 Firewalld 阻擋 IP 指令
firewall-cmd --permanent --add-rich-rule="rule family='ipv4' source address='192.168.0.11' reject"
Centos 7 查詢 web 主機使用軟體及版本
curl --head http://your.webserver.com/
網管模擬工具 GNS3
上一篇介紹的 eve-ng GNS3 跟他是差不多的東西 雖然 GNS3 較難用一些 但相對穩定很多 首先上官網 https://www.gns3.com 註冊一個帳號 之後就能下載使用 它分成 server 、 client 上面三個就是 client 下面的 For optimal
HP switch 5130 簡易指令
system-view interface Vlan-interface 1 ip address 172.28.14.36 255.255.255.0 quit ip route-static 0.0.0.0 0.0.0.0 Vlan-interface 1 172.28.14.197 local-user admin service-type http https ssh authorization-attribute user-role network-admin password simple quit ip https enable ip http enable ssh server enable 存檔 save 看 config display current-configuration