31%
18.07.2013
, or hybrid clouds. As early as November 2012, Red Hat's OpenShift PaaS platform became available commercially as the OpenShift Enterprise Edition. OpenShift Enterprise allows data center operators, for example ... Red Hat massively expanded its cloud portfolio during 2012. This overview can help you evaluate Red Hat's products in the context of VMware and others.
28%
16.05.2013
in Samba 4 are managed entirely by Samba, the internal univention-S4-connector system service takes care of synchronization between the OpenLDAP-based directory service on the UCS and Samba.
Status ... Shortly after the Samba team finalized Samba 4 in December 2012, SerNet and Univention integrated the new Samba into their appliances that give administrators an easy way to set up and test a Samba 4
27%
10.06.2015
" ; shift
20 local display_list="$1"
21 while read display width_mm height_mm width height ; do
22 if [[ "$display" == "$find_display" ]] ; then
23 echo ${width}x${height}
24
27%
21.12.2011
./smg2000 -n 90 90 90"
[openss]: pcsamp experiment using the pcsamp experiment default sampling rate: "100".
[openss]: Using OPENSS_PREFIX installed in /home/jeg/chaos_4_x86_64_ib/opt/OSS-mrnet
[openss
26%
28.11.2021
with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
Last login: Sun Jul 25 20:12:28 2021 from 192.168.122.1
[mfeilner@parrot][~]
$ telnet 192.168.122.236 21
Trying 192.168.122.236...
Connected
26%
01.02.2012
for free if you order any Digital Issue Archive!
Add any Digital Issue Archive and the Linux (Pro) Magazine Archive DVD to your cart, then enter the discount code FREEDVD2012.
26%
21.01.2021
This first article of a series looks at the forces that have driven desktop supercomputing, beginning with the history of PC and supercomputing processors through the 1990s into the early 2000s.
... an application.
The 1990s were critical to both “classic” supercomputers and PC systems. Both had advanced very quickly, setting a trajectory into the early 2000s.
PC Processors in the Early 2000s
In early 2001 ...
This first article of a series looks at the forces that have driven desktop supercomputing, beginning with the history of PC and supercomputing processors through the 1990s into the early 2000s.
25%
31.07.2013
_record;
14 int counter_limit;
15
16 counter_limit = 100;
17
18 for ( counter=1; counter <= counter_limit; counter++)
19 {
20 my_record.x = counter;
21 my_record.y = counter + 1
25%
11.04.2016
needed to reposition the read head is eliminated. The admin can monitor merging of I/O blocks with iostat -x. This assumes the use of the filesystem cache.
In Listing 2, wrqm/s
stands for write requests
25%
20.06.2022
@app.route('/')
16 @oidc.require_login
17 def index():
18 # Check if user is authenticated
19 if oidc.user_loggedin:
20 # If user is authenticated, run this code
21 return 'Welcome %s