17%
12.02.2014
B xsettings-kde
...
12.3 MiB + 2.2 MiB = 14.6 MiB gedit
22.9 MiB + 4.0 MiB = 26.9 MiB plasma-desktop
26.4 MiB + 5.7 MiB = 32.1 MiB konsole (3)
28.3 MiB + 4.4 MiB = 32.7 MiB kwin
147
17%
05.12.2016
recommended for size and safety considerations. Container operators will find a statically linked Go web server with an image size of just 6.7MB.
If you need to compile Ruby Gems or Python Eggs
17%
04.08.2020
- reviewer4
- reviewer8
product3:
- reviewer3
product4:
- reviewer4
- reviewer7
product5:
- reviewer5
- reviewer8
product6:
- reviewer6
The human eye immediately
17%
17.06.2011
.cfg (Excerpt)
# 'notify-service-by-email' command definition
define command{
command_name notify-service-by-email
command_line /usr/bin/printf "%b" "***** Icinga *****\n\n
17%
21.08.2014
Record (MBR). The current release was 1.0.4 when this issue went to press. It is based on Ubuntu 12.04.1 (LTS) but uses Openbox as a desktop window manager and provides only the applications necessary
17%
20.10.2013
. The output for the Samsung SSD is:
[root@home4 ~]# smartctl -i /dev/sdb
smartctl 5.43 2012-06-30 r3573 [x86_64-linux-2.6.32-358.18.1.el6.x86_64] (local build)
Copyright (C) 2002-12 by Bruce Allen, http
17%
09.01.2013
.
Listing 1
Samsung SSD Inquiry
[root@home4 ~]# smartctl -i /dev/sdb
smartctl 5.43 2012-06-30 r3573 [x86_64-linux-2.6.32-358.18.1.el6.x86_64] (local build)
Copyright (C) 2002-12 by Bruce Allen, http
17%
19.11.2014
machine. Before Linux 2.6.11, unknown
The first lines of output from vmstat are the averages since the last reboot, and unless you are interested in this information, it can be safely ignored
17%
14.03.2013
/sbin/named ...
774 ?? SsJ 0:00,12 /usr/sbin/sshd ...
781 ?? IsJ 0:00,87 /usr/sbin/cron -s
...
The jls command lets you view all the currently active jails, as shown in Listing 6.
Listing 6
Active Jails
17%
07.03.2019
directive.
Table 6: Code with data copy
Fortran
C
!$acc data copy(A, B, C)
!$acc parallel loop
do i=1,n
A(i) = B(i) + C(i)
enddo
!$acc end data
!$acc data copy(B, D)
!$acc