Archive
2023
2021
2020
2019
2017
2016
Sep 10, 2023
What's The Time In Tokio?
Measuring the actual future execution time in Tokio
Aug 10, 2023
Setting Up IPv6 with Superloop on RouterOS
The simplest way to enable IPv6 for your home network with Microtik Routers
Jul 27, 2023
Permission Issue with Setting Up Proxmox Backup Server with Synology NFS
Oct 10, 2021
Upgrade to Windows 11 on PVE
How to upgrade existing Windows to 11 on Proxmox Virtual Environment
Mar 30, 2021
Setting up Clash as Second Gateway for LAN
Less painful way setting up a second gateway using Clash, IPset and iptables.
Jan 02, 2020
My HomeLab Setup
Topology for my HomeLab
Dec 27, 2019
Dell R720 PowerEdge Server Hardware Monitoring in ELK
Monitoring server hardware information(Temperature, Fan Speed, Power Consumption etc.) using IPMI, Collectd, ELK
Nov 14, 2019
Publish a Scoop Package
Make your software available for scoop users to install
Oct 07, 2019
Announcing PowerSession v1.0.0
Record and share your PowerShell sessions, the right way.
Jul 25, 2019
How to scan QRCode with SwiftUI
SwiftUI + UIViewControllerRepresentable scanning QRCode
Jul 14, 2019
SoftU2F for Window
Introducing Soft U2F for windows - A software implementation for u2f authenticator for Windows.
Sep 02, 2017
Read Golang MemsStats the Hard Way
Several approaches to read the Golang program runtime memory stats.
Jun 29, 2017
How to write solid cron jobs
Oct 02, 2016
Do you really know named return value in Golang ?
Be careful when using named return value in golang