apt install -y r-base
apt install -y libclang-dev
wget https://download1.rstudio.org/electron/jammy/amd64/rstudio-2026.01.1-403-amd64.deb
dpkg -i rstudio-2026.01.1-403-amd64.deb
apt install -y r-base
apt install -y libclang-dev
wget https://download1.rstudio.org/electron/jammy/amd64/rstudio-2026.01.1-403-amd64.deb
dpkg -i rstudio-2026.01.1-403-amd64.deb
Debian 13 (Trixie) lastlog 被 lastlog2 替代
安裝
sudo apt update;apt install lastlog2 libpam-lastlog2
reboot
# 查詢
lastlog2
相關工具
lastb 由 lslogins --failed 取代
open pipe file /run/rpc_pipefs/nfs/blocklayout failed: No such file or directory
停用不必要的 pNFS 服務,一般的 NFS 掛載(非高效能並行檔案系統),關閉這個報錯的服務,不會影響正常的 NFS 掛載
systemctl stop nfs-blkmap
systemctl disable nfs-blkmap
systemctl mask nfs-blkmap
編輯 /etc/apt/sources.list.d/debian.sources 內容如下
Types: deb
URIs: http://deb.debian.org/debian/
Suites: trixie trixie-updates
Components: main contrib non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Types: deb
URIs: http://security.debian.org/debian-security/
Suites: trixie-security
Components: main contrib non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
設定 Repositories
cat <<EOF >/etc/apt/sources.list.d/proxmox.sources
Types: deb
URIs: http://download.proxmox.com/debian/pdm
Suites: trixie
Components: pdm-no-subscription
Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
EOF
設定 簽章金鑰
wget https://enterprise.proxmox.com/debian/proxmox-archive-keyring-trixie.gpg -O /usr/share/keyrings/proxmox-archive-keyring.gpg
安裝軟體
apt update
apt install proxmox-datacenter-manager proxmox-datacenter-manager-ui