These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Usage: | |
| # Download this file | |
| # Put it in /bin or wherever you want, eg: `/bin/tmuxlogin` | |
| # Give it excutable permission, eg: `sudo chmod +x /bin/tmuxlogin` | |
| # Modify your `/etc/shells` and add `/bin/tmuxlogin` to it | |
| # Modify your `~/.tmux.conf` and add `set-option -g default-shell /bin/bash(or whatever shell you want)` to it | |
| # `chsh -s /bin/tmuxlogin` | |
| # Done! |
We install certutil and pk12util if necessary:
sudo apt install libnss3-tools
On Linux, Chromium uses the NSS Shared DB. Check if you have the ~/.pki/nssdb directory:
ls $HOME/.pki/nssdb