Skip to content
Winston Lee

Winston Lee

  • Home
  • Blog
  • Github
  • LinkedIn
Winston Lee
Winston Lee

Blog

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

How to install nvm
Development | NodeJS

How to install nvm

This is a follow up to [How to install npm the right way]. It turns out that while convenient for Node development, nvm is notoriously slow. Thanks to reddit user sscotth we can solve that quite easily. First, install nvm…

Read More How to install nvmContinue

Linux

Gõ tiếng Việt trên Ubuntu

Cách gõ Dvorak trên Ubuntu với ibus-unikey iBus quản lý cả layout lẫn bộ gõ nên khi dùng ibus-unikey layout sẽ bị đổi thành US Cần sửa file /usr/share/ibus/component/unikey.xml thành nội dung như sau https://gist.github.com/thanhphu/b8dfde2cd16902c49dc249f4dfbfb4f8 Các bộ gõ tiếng Việt…

Read More Gõ tiếng Việt trên UbuntuContinue

General IT | Linux

Install IP Time USB Wifi Adapter driver for Ubuntu Linux

It’s not that hard… provided you know where to look. First, find out the model ID by going You’ll get something like this, where “Realtek” is the chip manufacturer, which is usually the case for IPTime Next, google the ID,…

Read More Install IP Time USB Wifi Adapter driver for Ubuntu LinuxContinue

Desktop

How to type in Dvorak but keep Qwerty shortcuts

Every Dvorak user knows the pain: shortcuts in every program on earth is designed with Qwerty in mind. Cut – Copy – Paste is supposed to be next to each other but it’s not so in Dvorak. As A Dvorak…

Read More How to type in Dvorak but keep Qwerty shortcutsContinue

C++

Benchmark Flatbuffer / Protobuffer / C++ Struct performance

I’m building a project that requires maximal performance. But it also uses many data structure that need some flexibility. Naturally Flatbuffer and Protobuffer are potential candidates. So I did some benchmark. Here’s the result Serialization / de-serialization Include network communication…

Read More Benchmark Flatbuffer / Protobuffer / C++ Struct performanceContinue

Windows

Block ads on Kakaotalk client

The kakaotalk client on Mac is okay but the Windows client is full of ads: ads in friend list, ads in chat, ads in the corner of the screen, ad under your cursor. It annoyed me to no end. So…

Read More Block ads on Kakaotalk clientContinue

Development

To read: The twelve factor app

Introduction In the modern era, software is commonly delivered as a service: called web apps, or software-as-a-service. The twelve-factor app is a methodology for building software-as-a-service apps that: Use declarative formats for setup automation, to minimize time and cost for new developers joining the…

Read More To read: The twelve factor appContinue

Page navigation

Previous PagePrevious 1 2 3 4 5 6 … 17 Next PageNext
Scroll to top
  • Home
  • Blog
  • Github
  • LinkedIn