20%
04.11.2011
.
Listing 1: Running Many Commands at Once
01 $ cat commands
02 date
03 hostname
04 echo foo | md5sum
05
06 $ cat commands | parallel
07 Thu Jul 8 10:37:20 EST 2010
08 desktop‑machine
09 d3b07384d113edec49
20%
03.04.2024
: https://ciq.com/.
Apple's PQ3 Brings Post-Quantum Security to iMessage
The Apple security team has announced PQ3, a cryptographic security upgrade in iMessage. According to the announcement (https ... In the news: CIQ Offers Long-Term Support for Rocky Linux on AWS; Apple's PQ3 Brings Post-Quantum Security to iMessage; Google Open Sources Magika File-Type Detection System; Microsoft Announces Sudo
20%
25.11.2012
by the kdump
startup script, but only if a protected memory area is also present. To let the original kernel know this, you need to specify the boot loader option crashkernel=XM[ @YM]
, where X
is the size
20%
28.11.2021
.168.122.236 6200
Trying 192.168.122.236...
Connected to 192.168.122.236.
Escape character is '^]'.
id;
uid=0(root) gid=0(root)
cat /etc/passwd;
root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon
20%
19.11.2019
, ioengine=libaio, iodepth=32
fio-3.1
Starting 1 process
Jobs: 1 (f=1): [w(1)][100.0%][r=0KiB/s,w=1401KiB/s][r=0,w=350 IOPS][eta 00m:00s]
test: (groupid=0, jobs=1): err= 0: pid=3104: Sat Oct 12 14:39:08 2019
write: IOPS=352
20%
05.12.2016
't need a working X setup on the system, which is common in the admin world.
tput (TUI): Tput is part of the ncurses
package supplied with most Linux distributions. At first blush, tput [3] sounds really
20%
30.01.2020
Fn::Base64:
20 Fn::Join:
21 - ''
22 -
23 - "{\n"
24 - '"bucket"'
25 - ' : "'
26 - Ref: S3Bucketname
27
20%
08.10.2015
.2 224984 49332 pts/30 S+ 12:20 0:16 /usr/bin/python /usr/bin/magnum-api
stack 19844 0.0 1.4 228088 57308 pts/31 S+ 12:20 0:03 /usr/bin/python /usr/bin/magnum-conductor
$ which magnum
/bin
20%
20.03.2014
The Lua scripting language celebrates its 20th birthday this year. Because it is used more often as an embedded scripting language than as an independent programming language (e.g., Python or Perl
20%
30.01.2020
sports a few additional capabilities, the most noteworthy being its ability to measure page faults and swapping activity by the tested binary:
$ /usr/bin/time gcc test.c -o test
0.03user 0.01system 0:00