58%
08.10.2015
using the command:
# docker run -d -p 8080:8000 --name=webserver -w /opt -v /opt/www:/opt /bin/python -m SimpleHTTPServer 8000
A number of new features become apparent. You can see how to map a port
57%
15.08.2016
of Singularity. First, I build Singularity from the latest version on GitHub (which for HPC requires MPI). The first step is to clone Git locally:
$ git clone -b 1.x https://github.com
57%
26.03.2025
assigns a unique ID to the user. It is advisable to assign values 1000 or below to administrative accounts; for example:
admin:g6j0pelqmhg2n72zx947lf72rxf4iqzzml9zzrcnfzgreguqx69nopme6ctq8r8s:1000
57%
29.09.2020
such as SLES 11 (Python 2.7, Net-SNMP 5.4.x), as well as on more recent systems with Python 3.5 or newer and Net-SNMP 5.7.x/5.8. For some distributions, such as SUSE, there are ready-made packages
57%
25.03.2021
or from Office and script files. The following sections look at the GUID and the effect of applying each rule.
The rule with GUID BE9BA2D9-53EA-4CDC-84E5-9B1EEEE46550
prevents the execution of programs
57%
22.05.2023
/privkey.pem; # managed by Certbot
[...] (SSL and LOG parameters)
location ~ ^(/_matrix|/_synapse/client) {
client_max_body_size 100M;
proxy_pass http://192.168.122.26:8008;
proxy_set_header X
57%
23.07.2013
the Poweradmin application itself with:
primary:~$cd /tmp
primary:~$wget https://github.com/downloads/Poweradmin/Poweradmin/Poweradmin-2.1.6.tgz
primary:~$tar xvfz Poweradmin-2.1.4.tgz
primary:~$mv Poweradmin-2.1.4
57%
02.06.2020
), (2) dissolved oxygen (ppm), (3) electrical conductivity (µS/cm), (4) oxidation-reduction (redox) potential (mV), (5) photosynthetic photon flux density (PPFD, µmol/sq m/sec), (6) water pH, (7) humidity
57%
22.05.2023
on the A-core of the MCU and low-level apps that use the M-cores [4]. A high-level app runs in the user context and can only use defined libraries and API functions. It mediates certificate
57%
30.11.2025
://www.partimage.org
"Libguestfs" by Richard W.M. Jones, Linux Pro Magazine
, September 2010, pp. 22-26
Guestfish with filesystem: http://libguestfs.org/guestfish.1.html#prepared_disk_images
Copying files with Guestfish: http://rwmj.wordpress.com