所有文章
基本功很重要!!!
Linux Shell 程式設計與管理實務讀者釋疑
Linux Shell 程式設計與管理實務 p159 範例6-5-1:
#! /bin/bash
#
# 範例6-5-1
#
# 用途: 找出 /etc 目錄中最新的檔案,符號連結檔不計入。
#
unset -v newfile
for f in /etc/*; do
[ -f …
OpenSSH 可移植版-遠端代碼競行漏洞
sshd(8) in Portable OpenSSH versions 8.5p1 to 9.7p1 (inclusive). Race condition resulting in potential remote code execution. A race condition in sshd(8) could allow remote code execution as root on non-OpenBSD systems. This attack could be prevented by disabling the login grace timeout (LoginGraceTime …
xz-utils 植入後門 (CVE-2024-3094)
xz-utils: backdoor in upstream xz/liblzma leading to ssh server compromise
Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing …
白宮敦促開發人員放棄 C 和 C++
拜登政府呼籲開發人員採用記憶體安全的程式語言,並遠離那些導致緩衝區溢位和其他記憶體存取漏洞的語言。
純文字簡報工具 sent
C++ for Python programmers
OpenBSD 工作站安全強化技巧
給 Geany IDE 加一個 clang 外掛
外掛 .so 能上了,再進下一步 ...
OpenSSH 9.6 (2023/12/18)
OpenSSH 9.6 釋出,修正 SSH 傳輸協定的缺陷,避免 Terrapin 攻擊(MITM 中間人水龜攻擊):
當客戶端和伺服器都支援時,OpenSSH 9.6 新的「嚴格 KEX」協定 …
Quod Libet
Quod Libet 是一個用 Python 編寫的基於GTK+的音訊播放器,使用Mutagen標記庫。它的設計理念是使用者更了解如何組織音樂。它可以讓您根據正規 …
物盡其用,Intel G3420 邁入第十個年頭
我只買當期末代或最便宜的 CPU 產品,因為,夠用就好,而且,我也用不完它所有的功能。
這顆 G3420 用了快 10 年了,目前,仍是我工作 …
Geany IDE 獨立免安裝 AppImage
Geany 2.0.0 AppImage 釋出 ...
Geany 是一款功能強大、穩定且輕量級的程式設計編輯器,我把它包成一個獨立可執行的 AppImage,完全免安裝。
- 支援 …
uemacs 的加密功能
uemacs 的加密功能:
/* CRYPT.C
*
* Encryption routines
*
* written by Dana Hoggatt and Daniel Lawrence
*/
#include <stdio.h>
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#if CRYPT
static int mod95(int);
/*
* reset encryption key of current buffer
*
* int f; default flag
* int n; numeric argument
*/
int …
uemacs 中文可用版 4.0.15.1 tw
我是重度的 Emacs 編輯器的使用者, 過去出版的書籍全都是在 Emacs 中完成的; 但 Emacs 太厚重, 在遠端跨主機工作不方便, 輕便的 uemacs 便 …
AES 加解密器
- v1.0.4.1 : 加解密速度快 4 倍、強化記憶體配置。
- v1.0.4.0 : 新增 Salt '鹽巴調味' 功能,讓暴力破解、字典攻擊、彩虹表攻擊更困難。
- 主 …
SSL libraries
NGINX
X3BL 簡易 HTTPS Server v1.0.1
X3BL 簡易 HTTPS Server v1.0.1:
- 高擴展性:可以輕鬆處理數萬個連接
- 支援 Let's Encrypt TLS 憑證
壓力測試: (由慢速的學術網路連入)
Running …