任何足夠先進的技術都與魔法無異
英國科幻作家 Arthur C. Clarke 提出了三句格言,被稱為克拉克三定律,其中第三定律是最著名和引用最廣泛的。
1. When a distinguished but elderly scientist states …
英國科幻作家 Arthur C. Clarke 提出了三句格言,被稱為克拉克三定律,其中第三定律是最著名和引用最廣泛的。
1. When a distinguished but elderly scientist states …
Linux Shell 程式設計與管理實務 p159 範例6-5-1:
#! /bin/bash
#
# 範例6-5-1
#
# 用途: 找出 /etc 目錄中最新的檔案,符號連結檔不計入。
#
unset -v newfile
for f in /etc/*; do
[ -f …
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: 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 …
拜登政府呼籲開發人員採用記憶體安全的程式語言,並遠離那些導致緩衝區溢位和其他記憶體存取漏洞的語言。
外掛 .so 能上了,再進下一步 ...
OpenSSH 9.6 釋出,修正 SSH 傳輸協定的缺陷,避免 Terrapin 攻擊(MITM 中間人水龜攻擊):
當客戶端和伺服器都支援時,OpenSSH 9.6 新的「嚴格 KEX」協定 …
Quod Libet 是一個用 Python 編寫的基於GTK+的音訊播放器,使用Mutagen標記庫。它的設計理念是使用者更了解如何組織音樂。它可以讓您根據正規 …
我只買當期末代或最便宜的 CPU 產品,因為,夠用就好,而且,我也用不完它所有的功能。
這顆 G3420 用了快 10 年了,目前,仍是我工作 …
Geany 2.0.0 AppImage 釋出 ...
Geany 是一款功能強大、穩定且輕量級的程式設計編輯器,我把它包成一個獨立可執行的 AppImage,完全免安裝。
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 …
我是重度的 Emacs 編輯器的使用者, 過去出版的書籍全都是在 Emacs 中完成的; 但 Emacs 太厚重, 在遠端跨主機工作不方便, 輕便的 uemacs 便 …