Cybsecdiary

Welcome to the baddest place to kill your time, so sit back, relax and enjoy the content!

Building HTTPS Website using AWS CloudFront

Host HTTPS Website by AWS CloudFront 1. Requirement AWS S3 Bucket (with enabling static website hosting) Bucket endpoint (at “static website hosting” at S3 console) permission to public reading access to the Bucket 2. Create a CloudFront web distribution Sign in to CloudFront console “Create distribution” > “Get Started” Specify settings for the distribution Origin Domain Name : “S3 bucket endpoint” Viewer Protocol Policy : “HTTPS Only” Allowed HTTP Method : “GET, HEAD” Alternate Domain Names : blank (change later) SSL certificate : Default CloudFont Certificate(change later) Supported HTTP version : “HTTP/2, HTTP/1.

Customize Local Domain Using Dory RubyGems

Install Dory on Ubuntu Dory is one of optional requirement to run canvas. What’ Dory? Dory builds local DNS and reverse proxy. Dory enables user to access over domain name address like http://. Environment Ubuntu 18.04.5 LTS 1 2 3 4 5 6 $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.5 LTS Release: 18.04 Codename: bionic Install Instruction is at github.

How to Config SSH Server on Ubuntu

Ubuntu SSH Server Configuration 1. Environment Server: 1 2 3 4 5 6 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.5 LTS Release: 18.04 Codename: bionic Client: Macbook Pro 2. Install Open SSH Server Check ssh client (installed by default on Ubuntu 18.04 TLS) 1 2 3 $ dpkg -l | grep ssh ii libssh-4:amd64 0.8.0~20170825.94fa1e38-1ubuntu0.7 amd64 tiny C SSH library (OpenSSL flavor) ii openssh-client 1:7.

Make Mobile Mockup Using Adobe XD

Make mobile app mock by Adobe XD I used Adobe XD to make mockup application for internal hackathon-like project. Though it was my first time to use XD in my job, the process was very straight forward. 1 Install Install from Adobe XD official site. It’s enough to select starter plan for free - that is for small size mock. You can share one link for your app. 2 Design Draw just like power point.

Trying Docker On Ubuntu

Setup Docker on Ubuntu I want to install CanvasLMS for testing it. Docker is one of assumption for CanvasLMS. Note Getting docker document at github says install from docker.io for canvas-lms. Following instruction is install from docker that I happened to install (Add: 2021.5.11) 0 Environment Canvas LMS requires 8GB RAM, 150GB storage according to github.com/instructure/canvas-lms Mine is Ubuntu on an little old Macbook Air - 2015 model.