Ö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 git@github.com:qmk/qmk_firmware.git
cd qmk_firmware
make git-submodule| { | |
| "meta": { | |
| "title": "Global Coffee Varieties Database", | |
| "version": "1.0", | |
| "total_entries": 120, | |
| "categories": 6 | |
| }, | |
| "categories": [ | |
| { | |
| "id": "arabica_heirloom", |
| { | |
| "meta": { | |
| "title": "Global Coffee Equipment Database", | |
| "version": "1.0", | |
| "total_entries": 280, | |
| "categories": 9 | |
| }, | |
| "categories": [ | |
| { | |
| "id": "espresso_machines_commercial", |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Headphone Power Calculator</title> | |
| <style> | |
| body { | |
| font-family: Arial, sans-serif; | |
| margin: 0; |
| # 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; |
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; | |
| } |