I hereby claim:
- I am jooray on github.
- I am jurajbednar (https://keybase.io/jurajbednar) on keybase.
- I have a public key whose fingerprint is 3529 61E1 BF53 DA48 B2D1 8B77 4D35 0309 AEE2 FB70
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # Don't show errors which contain full path diclosure (FPD) | |
| # Use that line only if PHP is installed as a module and not per CGI | |
| # try using a php.ini in that case. | |
| # Change mod_php5.c to mod_php7.c if you are running PHP7 | |
| <IfModule mod_php5.c> | |
| php_flag display_errors Off | |
| php_value session.cookie_httponly 1 | |
| php_value session.cookie_secure 1 | |
| </IfModule> |
| #!/bin/bash | |
| # originally from | |
| # https://raw.githubusercontent.com/mattbrock/mattbrock/master/vCard_photo_extractor/vCard_photo_extractor.sh | |
| # changes: | |
| # - made to work with macOS's base64 (uses -D not -d) | |
| # - does not convert to fixed resolution | |
| # - uses identify to remove invalid images | |
| # - handles special characters better |
| --- | |
| layout: null | |
| --- | |
| {%- capture newline %} | |
| {% endcapture -%} | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | |
| <channel> | |
| <title>{{ site.title | xml_escape }}</title> | |
| <description>{{ site.description | xml_escape }}</description> |
| location ~ ^/wp-admin/includes/ { | |
| return 403; | |
| } | |
| location ~ ^/wp-includes/[^/]+\.php$ { | |
| return 403; | |
| } | |
| location ~ ^/wp-includes/js/tinymce/langs/.+\.php { | |
| return 403; |
| #!/bin/bash | |
| # Check the most recent LND_TAG at | |
| # https://github.com/lightningnetwork/lnd/releases | |
| export LND_TAG=1e511be523eb8e97c4e2d9c89a7a263963a3929f | |
| # install lnd | |
| git clone https://github.com/lightningnetwork/lnd $GOPATH/src/github.com/lightningnetwork/lnd | |
| cd $GOPATH/src/github.com/lightningnetwork/lnd | |
| git checkout $LND_TAG | |
| # enabling mainnet on neutrino is in main branch since 0.8x, only uncomment for tag <0.8 | |
| #git fetch https://github.com/halseth/lnd.git mainnet-neutrino && git cherry-pick dbd3ca7be48027d8eda557e3c22268497ecc6b25 |
| #!/bin/bash | |
| # How to set it up: | |
| # Create a project in Google Cloud admin console | |
| # Install google cloud sdk (you need gcloud and gsutil commands) | |
| # Install ffmpeg and jq | |
| # Run gcloud init, login, answer the questions | |
| # Under the project you created, create a globally unique bucket | |
| # here: https://console.cloud.google.com/storage/browser | |
| # set the name of the globally unique bucket name prefixed by gs:// | |
| # here |
| Homebrew build logs for systemd on 4.18.0-80.11.2.el8_0.x86_64 | |
| Build date: 2019-12-25 23:29:48 |
| #!/bin/bash | |
| dirs=( "/home/web1" "/home/web2" ) | |
| # run without "-mtime -3" for the first time, then put into cron | |
| find "${dirs[@]}" -mtime -3 -name \*.png -exec optipng -preserve {} \; | |
| find "${dirs[@]}" -mtime -3 \( -name \*.jpg -or -name \*.jpeg \) -exec jpegoptim {} \; |
| BEGIN MESSAGE. | |
| WlbNxS5zYPMlZD2 luUjoVuqpehn4lu 7GOTkpFbxN8l2iK arNa57hbs0SHERZ | |
| MEgsd7ug647Bxrs 8veqIOcLcoNTCKq 6Xr2MZHgg6NbhWm k2yIIcYZHQ397Ru | |
| TdUBTc5LFCf5oT9 iMZxgjEMKocEulm EeILzZyKntDUlgG 90S1g2SNoR0tuL5 | |
| 27EIx4aprCwBQgM vBbYtCMq0PJip8a BT1QA21. | |
| END MESSAGE. |