Gasper Spagnolo 2022-10-09 10:20:26 +02:00
parent 1c661eb10c
commit 6b6fee4fc1
2 changed files with 17 additions and 0 deletions

8
lxc.md
View File

@ -66,5 +66,13 @@ Then set privileges for docker to have ability to call syscalls.
or read [this](https://ubuntu.com/tutorials/how-to-run-docker-inside-lxd-containers#2-create-lxd-container) tutorial. or read [this](https://ubuntu.com/tutorials/how-to-run-docker-inside-lxd-containers#2-create-lxd-container) tutorial.
## Troubleshooting
### No ipv4 in container??
```bash
# for ipt in iptables iptables-legacy ip6tables ip6tables-legacy; do $ipt --flush; $ipt --flush -t nat; $ipt --delete-chain; $ipt --delete-chain -t nat; $ipt -P FORWARD ACCEPT; $ipt -P INPUT ACCEPT; $ipt -P OUTPUT ACCEPT; done
# systemctl reload snap.lxd.daemon
```
read [this](https://discuss.linuxcontainers.org/t/containers-do-not-have-outgoing-internet-access/10844/4) article.

9
wl-mirror.md Normal file
View File

@ -0,0 +1,9 @@
# WL-mirror
## To list all outputs
`swaymsg -t get_outputs`
# Then just execute:
`wl-mirror <DISPLAY>`