Öncelikle QMK Firmware'i bilgisayarınıza kurmalısınız. Ben Linux ve macOS'te nasıl kurduğumu anlatayım:
cd $HOME
git clone --recurse-submodules [email protected]:qmk/qmk_firmware.git
cd qmk_firmware
make git-submodule
# Change YOUR_TOKEN to your prerender token | |
# Change example.com (server_name) to your website url | |
# Change /path/to/your/root to the correct value | |
server { | |
listen 80; | |
server_name example.com; | |
root /path/to/your/root; | |
index index.html; |
Öncelikle QMK Firmware'i bilgisayarınıza kurmalısınız. Ben Linux ve macOS'te nasıl kurduğumu anlatayım:
cd $HOME
git clone --recurse-submodules [email protected]:qmk/qmk_firmware.git
cd qmk_firmware
make git-submodule
When setting these options consider the following:
sudo grep max_children /var/log/php?.?-fpm.log.1 /var/log/php?.?-fpm.log
#!/bin/bash | |
# Sonarr symlink post-process script | |
# Based on https://github.com/Sonarr/Sonarr/issues/967#issuecomment-228599878 | |
# With some tint modifications | |
# make syre Logs folder and file exists | |
LOGFILE="/opt/NzbDrone/Logs/sonarrsymlink.log" | |
PERMPATH="$sonarr_episodefile_path" | |
SOURCEPATH="$sonarr_episodefile_sourcepath" |
server { | |
listen 80; | |
server_name elasticsite.com; | |
access_log off; | |
error_log off; | |
# enforce https | |
return 301 https://$server_name$request_uri; | |
} |
<?php namespace App\Composers; | |
/** | |
* @author Şerafettin Yarar <[email protected]> | |
* @web http://serafettin.net | |
*/ | |
use Route; | |
use Illuminate\View\View; |
#Yubikey (and Any Other Smartcard) SSH Connection shortcuts
In Windows envionment, not everything works out of the box especially about Yubikey. So you need to install additional tools and take additional steps.
Because of a bug, in Windows, when you unplug your smart card and re-plug, it may not run always.
These gists are simple batch commands to reset the state of gpg4Win to make your smart card available again with simple clicks, and without restarting your PC.
You may also want to create a new shortcut for gpg-connect-agent and run it on startup:
### Keybase proof | |
I hereby claim: | |
* I am ardakilic on github. | |
* I am arda (https://keybase.io/arda) on keybase. | |
* I have a public key whose fingerprint is 3C02 0B62 F05B C82D 9819 2ECC 7D5B 52F5 1FAF A649 | |
To claim this, I am signing this object: |