Skip to content

Instantly share code, notes, and snippets.

View AFZidan's full-sized avatar
:octocat:
Working from home

Ahmed Zidan AFZidan

:octocat:
Working from home
View GitHub Profile
@AFZidan
AFZidan / github_desktop_ubuntu.sh
Created September 29, 2022 21:13 — forked from berkorbay/github_desktop_ubuntu.md
To install Github Desktop for Ubuntu
## Follow this link for further updates to Github Desktop for Ubuntu https://github.com/shiftkey/desktop/releases/latest
# UPDATE (2021-10-18): Thanks to Amin Yahyaabadi's message, the updated code is as follows
sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.9.3-linux3/GitHubDesktop-linux-2.9.3-linux3.deb
### Uncomment below line if you have not installed gdebi-core before
# sudo apt-get install gdebi-core
sudo gdebi GitHubDesktop-linux-2.9.3-linux3.deb
# UPDATE (2021-03-05): Thanks to PaoloRanzi81's comment, the updated code is as follows https://gist.github.com/PaoloRanzi81
@AFZidan
AFZidan / After install clean macOS.md
Created May 19, 2022 05:28 — forked from HazemKhaled/After install clean macOS.md
Things to Do After Installing macOS X 2021 (M1)

Run this, Bring a coffee and relax

sh -c "$(curl https://gist.github.com/HazemKhaled/21714668bff421120a50ee2389b749af/raw/setup.sh)"
@AFZidan
AFZidan / meta-tags.md
Created February 7, 2017 02:41 — forked from kevinSuttle/meta-tags.md
List of Usable HTML Meta and Link Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>