Followed these initial instructions
https://www.youtube.com/watch?v=3K1hUwxxYek
The video asks to install lightdm, but there is no need, we can use gdm3.
Install x11vnc.
sudo apt updateFollowed these initial instructions
https://www.youtube.com/watch?v=3K1hUwxxYek
The video asks to install lightdm, but there is no need, we can use gdm3.
Install x11vnc.
sudo apt update| // Original from https://gist.github.com/jouyouyun/669726de58df8d333666 | |
| // Compile: gcc xgrabkey.c `pkg-config --cflags --libs x11` -o xgrabkey | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <X11/Xlib.h> | |
| #include <X11/Xutil.h> | |
| int main() | |
| { |
Before anything, check your docker log settings. I had Unbound consuming 17GB alone.
https://docs.docker.com/config/containers/logging/json-file/
/etc/docker/daemon.json
{
"log-opts": {
"max-size": "20m",
"max-file": "3"| #include <iostream> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <linux/ioctl.h> | |
| #include <linux/types.h> | |
| #include <linux/v4l2-common.h> | |
| #include <linux/v4l2-controls.h> | |
| #include <linux/videodev2.h> | |
| #include <fcntl.h> | |
| #include <unistd.h> |
https://keystore-explorer.org/downloads.html
Set the password (save it, we will need it later)