Notes about math, research, and more.

How to setup ssh

  1. Generate key on website (cPanel)
  2. MUST AUTHORIZE KEY ON WEBSITE
  3. Download idrsa and idrsa.pub
  4. chmod 600 ~/.ssh/idrsa
  5. ssh-add ~/.ssh/idrsa
  6. login cpanelusername@cpanel-ip-address -p 21098
    1. ssh patrlipm@198.187.31.161 -p 21098
    2. password is in bitwarden under patrickkreitzberg.com (and old gmail)
    3. the current ssh key password also on bitwarden
    4. DONT PUT PASSPHRASE ON KEY else have to enter that every time

How to get css to render

Needed to change permissions: directories 755 files 644

Files needed

To get filter by tags need at least the .html and js/ folder To get fuzzy search need .html and js/ folder So I think just need the js/ folder unless I want the icons from the favicon/ folder

Local host

python -m http.server