Skip to content
Winston Lee

Winston Lee

  • Home
  • Blog
Winston Lee
Winston Lee

Blog

About the world

Just Awesome Vietnamese

In a moment of inspiration, I forked an abandoned awesome-vietnamese list and add some new entries to it. Hopefully this list will be useful for people looking for awesome Vietnamese projects Assorted TILs Difference between go get and go install…

Read More Just Awesome VietnameseContinue

Development

Prune big files from Git with BFG

Step 2: Clone your repo as a mirror Run this to clone your repo as a mirror. git clone –mirror git://example.com/your-repo.git The —-mirror flag means that it doesn’t actually download any of the files from your codebase. It downloads the…

Read More Prune big files from Git with BFGContinue

General IT

A decade of technology research

According to Deloitte

Read More A decade of technology researchContinue

General IT | Linux

How to add ssh keys to multiple hosts

Requisite list.txt: list of hosts ~/.ssh/id_rsa.pub: keys to add Bash script copy.sh Explanation sshpass pass your password to the ssh prompt -o StrictHostKeyChecking=no ignores the “host identity not established” prompt, allowing sshpass to do its job How to execute Reference…

Read More How to add ssh keys to multiple hostsContinue

Development

Gumana Series – Understanding Fabric’s Ordering

Introduction to Gumana Gumana is a portmanteau of 금요일 (Friday) 만나다 (Meeting), a series of technical talk every Friday at Medium About this talk A visual explanation of Kafka’s Ordering Design, why does it need a queue, kafka, synchronization between…

Read More Gumana Series – Understanding Fabric’s OrderingContinue

Linux

How to create application shortcut and add to launcher in Ubuntu

Read More How to create application shortcut and add to launcher in UbuntuContinue

Free Lined Handwriting Paper
Office

Free Lined Handwriting Paper

Today suddenly I need to write something by hand. I tried to find lined templates on the internet but couldn’t find any that is free (unbelievable!). I know it’s easy to create such a template using Word but sometimes you…

Read More Free Lined Handwriting PaperContinue

Hardware

Getting shell access to your IPTIME router

This article in a nutshell How to hack your iptime router and get complete access to its function Works up to firmware v9.27 You need administrator password to do anything The default administrator account for iptime is username admin /…

Read More Getting shell access to your IPTIME routerContinue

Linux

Today I Learned (2019-11-18)

How to reset WSL on Windows Type apps & into the search box in the bottom left of the taskbar. Click Apps & features in the search results. The Settings app will open. On the Apps & features page in…

Read More Today I Learned (2019-11-18)Continue

C++ | Development

Medium interview questions

Based on Korean Version 1.9.6 (https://hamait.tistory.com/1054), last updated October 2019. You are not expected to be 100% knowledgeable about those, but instead show your depth in understanding what you have experience with or is interested in. Focus on what you…

Read More Medium interview questionsContinue

Page navigation

Previous PagePrevious 1 2 3 4 5 … 17 Next PageNext

I’m an English / Vietnamese / Korean speaking software solution provider living in Korea

Get In Touch

To reach me, please use the contact form

Scroll to top
  • Home
  • Blog