深入了解Linux OOM Killer:一次可怕的内核事件-腾讯云开发者社区
Source: 深入了解Linux OOM Killer:一次可怕的内核事件-腾讯云开发者社区-腾讯云
RFID, Software Development and Physical Security
Source: 深入了解Linux OOM Killer:一次可怕的内核事件-腾讯云开发者社区-腾讯云
Source: Linux OOM (Out-of-memory) Killer. let me first explain what is OOM | by Raza | Medium
Basic certbot operation: https://certbot.eff.org/instructions?ws=nginx&os=snap Certbot plugin specific to hosting https://certbot-dns-linode.readthedocs.io/en/stable/ Source: Certbot Instructions | Certbot
When building and maintaining a website, you’re bound to encounter some unexpected HTTP errors here and there. Problems like these are tough to avoid, and some are trickier to resolve…
原本的憑證快到期了,結果舊版的certbot不聽話。 renew一直失敗,本來只是想要稍作升級。結果突然發現可以申請 wildcard 憑證了!!!! 天大的好消息,那乾脆來做一點點的實驗好了 如果是一開始對於certbot還不知道的可以參考 【SSL 憑證】利用 certbot 自動更新 Let’s Encrypt 憑證 首先安裝最新版的certbot,這邊直接載下來編譯 如果不像是我用樹梅派來當server的話,就可以直接略過這步 採用官方網站的方式 apt or yum 抓下來 但我沒得選,載下來讓他跑python吧… wget https://dl.eff.org/certbot-auto chmod +x certbot-auto ./certbot-auto 會吃爆樹梅派的cpu,如果是server會好一點orz… 接著嘗試註冊wildcard憑證 ./certbot-auto run…
utmp will give you complete picture of users logins at which terminals, logouts, system events and current status of the system, system boot time (used by uptime) etc. wtmp gives historical data…
最近「Linux三劍客」中一個非常古老的工具突然登上了 GitHub今日熱榜:——這竟是因為 80歲的原作者更新了。是的,你沒聽錯,有人都80歲了還在改程式碼!這位大神,就是加拿大電腦科學家—— 布萊恩·柯林漢(Brian Kernighan)。 與比爾蓋茲、Java之父、Python之父等大佬齊名的他,開創的「Hello World」範例起手式,每一位學程式的同學都不陌生。不管你學的什麼語言,第一個程式就是學會輸出它。 printf(「Hello World!\n」); cout << 「Hello World!\n」; print 「Hello World!」 此外,C語言的第一本程式著作,作者之一有他;Unix系統的早期開發人員、AWK (Linux及Unix中的文字資料處理工具)的共同創造者名單中,他也赫然在列。 如今老爺子已經滿頭白髮,還活躍在「一線」—— 今年5月,AWK的GitHub倉庫中,老爺子提交了新的pull request,給AWK新增了一直沒法做到的Unicode支援。 對此,網友的態度是這樣的:是什麼讓他常年保持程式熱情的呢? 免試進入貝爾實驗室 事情還得從柯林漢的大學時代說起。 柯林漢於1942年出生於加拿大,本科就讀於多倫多大學工程物理學。 他形容這是一個給那些自己也不知道想學什麼的人準備的「大雜燴」專業,但很幸運,剛上大一他就對程式開始感興趣,學起了Fortran語言。 當時,電腦的發展還處於初期。他直到大三才見到全校唯一的一台電晶體電腦:IBM 7094。 由於太貴 (當時值300萬美元),學生們並沒有機會碰到它。…
Configuration The raspi-config Tool Edit this on GitHub raspi-config is the Raspberry Pi configuration tool originally written by Alex Bradbury. To open the configuration tool, type the following on the command line: sudo raspi-config The sudo is…
Introduction The Apache web server uses virtual hosts to manage multiple domains on a single instance. Similarly, PHP-FPM uses a daemon to manage multiple PHP versions on a single instance. Together, you can use…
The Basics Time To Live, or TTL for short, is the sort of expiration date that is put on a DNS record. The TTL serves to tell the recursive server…