39%
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
38%
05.11.2018
restart munge
Install Slurm.
7. Set up cgroups (if needed).
8. Optional: Enable Slurm PAM SSH control.
Installation might look difficult, but it's not. Notice you install and enable Slurm on the master node
38%
13.12.2018
you will need a few dependencies. A good example of installing Slurm binaries on Ubuntu 16.04 is discussed on GitHub [8], and it even has very useful example configuration files for building a Slurm
38%
03.08.2023
://owasp.org
Family Mutillidae: https://en.wikipedia.org/wiki/Mutillidae
How to Install Mutillidae on Linux: https://www.youtube.com/watch?v=TcgeRab7ayM
YouTube guides: https://www.youtube.com
38%
13.12.2011
8.04 system maintained by the Metasploit project.
Information Gathering
Once the intruder logs in with a low-end user account, the first step is to get some information about the system and rights
37%
17.02.2015
as you create the default route. Just pass in the routing destination with an appropriate prefix. For example, using
netsh interface ipv6 add route 2001:db8::/48 11 \
fe80::20f:23ff:fef5:68eb
routes
37%
20.05.2014
range of Hadoop services. Amazon offers Elastic MapReduce (EMR) [8], an implementation of Hadoop with support for Hadoop 2.2 and HBase 0.94.7, as well as the MapR M7, M5, and M3 Hadoop distributions
37%
14.11.2013
/bin/env python
02 import sys
03
04 dict = {'enp2s0':'eth0', 'enp2s1':'eth1'}
05
06 if sys.argv[1] in dict:
07 print dict[sys.argv[1]]
08 else:
09 print(sys.argv[1])
10 exit(0)
Workaround
37%
03.08.2023
://localhost:8000
$ curl -s -H "Content-type: application/json" -X POST -d '{ "command": "lease4-add", "arguments":{"ip-address":"172.17.6.8", "hw-address": "52:54:00:8a:17:9f"}, "service": [ "dhcp4" ] }' http
36%
11.06.2014
_system_release = '12.04'
17 $eth0_mac = '08:00:27:c4:a1:d8'
18 $VirtInfo = {
19 virtualization_role => 'guest'
20 virtualization_type => 'virtualbox'
21 }
22 $memory_shared = '0'
23 $Network = {
24 networkdevices