Ahmed Yakout
Yakout's Blog

Yakout's Blog

Follow
homeMain SiteTIL (Today I learned)newsletter

Sign your Github commits using GPG key

Aug 7, 20212 min read 95 views

To insure that your commits are authentic and done by you not by someone else, you need to sign them. One way to do this is using GPG...

Sign your Github commits using GPG key

A trick to avoid being tracked by Youtube using xclip and xbindkeys

Jun 29, 20212 min read 121 views

Sometimes you need to avoid being tracked by Youtube. So you want to watch a certain video but you don't want Youtube to show you suggestions related...

A trick to avoid being tracked by Youtube using xclip and xbindkeys

Show a digital clock in Tmux

Jun 16, 20211 min read 473 views

So today, I was trying to detach a tmux session and instead of pressing d I pressed t and found this awesome trick: So basically if you want to get...

Show a digital clock in Tmux

MySQL most useful commands and tips (Cheat Sheet)

Jun 7, 20214 min read 102 views

For troubleshooting and diagnosing issues ยท In this article I will give you the most useful commands in MySQL that I use more often. I will try to keep...

MySQL most useful commands and tips (Cheat Sheet)