I hereby claim:
- I am evereq on github.
- I am evereq (https://keybase.io/evereq) on keybase.
- I have a public key ASDfXaDdLEPLaV6vdQFlVSa2ro6J1uuJaf-J9m6auAWZago
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# Ever Individual Contributor License Agreement | |
Thank you for your interest in contributing to Ever ("We" or "Us"). | |
This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To | |
make this document effective, please sign it and send it to Us by mail, email, fax, or electronic | |
submission, following the instructions at https://ever.dev/caa. This is a legally binding document, so | |
please read it carefully before agreeing to it. The Agreement may cover more than one software | |
project managed by Us. |
# Ever Entity Contributor Assignment Agreement | |
Thank you for your interest in contributing to Ever ("We" or "Us"). | |
This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To | |
make this document effective, please sign it and send it to Us by electronic submission, following the | |
instructions at https://ever.dev/caa. This is a legally binding document, so please read it carefully | |
before agreeing to it. The Agreement may cover more than one software project managed by Us. | |
1. Definitions |
# Ever Individual Contributor Assignment Agreement | |
Thank you for your interest in contributing to Ever ("We" or "Us"). | |
This contributor agreement ("Agreement") documents the rights granted by contributors to Us. | |
To make this document effective, please sign it and send it to Us by electronic submission, | |
following the instructions at https://ever.dev/caa. This is a legally binding document, so | |
please read it carefully before agreeing to it. The Agreement may cover more than one software | |
project managed by Us. |
sudo fallocate -l 4G /swapfile | |
sudo chmod 600 /swapfile | |
sudo mkswap /swapfile | |
sudo swapon /swapfile | |
sudo swapon -s | |
sudo cp /etc/fstab /etc/fstab.bak | |
echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab |