📢 有神快拜
Entertainment
Docker & Jupyter & PyTorch
安裝Python 3.10
簡介 在舊版Ubuntu安裝Python 3.10以及對應的pip版本。 安裝Python 藉由apt安裝,安裝後須注意python執行時的執行檔版本。 sudo apt update sudo...
新增ipykernel
pip install ipykernel ipython kernel install --name DISPLAY_NAME --user
Jupyter lab install LSP
pip install jupyterlab-lsp pip install python-language-server[python]
引入pytorch時出現tqdm錯誤
簡介 引入pytorch時出現tqdm錯誤,則須另外安裝套件ipywidgets。 # tqdm error is issued # by running the following code ...
Ubuntu
Netplan
Ethernet (Dynamic IP) network: version: 2 ethernets: eth0: dhcp4: t...
iptables as firewall
Setup iptables as a firewall. Drop packages from INPUT chain by default. However, we have to all...
Never use snap firefox
#!/bin/bash if [[ $(id -u) == 0 ]] then snap remove firefox add-apt-repository ppa:mozil...
Disable Ubuntu Server sleep
systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
The public key is not available
Error occurred. The following signatures couldn't be verified because the public key is not ava...
speech-dispatcher makes all audio crackle
Symptom speech-dispatcher package causes audio from speaker crackle (noise and delay) since Ubunt...
Resolve: NVIDIA Ghost Monitor
Resolve: NVIDIA Ghost Monitor
YubiKey
Chekc YubiKey by Yubico on online website. Login with GDM (U2F) Install libraries apt install lib...
Google Authenticator with PAM
GDM Login with TOTP Install libraries sudo apt install libpam-google-authenticator Generate a sec...
Windows 11
Virtualization
Networking
FortiGate
想探索新的東西,所以趁過年買了一個二手的FortiGate。 看來有不少坑要踩啊! 我只用了幾個小時就讓自己被拒於管理頁面之外。 唯一能進管理系統的方法只有Console,其他能進去的方法都不小...
Laravel
Requirements Ubuntu 24.04 PHP 8 sudo apt install -y php8.3 php8.3-mysql Laravel 10 compo...
OpenVPN Setup (Server & Client)
Environment VPN Server Field Spec or Version CPU QEMU Virtual CPU version 2.5+ (2 Cores)...