question_id
stringlengths
1
5
nl
stringlengths
4
218
cmd
stringlengths
1
231
oracle_man
sequence
cmd_name
stringlengths
1
24
tldr_cmd_name
stringlengths
1
24
manual_exist
bool
1 class
matching_info
sequence
1438
list available controls
uvcdynctrl -c
[ "uvcdynctrl_3", "uvcdynctrl_12" ]
uvcdynctrl
uvcdynctrl
true
{ "token": [ "-c", "|main|" ], "oracle_man": [ [ "uvcdynctrl_12" ], [ "uvcdynctrl_3", "uvcdynctrl_4", "uvcdynctrl_5", "uvcdynctrl_6", "uvcdynctrl_7", "uvcdynctrl_8", "uvcdynctrl_9", "uvcdynctrl_10", "uvcdynctrl_11", "uvcdynctrl_12", "uvcdynctrl_13", "uvcdynctrl_14", "uvcdynctrl_15", "uvcdynctrl_16", "uvcdynctrl_17", "uvcdynctrl_18" ] ] }
1439
set a new control value (for negative values, add before {{value}})
uvcdynctrl -s {{control_name}} {{value}}
[ "uvcdynctrl_3", "uvcdynctrl_14", "uvcdynctrl_15", "uvcdynctrl_17" ]
uvcdynctrl
uvcdynctrl
true
{ "token": [ "-s", "|main|" ], "oracle_man": [ [ "uvcdynctrl_14", "uvcdynctrl_15", "uvcdynctrl_17" ], [ "uvcdynctrl_3", "uvcdynctrl_4", "uvcdynctrl_5", "uvcdynctrl_6", "uvcdynctrl_7", "uvcdynctrl_8", "uvcdynctrl_9", "uvcdynctrl_10", "uvcdynctrl_11", "uvcdynctrl_12", "uvcdynctrl_13", "uvcdynctrl_14", "uvcdynctrl_15", "uvcdynctrl_16", "uvcdynctrl_17", "uvcdynctrl_18" ] ] }
1440
get the current control value
uvcdynctrl -g {{control_name}}
[ "uvcdynctrl_3", "uvcdynctrl_13" ]
uvcdynctrl
uvcdynctrl
true
{ "token": [ "-g", "|main|" ], "oracle_man": [ [ "uvcdynctrl_13" ], [ "uvcdynctrl_3", "uvcdynctrl_4", "uvcdynctrl_5", "uvcdynctrl_6", "uvcdynctrl_7", "uvcdynctrl_8", "uvcdynctrl_9", "uvcdynctrl_10", "uvcdynctrl_11", "uvcdynctrl_12", "uvcdynctrl_13", "uvcdynctrl_14", "uvcdynctrl_15", "uvcdynctrl_16", "uvcdynctrl_17", "uvcdynctrl_18" ] ] }
1441
save the state of the current controls to a file
uvcdynctrl -W {{filename}}
[ "uvcdynctrl_3", "uvcdynctrl_17" ]
uvcdynctrl
uvcdynctrl
true
{ "token": [ "-W", "|main|" ], "oracle_man": [ [ "uvcdynctrl_17" ], [ "uvcdynctrl_3", "uvcdynctrl_4", "uvcdynctrl_5", "uvcdynctrl_6", "uvcdynctrl_7", "uvcdynctrl_8", "uvcdynctrl_9", "uvcdynctrl_10", "uvcdynctrl_11", "uvcdynctrl_12", "uvcdynctrl_13", "uvcdynctrl_14", "uvcdynctrl_15", "uvcdynctrl_16", "uvcdynctrl_17", "uvcdynctrl_18" ] ] }
1442
load the state of the controls from a file
uvcdynctrl -L {{filename}}
[ "uvcdynctrl_3", "uvcdynctrl_18" ]
uvcdynctrl
uvcdynctrl
true
{ "token": [ "-L", "|main|" ], "oracle_man": [ [ "uvcdynctrl_18" ], [ "uvcdynctrl_3", "uvcdynctrl_4", "uvcdynctrl_5", "uvcdynctrl_6", "uvcdynctrl_7", "uvcdynctrl_8", "uvcdynctrl_9", "uvcdynctrl_10", "uvcdynctrl_11", "uvcdynctrl_12", "uvcdynctrl_13", "uvcdynctrl_14", "uvcdynctrl_15", "uvcdynctrl_16", "uvcdynctrl_17", "uvcdynctrl_18" ] ] }
1451
get the list of libraries and their dependencies
pkg-config --libs {{library1 library2 ...}}
[ "pkg-config_3", "pkg-config_32" ]
pkg-config
pkg-config
true
{ "token": [ "--libs", "|main|" ], "oracle_man": [ [ "pkg-config_32" ], [ "pkg-config_3" ] ] }
1452
get the list of libraries, their dependencies, and proper cflags for gcc
pkg-config --cflags --libs {{library1 library2 ...}}
[ "pkg-config_3", "pkg-config_31", "pkg-config_32", "pkg-config_44" ]
pkg-config
pkg-config
true
{ "token": [ "--cflags", "--libs", "|main|" ], "oracle_man": [ [ "pkg-config_31", "pkg-config_44" ], [ "pkg-config_32" ], [ "pkg-config_3" ] ] }
1453
compile your code with libgtk3, libwebkit2gtk4.0 and all their dependencies
c++ example.cpp $(pkg-config --cflags --libs gtk+-3.0 webkit2gtk-4.0) -o example
[ "pkg-config_3", "pkg-config_12", "pkg-config_31", "pkg-config_32", "pkg-config_44" ]
pkg-config
pkg-config
true
{ "token": [ "c++", "example.cpp", "$(pkg-config", "--cflags", "--libs", "gtk+-3.0", "webkit2gtk-4.0)", "-o", "example", "|main|" ], "oracle_man": [ [], [], [], [ "pkg-config_31", "pkg-config_44" ], [ "pkg-config_32" ], [], [], [ "pkg-config_12", "pkg-config_31", "pkg-config_32" ], [], [ "pkg-config_3" ] ] }
1454
load a new kernel
kexec -l {{path/to/kernel}} --initrd={{path/to/initrd}} --command-line={{arguments}}
[ "kexec_2", "kexec_3", "kexec_6", "kexec_8", "kexec_10", "kexec_14", "kexec_18", "kexec_20", "kexec_23", "kexec_24", "kexec_39", "kexec_40", "kexec_45", "kexec_49", "kexec_51", "kexec_55", "kexec_57", "kexec_61", "kexec_63", "kexec_65", "kexec_67" ]
kexec
kexec
true
{ "token": [ "-l", "--initrd", "--command-line", "|main|" ], "oracle_man": [ [ "kexec_2", "kexec_6", "kexec_8", "kexec_10", "kexec_14", "kexec_18", "kexec_20", "kexec_23", "kexec_24", "kexec_39", "kexec_40", "kexec_45", "kexec_49", "kexec_55", "kexec_61", "kexec_63", "kexec_65", "kexec_67" ], [ "kexec_8", "kexec_14", "kexec_51", "kexec_57" ], [ "kexec_49", "kexec_55", "kexec_61", "kexec_65" ], [ "kexec_3", "kexec_4" ] ] }
1455
load a new kernel with current boot parameters
kexec -l {{path/to/kernel}} --initrd={{path/to/initrd}} --reuse-cmdline
[ "kexec_2", "kexec_3", "kexec_6", "kexec_8", "kexec_10", "kexec_14", "kexec_18", "kexec_20", "kexec_23", "kexec_24", "kexec_39", "kexec_40", "kexec_45", "kexec_49", "kexec_50", "kexec_51", "kexec_55", "kexec_56", "kexec_57", "kexec_61", "kexec_62", "kexec_63", "kexec_65", "kexec_66", "kexec_67" ]
kexec
kexec
true
{ "token": [ "-l", "--initrd", "--reuse-cmdline", "|main|" ], "oracle_man": [ [ "kexec_2", "kexec_6", "kexec_8", "kexec_10", "kexec_14", "kexec_18", "kexec_20", "kexec_23", "kexec_24", "kexec_39", "kexec_40", "kexec_45", "kexec_49", "kexec_55", "kexec_61", "kexec_63", "kexec_65", "kexec_67" ], [ "kexec_8", "kexec_14", "kexec_51", "kexec_57" ], [ "kexec_50", "kexec_56", "kexec_62", "kexec_66" ], [ "kexec_3", "kexec_4" ] ] }
1456
execute a currently loaded kernel
kexec -e
[ "kexec_2", "kexec_3", "kexec_12", "kexec_16", "kexec_19", "kexec_20", "kexec_38", "kexec_44", "kexec_70", "kexec_71" ]
kexec
kexec
true
{ "token": [ "-e", "|main|" ], "oracle_man": [ [ "kexec_2", "kexec_12", "kexec_16", "kexec_19", "kexec_20", "kexec_38", "kexec_44", "kexec_70", "kexec_71" ], [ "kexec_3", "kexec_4" ] ] }
1457
unload current kexec target kernel
kexec -u
[ "kexec_2", "kexec_3", "kexec_32" ]
kexec
kexec
true
{ "token": [ "-u", "|main|" ], "oracle_man": [ [ "kexec_2", "kexec_32" ], [ "kexec_3", "kexec_4" ] ] }
1466
limit an existing process with pid 1234 to only use 25% of the cpu
cpulimit --pid {{1234}} --limit {{25%}}
[ "cpulimit_3", "cpulimit_4", "cpulimit_11" ]
cpulimit
cpulimit
true
{ "token": [ "--pid", "--limit", "|main|" ], "oracle_man": [ [ "cpulimit_4" ], [ "cpulimit_11" ], [ "cpulimit_3", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_7", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20" ] ] }
1467
limit an existing program by its executable name
cpulimit --exe {{program}} --limit {{25}}
[ "cpulimit_3", "cpulimit_5", "cpulimit_11" ]
cpulimit
cpulimit
true
{ "token": [ "--exe", "--limit", "|main|" ], "oracle_man": [ [ "cpulimit_5" ], [ "cpulimit_11" ], [ "cpulimit_3", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_7", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20" ] ] }
1468
launch a given program and limit it to only use 50% of the cpu
cpulimit --limit {{50}} -- {{program arg1 arg2 ...}}
[ "cpulimit_1", "cpulimit_2", "cpulimit_3", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20", "cpulimit_21", "cpulimit_22", "cpulimit_28" ]
cpulimit
cpulimit
true
{ "token": [ "--limit", "--", "|main|" ], "oracle_man": [ [ "cpulimit_11" ], [ "cpulimit_1", "cpulimit_2", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20", "cpulimit_21", "cpulimit_22", "cpulimit_28" ], [ "cpulimit_3", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_7", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20" ] ] }
1469
launch a program, limit its cpu usage to 50% and run cpulimit in the background
cpulimit --limit {{50}} --background -- {{program}}
[ "cpulimit_1", "cpulimit_2", "cpulimit_3", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20", "cpulimit_21", "cpulimit_22", "cpulimit_28" ]
cpulimit
cpulimit
true
{ "token": [ "--limit", "--background", "--", "|main|" ], "oracle_man": [ [ "cpulimit_11" ], [ "cpulimit_8" ], [ "cpulimit_1", "cpulimit_2", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20", "cpulimit_21", "cpulimit_22", "cpulimit_28" ], [ "cpulimit_3", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_7", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20" ] ] }
1470
kill its process if the program's cpu usage goes over 50%
cpulimit --limit 50 --kill -- {{program}}
[ "cpulimit_1", "cpulimit_2", "cpulimit_3", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20", "cpulimit_21", "cpulimit_22", "cpulimit_28" ]
cpulimit
cpulimit
true
{ "token": [ "--limit", "50", "--kill", "--", "|main|" ], "oracle_man": [ [ "cpulimit_11" ], [], [ "cpulimit_13" ], [ "cpulimit_1", "cpulimit_2", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20", "cpulimit_21", "cpulimit_22", "cpulimit_28" ], [ "cpulimit_3", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_7", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20" ] ] }
1471
throttle both it and its child processes so that none go about 25% cpu
cpulimit --limit {{25}} --monitor-forks -- {{program}}
[ "cpulimit_1", "cpulimit_2", "cpulimit_3", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20", "cpulimit_21", "cpulimit_22", "cpulimit_28" ]
cpulimit
cpulimit
true
{ "token": [ "--limit", "--monitor-forks", "--", "|main|" ], "oracle_man": [ [ "cpulimit_11" ], [ "cpulimit_14" ], [ "cpulimit_1", "cpulimit_2", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20", "cpulimit_21", "cpulimit_22", "cpulimit_28" ], [ "cpulimit_3", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_7", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20" ] ] }
1472
display a random name (male or female) and address
rig
[ "rig_3" ]
rig
rig
true
{ "token": [ "|main|" ], "oracle_man": [ [ "rig_3", "rig_4" ] ] }
1473
display a [m]ale (or [f]emale) random name and address
rig -{{m|f}}
[ "rig_3" ]
rig
rig
true
{ "token": [ "|main|" ], "oracle_man": [ [ "rig_3", "rig_4" ] ] }
1474
use data files from a specific directory (default is `/usr/share/rig`)
rig -d {{path/to/directory}}
[ "rig_3", "rig_6", "rig_8", "rig_20", "rig_21", "rig_53", "rig_55", "rig_56", "rig_57" ]
rig
rig
true
{ "token": [ "-d", "|main|" ], "oracle_man": [ [ "rig_6", "rig_8", "rig_20", "rig_21", "rig_53", "rig_55", "rig_56", "rig_57" ], [ "rig_3", "rig_4" ] ] }
1475
display a specific number of identities
rig -c {{number}}
[ "rig_3", "rig_68" ]
rig
rig
true
{ "token": [ "-c", "|main|" ], "oracle_man": [ [ "rig_68" ], [ "rig_3", "rig_4" ] ] }
1476
display a specific number of female identities
rig -f -c {{number}}
[ "rig_3", "rig_9", "rig_28", "rig_42", "rig_64", "rig_68" ]
rig
rig
true
{ "token": [ "-f", "-c", "|main|" ], "oracle_man": [ [ "rig_9", "rig_28", "rig_42", "rig_64" ], [ "rig_68" ], [ "rig_3", "rig_4" ] ] }
1477
define group administrators
sudo gpasswd -A {{user1,user2}} {{group}}
[ "gpasswd_3", "gpasswd_4", "gpasswd_8", "gpasswd_16" ]
gpasswd
gpasswd
true
{ "token": [ "-A", "|main|" ], "oracle_man": [ [ "gpasswd_4", "gpasswd_8", "gpasswd_16" ], [ "gpasswd_3", "gpasswd_4", "gpasswd_5", "gpasswd_6", "gpasswd_7" ] ] }
1478
set the list of group members
sudo gpasswd -M {{user1,user2}} {{group}}
[ "gpasswd_3", "gpasswd_4", "gpasswd_8", "gpasswd_17" ]
gpasswd
gpasswd
true
{ "token": [ "-M", "|main|" ], "oracle_man": [ [ "gpasswd_4", "gpasswd_8", "gpasswd_17" ], [ "gpasswd_3", "gpasswd_4", "gpasswd_5", "gpasswd_6", "gpasswd_7" ] ] }
1479
create a password for the named group
gpasswd {{group}}
[ "gpasswd_3" ]
gpasswd
gpasswd
true
{ "token": [ "|main|" ], "oracle_man": [ [ "gpasswd_3", "gpasswd_4", "gpasswd_5", "gpasswd_6", "gpasswd_7" ] ] }
1480
add a user to the named group
gpasswd -a {{user}} {{group}}
[ "gpasswd_3", "gpasswd_10", "gpasswd_16" ]
gpasswd
gpasswd
true
{ "token": [ "-a", "|main|" ], "oracle_man": [ [ "gpasswd_10", "gpasswd_16" ], [ "gpasswd_3", "gpasswd_4", "gpasswd_5", "gpasswd_6", "gpasswd_7" ] ] }
1481
remove a user from the named group
gpasswd -d {{user}} {{group}}
[ "gpasswd_3", "gpasswd_11" ]
gpasswd
gpasswd
true
{ "token": [ "-d", "|main|" ], "oracle_man": [ [ "gpasswd_11" ], [ "gpasswd_3", "gpasswd_4", "gpasswd_5", "gpasswd_6", "gpasswd_7" ] ] }
1482
list partitions on all block devices
sudo parted --list
[ "parted_3", "parted_6" ]
parted
parted
true
{ "token": [ "--list", "|main|" ], "oracle_man": [ [ "parted_6" ], [ "parted_3", "parted_4" ] ] }
1483
start interactive mode with the specified disk selected
sudo parted {{/dev/sdX}}
[ "parted_3" ]
parted
parted
true
{ "token": [ "|main|" ], "oracle_man": [ [ "parted_3", "parted_4" ] ] }
1484
create a new partition table of the specified labeltype
sudo parted --script {{/dev/sdX}} mklabel {{aix|amiga|bsd|dvh|gpt|loop|mac|msdos|pc98|sun}}
[ "parted_3", "parted_8", "parted_19" ]
parted
parted
true
{ "token": [ "--script", "mklabel", "|main|" ], "oracle_man": [ [ "parted_8" ], [ "parted_19" ], [ "parted_3", "parted_4" ] ] }
1485
show partition information in interactive mode
print
[ "parted_3", "parted_22" ]
parted
parted
true
{ "token": [ "print", "|main|" ], "oracle_man": [ [ "parted_22" ], [ "parted_3", "parted_4" ] ] }
1486
select a disk in interactive mode
select {{/dev/sdX}}
[ "parted_3", "parted_27" ]
parted
parted
true
{ "token": [ "select", "|main|" ], "oracle_man": [ [ "parted_27" ], [ "parted_3", "parted_4" ] ] }
1487
create a 16 gb partition with the specified filesystem in interactive mode
mkpart {{primary|logical|extended}} {{btrfs|ext2|ext3|ext4|fat16|fat32|hfs|hfs+|linux-swap|ntfs|reiserfs|udf|xfs}} {{0%}} {{16G}}
[ "parted_3", "parted_20" ]
parted
parted
true
{ "token": [ "mkpart", "|main|" ], "oracle_man": [ [ "parted_20" ], [ "parted_3", "parted_4" ] ] }
1488
resize a partition in interactive mode
resizepart {{/dev/sdXN}} {{end_position_of_partition}}
[ "parted_3", "parted_25" ]
parted
parted
true
{ "token": [ "resizepart", "|main|" ], "oracle_man": [ [ "parted_25" ], [ "parted_3", "parted_4" ] ] }
1489
remove a partition in interactive mode
rm {{/dev/sdXN}}
[ "parted_3", "parted_26" ]
parted
parted
true
{ "token": [ "rm", "|main|" ], "oracle_man": [ [ "parted_26" ], [ "parted_3", "parted_4" ] ] }
1490
enable a module
sudo a2enmod {{module}}
[ "a2enmod_4" ]
a2enmod
a2enmod
true
{ "token": [ "|main|" ], "oracle_man": [ [ "a2enmod_4", "a2enmod_5", "a2enmod_6" ] ] }
1491
don't show informative messages
sudo a2enmod --quiet {{module}}
[ "a2enmod_2", "a2enmod_3", "a2enmod_4", "a2enmod_7" ]
a2enmod
a2enmod
true
{ "token": [ "--quiet", "|main|" ], "oracle_man": [ [ "a2enmod_2", "a2enmod_3", "a2enmod_7" ], [ "a2enmod_4", "a2enmod_5", "a2enmod_6" ] ] }
1492
change the volume label on a specific ext partition
e2label {{/dev/sda1}} "{{label_name}}"
[ "e2label_3" ]
e2label
e2label
true
{ "token": [ "|main|" ], "oracle_man": [ [ "e2label_3", "e2label_4", "e2label_5", "e2label_6" ] ] }
1505
display suggestions for a given file
hlint {{path/to/file}} options
[ "hlint_3" ]
hlint
hlint
true
{ "token": [ "options", "|main|" ], "oracle_man": [ [], [ "hlint_3" ] ] }
1506
check all haskell files and generate a report
hlint {{path/to/directory}} --report
[ "hlint_3", "hlint_6", "hlint_13" ]
hlint
hlint
true
{ "token": [ "--report", "|main|" ], "oracle_man": [ [ "hlint_6", "hlint_13" ], [ "hlint_3" ] ] }
1507
automatically apply most suggestions
hlint {{path/to/file}} --refactor
[ "hlint_3" ]
hlint
hlint
true
{ "token": [ "--refactor", "|main|" ], "oracle_man": [ [], [ "hlint_3" ] ] }
1508
display additional options
hlint {{path/to/file}} --refactor-options
[ "hlint_3" ]
hlint
hlint
true
{ "token": [ "--refactor-options", "|main|" ], "oracle_man": [ [], [ "hlint_3" ] ] }
1509
generate a settings file ignoring all outstanding hints
hlint {{path/to/file}} --default > {{.hlint.yaml}}
[ "hlint_3" ]
hlint
hlint
true
{ "token": [ "--default", "|main|" ], "oracle_man": [ [], [ "hlint_3" ] ] }
1510
show all available variables and their values
sysctl -a
[ "sysctl_3", "sysctl_12", "sysctl_13", "sysctl_17", "sysctl_20", "sysctl_25" ]
sysctl
sysctl
true
{ "token": [ "-a", "|main|" ], "oracle_man": [ [ "sysctl_12", "sysctl_13", "sysctl_17", "sysctl_20", "sysctl_25" ], [ "sysctl_3" ] ] }
1511
set a changeable kernel state variable
sysctl -w {{section.tunable}}={{value}}
[ "sysctl_3", "sysctl_10", "sysctl_25" ]
sysctl
sysctl
true
{ "token": [ "-w", "|main|" ], "oracle_man": [ [ "sysctl_10", "sysctl_25" ], [ "sysctl_3" ] ] }
1512
get currently open file handlers
sysctl fs.file-nr
[ "sysctl_3" ]
sysctl
sysctl
true
{ "token": [ "fs.file-nr", "|main|" ], "oracle_man": [ [], [ "sysctl_3" ] ] }
1513
get limit for simultaneous open files
sysctl fs.file-max
[ "sysctl_3" ]
sysctl
sysctl
true
{ "token": [ "fs.file-max", "|main|" ], "oracle_man": [ [], [ "sysctl_3" ] ] }
1514
apply changes from `/etc/sysctl.conf`
sysctl -p
[ "sysctl_2", "sysctl_3", "sysctl_11", "sysctl_16", "sysctl_19", "sysctl_25" ]
sysctl
sysctl
true
{ "token": [ "-p", "|main|" ], "oracle_man": [ [ "sysctl_2", "sysctl_11", "sysctl_16", "sysctl_19", "sysctl_25" ], [ "sysctl_3" ] ] }
1515
open the current directory in the default file explorer
xdg-open .
[ "xdg-open_4" ]
xdg-open
xdg-open
true
{ "token": [ ".", "|main|" ], "oracle_man": [ [], [ "xdg-open_4", "xdg-open_5" ] ] }
1516
open a url in the default browser
xdg-open {{https://example.com}}
[ "xdg-open_4" ]
xdg-open
xdg-open
true
{ "token": [ "|main|" ], "oracle_man": [ [ "xdg-open_4", "xdg-open_5" ] ] }
1517
open an image in the default image viewer
xdg-open {{path/to/image}}
[ "xdg-open_4" ]
xdg-open
xdg-open
true
{ "token": [ "|main|" ], "oracle_man": [ [ "xdg-open_4", "xdg-open_5" ] ] }
1518
open a pdf in the default pdf viewer
xdg-open {{path/to/pdf}}
[ "xdg-open_4" ]
xdg-open
xdg-open
true
{ "token": [ "|main|" ], "oracle_man": [ [ "xdg-open_4", "xdg-open_5" ] ] }
1519
display help
xdg-open --help
[ "xdg-open_3", "xdg-open_4", "xdg-open_6" ]
xdg-open
xdg-open
true
{ "token": [ "--help", "|main|" ], "oracle_man": [ [ "xdg-open_3", "xdg-open_6" ], [ "xdg-open_4", "xdg-open_5" ] ] }
1520
check how many free blocks are present as contiguous and aligned free space
e2freefrag {{/dev/sdXN}}
[ "e2freefrag_3" ]
e2freefrag
e2freefrag
true
{ "token": [ "|main|" ], "oracle_man": [ [ "e2freefrag_3" ] ] }
1521
specify chunk size in kilobytes to print how many free chunks are available
e2freefrag -c {{chunk_size_in_kb}} {{/dev/sdXN}}
[ "e2freefrag_2", "e2freefrag_3", "e2freefrag_4" ]
e2freefrag
e2freefrag
true
{ "token": [ "-c", "|main|" ], "oracle_man": [ [ "e2freefrag_2", "e2freefrag_4" ], [ "e2freefrag_3" ] ] }
1540
open a terminal
st
[ "st_4" ]
st
st
true
{ "token": [ "|main|" ], "oracle_man": [ [ "st_4" ] ] }
1541
open a terminal with a specific title
st -T {{title}}
[ "st_2", "st_3", "st_4", "st_12" ]
st
st
true
{ "token": [ "-T", "|main|" ], "oracle_man": [ [ "st_2", "st_3", "st_12" ], [ "st_4" ] ] }
1542
open a terminal, execute a given command, and write the output to a file
st -o {{path/to/file}} -e {{command argument1 argument2}}
[ "st_2", "st_3", "st_4", "st_11", "st_17" ]
st
st
true
{ "token": [ "-o", "-e", "|main|" ], "oracle_man": [ [ "st_2", "st_3", "st_11" ], [ "st_2", "st_17" ], [ "st_4" ] ] }
1543
increase/decrease the font size
Ctrl + Shift + {{Page Up|Page Down}}
[ "st_4" ]
st
st
true
{ "token": [ "Ctrl", "+", "Shift", "|main|" ], "oracle_man": [ [], [], [], [ "st_4" ] ] }
1544
copy/paste from the clipboard
Ctrl + Shift + {{C|V}}
[ "st_4" ]
st
st
true
{ "token": [ "Ctrl", "+", "Shift", "|main|" ], "oracle_man": [ [], [], [], [ "st_4" ] ] }
1545
show the list of apps
rofi -show drun
[ "rofi_2", "rofi_3", "rofi_6", "rofi_7", "rofi_54", "rofi_57", "rofi_58", "rofi_61", "rofi_65", "rofi_68", "rofi_89", "rofi_115", "rofi_132", "rofi_156", "rofi_159", "rofi_237", "rofi_376", "rofi_389", "rofi_393", "rofi_402", "rofi_404", "rofi_406", "rofi_408", "rofi_414", "rofi_416" ]
rofi
rofi
true
{ "token": [ "-show", "drun", "|main|" ], "oracle_man": [ [ "rofi_2", "rofi_6", "rofi_7", "rofi_54", "rofi_57", "rofi_58", "rofi_61", "rofi_65", "rofi_68", "rofi_89", "rofi_132", "rofi_156", "rofi_159", "rofi_237", "rofi_376", "rofi_402", "rofi_404", "rofi_406", "rofi_408", "rofi_414", "rofi_416" ], [ "rofi_115", "rofi_389", "rofi_393" ], [ "rofi_3" ] ] }
1546
show the list of all commands
rofi -show run
[ "rofi_2", "rofi_3", "rofi_6", "rofi_7", "rofi_54", "rofi_57", "rofi_58", "rofi_61", "rofi_65", "rofi_68", "rofi_89", "rofi_132", "rofi_156", "rofi_159", "rofi_237", "rofi_376", "rofi_387", "rofi_401", "rofi_402", "rofi_403", "rofi_404", "rofi_405", "rofi_406", "rofi_407", "rofi_408", "rofi_414", "rofi_416", "rofi_423" ]
rofi
rofi
true
{ "token": [ "-show", "run", "|main|" ], "oracle_man": [ [ "rofi_2", "rofi_6", "rofi_7", "rofi_54", "rofi_57", "rofi_58", "rofi_61", "rofi_65", "rofi_68", "rofi_89", "rofi_132", "rofi_156", "rofi_159", "rofi_237", "rofi_376", "rofi_402", "rofi_404", "rofi_406", "rofi_408", "rofi_414", "rofi_416" ], [ "rofi_7", "rofi_57", "rofi_61", "rofi_156", "rofi_159", "rofi_387", "rofi_401", "rofi_402", "rofi_403", "rofi_404", "rofi_405", "rofi_407", "rofi_423" ], [ "rofi_3" ] ] }
1547
switch between windows
rofi -show window
[ "rofi_2", "rofi_3", "rofi_6", "rofi_7", "rofi_54", "rofi_57", "rofi_58", "rofi_61", "rofi_65", "rofi_68", "rofi_89", "rofi_132", "rofi_136", "rofi_137", "rofi_138", "rofi_139", "rofi_140", "rofi_141", "rofi_156", "rofi_159", "rofi_180", "rofi_232", "rofi_234", "rofi_237", "rofi_335", "rofi_376", "rofi_383", "rofi_402", "rofi_404", "rofi_406", "rofi_408", "rofi_414", "rofi_416" ]
rofi
rofi
true
{ "token": [ "-show", "window", "|main|" ], "oracle_man": [ [ "rofi_2", "rofi_6", "rofi_7", "rofi_54", "rofi_57", "rofi_58", "rofi_61", "rofi_65", "rofi_68", "rofi_89", "rofi_132", "rofi_156", "rofi_159", "rofi_237", "rofi_376", "rofi_402", "rofi_404", "rofi_406", "rofi_408", "rofi_414", "rofi_416" ], [ "rofi_65", "rofi_136", "rofi_137", "rofi_138", "rofi_139", "rofi_140", "rofi_141", "rofi_180", "rofi_232", "rofi_234", "rofi_335", "rofi_383" ], [ "rofi_3" ] ] }
1548
pipe a list of items to stdin and print the selected item to stdout
printf "{{Choice1\nChoice2\nChoice3}}" | rofi -dmenu
[ "rofi_2", "rofi_3", "rofi_8", "rofi_49", "rofi_51", "rofi_53", "rofi_251", "rofi_254", "rofi_258" ]
rofi
rofi
true
{ "token": [ "printf", "-dmenu", "|main|" ], "oracle_man": [ [], [ "rofi_2", "rofi_8", "rofi_49", "rofi_51", "rofi_53", "rofi_251", "rofi_254", "rofi_258" ], [ "rofi_3" ] ] }
1549
show the parameters and statistics of all the interfaces
iwconfig
[ "iwconfig_3" ]
iwconfig
iwconfig
true
{ "token": [ "|main|" ], "oracle_man": [ [ "iwconfig_3", "iwconfig_4" ] ] }
1550
show the parameters and statistics of the specified interface
iwconfig {{interface}}
[ "iwconfig_3" ]
iwconfig
iwconfig
true
{ "token": [ "|main|" ], "oracle_man": [ [ "iwconfig_3", "iwconfig_4" ] ] }
1551
set the essid (network name) of the specified interface (e.g. eth0 or wlp2s0)
iwconfig {{interface}} {{new_network_name}}
[ "iwconfig_3" ]
iwconfig
iwconfig
true
{ "token": [ "|main|" ], "oracle_man": [ [ "iwconfig_3", "iwconfig_4" ] ] }
1552
set the operating mode of the specified interface
iwconfig {{interface}} mode {{ad hoc|Managed|Master|Repeater|Secondary|Monitor|Auto}}
[ "iwconfig_3", "iwconfig_8" ]
iwconfig
iwconfig
true
{ "token": [ "mode", "|main|" ], "oracle_man": [ [ "iwconfig_8" ], [ "iwconfig_3", "iwconfig_4" ] ] }
1562
convert a text file to po file
po4a-gettextize --format {{text}} --master {{path/to/master.txt}} --po {{path/to/result.po}}
[ "po4a-gettextize_4", "po4a-gettextize_10", "po4a-gettextize_11", "po4a-gettextize_12", "po4a-gettextize_15" ]
po4a-gettextize
po4a-gettextize
true
{ "token": [ "--format", "--master", "--po", "|main|" ], "oracle_man": [ [ "po4a-gettextize_10" ], [ "po4a-gettextize_11", "po4a-gettextize_12" ], [ "po4a-gettextize_15" ], [ "po4a-gettextize_4", "po4a-gettextize_5", "po4a-gettextize_6", "po4a-gettextize_7", "po4a-gettextize_8", "po4a-gettextize_9" ] ] }
1563
get a list of available formats
po4a-gettextize --help-format
[ "po4a-gettextize_4", "po4a-gettextize_10", "po4a-gettextize_18" ]
po4a-gettextize
po4a-gettextize
true
{ "token": [ "--help-format", "|main|" ], "oracle_man": [ [ "po4a-gettextize_10", "po4a-gettextize_18" ], [ "po4a-gettextize_4", "po4a-gettextize_5", "po4a-gettextize_6", "po4a-gettextize_7", "po4a-gettextize_8", "po4a-gettextize_9" ] ] }
1564
convert a text file along with a translated document to a po file (`l` option can be provied multiple times)
po4a-gettextize --format {{text}} --master {{path/to/master.txt}} --localized {{path/to/translated.txt}} --po {{path/to/result.po}}
[ "po4a-gettextize_4", "po4a-gettextize_10", "po4a-gettextize_11", "po4a-gettextize_12", "po4a-gettextize_13", "po4a-gettextize_14", "po4a-gettextize_15" ]
po4a-gettextize
po4a-gettextize
true
{ "token": [ "--format", "--master", "--localized", "--po", "|main|" ], "oracle_man": [ [ "po4a-gettextize_10" ], [ "po4a-gettextize_11", "po4a-gettextize_12" ], [ "po4a-gettextize_13", "po4a-gettextize_14" ], [ "po4a-gettextize_15" ], [ "po4a-gettextize_4", "po4a-gettextize_5", "po4a-gettextize_6", "po4a-gettextize_7", "po4a-gettextize_8", "po4a-gettextize_9" ] ] }
1572
check that lynis is uptodate
sudo lynis update info
[ "lynis_3", "lynis_48" ]
lynis
lynis
true
{ "token": [ "update", "info", "|main|" ], "oracle_man": [ [ "lynis_48" ], [], [ "lynis_3", "lynis_4", "lynis_5", "lynis_6", "lynis_7", "lynis_8" ] ] }
1573
run a security audit of the system
sudo lynis audit system
[ "lynis_3", "lynis_4", "lynis_10", "lynis_13", "lynis_14", "lynis_44" ]
lynis
lynis
true
{ "token": [ "audit", "system", "|main|" ], "oracle_man": [ [ "lynis_10", "lynis_13", "lynis_14", "lynis_44" ], [ "lynis_4", "lynis_13", "lynis_14" ], [ "lynis_3", "lynis_4", "lynis_5", "lynis_6", "lynis_7", "lynis_8" ] ] }
1574
run a security audit of a dockerfile
sudo lynis audit dockerfile {{path/to/dockerfile}}
[ "lynis_3", "lynis_10", "lynis_13", "lynis_14", "lynis_44" ]
lynis
lynis
true
{ "token": [ "audit", "dockerfile", "|main|" ], "oracle_man": [ [ "lynis_10", "lynis_13", "lynis_14", "lynis_44" ], [], [ "lynis_3", "lynis_4", "lynis_5", "lynis_6", "lynis_7", "lynis_8" ] ] }
1577
check if a directory is a mountpoint
mountpoint {{path/to/directory}}
[ "mountpoint_4" ]
mountpoint
mountpoint
true
{ "token": [ "|main|" ], "oracle_man": [ [ "mountpoint_4" ] ] }
1578
check if a directory is a mountpoint without showing any output
mountpoint -q {{path/to/directory}}
[ "mountpoint_2", "mountpoint_4", "mountpoint_6" ]
mountpoint
mountpoint
true
{ "token": [ "-q", "|main|" ], "oracle_man": [ [ "mountpoint_2", "mountpoint_6" ], [ "mountpoint_4" ] ] }
1579
show major/minor numbers of a mountpoint's filesystem
mountpoint --fs-devno {{path/to/directory}}
[ "mountpoint_4", "mountpoint_5" ]
mountpoint
mountpoint
true
{ "token": [ "--fs-devno", "|main|" ], "oracle_man": [ [ "mountpoint_5" ], [ "mountpoint_4" ] ] }
1580
take an image of a device, creating a log file
sudo ddrescue {{/dev/sdb}} {{path/to/image.dd}} {{path/to/log.txt}}
[ "ddrescue_3" ]
ddrescue
ddrescue
true
{ "token": [ "|main|" ], "oracle_man": [ [ "ddrescue_3", "ddrescue_4", "ddrescue_5", "ddrescue_6" ] ] }
1581
clone disk a to disk b, creating a log file
sudo ddrescue --force --no-scrape {{/dev/sdX}} {{/dev/sdY}} {{path/to/log.txt}}
[ "ddrescue_3", "ddrescue_19", "ddrescue_30" ]
ddrescue
ddrescue
true
{ "token": [ "--force", "--no-scrape", "|main|" ], "oracle_man": [ [ "ddrescue_19" ], [ "ddrescue_30" ], [ "ddrescue_3", "ddrescue_4", "ddrescue_5", "ddrescue_6" ] ] }
1584
display a menu of the output of the `ls` command
{{ls}} | dmenu
[ "dmenu_4" ]
dmenu
dmenu
true
{ "token": [ "|main|" ], "oracle_man": [ [ "dmenu_4", "dmenu_5" ] ] }
1585
display a menu with custom items separated by a new line (`\n`)
echo -e "{{red}}\n{{green}}\n{{blue}}" | dmenu
[ "dmenu_4", "dmenu_31" ]
dmenu
dmenu
true
{ "token": [ "echo", "-e", "|main|" ], "oracle_man": [ [], [ "dmenu_31" ], [ "dmenu_4", "dmenu_5" ] ] }
1586
let the user choose between multiple items and save the selected one to a file
echo -e "{{red}}\n{{green}}\n{{blue}}" | dmenu > {{color.txt}}
[ "dmenu_4", "dmenu_31" ]
dmenu
dmenu
true
{ "token": [ "echo", "-e", "|main|" ], "oracle_man": [ [], [ "dmenu_31" ], [ "dmenu_4", "dmenu_5" ] ] }
1587
launch dmenu on a specific monitor
ls | dmenu -m {{1}}
[ "dmenu_2", "dmenu_4", "dmenu_10", "dmenu_39" ]
dmenu
dmenu
true
{ "token": [ "ls", "-m", "|main|" ], "oracle_man": [ [], [ "dmenu_2", "dmenu_10", "dmenu_39" ], [ "dmenu_4", "dmenu_5" ] ] }
1588
display dmenu at the bottom of the screen
ls | dmenu -b
[ "dmenu_2", "dmenu_4", "dmenu_6", "dmenu_28", "dmenu_47" ]
dmenu
dmenu
true
{ "token": [ "ls", "-b", "|main|" ], "oracle_man": [ [], [ "dmenu_2", "dmenu_6", "dmenu_28", "dmenu_47" ], [ "dmenu_4", "dmenu_5" ] ] }
1589
monitor everything on localhost
tshark
[ "tshark_4" ]
tshark
tshark
true
{ "token": [ "|main|" ], "oracle_man": [ [ "tshark_4", "tshark_5", "tshark_6", "tshark_7", "tshark_8", "tshark_9", "tshark_10", "tshark_11", "tshark_12", "tshark_13", "tshark_14", "tshark_15", "tshark_16", "tshark_17", "tshark_18", "tshark_19" ] ] }
1590
only capture packets matching a specific capture filter
tshark -f '{{udp port 53}}'
[ "tshark_2", "tshark_3", "tshark_4", "tshark_9", "tshark_12", "tshark_76", "tshark_79", "tshark_87", "tshark_212", "tshark_214", "tshark_239", "tshark_240", "tshark_284", "tshark_452", "tshark_509", "tshark_524", "tshark_525" ]
tshark
tshark
true
{ "token": [ "-f", "|main|" ], "oracle_man": [ [ "tshark_2", "tshark_3", "tshark_9", "tshark_12", "tshark_76", "tshark_79", "tshark_87", "tshark_212", "tshark_214", "tshark_239", "tshark_240", "tshark_284", "tshark_452", "tshark_509", "tshark_524", "tshark_525" ], [ "tshark_4", "tshark_5", "tshark_6", "tshark_7", "tshark_8", "tshark_9", "tshark_10", "tshark_11", "tshark_12", "tshark_13", "tshark_14", "tshark_15", "tshark_16", "tshark_17", "tshark_18", "tshark_19" ] ] }
1591
only show packets matching a specific output filter
tshark -Y '{{http.request.method == "GET"}}'
[ "tshark_4", "tshark_215", "tshark_258", "tshark_284" ]
tshark
tshark
true
{ "token": [ "-Y", "|main|" ], "oracle_man": [ [ "tshark_215", "tshark_258", "tshark_284" ], [ "tshark_4", "tshark_5", "tshark_6", "tshark_7", "tshark_8", "tshark_9", "tshark_10", "tshark_11", "tshark_12", "tshark_13", "tshark_14", "tshark_15", "tshark_16", "tshark_17", "tshark_18", "tshark_19" ] ] }
1592
decode a tcp port using a specific protocol (e.g. http)
tshark -d tcp.port=={{8888}},{{http}}
[ "tshark_4", "tshark_51", "tshark_53", "tshark_54", "tshark_55", "tshark_57", "tshark_58", "tshark_79", "tshark_87", "tshark_91", "tshark_96", "tshark_105", "tshark_119", "tshark_122", "tshark_125", "tshark_130", "tshark_135", "tshark_139", "tshark_183", "tshark_238", "tshark_284", "tshark_507", "tshark_518", "tshark_522" ]
tshark
tshark
true
{ "token": [ "-d", "tcp.port=", "|main|" ], "oracle_man": [ [ "tshark_51", "tshark_53", "tshark_54", "tshark_55", "tshark_57", "tshark_58", "tshark_79", "tshark_87", "tshark_91", "tshark_96", "tshark_105", "tshark_119", "tshark_122", "tshark_125", "tshark_130", "tshark_135", "tshark_139", "tshark_183", "tshark_238", "tshark_284", "tshark_507", "tshark_518", "tshark_522" ], [], [ "tshark_4", "tshark_5", "tshark_6", "tshark_7", "tshark_8", "tshark_9", "tshark_10", "tshark_11", "tshark_12", "tshark_13", "tshark_14", "tshark_15", "tshark_16", "tshark_17", "tshark_18", "tshark_19" ] ] }
1593
specify the format of captured output
tshark -T {{json|text|ps|…}}
[ "tshark_4", "tshark_64", "tshark_68", "tshark_206", "tshark_235", "tshark_238", "tshark_242", "tshark_245", "tshark_247", "tshark_321", "tshark_324", "tshark_325", "tshark_367", "tshark_372", "tshark_376", "tshark_508" ]
tshark
tshark
true
{ "token": [ "-T", "|main|" ], "oracle_man": [ [ "tshark_64", "tshark_68", "tshark_206", "tshark_235", "tshark_238", "tshark_242", "tshark_245", "tshark_247", "tshark_321", "tshark_324", "tshark_325", "tshark_367", "tshark_372", "tshark_376", "tshark_508" ], [ "tshark_4", "tshark_5", "tshark_6", "tshark_7", "tshark_8", "tshark_9", "tshark_10", "tshark_11", "tshark_12", "tshark_13", "tshark_14", "tshark_15", "tshark_16", "tshark_17", "tshark_18", "tshark_19" ] ] }
1594
select specific fields to output
tshark -T {{fields|ek|json|pdml}} -e {{http.request.method}} -e {{ip.src}}
[ "tshark_3", "tshark_4", "tshark_63", "tshark_64", "tshark_65", "tshark_68", "tshark_71", "tshark_206", "tshark_235", "tshark_237", "tshark_238", "tshark_239", "tshark_240", "tshark_241", "tshark_242", "tshark_244", "tshark_245", "tshark_246", "tshark_247", "tshark_308", "tshark_311", "tshark_321", "tshark_324", "tshark_325", "tshark_367", "tshark_372", "tshark_376", "tshark_508", "tshark_509", "tshark_512", "tshark_513", "tshark_516", "tshark_520", "tshark_527" ]
tshark
tshark
true
{ "token": [ "-T", "-e", "|main|" ], "oracle_man": [ [ "tshark_64", "tshark_68", "tshark_206", "tshark_235", "tshark_238", "tshark_242", "tshark_245", "tshark_247", "tshark_321", "tshark_324", "tshark_325", "tshark_367", "tshark_372", "tshark_376", "tshark_508" ], [ "tshark_3", "tshark_63", "tshark_65", "tshark_71", "tshark_237", "tshark_239", "tshark_240", "tshark_241", "tshark_244", "tshark_246", "tshark_308", "tshark_311", "tshark_509", "tshark_512", "tshark_513", "tshark_516", "tshark_520", "tshark_527" ], [ "tshark_4", "tshark_5", "tshark_6", "tshark_7", "tshark_8", "tshark_9", "tshark_10", "tshark_11", "tshark_12", "tshark_13", "tshark_14", "tshark_15", "tshark_16", "tshark_17", "tshark_18", "tshark_19" ] ] }
1595
write captured packet to a file
tshark -w {{path/to/file}}
[ "tshark_2", "tshark_4", "tshark_13", "tshark_14", "tshark_15", "tshark_33", "tshark_81", "tshark_204", "tshark_264", "tshark_266" ]
tshark
tshark
true
{ "token": [ "-w", "|main|" ], "oracle_man": [ [ "tshark_2", "tshark_13", "tshark_14", "tshark_15", "tshark_33", "tshark_81", "tshark_204", "tshark_264", "tshark_266" ], [ "tshark_4", "tshark_5", "tshark_6", "tshark_7", "tshark_8", "tshark_9", "tshark_10", "tshark_11", "tshark_12", "tshark_13", "tshark_14", "tshark_15", "tshark_16", "tshark_17", "tshark_18", "tshark_19" ] ] }
1596
analyze packets from a file
tshark -r {{filename}}.pcap
[ "tshark_2", "tshark_4", "tshark_6", "tshark_12", "tshark_31", "tshark_83", "tshark_212", "tshark_214", "tshark_238", "tshark_245", "tshark_247", "tshark_249", "tshark_251", "tshark_252", "tshark_280", "tshark_321", "tshark_423", "tshark_426", "tshark_430", "tshark_434" ]
tshark
tshark
true
{ "token": [ "-r", "|main|" ], "oracle_man": [ [ "tshark_2", "tshark_6", "tshark_12", "tshark_31", "tshark_83", "tshark_212", "tshark_214", "tshark_238", "tshark_245", "tshark_247", "tshark_249", "tshark_251", "tshark_252", "tshark_280", "tshark_321", "tshark_423", "tshark_426", "tshark_430", "tshark_434" ], [ "tshark_4", "tshark_5", "tshark_6", "tshark_7", "tshark_8", "tshark_9", "tshark_10", "tshark_11", "tshark_12", "tshark_13", "tshark_14", "tshark_15", "tshark_16", "tshark_17", "tshark_18", "tshark_19" ] ] }
1618
show cpu frequency information for all cpus
cpufreq-info
[ "cpufreq-info_3" ]
cpufreq-info
cpufreq-info
true
{ "token": [ "|main|" ], "oracle_man": [ [ "cpufreq-info_3" ] ] }
1619
show cpu frequency information for the specified cpu
cpufreq-info -c {{cpu_number}}
[ "cpufreq-info_3", "cpufreq-info_4", "cpufreq-info_12", "cpufreq-info_13", "cpufreq-info_20" ]
cpufreq-info
cpufreq-info
true
{ "token": [ "-c", "|main|" ], "oracle_man": [ [ "cpufreq-info_4", "cpufreq-info_12", "cpufreq-info_13", "cpufreq-info_20" ], [ "cpufreq-info_3" ] ] }
1620
show the allowed minimum and maximum cpu frequency
cpufreq-info -l
[ "cpufreq-info_3", "cpufreq-info_8", "cpufreq-info_15", "cpufreq-info_19" ]
cpufreq-info
cpufreq-info
true
{ "token": [ "-l", "|main|" ], "oracle_man": [ [ "cpufreq-info_8", "cpufreq-info_15", "cpufreq-info_19" ], [ "cpufreq-info_3" ] ] }
1621
show the current minimum and maximum cpu frequency and policy in table format
cpufreq-info -o
[ "cpufreq-info_3", "cpufreq-info_16", "cpufreq-info_19", "cpufreq-info_20" ]
cpufreq-info
cpufreq-info
true
{ "token": [ "-o", "|main|" ], "oracle_man": [ [ "cpufreq-info_16", "cpufreq-info_19", "cpufreq-info_20" ], [ "cpufreq-info_3" ] ] }
1622
show available cpu frequency policies
cpufreq-info -g
[ "cpufreq-info_3", "cpufreq-info_11", "cpufreq-info_19" ]
cpufreq-info
cpufreq-info
true
{ "token": [ "-g", "|main|" ], "oracle_man": [ [ "cpufreq-info_11", "cpufreq-info_19" ], [ "cpufreq-info_3" ] ] }
1623
show current cpu work frequency in a humanreadable format, according to the cpufreq kernel module
cpufreq-info -f -m
[ "cpufreq-info_3", "cpufreq-info_6", "cpufreq-info_17", "cpufreq-info_19" ]
cpufreq-info
cpufreq-info
true
{ "token": [ "-f", "-m", "|main|" ], "oracle_man": [ [ "cpufreq-info_6", "cpufreq-info_17", "cpufreq-info_19" ], [ "cpufreq-info_17" ], [ "cpufreq-info_3" ] ] }
1624
show current cpu work frequency in a humanreadable format, by reading it from hardware (only available to root)
sudo cpufreq-info -w -m
[ "cpufreq-info_3", "cpufreq-info_7", "cpufreq-info_17", "cpufreq-info_19" ]
cpufreq-info
cpufreq-info
true
{ "token": [ "-w", "-m", "|main|" ], "oracle_man": [ [ "cpufreq-info_7", "cpufreq-info_17", "cpufreq-info_19" ], [ "cpufreq-info_17" ], [ "cpufreq-info_3" ] ] }