Yu-Min Space

2025年4月2日 星期三

Sqlite3加密方案

›
SQLite Encryption Extension (SEE) https://sqlite.org/com/see.html sqlcipher https://www.zetetic.net/sqlcipher/ https://github.com/zhouchangs...
2025年4月1日 星期二

Debian 12 安裝 Docker

›
sudo apt remove docker docker-engine docker.io containerd runc sudo apt update sudo apt install -y ca-certificates curl gnupg lsb-release cu...

編譯 Kernel Module ERROR: modpost: missing MODULE_LICENSE()

›
程式中最後加入 MODULE_LICENSE("GPL");

Debian 12 Kernel Module 筆記

›
安裝編輯環境 apt install -y gcc  linux-headers-$(uname -r) hello.c 內容 #include <linux/module.h>    /* Needed by all modules */ #include <...

Debian 12 Devpi server 安裝筆記

›
安裝devpi apt install pip -y mv /usr/lib/python3.11/EXTERNALLY-MANAGED /usr/lib/python3.11/EXTERNALLY-MANAGED.bk pip install -q -U devpi-serve...

PHP取得MIME類型

›
<?php $f = "1.woff"; $fi = new finfo(FILEINFO_MIME_TYPE); $mime_type = $fi->file($f); echo $mime_type; echo (new finfo(FILEI...

Debian 12 NoVNC

›
安裝 apt install -y novnc apache2 php Apache Module 設定 a2enmod rewrite a2enmod headers Apache  VirtualHost   <Directory> or <Location...
‹
›
首頁
查看網路版

關於我自己

Yu-Min Space
廉價知識勞工
檢視我的完整簡介
技術提供:Blogger.