50%
09.08.2015
resources = Resources(cpu = 0.1, ram = 20*MB, disk = 20*MB),
09 processes = [hello_world_process])
10
11 hello_world_job = Job(
12 cluster = 'test',
13 role = os.getenv('USER'),
14 task = hello
50%
25.03.2020
Selector:
09 app:vpn-gateway
10 match:
11 route
12 - destination:
13 destinationSelector:
14 app:firewall
The Network Service Mesh developers insist the adjustments to Kubernetes
50%
25.03.2020
.0.0.1:1234
connect = smtp.gmail.com:465
checkHost = smtp.gmail.com
OCSPaia = yes
This example creates a TLS tunnel between the local computer and the Google SMTP server on port 465. On accessing the tunnel
50%
04.08.2020
'll use Apt and take the package manager route, as shown in this command, to install Docker Compose:
$ apt install docker-compose
Now, I'll clone the repository from GitHub [8] and then enter
50%
05.12.2016
, followed in September by Apricity OS 09.2016 [1] (code-named Aspen), which was used for this test. The project was based on Gnome only in its beta phase, although another GTK desktop, Cinnamon, was added
50%
11.04.2016
: /bin/false
06 tags: notworking
07 - name: Test Block 2
08 command: /bin/true
09 tags: working
10 rescue:
11 - debug: msg="error error error"
12 always:
13
50%
15.08.2016
can manage the whole deployment and hardware configuration with PowerShell commands. For instance, you can create a new machine with the command:
> new-vm -Name win8 -MemoryStartupBytes 512MB -Boot
50%
12.09.2013
be authenticated!
07 tkmon
08 Install these packages without verification [y/N]? n
09 E: Some packages could not be authenticated
10 $ wget -O - https://192.168.56.102/tk-archive.gpg.pub | sudo apt-key add -
11
50%
14.03.2013
allow you to change the configuration.
What's In /proc?
The name proc is shorthand for Process Filesystem
, and indeed the original SVR8 Unix implementation is documented in Tom J. Killian's 1984 Usenix
50%
16.05.2013
in $LOADED
04 do
05 if [ $I != "" ] ; then
06 module load $I
07 fi
08 done
09 else export LOADEDMODULES=""
10 fi
As can be seen from this code, if NOMODULES is set, nothing is done