mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-12-11 06:01:51 -05:00
Fixes to code block pygemnt's highlighting, add __pychache__ to gitignore
add prompts to terminal sessions where needed
This commit is contained in:
parent
9bd5e20bfd
commit
7e76afb1a4
31 changed files with 108 additions and 106 deletions
|
|
@ -75,9 +75,9 @@ One solution is to add a dummy interface to allow the package to install correct
|
|||
|
||||
.. code:: console
|
||||
|
||||
ip link add d0 type dummy
|
||||
ip addr add 192.168.0.1/24 dev d0
|
||||
ip link set d0 up
|
||||
$ ip link add d0 type dummy
|
||||
$ ip addr add 192.168.0.1/24 dev d0
|
||||
$ ip link set d0 up
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue