It bugs me to debug multiprocess C programs by using GDB. Here is a note for multi processing, and multithreaded debugging.
Monthly archives: October 2014
Using rsync to resume SCP file transfer
Using scp to transfer a large file or folder can be sometimes unstable, it doesn’t have the feature to resume broken transfers. Therefore, we have to start over each time when we cancel the transfer. There is a software called rsync that has the resume feature and it supports multiple protocols such as rsync:// and …
Install a new nVidia card on existing Fedora system
I’ve been running Fedora for some time and I am still loving using it. Today I got a used nVidia GTX 650 Ti graphic card from my friend Lance, and I was trying to install it under my existing system structure. We managed to get the card installed in the PC chassis and connected the …
Continue reading “Install a new nVidia card on existing Fedora system”
Oh-my-zsh Ctrl+R binding
The oh-my-zsh project is a fantastic zsh addon, but when vi-mode is activated, the default behaviour doesn’t have a ctrl+r reverse search.