OS

Handy Bash Snippets and Linux Tips featured image

Handy Bash Snippets and Linux Tips

A curated collection of bash functions, troubleshooting commands, and performance tweaks that I often use in my daily workflow.

How to kill zombie processes using GPU ? featured image

How to kill zombie processes using GPU ?

The trick for killing zombie processes using GPU in Linux 😃.

admin
Fix "[Errno 32] Broken pipe" in Python featured image

Fix "[Errno 32] Broken pipe" in Python

One day, I’ve tried to run a python script using the multiprocessing technique and for a while the program crashed and raised the [Errno 32] Broken pipe error...

admin