Antonius [Denny] Harijanto Blog
Random useful tech stuffs I write to remind myself. Hopefully useful for you!
Pages
(Move to ...)
Home
ThinkPad
Arch Linux
Ubuntu
CS Projects
Machine Learning
▼
Friday, May 3, 2024
Resizing Swap Size Ubuntu 23
›
``` # Check current swap size cat /proc/swaps sudo swapoff -a # Create new swap file sudo fallocate -l 16G /swapfile sudo chmod 600 /swapfil...
Friday, April 28, 2023
Working with a forked repository in Golang
›
Let say you have a project A that depends on an open-source library B: A -> B Now for your own need, you need to enhance library B in or...
Monday, April 24, 2023
M1 and M2 Macbook cause external monitor to flicker
›
I recently gotten a MacBook M2 and noticed that my external monitor would start flickering when connected to it for a period of time. If the...
›
Home
View web version