Skip to content

Instantly share code, notes, and snippets.

{"list":[{"name":"Adana","districts":["ALADAĞ","CEYHAN","ÇUKUROVA","FEKE","İMAMOĞLU","KARAİSALI","KARATAŞ","KOZAN","POZANTI","SAİMBEYLİ","SARIÇAM","SEYHAN","TUFANBEYLİ","YUMURTALIK","YÜREĞİR"]},{"name":"Adıyaman","districts":["MERKEZ","BESNİ","ÇELİKHAN","GERGER","GÖLBAŞI","KAHTA","SAMSAT","SİNCİK","TUT"]},{"name":"Afyonkarahisar","districts":["MERKEZ","BAŞMAKÇI","BAYAT","BOLVADİN","ÇAY","ÇOBANLAR","DAZKIRI","DİNAR","EMİRDAĞ","EVCİLER","HOCALAR","İHSANİYE","İSCEHİSAR","KIZILÖREN","SANDIKLI","SİNANPAŞA","SULTANDAĞI","ŞUHUT"]},{"name":"Ağrı","districts":["MERKEZ","DİYADİN","DOĞUBAYAZIT","ELEŞKİRT","HAMUR","PATNOS","TAŞLIÇAY","TUTAK"]},{"name":"Amasya","districts":["MERKEZ","GÖYNÜCEK","GÜMÜŞHACIKÖY","HAMAMÖZÜ","MERZİFON","SULUOVA","TAŞOVA"]},{"name":"Ankara","districts":["AKYURT","ALTINDAĞ","AYAŞ","BALA","BEYPAZARI","ÇAMLIDERE","ÇANKAYA","ÇUBUK","ELMADAĞ","ETİMESGUT","EVREN","GÖLBAŞI","GÜDÜL","HAYMANA","KAHRAMANKAZAN","KALECİK","KEÇİÖREN","KIZILCAHAMAM","MAMAK","NALLIHAN","POLATLI","PURSAKLAR","SİNCAN","ŞEREFLİKO
{
"data": [
{
"il_adi": "Adana",
"plaka_kodu": " 01",
"alan_kodu": "0322",
"nufus": "2.274.106",
"bolge": "Akdeniz",
"yuzolcumu": "13.844",
"nufus_artisi": "4,7%",
git clone https://oguzdev35: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@github.com/oguzdev35/main-maksisoft-cabinet.git && cd main-maksisoft-cabinet && git checkout 223d012 && yarn add --frozen-lock && yarn next telemetry disable && yarn build && cd scripts && bash prod-master-woman.sh && pm2 startup && pm2 save && reboot
@oguzdev35
oguzdev35 / index.html
Created July 30, 2023 22:01
electrron
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<title>Menu Counter</title>
</head>
<body>
Current value: <strong id="counter">0</strong>
@oguzdev35
oguzdev35 / changehttpshttp.sh
Created June 22, 2023 18:41
changehttpshttp.sh
#!/bin/bash
cd /var/www/html
cp ayar.php ayar.php.old
cp ayarchange.php ayarchange.php.old
sed -i 's/https/http/g' ayar.php
sed -i 's/https/http/g' ayarchange.php
@oguzdev35
oguzdev35 / backendStack.txt
Created January 18, 2023 13:20
Backend Stack
Languages:
Nodejs + Typescript
Database:
Postgresql
Redis
Libraries:
Typeorm - ORM - And Database Utility
Expressjs - Http Server
@oguzdev35
oguzdev35 / MyCurrentStack.txt
Created January 18, 2023 13:11
My Current Stack(Frontend)
Frontend Languages
* Typescript (typed javascript) - https://www.typescriptlang.org/
* Javascript
Frontend Main Libraries:
* React - https://reactjs.org/
* Nextjs - React Building/Deployment Tool - https://nextjs.org/
* Webpack - React Bundling Tool - https://webpack.js.org/
* Babeljs - React transpling Tool - https://babeljs.io/
* Vitejs - Bundler+Transplier+Build Tool - https://vitejs.dev/
@oguzdev35
oguzdev35 / rpi3-human_readable_usb.rules.sh
Created January 4, 2023 13:49 — forked from gordio/rpi3-human_readable_usb.rules.sh
Use static names for USB devices for Raspberry Pi 3. (ttyUSBUpperLeft, ttyUSBLowerLeft, ttyUSBUpperRight, ttyUSBLowerLeft)
cat > "/etc/udev/rules.d/99-human_readable_usb.rules" << EOF_USB_RULES
SUBSYSTEM=="tty", ENV{ID_PATH}=="platform-3f980000.usb-usb-0:1.2:1.0", SYMLINK+="ttyUSBUpperLeft"
SUBSYSTEM=="tty", ENV{ID_PATH}=="platform-3f980000.usb-usb-0:1.3:1.0", SYMLINK+="ttyUSBLowerLeft"
SUBSYSTEM=="tty", ENV{ID_PATH}=="platform-3f980000.usb-usb-0:1.4:1.0", SYMLINK+="ttyUSBUpperRight"
SUBSYSTEM=="tty", ENV{ID_PATH}=="platform-3f980000.usb-usb-0:1.5:1.0", SYMLINK+="ttyUSBLowerLeft"
EOF_USB_RULES
udevadm control --reload-rules
@oguzdev35
oguzdev35 / auto_lx.sh
Created November 29, 2022 11:47
auto_lx
echo "@lxpanel --profile LXDE-pi\n@pcmanfm --desktop --profile LXDE-pi\n@xscreensaver -no-splash\n@point-rpi\n@/usr/bin/chromium-browser --disable-restore-background-contents --disable-new-tab-first-run --restore-last-session --disable-restore-session-state --incognito --noerordialogs --disable-session-crashed-bubble --disable-infobars --kiosk http://localhost\n@xset s off\n@xset -dpms\n@xset s noblank\n" > /home/pi/.config/lxsession/LXDE-pi/autostart
@oguzdev35
oguzdev35 / ddos.txt
Created October 14, 2022 05:38 — forked from bom-d-van/ddos.txt
Detecting and Mitigating DDOS Attacks
Detecting and Mitigating DDOS Attacks
#List all Finish (FIN) packets
machine1 : sudo /usr/sbin/tcpdump -Nnn -i any -s0 'tcp[13] & 1 != 0'
#List all SYN and SYN-ACK packets
machine1 : sudo /usr/sbin/tcpdump -Nnn -i any -s0 'tcp[13] & 2 != 0'