35%
26.03.2025
:
curl -LO https://raw.githubusercontent.com/datadoc24/admin-volcano-article/refs/heads/main/single-pod-wordcount-job/wordcount-pod.yaml
for n in $(seq 1 20);do i=$n envsubst < wordcount-pod.yaml | kubectl
35%
30.11.2025
, I chose ftp://mirrors.xmission.com
. Try to choose one that's physically close to you or that you know has bandwidth to spare. Also, you can add a URL of your own if you have a private repository
35%
30.11.2025
virtual webs.test.com {
15 active = 1
16 address = 192.168.1.250 eth0:0
17 vip_nmask = 255.255.255.0
18 port = 80
19 send = "GET / HTTP/1.0\r\n\r\n"
20 expect = "HTTP"
21
35%
30.11.2025
. Proxmox VE offers surprising capability and features for free.
Infos
Proxmox VE: http://www.proxmox.com/downloads/proxmox-ve
"OpenVZ" by Thomas Drilling, Admin Network & Security
, Issue 01
35%
30.11.2025
for multiprocessing package: http://docs.python.org/library/multiprocessing.html
pprocess homepage: http://www.boddie.org.uk/python/pprocess.html
Parallel Python homepage: http://www.parallelpython.com
Author
35%
30.11.2025
Cygwin: http://www.cygwin.com
PuTTY: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Xming: http://www.straightrunning.com/XmingNotes/
Mocha X server: http
35%
18.07.2013
://en.wikipedia.org/wiki/Message_Passing_Interface
libcircle: https://github.com/hpc/libcircle
tar options: http://linux.die.net/man/1/tar
GNU coreutils: http://www.gnu.org/software/coreutils/
Mutil: http
35%
14.03.2013
-cloud-keyring
package, which contains the Cloud Team's GPG key. Then, add the following entry to /etc/apt/sources.list.d/cloud.list:
deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom main
35%
21.01.2014
Info:ap-northeast-1, \
RegionInfo:eu-west-1]
05 >>> regions[-1].name
06 'eu-west-1'
07 >>> regions[-1].endpoint
08 'ec2.eu-west-1.amazonaws.com'
A complete configuration file containing a region, an endpoint
35%
02.10.2012
are logged nicely to /var/log/tcp-wrappers.log
:
ALL : .example.com \
: spawn (/bin/echo %a from %h triggered an alarm %d >> \
/var/log/tcp-wrappers.log) \
: deny
Going one step further this next example