Lionel Blog

The road is under your feet, the heart looks to the distance

vscode remoteSSH용 docker 생성

docker에 SSH ternneling을 사용해서 vscode remote ssh를 연결하자

docker를 만들고 ssh ternneling 으로 vscode retmoe ssh를 붙이는 방법

Unicast, Broadcast, Multicast, SubnetMask

Unicast, Broadcast, Multicast, SubnetMask 에 대한 간략한 설명

네트워크에서 유니캐스트(1:1), 멀티캐스트(1:N, 클래스D), 브로드캐스트(전체)와 서브넷 마스크(/xx) 개념을 이해하면 효율적 통신과 관리를 할 수 있다.

SNMP

SNMP의 기능에 대한 간략한 정리

SNMP의 기능에 대한 간략한 정리와 샘플 코드

Hugo install

How to install hugo

간단히 Hugo를 설치하는 방법을 정리합니다.

Cargo troubleshooting

cargo install - SSL connection error

cargo install 할 때 SSL 연결 에러 나는 문제 해결

Dioxus vs Tauri

Brief Comparison of Dioxus and Tauri

Dioxus 와 Tauri의 간단한 비교

linux debugging

Linux debugging skil

리눅스 디버깅 하는 몇가지 방법

Docker SSH tunneling

How to setup ssh tunneling to docker container.

Python uv

How to use UV

python uv 사용 방법

Clean White Theme for Hugo

How to set up this theme

Clean White Theme for Hugo

CleanWhite is a clean, elegant, but fully functional blog theme for Hugo. Here is a live demo site using this theme.

It is based on huxblog Jekyll Theme and Clean Blog Jekyll Theme.

These two upstream projects have done awesome jobs to create a blog theme, what I’m doing here is porting it to Hugo, of which I like the simplicity and the much faster compiling speed. Some other features which I think could be useful, such as site search with algolia and proxy for Disqus access in China, have also been built in the CleanWhite theme. Other fancy features of upstream projects are not supported by this Hugo theme, I’d like to make it as simple as possible and only focus on blog purpose, at least for now. While I created this theme, I followed the Hugo theme best practice and tried to make every part of the template as a replaceable partial html, so it could be much easier for you to make your customization based on it.