Skip to content

Instantly share code, notes, and snippets.

@schnapper79
schnapper79 / setup
Created March 31, 2024 14:22
wireguard_p
enable ip forwarding>
```
root@ubuntu-s-1vcpu-1gb-lon1-01:~# nano /etc/sysctl.conf
net.ipv4.ip_forward = 1
net.ipv6.conf.all.forwarding = 1
root@ubuntu-s-1vcpu-1gb-lon1-01:~# sysctl -p
```
make dir and generate keys:
```
@schnapper79
schnapper79 / setup
Last active May 17, 2023 10:19
wireguard
enable ip forwarding>
```
root@ubuntu-s-1vcpu-1gb-lon1-01:~# nano /etc/sysctl.conf
net.ipv4.ip_forward = 1
net.ipv6.conf.all.forwarding = 1
root@ubuntu-s-1vcpu-1gb-lon1-01:~# sysctl -p
```
make dir and generate keys:
```
@schnapper79
schnapper79 / setup
Last active May 15, 2023 14:31
yocto_stuff
1. install repo
4. copy meta-ame and meta-wiesheu to sources directory
5. change build_imx6q_wtouch2-x11/conf/bblayers.conf to:
```
LCONF_VERSION = "6"
BBPATH = "${TOPDIR}"