Skip to content

Category: Uncategorized

How to use Atom

https://flight-manual.atom.io/using-atom/sections/editing-and-deleting-text/#multiple-cursors-and-selections https://www.rexegg.com/regex-quickstart.html https://regex101.com/r/cU5lC2/1 Insert ‘ ‘, every word on Atom https://ezgif.com/maker Cmd+Shift+L – Convert a multi-line selection into multiple cursors Cmd+K Cmd+U – Upper case the current word…

Grammar Checker

https://prowritingaid.com https://www.gingersoftware.com/grammarcheck https://gsuite.google.com/marketplace/app/grammar_and_spell_checker_languagetool/805250893316 https://www.online-spellcheck.com/ https://languagetool.org/ https://linangdata.com/grammar-checker/

How to redirect port 80 and 443 to Jupyter port 54321

Insert these command to iptable to redirect port 80 and 443 to 54321 Delete above iptable rule https://wiki.jenkins.io/display/JENKINS/Running+Jenkins+on+Port+80+or+443+using+iptables https://serverfault.com/questions/540241/iptables-how-to-redirect-all-8443-incoming-and-outgoing-to-443 https://jupyterhub.readthedocs.io/en/stable/reference/config-proxy.html https://hands-on.cloud/how-to-setup-jupyter-behind-nginx-proxy/