26%
30.11.2025
SyslogFacility AUTH
20 TCPKeepAlive yes
21 UseDNS no
22 UsePrivilegeSeparation yes
23 Subsystem sftp /usr/local/libexec/sftp-server
24 Match Group sftponly
25 ChrootDirectory /export
25%
15.08.2016
ns2 ip addr add 1.1.1.2/10 dev veth2
18 $ ip netns exec ns1 ip link set veth1 up
19 $ ip netns exec ns2 ip link set veth2 up
20
21 $ ip netns exec ns1 ping -c2 1.1.1.2
22 PING 1.1.1.2 (1.1.1.2) 56
25%
30.11.2025
192.168.2.0/24;
21 service any;
22 }
23 IPsec-policy pfs2-aes256-sha1;
24 }
25 }
26 }
27 }
Again you can reuse the proposal and the policy. Assuming
25%
25.09.2023
forwarding the
20 # user locale env variables or we get warnings such as:
21 # bash: warning: setlocale: LC_ALL: cannot change locale
22 RUN sed -i -e 's/^AcceptEnv LANG LC_\*$/#AcceptEnv LANG LC_*/' /etc
25%
09.01.2013
http://opennebula.org/repo/ openSUSE/12.3/stable/x86_64 opennebula
zypper refresh
zypper install opennebula
zypper install opennebula-sunstone
For Debian and Ubuntu, a tarball is available with several
25%
06.10.2022
": [
16 {
17 "GroupName": "RND-Admins"
18 }
19 ]
20 },
21 {
22 "Path": "/",
23 "UserName": "guido",
24 "Arn": "arn:aws:iam::123456789:user/guido",
25
25%
25.10.2011
"; ## SECRET-DATA
13 }
14 gateway remote-racoon {
15 ike-policy test123;
16 address 192.168.1.7;
17 no-nat-traversal;
18 external-interface ge-0/0/0.0;
19 }
20 }
21
25%
14.11.2013
. This translates to Google's experiencing about 25,000-75,000 correctable errors (CE) per billion device hours per megabit, which translates to 2,000-6,000 CE/GB-yr (or about 250-750 CE/Gb-yr). This is much higher
24%
30.11.2025
/server/all/deploy/helloworld.war
10:25:22,371 INFO [TomcatDeployment] undeploy, ctxPath=/helloworld
# cp -r /opt/examples/helloworld.war/ /opt/jboss-5.1.0.GA/server/all/deploy/
10:25:22,412 INFO [TomcatDeployment] deploy, ctx
24%
07.06.2019
datacenter: "{{ Vv_datacent }}"
19 folder: "{{ Vv_folder_1 }}"
20 state: absent
21 when: vm_facts.instance is defined
22
23 - name: Deploy VM from Template file
24 vmware_deploy_ovf:
25