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.

Transit Wordpress content to Hugo

I transit some of my past Wordpress articles to lesson pages in this site by Hugo. What I did are: Setup ExitWP tool Export wordpress data Data preprocessing Convert wordpress files to markdown Locate image files to hugo content Convert hugo meta descriptions in articles 1. Setup ExitWP tool Gohugo page sugests some options to migrate wordpress to hugo. I firstly tried wordpress-to-hugo-exporter, but it looks I have to do many on AWS bitnami wordpress environment.

How to solve errors on git remote repository access

How to solve errors on git remote repository access Sometime, we encounter error to pull or push repository from github, gitlab or company’s remote git space. I like to keep note about how I do resolve it for my future work. git status 1 2 3 4 5 $ git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean If git status says there are anything unstaged or not committed in local repository, do git add <file path> and git commit -m <commit message>.

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.

Setup Hugo on Ubuntu

I setup hugo on my Ubuntu client PC. 1 Environment 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 2 Install Hugo I referred some pages to install hugo  gohugo.io getting-started page Homerew Documentation - Homebrew on Linux brew.sh 2.1. Install Homebrew 1 /bin/bash -c "$(curl -fsSL https://raw.

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. 1 2 3 4 5 6 $ lsb_release -a No LSB modules are available.