Skip to content

Instantly share code, notes, and snippets.

View bsienn-khan's full-sized avatar

Abdul Rehman bsienn-khan

View GitHub Profile
@bsienn-khan
bsienn-khan / multiple-ssh-keys-git.adoc
Created February 17, 2025 12:18 — forked from alejandro-martin/multiple-ssh-keys-git.adoc
Configure multiple SSH Keys for Git

Use Multiple SSH Keys for Git host websites (Github, Gitlab)

This is guide about how to configure multiple SSH keys for some Git host websites such as Github, Gitlab, among others.

Creating SSH keys

  1. Create SSH directory:

@bsienn-khan
bsienn-khan / HTTP Response Cheat Sheet
Created December 14, 2021 05:30
HTTP Response Cheat Sheet for APIs
CRUD (Create, Read, Update, Delete) Generic > 200 OK
Create
> 201 Created
Read
> 200 OK
Update
> 204 No Content
Delete
> 204 No Content
@bsienn-khan
bsienn-khan / cloudSettings
Last active August 5, 2021 18:10
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-08-05T18:09:58.486Z","extensionVersion":"v3.4.3"}
@bsienn-khan
bsienn-khan / cloudSettings
Last active August 31, 2020 20:00
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-08-31T20:00:48.859Z","extensionVersion":"v3.4.3"}
@bsienn-khan
bsienn-khan / homestead-manual-install.md
Created May 25, 2017 11:55 — forked from idecardo/homestead-manual-install.md
Laravel Homestead Manual Installation

Getting Started

Laravel Homestead is an official, pre-packaged Vagrant box that provides you a wonderful development environment without requiring you to install PHP, HHVM, a web server, and any other server software on your local machine. Read more...

Download

Download homestead box using this link: