Skip to content

Instantly share code, notes, and snippets.

View oguzhanozcelik's full-sized avatar
🎯
Focusing

Oguzhan OZCELIK oguzhanozcelik

🎯
Focusing
View GitHub Profile
@oguzhanozcelik
oguzhanozcelik / multiple_ssh_setting.md
Created October 18, 2022 17:13 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"
@oguzhanozcelik
oguzhanozcelik / sehirler.html
Created July 26, 2019 18:47 — forked from aladagemre/sehirler.html
Türkiye Şehir Listesi HTML Select Option
<select name="Sehir">
<option value="0">------</option>
<option value="1">Adana</option>
<option value="2">Adıyaman</option>
<option value="3">Afyonkarahisar</option>
<option value="4">Ağrı</option>
<option value="5">Amasya</option>
<option value="6">Ankara</option>
<option value="7">Antalya</option>
<option value="8">Artvin</option>