I hereby claim:
- I am eamirgh on github.
- I am eamirgh (https://keybase.io/eamirgh) on keybase.
- I have a public key ASBhMOgxH20zHy_Gv0KGiqPva_tGzCim6dyqHsgyyXCzgwo
To claim this, I am signing this object:
FROM php:7.4.1-fpm-alpine3.10 | |
ENV NGINX_VERSION 1.16.1 | |
ENV NJS_VERSION 0.3.5 | |
ENV PKG_RELEASE 1 | |
RUN set -x \ | |
# create nginx user/group first, to be consistent throughout docker variants | |
&& addgroup -g 101 -S nginx \ | |
&& adduser -S -D -H -u 101 -h /var/cache/nginx -s /sbin/nologin -G nginx -g nginx nginx \ |
package main | |
import ( | |
"crypto/aes" | |
"crypto/cipher" | |
"crypto/rand" | |
"encoding/base64" | |
"fmt" | |
"io" | |
) |
web: vendor/bin/heroku-php-apache2 public/ |
rm -rf ~/.config/JetBrains/GoLand2021.3/eval | |
rm -rf ~/.config/JetBrains/GoLand2021.3/options/other.xml | |
touch ~/.config/JetBrains/GoLand2021.3/options/other.xml | |
sed -i -E 's/<property name=\"evl.*\".*\/>//' ~/.config/JetBrains/GoLand2021.3/options/other.xml | |
rm -rf ~/.java/.userPrefs/jetbrains/goland |
I hereby claim:
To claim this, I am signing this object:
At the beginning run this command on your internet server (foreign):
برای شروع میتوانید یک دایرکتوری در سرور خارجی ایجاد کنید و وارد آن شوید.
It's better to make a new directory and cd into:
mkdir vmess
cd vmess