To add a custom, i.e. self-signed root certificate to a machine
- Create file in
/etc/ca-certificates/trust-source/anchors/
- Rename
*.pem
to*.crt
- Run
trust extract-compat
To add a custom, i.e. self-signed root certificate to a machine
/etc/ca-certificates/trust-source/anchors/
*.pem
to *.crt
trust extract-compat
If you experience issues running watch tests such as
Fatal error: watch ENOSPC
Àdd the following line to /etc/sysctl.d/99-sysctl.conf
fs.inotify.max_user_watches=524288
Reconfigure system via sysctl --system
.
To let vim use the PRIMARY
clipboard:
gvim
(integrates vim with X11):set clipboard=unnamed
to ~/.vimrc
Use y
(copy) and p
(paste) to interact with clipboard.