Articles de ols3 :

OpenSSH 9.6 (2023/12/18)

日期: 分類: «OpenBSD» 作者: ols3

OpenSSH 9.6 釋出,修正 SSH 傳輸協定的缺陷,避免 Terrapin 攻擊(MITM 中間人水龜攻擊):

當客戶端和伺服器都支援時,OpenSSH 9.6 新的「嚴格 KEX」協定 …

Quod Libet

日期: 分類: «Music» 作者: ols3

Quod Libet 是一個用 Python 編寫的基於GTK+的音訊播放器,使用Mutagen標記庫。它的設計理念是使用者更了解如何組織音樂。它可以讓您根據正規 …

Geany IDE 獨立免安裝 AppImage

日期: 分類: «AppImage» 作者: ols3

Geany 2.0.0 AppImage 釋出 ...

Geany 是一款功能強大、穩定且輕量級的程式設計編輯器,我把它包成一個獨立可執行的 AppImage,完全免安裝。

  • 支援 …

uemacs 的加密功能

日期: 分類: «C» 作者: ols3

uemacs 的加密功能:

uemacs crypt function

/*  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 …