54%
02.06.2020
_function
02
03 import pymp
04
05 ex_array = pymp.shared.array((100,), dtype='uint8')
06 with pymp.Parallel(4) as p:
07 for index in p.range(0, 100):
08 ex_array[index] = 1
09 # The parallel print
54%
11.10.2016
jQuery distribution: https://w3techs.com/technologies/overview/javascript_library/all
jQuery 3.0: https://blog.jquery.com/2016/06/09/jquery-3-0-final-released/
jQuery 3.1: https://blog.jquery.com
54%
30.11.2025
Available Roles
04 +------------------------------------------+
05 super-users
06 consumer-users
07
08 # pulp-admin role info --role super-users
09 +------------------------------------------+
10
54%
30.11.2025
the delay
06 * between autoconnecting to servers.
07 */
08 connectfreq = 5 minutes;
09
10 /* max number: the amount of servers to autoconnect to */
11 max_number = 1
54%
30.11.2025
:foobar:rX' /var/lib/certmaster/certmaster/certs
08 setfacl -R -m 'u:foobar:rX' /var/lib/certmaster/certmaster/certs
09 setfacl -d -R -m 'u:foobar:rX' /var/lib/certmaster/peers
10 setfacl -R -m 'u:foobar:rX' /var
54%
30.11.2025
, to monitoring and controlling complete systems.
Identifying Services
OpenNMS can automatically identify the services you need to monitor. In versions up to 1.8.x, this task is handled by the capabilities daemon
54%
30.11.2025
/memory;
06 devices = /cgroup/devices;
07 freezer = /cgroup/freezer;
08 net_cls = /cgroup/net_cls;
09 ns = /cgroup/ns;
10 blkio = /cgroup/blkio;
11
54%
30.11.2025
the Downgrade
01 rpm -e libmount --nodeps
02 yum downgrade util-linux-ng libblkid libuuid
03 rpm -e upstart-sysvinit --nodeps
04 yum downgrade upstart
05 rpm -Uvh gdbm-1.8.0-33.fc12.i686.rpm --nodeps --force
53%
19.02.2013
OSPF
01 !
02 hostname linuxrouter
03 password 8 7kdoaul4.iSTg
04 enable password 8 ZDF339a.20a3E
05 log file /var/log/quagga/zebra.log
06 service password-encryption
07 !
08 interface eth0
09 multicast
53%
19.02.2013
"Create user";
05 task "newuser", sub {
06
07 my ($params) = @_;
08 run "useradd -m " . $params->{'username'};
09
10 };
The my ($params) = @_
line first grabs all additional parameters