我只買當期末代或最便宜的 CPU 產品,因為,夠用就好,而且,我也用不完它所有的功能。

這顆 G3420 用了快 10 年了,目前,仍是我工作的主力。

一仟多元台幣的東西,十年分攤下來,每年成本,也就百來塊。 ;-)

四大效率定律:

定律一:
    在作業過程上,能以最少步驟產生最大功率者,效率最高。
定律二:
    在生產成本上,時、空間及原料最節省者,其效率最高。
定律三:
    在應用價值上,功能及成果能一再累積者,其效率最高。
定律四:
    最佳的效率,是最符合實際需求的最大邊際效應。

Model name

G3420

https://www.cpu-world.com/CPUs/Pentium_Dual-Core/Intel-Pentium%20G3420.html


Geany IDE 獨立免安裝 AppImage

五 01 十二月 2023 by ols3

Geany 2.0.0 AppImage 釋出 ...

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

適用 …

read more

uemacs 的加密功能

六 25 十一月 2023 by 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 …
read more

uemacs 中文可用版 4.0.15.1 tw

三 22 十一月 2023 by ols3

我是重度的 Emacs 編輯器的使用者, 過去出版的書籍全都是在 Emacs 中完成的; 但 Emacs 太厚重, 在遠端跨主機工作不方便, 輕便的 uemacs 便 …

read more

AES 加解密器

二 21 十一月 2023 by ols3
  • v1.0.4.1 : 加解密速度快 4 倍、強化記憶體配置。
  • v1.0.4.0 : 新增 Salt '鹽巴調味' 功能,讓暴力破解、字典攻擊、彩虹表攻擊更困難。
  • 主 …
read more

SSL libraries

五 03 十一月 2023 by ols3

NGINX

三 25 十月 2023 by ols3

X3BL 簡易 HTTPS Server v1.0.1

一 23 十月 2023 by ols3

https://www.ols3.net:8080/

X3BL 簡易 HTTPS Server v1.0.1:

  • 高擴展性:可以輕鬆處理數萬個連接
  • 支援 Let's Encrypt TLS 憑證

X3BL-HTTPS-Server

壓力測試: (由慢速的學術網路連入)

Running …
read more

適用於 Windows 的 GCC/MinGW-w64 獨立編譯器

六 21 十月 2023 by ols3

WinLibs : 適用於 Microsoft Windows 的免費 C 和 C++ 編譯器。

GCC(GNU 編譯器集合)是一個免費的開源編譯器,適用於 C 和 C++(以及 Objective-C、Fortran、D 等其他語言)。 MinGW-w64是一個免費開源 …

read more

OpenBSD 7.4 推出!

二 17 十月 2023 by ols3

OpenBSD 7.4 推出啦! ;-)

OpenBSD 7.4 release

Changelog

OpenBSD

read more

郵件加密防護

日 24 九月 2023 by ols3

[概念驗證]X3BL簡易帳目管理-AES256加密版v1.0.2

一 11 九月 2023 by ols3
  • 支援 AES256 加解密資料檔
  • 支援 salt+sha256 密碼
  • [CPP開發概念驗證]

account_app1 account_app2 account_app3

read more

如何使用 Capstone 5.0 來反組譯執行檔

六 09 九月 2023 by ols3

Capstone 是一種輕量的、跨平台、支援多種 CPU 架構的反組譯器框架。

參考 Capstone 的概略說明

以下是基本用法,順便和 IDA Pro 反組譯的結果 …

read more

Picocrypt 加密工具

三 23 八月 2023 by ols3

Picocrypt 是一個非常小(因此稱為Pico)、非常簡單但非常安全的加密工具,使用 go 來開發。您可以用它來保護您的檔案,它被設計為加 …

read more

rc (相容於 Plan 9 rc)

二 15 八月 2023 by ols3

mascot

rc : 處理空白字元非常友善的 shell

改善了 Bash shell 的不足.

rc

https://git.sr.ht/~sircmpwn/rc

read more

CrackMe1p (crackme 版本: 1p)

日 13 八月 2023 by ols3

CrackMe 1p

有興趣的可以破解看看。。。。 ;-)

CrackMe1p

下載

sha256sum: 189f7b3b9eb8d5a1f457cf5f7229288232fee6fd7d031c6bdf70ccc0fcd3a5d9

read more

Iaito 5.8.8 (Radare2 的圖型介面框架)

四 10 八月 2023 by ols3

作夢都要偷笑的好工具。。。。

Iaito 5.8.8

Iaito

Iaito 官網: https://github.com/radareorg/iaito/

Radare2 官網: https://github.com/radareorg/radare2

read more

OpenSSH 9.4 (2023/08/10)

四 10 八月 2023 by ols3

只有更好,沒有最好。。。。

OpenSSH 9.4

OpenSSH

read more

AI 寫 keygen

一 31 七月 2023 by ols3
/* Sure! Below is a C program that takes a string as input, performs the operations you described on the first character, and then prints the result as a decimal value:

我做了一些修改:

A -> 取其 hex 值 41
0x41 x 0x29 x 2 = 14D2
14D2 …
read more

Capstone 5.0 釋出!

一 31 七月 2023 by ols3

Capstone 是一種輕量的、跨平台、支援多種 CPU 架構的反組譯器框架。

  • 多架構:ARM、ARM64 ( ARMv8 )、BPF、Ethereum VM、M68K、M680X、Mips、MOS65XX、PowerPC、RISC-V、SH、Sparc、SystemZ、TMS320C64X、TriCore、Web assembly、XCore和X86(16、32、 64 …
read more