I'm writing this up from memory, so errors may appear.
This has been updated to use SHA256 certificates.
- Go to http://www.startssl.com/
- Click on 'Control Panel'
I'm writing this up from memory, so errors may appear.
This has been updated to use SHA256 certificates.
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA512 | |
To check that you have a "good" copy of HTTPS Everywhere (one with the | |
correct update signing keys), you can do the following: | |
# Firefox: | |
1. Go to your Firefox profile directory: | |
https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data#w_how-do-i-find-my-profile. |
git log --oneline -1 <PR-BRANCH>
git push -f origin :
obj-m += chardev.o | |
all: | |
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules | |
clean: | |
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean |
A NixOS module/config that sets up some stuff on ungoogled-chromium, hope this can help somebody:)
Important
If you want to just include this module in this config into your system make sure to update the hash path to some persistent location on your computer: CHROMIUM_HASH_FILE="/persist/chromium-config.hash"
The most important takeaways from this config are the following