Pinned Loading
-
Git - create new local branch push t...
Git - create new local branch push to GitHub 1* From - https://github.com/Kunena/Kunena-Forum/wiki/Create-a-new-branch-with-git-and-manage-branches
23`git checkout -b [name_of_your_new_branch]`
45* Push the branch on github :
-
GitHub - initialize from existing di...
GitHub - initialize from existing directory 12Create the remote repository, and get the URL such as
34git@github.com:/youruser/somename.git or https://github.com/youruser/somename.git
5 -
Installing Moodle on AWS LightSail
Installing Moodle on AWS LightSail 1## Installing Moodle on AWS LightSail
2### Start with a new LightSail Instance running Ubuntu 20.04
34* Update
5```shell
-
Express JS with GoDaddy SSL Certific...
Express JS with GoDaddy SSL Certificates 1## How to use GoDaddy SSL certs with Express JS ##
23* 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 -
FFMPEG cheat sheet
FFMPEG cheat sheet 1# FFMPEG Cheat sheet
2## Compress MP4 files
34`ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.mp4`
5 -
Setting up SSL cert with nginx
Setting up SSL cert with nginx 1# Setting up SSL cert with nginx
21. Copy the .crt file and encrypted .key file to nginx server
32. Decrypt the .key file
4```shell
5openssl rsa -in encrypted.key -out decrypted.key
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.