Edit User Data
Index
opnsense in resmi html docs unu latex ile pdf e cevirip google translate ile tr ye cevirme
sudo apt update sudo apt install -y git make python3 python3-pip python3-venv sudo apt install -y texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended latexmk cd ~ git clone https://github.com/opnsense/docs.git opnsense-docs cd opnsense-docs # Sanal ortamı oluştur python3 -m venv .venv # Ortamı aktif et (Komut satırının başında (.venv) göreceksin) source .venv/bin/activate pip install -U pip pip install -r requirements.txt make latexpdf ls _build/latex/*.pdf