18%
04.02.2013
for several distributions. The Downloads section of the website provides packages for Debian 6.0 (squeeze), Ubuntu 11.10/12.04, and Fedora 15/16/17. Alternatively, you can build Guacamole from the source code
18%
04.11.2011
Recent trends in computing are toward more cores doing more tasks at once. These days, you are likely to have a dual- or quad-core CPU in your laptop, and perhaps 4, 6, 12, or 16 cores in your
18%
07.06.2019
packages.
Listing 4
Two Packages, One Task
> # base
> dat <- data.frame(a = c(10, 11, 12),
+ b = c(4, 5, 6),
+ colour = c("blue", "green", "yellow
18%
16.01.2013
import MPI
02 import random
03
04 comm = MPI.COMM_WORLD
05 rank = comm.Get_rank()
06 mpisize = comm.Get_size()
07 nsamples = int(6e6/mpisize)
08
09 inside = 0
10 random.seed(rank)
11 for i in range
18%
15.08.2016
,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
09 inet 192.168.1.123/24 scope global eth1
10 valid_lft forever preferred_lft forever
11
12 $ ip netns exec ns1 ip route add default
18%
12.09.2013
://www.ulteo.com/home/en/services
Downloads: http://www.ulteo.com/home/en/ovdi/openvirtualdesktop/3.0
Ulteo OVD HTML5 web client: http://www.ulteo.com/home/en/news/2012/09/12
iOS client no longer in AppStore: http
18%
17.06.2017
is not supported. Moreover, it is imperative for each table to have a primary key.
Surprisingly, IPv6 is still lacking – in 2017! Currently, network communication between the replicating nodes relies on IPv4
18%
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
18%
04.08.2020
[6] to fire up the clever Stethoscope. On my Linux Mint (Tara) laptop, which sits atop Ubuntu Linux 18.04, I already have Docker CE installed (instructions for installing Docker CE are online [7]). I
18%
05.02.2019
', 5), ('Leo', 6);
07 INSERT INTO marks VALUES ('Alena', 5), ('Milva', 4), ('Pablo', 6), ('Leo', 2);
08 INSERT INTO marks VALUES ('Alena', 4), ('Milva', 3), ('Marino', 6), ('Pablo', 5), ('Leo', 4);
09
10