I want to only the cloudflare ip to access my 80 and 443 port. 1.use python to geneate the ingress rule json file 2. run
Category: Weblogs
Domain Search https://www.domaintoolkits.com/ Whois https://www.domaintoolkits.com/whois
To change the max_execution_time for PHP in Ubuntu, you can follow the steps given below: First, locate your php.ini file by running the following command
By default, Apache doesn’t allow the use of .htaccess file, so the steps will be a little different: Enable mod_rewrite by running the following command:$ sudo a2enmod rewriteThen,
Mark一下, 最近发现我的blog打不开了,google了一下才知道被墙了,只能用代理访问了,幸亏代理的速度还不错, 可恶 I 服了 zf。 Mark:今天好像又可以访问啦,hoho。。。。。。。。。。。
Syntax To insert code snippet into your post (or comment) you should use <code lang=”lang”>code</cc> syntax. Starting from version 0.6.0 you could specify additional CodeColorer
[cc lang=”c”] int main() { print (“%s”, “hello world!”); return 0; } [/cc]