When you try to send an Enter keyboard to linux kernel, it looks like nothing happens.
This is because you only send a key press (KEY DOWN) but don't send an key release (KEY UP) event after that.
When you try to send an Enter keyboard to linux kernel, it looks like nothing happens.
This is because you only send a key press (KEY DOWN) but don't send an key release (KEY UP) event after that.
Tech Tips : Fixing Linux lagging on Laptop Dell XPS 9310
Tech Tips : Fixing Linux lagging on Laptop Dell XPS 9310
Holy sh!t, if only i had known sooner ...
#TIL : Run container processes as non-root user
#TIL : Run container processes as non-root user
I learned on 2019-03-30 about docker, linux, root
Boost Docker CI Build Speed to ~10X times
As an software engineering developer, you know that automated CI testing is the one of keys to improve software release life cycle.
#TIL : Make cron job runs every seconds
#TIL : Make cron job runs every seconds
I learned on 2018-11-15 about bash, cron, linux
#TIL : Disable IPv6 to stop getting stuck in network
#TIL : Disable IPv6 to stop getting stuck in network
I learned on 2018-01-16 about linux, networking
Weighted Round Robin : Scheduling Algorithm
#TIL : Becareful on using port mapping of Docker in Development
#TIL : Becareful on using port mapping of Docker in Development
I learned on 2022-03-17 about docker, security
#TIL : Using extra hosts to add custom ip of hostnames to Docker container
#TIL : Using extra hosts to add custom ip of hostnames to Docker container
I learned on 2022-03-16 about docker, networking
#TIL : Laravel run scheduled command within parent environment
#TIL : Laravel run scheduled command within parent environment
I learned on 2022-03-15 about cronjob, laravel, php