Skip to content

Instantly share code, notes, and snippets.

View AbdeltwabMF's full-sized avatar
🪡
Focusing

Abd El-Twab M. Fakhry AbdeltwabMF

🪡
Focusing
View GitHub Profile
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQINBGCTVwUBEADXWWnAiQML5rxVWZmGAoFeEwV20SEJRfJVlP9uGLRVSBC6lABH
Eg+7XILGAXHDLgBCuTCDQQ92D/lkSq4Q2mH6p+x5NTDQXGfR1Dg8RoVoYM6JIXEZ
iUTVzx8eoKHj/SAqFpvVxy7JOQ+2Q68K9RMZsEf7nDcKTUx8EJfSP32j9dNNUegx
aJBnqHBEYD2oAJf4GUasGcDEPytoC0ns3dIp6KTCh/xncIsPicUiKIpEusj3pgEI
DSrpXYdl7DdOPZVJ9ORbx6UfBiuHSBBGprBKwM4aBl0kmyeQV+GMEF+vGZyYACLg
UPTXQtyEr4MvxvDMTqeNEdpBxLnxo4hnZkxXDX88+u+4QUO5JDgTKrZvn6vxzSJe
4VzBhOMzSD/QWjOrQ/UdjFqgC6i+legD4Pva2zuwWbbiBbjjSd+Nkw/9mOuOWCgc
nOkhNS08lftDGikFjN8huJ+1Oq2wPxWEe9BpVXICwME/5OY8vhsASZz3ylIeAYfX
@AbdeltwabMF
AbdeltwabMF / gnupg_permissions.sh
Last active October 4, 2021 05:10
~/.gnupg or ~/.local/share/gnupg/ permissions
#!/bin/bash
#
# the Gnupg files permissions
chown -R $(whoami) $HOME/.local/share/gnupg/
find $HOME/.local/share/gnupg -type d -exec chmod 700 {} \;
find $HOME/.local/share/gnupg -type f -exec chmod 600 {} \;
@AbdeltwabMF
AbdeltwabMF / Apt-Repositories
Last active April 20, 2021 20:29
The content of /etc/apt/sources.list file!
# deb cdrom:[Ubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)]/ focal main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://eg.archive.ubuntu.com/ubuntu/ focal main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://eg.archive.ubuntu.com/ubuntu/ focal-updates main restricted