Copy-Paste Instructions for Optimal AI Interaction
⸻
I am [Your Name/Role], focused on:
| <?php | |
| /************************************************************************* | |
| php easy :: whois lookup script | |
| ========================================================================== | |
| Author: php easy code, www.phpeasycode.com | |
| Web Site: http://www.phpeasycode.com | |
| Contact: [email protected] | |
| *************************************************************************/ | |
| $domain = $_GET['domain']; |
If you ever need to modify the proguard rules for the Android-part of your Expo managed workflow, you can achieve this by using a config plugin.
./plugins in the project root folder.withProguardRules.js and my-proguard-rules.pro in the folderplugins array of your app.config.js (or app.json if you're using that instead).NOTE: if you rename your .pro file, don't forget to change the two occurrences of my-proguard-rules in withProguardRules.js as well.
All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.
| # WSL2 network port forwarding script v1 | |
| # for enable script, 'Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser' in Powershell, | |
| # for delete exist rules and ports use 'delete' as parameter, for show ports use 'list' as parameter. | |
| # written by Daehyuk Ahn, Aug-1-2020 | |
| # Display all portproxy information | |
| If ($Args[0] -eq "list") { | |
| netsh interface portproxy show v4tov4; | |
| exit; | |
| } |
| daemon off; | |
| worker_processes 1; | |
| error_log logs/error.log; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { | |
| include mime.types; |
| version: "3.7" | |
| services: | |
| traefik: | |
| image: "traefik:v2.2" | |
| container_name: "traefik" | |
| ports: | |
| - "80:80" | |
| - "443:443" | |
| - "8080:8080" |
| provider "google" { | |
| credentials = file("CREDENTIALS_FILE.json") | |
| project = "famous-muse-247206" | |
| region = "us-west1" | |
| } | |
| # TF-UPGRADE-TODO: Block type was not recognized, so this block and its contents were not automatically upgraded. | |
| resource "random_id" "instance_id" { | |
| byte_length = 8 | |
| } |