nanusdad - Overview

Pinned Loading

  1. 1

    * From - https://github.com/Kunena/Kunena-Forum/wiki/Create-a-new-branch-with-git-and-manage-branches

    3

    `git checkout -b [name_of_your_new_branch]`

    5

    * Push the branch on github :
  2. 2

    Create the remote repository, and get the URL such as 

    4

    git@github.com:/youruser/somename.git or https://github.com/youruser/somename.git
  3. 1

    ## Installing Moodle on AWS LightSail

    2

    ### Start with a new LightSail Instance running Ubuntu 20.04
  4. 1

    ## How to use GoDaddy SSL certs with Express JS ##

    3

    * Node requires each certificate in the CA chain to be passed separately in an array.  

    4

    * GoDaddy provides a cerficate file (gd_bundle.crt) probably looks like this:
  5. 4

    `ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.mp4`
  6. 1

    # Setting up SSL cert with nginx

    2

    1. Copy the .crt file and encrypted .key file to nginx server

    3

    2. Decrypt the .key file

    5

    openssl rsa -in encrypted.key -out decrypted.key