77%
04.11.2011
$if | bzip2 ‑9 > $if.bz2;
04 done
05 real 0m27.005s
06 user 0m11.745s
07 sys 0m14.623s
08
09 $ time find . ‑name "*.gz" ‑print | parallel ‑j +0 'zcat {} | bzip2 ‑9 > {.}bz2'
11
12 real 0m
77%
12.09.2013
;
05
06 print "Status: 200\nContent-Type: text/plain\n\n";
07 $|=1; $|=0; # flush
08
09 my $dbh=DBI->connect('dbi:Pg:dbname=r2', 'ipp', undef, {RaiseError=>1});
10
11 my $sth
76%
17.03.2020
– in this article:
$ cat /proc/partitions|grep sda
8 0 488386584 sda
8 1 1024 sda1
8 2 488383488 sda2
8 16 39078144 sdb
8 32 6836191232 sdc
8
76%
02.06.2020
– in this article:
$ cat /proc/partitions|grep sda
8 0 488386584 sda
8 1 1024 sda1
8 2 488383488 sda2
8 16 39078144 sdb
8 32 6836191232 sdc
8 64
76%
16.01.2013
-------------------------------------------------------------------------------
global - - - - - - -
master linux-x64 1 0.20 590.8M 68.1M 243.2M 0.0
node001 linux-x64 1 0
76%
14.03.2013
command:
# sockstat | grep "\*:[0-9]"
The description for rc.conf(5) lists the services that need to be bound to a fixed IP address via parameters. One example is the inetd service:
inetd_flags="-wW -a
75%
09.10.2017
B2}
05 $a3 = {A5 63 4F F9}
06 $b1 = {9E 3Y 3C 78}
07 $b2 = {K0 4C 87 G5}
08 $b3 = {M3 L3 4Y LF}
09 $c1 = "IoAttachDeviceToDeviceStack" ascii
75%
07.11.2011
.
Listing 8: Calculating Pi
01 /* pi‑openmp.c (OpenMP version) */
02 #
03 #include
04 #define STEPCOUNTER 1000000000
05 int main(int argc, char *argv[])
06 {
07 long i;
08 double pi = 0;
09
75%
02.02.2021
man page: http://manpages.ubuntu.com/manpages/cosmic/man8/tc.8.html
Server Fault: https://serverfault.com/questions/611063/does-tarpit-have-any-known-vulnerabilities-or-downsides
74%
17.06.2017
04 real :: var2
05 integer :: int1
06 end type other_struct
07
08 type my_struct ! Declaration of a Derived Type
09 integer :: i
10 real :: r
11 real*8 :: r8
12 real, dimension(100