Skip to content
View CedricL46's full-sized avatar

Block or report CedricL46

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. https://cedricleruth.com/how-to-host... https://cedricleruth.com/how-to-host-an-https-wordpress-site-on-aws-ec2-with-a-lets-encrypt-ssl-certificate/
    1
    #Install git and upgrade all packages
    2
    sudo yum update -y
    3
    sudo yum install git
    4
    
                  
    5
    #Get last available version of let's encrypt
  2. See full tutorial here : https://ced... See full tutorial here : https://cedricleruth.com/how-to-migrate-an-svn-repository-to-git-and-your-company-gitlab/
    1
    #Up to date doc can be found on https://gitlab.com/help/ssh/README#generating-a-new-ssh-key-pair
    2
    #First configure your local git configuration so it can communicate with your gitlab server : 
    3
    
                  
    4
    # If you're on windows install git bash for windows if not install git
    5
    
                  
  3. See full tutorial here : https://ced... See full tutorial here : https://cedricleruth.com/how-to-configure-your-own-dropbox-alternative-encrypted-private-file-cloud-storage-on-aws-with-owncloud/
    1
    #SSH to your instance
    2
    #example :
    3
    #chmod 600 YOURPEMKEY.pem
    4
    #ssh -i YOURPEMKEY.pem ec2-user@YOURELASTICIP
    5
    #update current packages
  4. How to apply a viewCriteria programm... How to apply a viewCriteria programmatically in ADF : https://cedricleruth.com/how-to-apply-a-viewcriteria-programmatically-in-adf/
    1
    /**
    2
     * Apply view criteria named MyViewCriteria to it's ViewObject
    3
     * by getting it through the binding iterator MyViewObjectIterator
    4
     * Full library : https://github.com/CedricL46/Oracle-ADF-and-JSF-Utils-libraries
    5
     */
  5. Get full tutorial here : https://ced... Get full tutorial here : https://cedricleruth.com/how-to-migrate-an-svn-repository-to-git-and-your-company-gitlab/
    1
    #Once your local git can communicate with the gitlab server you can start migrating:
    2
    #Inspired from https://john.albin.net/git/convert-subversion-to-git
    3
    
                  
    4
    #First got to your gitlab and add a new project (in this tuto : YOUR_GITLAB_REPO.git)
    5
    
                  
  6. ClaudiaBotBuilder Configure facebook... ClaudiaBotBuilder Configure facebook step commands : https://cedricleruth.com/how-to-build-a-facebook-chatbot-aws-lambda-and-claudia-js-bot-builder/
    1
    ubuntu@ip-YourComputer:~/FbJokeBot$ claudia update --configure-fb-bot
    2
    updating REST API	apigateway.createResource	parentId=parentId	pathPart=facebook	restApiId=0s7tsgupdating REST API	apigateway.createResource	parentId=parentId	pathPart=telegram	restApiId=0s7tsgupdating REST API	apigateway.createResource	parentId=parentId	pathPart=groupme	restApiId=0s7tsgrate-limited by AWS, waiting before retry	apigateway.setAcceptHeader
    3
    
                  
    4
    
                  
    5
    Facebook Messenger setup