69%
30.11.2020
with almost all distributions. The SSHFS website has good instructions on how to do the build and install.
The simplest way to check whether sshfs is installed is to run the command (e.g., on Ubuntu 18
69%
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
69%
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
69%
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
69%
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
69%
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
69%
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
69%
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
69%
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
69%
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