11%
11.06.2014
-access_log combined
09
10
11 AllowOverride All
12 Order Allow,Deny
13 Allow from All
14
15 RewriteEngine On
16 RewriteBase /
17
11%
17.06.2017
-us/virtualization/windowscontainers/quick-start/quick-start-windows-server
Docker And Windows Server: http://blog.docker.com/2016/09/build-your-first-docker-windows-server-container/
Data volumes: http://docs.docker.com/engine/tutorials/dockervolumes/
Plugin infrastructure
11%
09.10.2017
) [12], introduced in Kubernetes 1.6, that can be used with Prometheus.
Name Tag
Kubernetes uses namespaces to isolate the resources of individual users or a group of users from one another
11%
15.08.2016
": "0x0800"
07 }
08 }, "ip-match": {
09 "ip-protocol": 17
10 }, "ipv4-destination": "10.1.1.2/32", "udp-destination-port": 1234
11 }, "table_id": 0, "priority": 10
12
11%
26.03.2025
/stop-the-absurd-ban-of-flipper-zero-in-canada
Funding: https://hackaday.com/2020/09/02/flipper-zero-blasts-past-funding-goal-and-into-our-hearts/
Flipper Zero online store: https://shop.flipperzero.one
DuckyScript: https://docs.hak5.org/hak5-usb
11%
20.06.2012
Determining fastest mirrors
epel/metalink | 12 kB 00:00
* elrepo: mirror.symnds.com
11%
20.05.2014
daily
05 missingok
06 notifempty
07 compress
08 delaycompress
09 sharedscripts
10 postrotate
11 invoke-rc.d rsyslog reload > /dev/null
12 endscript
13 }
Finally, to see the syslog
11%
06.10.2019
response = urllib.urlopen(url);
06 data = json.loads(response.read())
07
08 for userentry in data:
09 if userentry.get('active'):
10 username = userentry.get('username')
11
12 if os
11%
10.04.2015
).
Listing 1
Get-WMIObject Cmdlet
# Get-WMIObject Win32_OperatingSystem
SystemDirectory: C:\Windows\system32
Organization:
BuildNumber: 9600
RegisteredUser: johndoe@outlook.com
Serial
11%
11.10.2016
-server"}))
06
07 ; Enable all interfaces for TCP, UDP and websockets:
08 (let [host "0.0.0.0"]
09 (tcp-server {:host host})
10 (udp-server {:host host})
11 (ws-server {:host host}))
12
13 ; Clean up events