68%
30.11.2025
support. To be more precise, three different Proxmox kernels exist right now. The ISO image of Proxmox VE version 1.5 with a build number of 03.02.2010 uses a 2.6.18 kernel version.
For more efficient
68%
01.06.2024
&& apt install wget
wget https://download.docker.com/linux/static/stable/x86_64/docker-18.09.0.tgz
tar -xvf docker-18.09.0.tgz
cd docker
cp docker /usr/bin
Now, interact directly with the Docker daemon
68%
07.10.2014
impression, but they hardly increase the technical security.
The certificate needs to contain all the hostnames – including the versions with and without the WWW prefix, as in, example.com
and www.example.com
68%
30.05.2021
service { $service_name:
18 ensure => $ensure,
19 enable => $enable,
20 }
21 }
Not every resource type offers a restart feature. The resource types that do offer one include service and exec
68%
21.08.2014
: At the command line, the Vagrant user can combine a running virtual machine with a new subdomain on Vagrantshare.com. Its development environment is subsequently accessible on the Internet (e.g., on http
68%
14.03.2013
'm not sure where to get the code, but it seems to be part of some Linux distributions. A nice tutorial on the wiki [18] also explains how to use it.
System Profiling
At this point, you can glean some timing
68%
28.11.2021
-Peter Merkel and Markus Feilner, Linux Magazine
, issue 121, December 2010, p. 18
"Hacker trainer for law enforcement agents" by Markus Feilner, Linux Magazine
, issue 102, May 2009, p. 92, https://www.linux-magazine.com
68%
25.03.2020
in CloudWatch Logs
14 echo "I am a Bash command!"
15
16 # This is the return value because it's being sent to stderr (>&2)
17 echo "{\"success\": true}" >&2
18 }
$ zip list_buckets.zip index
68%
09.10.2017
the documentation on the NEMS website.
Listing 1
resource.cfg (Excerpt)
### sendemail SMTP Config added in NEMS 1.1
# The "from address" for notifications
$USER5$=example@gmail.com
# The SMTP server
68%
22.12.2017
package for the Nginx module, so you need to grab it from Google's repository and save it under /opt/ngx_brotli:
cd /opt
git clone https://github.com/google/ngx_brotli
cd /opt/ngx_brotli
git submodule