question_id
stringlengths 1
5
| nl
stringlengths 4
218
| cmd
stringlengths 1
231
| oracle_man
list | cmd_name
stringlengths 1
24
| tldr_cmd_name
stringlengths 1
24
| manual_exist
bool 1
class | matching_info
dict |
---|---|---|---|---|---|---|---|
1625
|
build a flatpak and export it to a new repository
|
flatpak-builder {{path/to/build_directory}} {{path/to/manifest}}
|
[
"flatpak-builder_6"
] |
flatpak-builder
|
flatpak-builder
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"flatpak-builder_6",
"flatpak-builder_7",
"flatpak-builder_8",
"flatpak-builder_9",
"flatpak-builder_10",
"flatpak-builder_11",
"flatpak-builder_12",
"flatpak-builder_13",
"flatpak-builder_14",
"flatpak-builder_15",
"flatpak-builder_16"
]
]
}
|
1626
|
build a flatpak and export it to the specified repository
|
flatpak-builder --repo={{repository_name}} {{path/to/build_directory}} {{path/to/manifest}}
|
[
"flatpak-builder_6",
"flatpak-builder_14",
"flatpak-builder_40",
"flatpak-builder_47"
] |
flatpak-builder
|
flatpak-builder
| true |
{
"token": [
"--repo",
"|main|"
],
"oracle_man": [
[
"flatpak-builder_14",
"flatpak-builder_40",
"flatpak-builder_47"
],
[
"flatpak-builder_6",
"flatpak-builder_7",
"flatpak-builder_8",
"flatpak-builder_9",
"flatpak-builder_10",
"flatpak-builder_11",
"flatpak-builder_12",
"flatpak-builder_13",
"flatpak-builder_14",
"flatpak-builder_15",
"flatpak-builder_16"
]
]
}
|
1627
|
build a flatpak and install it locally
|
flatpak-builder --install {{path/to/build_directory}} {{path/to/manifest}}
|
[
"flatpak-builder_6",
"flatpak-builder_68",
"flatpak-builder_69",
"flatpak-builder_70",
"flatpak-builder_73"
] |
flatpak-builder
|
flatpak-builder
| true |
{
"token": [
"--install",
"|main|"
],
"oracle_man": [
[
"flatpak-builder_68",
"flatpak-builder_69",
"flatpak-builder_70",
"flatpak-builder_73"
],
[
"flatpak-builder_6",
"flatpak-builder_7",
"flatpak-builder_8",
"flatpak-builder_9",
"flatpak-builder_10",
"flatpak-builder_11",
"flatpak-builder_12",
"flatpak-builder_13",
"flatpak-builder_14",
"flatpak-builder_15",
"flatpak-builder_16"
]
]
}
|
1628
|
build and sign a flatpak and export it to the specified repository
|
flatpak-builder --gpg-sign={{key_id}} --repo={{repository_name}} {{path/to/manifest}}
|
[
"flatpak-builder_6",
"flatpak-builder_14",
"flatpak-builder_40",
"flatpak-builder_47",
"flatpak-builder_52"
] |
flatpak-builder
|
flatpak-builder
| true |
{
"token": [
"--gpg-sign",
"--repo",
"|main|"
],
"oracle_man": [
[
"flatpak-builder_52"
],
[
"flatpak-builder_14",
"flatpak-builder_40",
"flatpak-builder_47"
],
[
"flatpak-builder_6",
"flatpak-builder_7",
"flatpak-builder_8",
"flatpak-builder_9",
"flatpak-builder_10",
"flatpak-builder_11",
"flatpak-builder_12",
"flatpak-builder_13",
"flatpak-builder_14",
"flatpak-builder_15",
"flatpak-builder_16"
]
]
}
|
1629
|
run a shell inside of an application sandbox without installing it
|
flatpak-builder --run {{path/to/build_directory}} {{path/to/manifest}} {{sh}}
|
[
"flatpak-builder_3",
"flatpak-builder_6",
"flatpak-builder_29"
] |
flatpak-builder
|
flatpak-builder
| true |
{
"token": [
"--run",
"|main|"
],
"oracle_man": [
[
"flatpak-builder_3",
"flatpak-builder_29"
],
[
"flatpak-builder_6",
"flatpak-builder_7",
"flatpak-builder_8",
"flatpak-builder_9",
"flatpak-builder_10",
"flatpak-builder_11",
"flatpak-builder_12",
"flatpak-builder_13",
"flatpak-builder_14",
"flatpak-builder_15",
"flatpak-builder_16"
]
]
}
|
1630
|
play a beep
|
beep
|
[
"beep_3"
] |
beep
|
beep
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"beep_3",
"beep_4",
"beep_5"
]
]
}
|
1631
|
play a beep that repeats
|
beep -r {{repetitions}}
|
[
"beep_2",
"beep_3",
"beep_10",
"beep_14",
"beep_27",
"beep_29",
"beep_33"
] |
beep
|
beep
| true |
{
"token": [
"-r",
"|main|"
],
"oracle_man": [
[
"beep_2",
"beep_10",
"beep_14",
"beep_27",
"beep_29",
"beep_33"
],
[
"beep_3",
"beep_4",
"beep_5"
]
]
}
|
1632
|
play a beep at a specified frequency (hz) and duration (milliseconds)
|
beep -f {{frequency}} -l {{duration}}
|
[
"beep_2",
"beep_3",
"beep_4",
"beep_8",
"beep_9",
"beep_13",
"beep_27",
"beep_29",
"beep_30",
"beep_31",
"beep_33"
] |
beep
|
beep
| true |
{
"token": [
"-f",
"-l",
"|main|"
],
"oracle_man": [
[
"beep_2",
"beep_4",
"beep_8",
"beep_13",
"beep_27",
"beep_29",
"beep_31",
"beep_33"
],
[
"beep_2",
"beep_9",
"beep_27",
"beep_30",
"beep_31",
"beep_33"
],
[
"beep_3",
"beep_4",
"beep_5"
]
]
}
|
1633
|
play each new frequency and duration as a distinct beep
|
beep -f {{frequency}} -l {{duration}} -n -f {{frequency}} -l {{duration}}
|
[
"beep_2",
"beep_3",
"beep_4",
"beep_8",
"beep_9",
"beep_12",
"beep_13",
"beep_14",
"beep_18",
"beep_27",
"beep_29",
"beep_30",
"beep_31",
"beep_32",
"beep_33"
] |
beep
|
beep
| true |
{
"token": [
"-f",
"-l",
"-n",
"|main|"
],
"oracle_man": [
[
"beep_2",
"beep_4",
"beep_8",
"beep_13",
"beep_27",
"beep_29",
"beep_31",
"beep_33"
],
[
"beep_2",
"beep_9",
"beep_27",
"beep_30",
"beep_31",
"beep_33"
],
[
"beep_2",
"beep_12",
"beep_13",
"beep_14",
"beep_18",
"beep_32",
"beep_33"
],
[
"beep_3",
"beep_4",
"beep_5"
]
]
}
|
1634
|
play the c major scale
|
beep -f {{262}} -n -f {{294}} -n -f {{330}} -n -f {{349}} -n -f {{392}} -n -f {{440}} -n -f {{494}} -n -f {{523}}
|
[
"beep_2",
"beep_3",
"beep_4",
"beep_8",
"beep_12",
"beep_13",
"beep_14",
"beep_18",
"beep_27",
"beep_29",
"beep_31",
"beep_32",
"beep_33"
] |
beep
|
beep
| true |
{
"token": [
"-f",
"-n",
"|main|"
],
"oracle_man": [
[
"beep_2",
"beep_4",
"beep_8",
"beep_13",
"beep_27",
"beep_29",
"beep_31",
"beep_33"
],
[
"beep_2",
"beep_12",
"beep_13",
"beep_14",
"beep_18",
"beep_32",
"beep_33"
],
[
"beep_3",
"beep_4",
"beep_5"
]
]
}
|
1638
|
monitor all device events
|
sudo udevadm monitor
|
[
"udevadm_7",
"udevadm_10",
"udevadm_67"
] |
udevadm
|
udevadm
| true |
{
"token": [
"monitor",
"|main|"
],
"oracle_man": [
[
"udevadm_7",
"udevadm_67"
],
[
"udevadm_10"
]
]
}
|
1639
|
print `uevents` sent out by the kernel
|
sudo udevadm monitor --kernel
|
[
"udevadm_7",
"udevadm_10",
"udevadm_67",
"udevadm_68"
] |
udevadm
|
udevadm
| true |
{
"token": [
"monitor",
"--kernel",
"|main|"
],
"oracle_man": [
[
"udevadm_7",
"udevadm_67"
],
[
"udevadm_68"
],
[
"udevadm_10"
]
]
}
|
1640
|
print device events after being processed by `udev`
|
sudo udevadm monitor --udev
|
[
"udevadm_7",
"udevadm_10",
"udevadm_67",
"udevadm_69"
] |
udevadm
|
udevadm
| true |
{
"token": [
"monitor",
"--udev",
"|main|"
],
"oracle_man": [
[
"udevadm_7",
"udevadm_67"
],
[
"udevadm_69"
],
[
"udevadm_10"
]
]
}
|
1641
|
list attributes of a device
|
sudo udevadm info --attribute-walk --path {{/dev/sda1}}
|
[
"udevadm_3",
"udevadm_10",
"udevadm_13",
"udevadm_16",
"udevadm_19"
] |
udevadm
|
udevadm
| true |
{
"token": [
"info",
"--attribute-walk",
"--path",
"|main|"
],
"oracle_man": [
[
"udevadm_3",
"udevadm_13"
],
[
"udevadm_19"
],
[
"udevadm_16"
],
[
"udevadm_10"
]
]
}
|
1642
|
reload all `udev` rules
|
sudo udevadm control --reload-rules
|
[
"udevadm_6",
"udevadm_10",
"udevadm_55"
] |
udevadm
|
udevadm
| true |
{
"token": [
"control",
"--reload-rules",
"|main|"
],
"oracle_man": [
[
"udevadm_6",
"udevadm_55"
],
[],
[
"udevadm_10"
]
]
}
|
1643
|
trigger all `udev` rules to run
|
sudo udevadm trigger
|
[
"udevadm_4",
"udevadm_10",
"udevadm_29"
] |
udevadm
|
udevadm
| true |
{
"token": [
"trigger",
"|main|"
],
"oracle_man": [
[
"udevadm_4",
"udevadm_29"
],
[
"udevadm_10"
]
]
}
|
1644
|
record a snippet in "cd" quality (finish with ctrlc when done)
|
arecord -vv --format=cd {{path/to/file.wav}}
|
[
"arecord_3",
"arecord_7",
"arecord_27",
"arecord_28"
] |
arecord
|
arecord
| true |
{
"token": [
"-vv",
"--format=cd",
"|main|"
],
"oracle_man": [
[
"arecord_7",
"arecord_27",
"arecord_28"
],
[],
[
"arecord_3",
"arecord_4",
"arecord_5"
]
]
}
|
1645
|
record a snippet in "cd" quality, with a fixed duration of 10 seconds
|
arecord -vv --format=cd --duration={{10}} {{path/to/file.wav}}
|
[
"arecord_3",
"arecord_7",
"arecord_16",
"arecord_27",
"arecord_28"
] |
arecord
|
arecord
| true |
{
"token": [
"-vv",
"--format=cd",
"--duration",
"|main|"
],
"oracle_man": [
[
"arecord_7",
"arecord_27",
"arecord_28"
],
[],
[
"arecord_16"
],
[
"arecord_3",
"arecord_4",
"arecord_5"
]
]
}
|
1646
|
record a snippet and save it as an mp3 (finish with ctrlc when done)
|
arecord -vv --format=cd --file-type raw | lame -r - {{path/to/file.mp3}}
|
[
"arecord_1",
"arecord_3",
"arecord_6",
"arecord_7",
"arecord_8",
"arecord_9",
"arecord_10",
"arecord_11",
"arecord_12",
"arecord_13",
"arecord_14",
"arecord_15",
"arecord_16",
"arecord_17",
"arecord_18",
"arecord_19",
"arecord_20",
"arecord_21",
"arecord_22",
"arecord_23",
"arecord_24",
"arecord_25",
"arecord_26",
"arecord_27",
"arecord_28",
"arecord_29",
"arecord_30",
"arecord_31",
"arecord_32",
"arecord_33",
"arecord_35",
"arecord_36",
"arecord_37",
"arecord_38",
"arecord_39",
"arecord_40",
"arecord_41",
"arecord_42",
"arecord_43",
"arecord_44",
"arecord_45",
"arecord_46",
"arecord_47",
"arecord_48",
"arecord_49",
"arecord_50",
"arecord_51"
] |
arecord
|
arecord
| true |
{
"token": [
"-vv",
"--format=cd",
"--file-type",
"raw",
"lame",
"-r",
"-",
"|main|"
],
"oracle_man": [
[
"arecord_7",
"arecord_27",
"arecord_28"
],
[],
[
"arecord_12"
],
[],
[],
[
"arecord_14",
"arecord_15",
"arecord_35",
"arecord_48"
],
[
"arecord_1",
"arecord_3",
"arecord_6",
"arecord_7",
"arecord_8",
"arecord_9",
"arecord_10",
"arecord_11",
"arecord_12",
"arecord_13",
"arecord_14",
"arecord_15",
"arecord_16",
"arecord_17",
"arecord_18",
"arecord_19",
"arecord_20",
"arecord_21",
"arecord_22",
"arecord_23",
"arecord_24",
"arecord_25",
"arecord_26",
"arecord_27",
"arecord_28",
"arecord_29",
"arecord_30",
"arecord_31",
"arecord_32",
"arecord_33",
"arecord_35",
"arecord_36",
"arecord_37",
"arecord_38",
"arecord_39",
"arecord_40",
"arecord_41",
"arecord_42",
"arecord_43",
"arecord_44",
"arecord_45",
"arecord_46",
"arecord_47",
"arecord_48",
"arecord_49",
"arecord_50",
"arecord_51"
],
[
"arecord_3",
"arecord_4",
"arecord_5"
]
]
}
|
1647
|
list all sound cards and digital audio devices
|
arecord --list-devices
|
[
"arecord_3",
"arecord_8"
] |
arecord
|
arecord
| true |
{
"token": [
"--list-devices",
"|main|"
],
"oracle_man": [
[
"arecord_8"
],
[
"arecord_3",
"arecord_4",
"arecord_5"
]
]
}
|
1648
|
allow interactive interface (e.g. use spacebar or enter to play or pause)
|
arecord --interactive
|
[
"arecord_3",
"arecord_32"
] |
arecord
|
arecord
| true |
{
"token": [
"--interactive",
"|main|"
],
"oracle_man": [
[
"arecord_32"
],
[
"arecord_3",
"arecord_4",
"arecord_5"
]
]
}
|
1660
|
generate a uuidv1 (based on time and system's hardware address, if present)
|
uuid
|
[
"uuid_5"
] |
uuid
|
uuid
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"uuid_5",
"uuid_6",
"uuid_7"
]
]
}
|
1661
|
generate a uuidv4 (based on random data)
|
uuid -v {{4}}
|
[
"uuid_2",
"uuid_5",
"uuid_7",
"uuid_18",
"uuid_20",
"uuid_22"
] |
uuid
|
uuid
| true |
{
"token": [
"-v",
"|main|"
],
"oracle_man": [
[
"uuid_2",
"uuid_7",
"uuid_18",
"uuid_20",
"uuid_22"
],
[
"uuid_5",
"uuid_6",
"uuid_7"
]
]
}
|
1662
|
generate multiple uuidv4 identifiers at once
|
uuid -v {{4}} -n {{number_of_uuids}}
|
[
"uuid_2",
"uuid_5",
"uuid_7",
"uuid_10",
"uuid_11",
"uuid_18",
"uuid_20",
"uuid_22"
] |
uuid
|
uuid
| true |
{
"token": [
"-v",
"-n",
"|main|"
],
"oracle_man": [
[
"uuid_2",
"uuid_7",
"uuid_18",
"uuid_20",
"uuid_22"
],
[
"uuid_2",
"uuid_10",
"uuid_11"
],
[
"uuid_5",
"uuid_6",
"uuid_7"
]
]
}
|
1663
|
generate a uuidv4 and specify the output format
|
uuid -v {{4}} -F {{BIN|STR|SIV}}
|
[
"uuid_2",
"uuid_5",
"uuid_7",
"uuid_12",
"uuid_18",
"uuid_20",
"uuid_22"
] |
uuid
|
uuid
| true |
{
"token": [
"-v",
"-F",
"|main|"
],
"oracle_man": [
[
"uuid_2",
"uuid_7",
"uuid_18",
"uuid_20",
"uuid_22"
],
[
"uuid_2",
"uuid_12"
],
[
"uuid_5",
"uuid_6",
"uuid_7"
]
]
}
|
1664
|
generate a uuidv4 and write the output to a file
|
uuid -v {{4}} -o {{path/to/file}}
|
[
"uuid_2",
"uuid_3",
"uuid_5",
"uuid_7",
"uuid_16",
"uuid_18",
"uuid_20",
"uuid_22"
] |
uuid
|
uuid
| true |
{
"token": [
"-v",
"-o",
"|main|"
],
"oracle_man": [
[
"uuid_2",
"uuid_7",
"uuid_18",
"uuid_20",
"uuid_22"
],
[
"uuid_2",
"uuid_3",
"uuid_16"
],
[
"uuid_5",
"uuid_6",
"uuid_7"
]
]
}
|
1665
|
generate a uuidv5 (based on the supplied object name) with a specified namespace prefix
|
uuid -v {{5}} ns:{{DNS|URL|OID|X500}} {{object_name}}
|
[
"uuid_2",
"uuid_5",
"uuid_7",
"uuid_18",
"uuid_20",
"uuid_22"
] |
uuid
|
uuid
| true |
{
"token": [
"-v",
"|main|"
],
"oracle_man": [
[
"uuid_2",
"uuid_7",
"uuid_18",
"uuid_20",
"uuid_22"
],
[
"uuid_5",
"uuid_6",
"uuid_7"
]
]
}
|
1666
|
decode a given uuid
|
uuid -d {{uuid}}
|
[
"uuid_3",
"uuid_5",
"uuid_17",
"uuid_19",
"uuid_21",
"uuid_23"
] |
uuid
|
uuid
| true |
{
"token": [
"-d",
"|main|"
],
"oracle_man": [
[
"uuid_3",
"uuid_17",
"uuid_19",
"uuid_21",
"uuid_23"
],
[
"uuid_5",
"uuid_6",
"uuid_7"
]
]
}
|
1677
|
list local containers matching a string. omit the string to list all local containers
|
lxc list {{match_string}}
|
[
"lxc_1"
] |
lxc
|
lxc
| true |
{
"token": [
"list",
"|main|"
],
"oracle_man": [
[],
[
"lxc_1"
]
]
}
|
1678
|
list images matching a string. omit the string to list all images
|
lxc image list [{{remote}}:]{{match_string}}
|
[
"lxc_1"
] |
lxc
|
lxc
| true |
{
"token": [
"image",
"list",
"|main|"
],
"oracle_man": [
[],
[],
[
"lxc_1"
]
]
}
|
1679
|
create a new container from an image
|
lxc init [{{remote}}:]{{image}} {{container}}
|
[
"lxc_1"
] |
lxc
|
lxc
| true |
{
"token": [
"init",
"|main|"
],
"oracle_man": [
[],
[
"lxc_1"
]
]
}
|
1680
|
start a container
|
lxc start [{{remote}}:]{{container}}
|
[
"lxc_1"
] |
lxc
|
lxc
| true |
{
"token": [
"start",
"|main|"
],
"oracle_man": [
[],
[
"lxc_1"
]
]
}
|
1681
|
stop a container
|
lxc stop [{{remote}}:]{{container}}
|
[
"lxc_1"
] |
lxc
|
lxc
| true |
{
"token": [
"stop",
"|main|"
],
"oracle_man": [
[],
[
"lxc_1"
]
]
}
|
1682
|
show detailed info about a container
|
lxc info [{{remote}}:]{{container}}
|
[
"lxc_1"
] |
lxc
|
lxc
| true |
{
"token": [
"info",
"|main|"
],
"oracle_man": [
[],
[
"lxc_1"
]
]
}
|
1683
|
take a snapshot of a container
|
lxc snapshot [{{remote}}:]{{container}} {{snapshot}}
|
[
"lxc_1"
] |
lxc
|
lxc
| true |
{
"token": [
"snapshot",
"|main|"
],
"oracle_man": [
[],
[
"lxc_1"
]
]
}
|
1684
|
mirror an image horizontally or vertically
|
jpegtran -flip {{horizontal|vertical}} {{path/to/image.jpg}} > {{path/to/output.jpg}}
|
[
"jpegtran_3",
"jpegtran_16",
"jpegtran_17",
"jpegtran_24"
] |
jpegtran
|
jpegtran
| true |
{
"token": [
"-flip",
"|main|"
],
"oracle_man": [
[
"jpegtran_16",
"jpegtran_17",
"jpegtran_24"
],
[
"jpegtran_3",
"jpegtran_4",
"jpegtran_5",
"jpegtran_6"
]
]
}
|
1685
|
rotate an image 90, 180 or 270 degrees clockwise
|
jpegtran -rotate {{90|180|270}} {{path/to/image.jpg}} > {{path/to/output.jpg}}
|
[
"jpegtran_3",
"jpegtran_18",
"jpegtran_19",
"jpegtran_20"
] |
jpegtran
|
jpegtran
| true |
{
"token": [
"-rotate",
"|main|"
],
"oracle_man": [
[
"jpegtran_18",
"jpegtran_19",
"jpegtran_20"
],
[
"jpegtran_3",
"jpegtran_4",
"jpegtran_5",
"jpegtran_6"
]
]
}
|
1686
|
transpose the image across the upperleft to lower right axis
|
jpegtran -transpose {{path/to/image.jpg}} > {{path/to/output.jpg}}
|
[
"jpegtran_3",
"jpegtran_21"
] |
jpegtran
|
jpegtran
| true |
{
"token": [
"-transpose",
"|main|"
],
"oracle_man": [
[
"jpegtran_21"
],
[
"jpegtran_3",
"jpegtran_4",
"jpegtran_5",
"jpegtran_6"
]
]
}
|
1687
|
transverse the image across the upper right to lower left axis
|
jpegtran -transverse {{path/to/image.jpg}} > {{path/to/output.jpg}}
|
[
"jpegtran_3",
"jpegtran_22"
] |
jpegtran
|
jpegtran
| true |
{
"token": [
"-transverse",
"|main|"
],
"oracle_man": [
[
"jpegtran_22"
],
[
"jpegtran_3",
"jpegtran_4",
"jpegtran_5",
"jpegtran_6"
]
]
}
|
1688
|
convert the image to grayscale
|
jpegtran -grayscale {{path/to/image.jpg}} > {{path/to/output.jpg}}
|
[
"jpegtran_3",
"jpegtran_43"
] |
jpegtran
|
jpegtran
| true |
{
"token": [
"-grayscale",
"|main|"
],
"oracle_man": [
[
"jpegtran_43"
],
[
"jpegtran_3",
"jpegtran_4",
"jpegtran_5",
"jpegtran_6"
]
]
}
|
1689
|
crop the image to a rectangular region of width `w` and height `h` from the upperleft corner, saving the output to a specific file
|
jpegtran -crop {{W}}x{{H}} -outfile {{path/to/output.jpg}} {{path/to/image.jpg}}
|
[
"jpegtran_3",
"jpegtran_34",
"jpegtran_55"
] |
jpegtran
|
jpegtran
| true |
{
"token": [
"-crop",
"-outfile",
"|main|"
],
"oracle_man": [
[
"jpegtran_34"
],
[
"jpegtran_55"
],
[
"jpegtran_3",
"jpegtran_4",
"jpegtran_5",
"jpegtran_6"
]
]
}
|
1690
|
crop the image to a rectangular region of width `w` and height `h`, starting at point `x` and `y` from the upperleft corner
|
jpegtran -crop {{W}}x{{H}}+{{X}}+{{Y}} {{path/to/image.jpg}} > {{path/to/output.jpg}}
|
[
"jpegtran_3",
"jpegtran_34"
] |
jpegtran
|
jpegtran
| true |
{
"token": [
"-crop",
"|main|"
],
"oracle_man": [
[
"jpegtran_34"
],
[
"jpegtran_3",
"jpegtran_4",
"jpegtran_5",
"jpegtran_6"
]
]
}
|
1691
|
read an image from a file and print in ascii
|
asciiart {{path/to/image.jpg}}
|
[
"asciiart_3"
] |
asciiart
|
asciiart
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"asciiart_3"
]
]
}
|
1692
|
read an image from a url and print in ascii
|
asciiart {{www.example.com/image.jpg}}
|
[
"asciiart_3"
] |
asciiart
|
asciiart
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"asciiart_3"
]
]
}
|
1693
|
choose the output width (default is 100)
|
asciiart --width {{50}} {{path/to/image.jpg}}
|
[
"asciiart_3",
"asciiart_4"
] |
asciiart
|
asciiart
| true |
{
"token": [
"--width",
"|main|"
],
"oracle_man": [
[
"asciiart_4"
],
[
"asciiart_3"
]
]
}
|
1694
|
colorize the ascii output
|
asciiart --color {{path/to/image.jpg}}
|
[
"asciiart_3",
"asciiart_6"
] |
asciiart
|
asciiart
| true |
{
"token": [
"--color",
"|main|"
],
"oracle_man": [
[
"asciiart_6"
],
[
"asciiart_3"
]
]
}
|
1695
|
choose the output format (default format is text)
|
asciiart --format {{text|html}} {{path/to/image.jpg}}
|
[
"asciiart_3",
"asciiart_5"
] |
asciiart
|
asciiart
| true |
{
"token": [
"--format",
"|main|"
],
"oracle_man": [
[
"asciiart_5"
],
[
"asciiart_3"
]
]
}
|
1696
|
invert the character map
|
asciiart --invert-chars {{path/to/image.jpg}}
|
[
"asciiart_3",
"asciiart_7"
] |
asciiart
|
asciiart
| true |
{
"token": [
"--invert-chars",
"|main|"
],
"oracle_man": [
[
"asciiart_7"
],
[
"asciiart_3"
]
]
}
|
1697
|
combine the `/etc/shadow` and `/etc/passwd` of the current system
|
sudo unshadow /etc/passwd /etc/shadow
|
[
"unshadow_3"
] |
unshadow
|
unshadow
| true |
{
"token": [
"/etc/passwd",
"/etc/shadow",
"|main|"
],
"oracle_man": [
[],
[],
[
"unshadow_3",
"unshadow_4"
]
]
}
|
1698
|
combine two arbitrary shadow and password files
|
sudo unshadow {{path/to/passwd}} {{path/to/shadow}}
|
[
"unshadow_3"
] |
unshadow
|
unshadow
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"unshadow_3",
"unshadow_4"
]
]
}
|
1187
|
display help
|
pacman --deptest --help
|
[
"pacman_3",
"pacman_15",
"pacman_19"
] |
pacman
|
pacman-deptest
| true |
{
"token": [
"--deptest",
"--help",
"|main|"
],
"oracle_man": [
[
"pacman_15"
],
[
"pacman_19"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
}
|
1712
|
mark a package as implicitly installed
|
sudo pacman --database --asdeps {{package_name}}
|
[
"pacman_3",
"pacman_6",
"pacman_43",
"pacman_79"
] |
pacman
|
pacman-database
| true |
{
"token": [
"--database",
"--asdeps",
"|main|"
],
"oracle_man": [
[
"pacman_6"
],
[
"pacman_43",
"pacman_79"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
}
|
1713
|
mark a package as explicitly installed
|
sudo pacman --database --asexplicit {{package_name}}
|
[
"pacman_3",
"pacman_6",
"pacman_44",
"pacman_80"
] |
pacman
|
pacman-database
| true |
{
"token": [
"--database",
"--asexplicit",
"|main|"
],
"oracle_man": [
[
"pacman_6"
],
[
"pacman_44",
"pacman_80"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
}
|
1714
|
check that all the package dependencies are installed
|
pacman --database --check
|
[
"pacman_3",
"pacman_6",
"pacman_54",
"pacman_81"
] |
pacman
|
pacman-database
| true |
{
"token": [
"--database",
"--check",
"|main|"
],
"oracle_man": [
[
"pacman_6"
],
[
"pacman_54",
"pacman_81"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
}
|
1715
|
check the repositories to ensure all specified dependencies are available
|
pacman --database --check --check
|
[
"pacman_3",
"pacman_6",
"pacman_54",
"pacman_81"
] |
pacman
|
pacman-database
| true |
{
"token": [
"--database",
"--check",
"|main|"
],
"oracle_man": [
[
"pacman_6"
],
[
"pacman_54",
"pacman_81"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
}
|
1716
|
display only error messages
|
pacman --database --check --quiet
|
[
"pacman_3",
"pacman_6",
"pacman_54",
"pacman_60",
"pacman_73",
"pacman_81",
"pacman_82",
"pacman_86"
] |
pacman
|
pacman-database
| true |
{
"token": [
"--database",
"--check",
"--quiet",
"|main|"
],
"oracle_man": [
[
"pacman_6"
],
[
"pacman_54",
"pacman_81"
],
[
"pacman_60",
"pacman_73",
"pacman_82",
"pacman_86"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
}
|
1735
|
list services with runlevel
|
chkconfig --list
|
[
"chkconfig_2",
"chkconfig_3"
] |
chkconfig
|
chkconfig
| true |
{
"token": [
"--list",
"|main|"
],
"oracle_man": [
[
"chkconfig_2"
],
[
"chkconfig_3"
]
]
}
|
1736
|
show a service's runlevel
|
chkconfig --list {{ntpd}}
|
[
"chkconfig_2",
"chkconfig_3"
] |
chkconfig
|
chkconfig
| true |
{
"token": [
"--list",
"|main|"
],
"oracle_man": [
[
"chkconfig_2"
],
[
"chkconfig_3"
]
]
}
|
1737
|
enable service at boot
|
chkconfig {{sshd}} on
|
[
"chkconfig_3",
"chkconfig_23",
"chkconfig_29"
] |
chkconfig
|
chkconfig
| true |
{
"token": [
"on",
"|main|"
],
"oracle_man": [
[
"chkconfig_23",
"chkconfig_29"
],
[
"chkconfig_3"
]
]
}
|
1738
|
enable service at boot for runlevels 2, 3, 4, and 5
|
chkconfig --level {{2345}} {{sshd}} on
|
[
"chkconfig_3",
"chkconfig_23",
"chkconfig_29"
] |
chkconfig
|
chkconfig
| true |
{
"token": [
"--level",
"on",
"|main|"
],
"oracle_man": [
[],
[
"chkconfig_23",
"chkconfig_29"
],
[
"chkconfig_3"
]
]
}
|
1739
|
disable service at boot
|
chkconfig {{ntpd}} off
|
[
"chkconfig_3"
] |
chkconfig
|
chkconfig
| true |
{
"token": [
"off",
"|main|"
],
"oracle_man": [
[],
[
"chkconfig_3"
]
]
}
|
1740
|
disable service at boot for runlevel 3
|
chkconfig --level {{3}} {{ntpd}} off
|
[
"chkconfig_3"
] |
chkconfig
|
chkconfig
| true |
{
"token": [
"--level",
"off",
"|main|"
],
"oracle_man": [
[],
[],
[
"chkconfig_3"
]
]
}
|
1741
|
show whether an alarm is set or not
|
sudo rtcwake -m show -v
|
[
"rtcwake_2",
"rtcwake_3",
"rtcwake_15",
"rtcwake_16",
"rtcwake_25",
"rtcwake_30",
"rtcwake_31"
] |
rtcwake
|
rtcwake
| true |
{
"token": [
"-m",
"show",
"-v",
"|main|"
],
"oracle_man": [
[
"rtcwake_2",
"rtcwake_15",
"rtcwake_16"
],
[
"rtcwake_25"
],
[
"rtcwake_30",
"rtcwake_31"
],
[
"rtcwake_3",
"rtcwake_4",
"rtcwake_5",
"rtcwake_6",
"rtcwake_7",
"rtcwake_8"
]
]
}
|
1742
|
suspend to ram and wakeup after 10 seconds
|
sudo rtcwake -m mem -s {{10}}
|
[
"rtcwake_2",
"rtcwake_3",
"rtcwake_15",
"rtcwake_16",
"rtcwake_18",
"rtcwake_19",
"rtcwake_27"
] |
rtcwake
|
rtcwake
| true |
{
"token": [
"-m",
"mem",
"-s",
"|main|"
],
"oracle_man": [
[
"rtcwake_2",
"rtcwake_15",
"rtcwake_16"
],
[
"rtcwake_19"
],
[
"rtcwake_2",
"rtcwake_18",
"rtcwake_27"
],
[
"rtcwake_3",
"rtcwake_4",
"rtcwake_5",
"rtcwake_6",
"rtcwake_7",
"rtcwake_8"
]
]
}
|
1743
|
suspend to disk (higher power saving) and wakeup 15 minutes later
|
sudo rtcwake -m disk --date +{{15}}min
|
[
"rtcwake_2",
"rtcwake_3",
"rtcwake_11",
"rtcwake_15",
"rtcwake_16",
"rtcwake_20"
] |
rtcwake
|
rtcwake
| true |
{
"token": [
"-m",
"disk",
"--date",
"|main|"
],
"oracle_man": [
[
"rtcwake_2",
"rtcwake_15",
"rtcwake_16"
],
[
"rtcwake_20"
],
[
"rtcwake_11"
],
[
"rtcwake_3",
"rtcwake_4",
"rtcwake_5",
"rtcwake_6",
"rtcwake_7",
"rtcwake_8"
]
]
}
|
1744
|
freeze the system (more efficient than suspendtoram but version 3.9 or newer of the linux kernel is required) and wakeup at a given date and time
|
sudo rtcwake -m freeze --date {{YYYYMMDDhhmm}}
|
[
"rtcwake_2",
"rtcwake_3",
"rtcwake_11",
"rtcwake_15",
"rtcwake_16",
"rtcwake_18"
] |
rtcwake
|
rtcwake
| true |
{
"token": [
"-m",
"freeze",
"--date",
"|main|"
],
"oracle_man": [
[
"rtcwake_2",
"rtcwake_15",
"rtcwake_16"
],
[
"rtcwake_18"
],
[
"rtcwake_11"
],
[
"rtcwake_3",
"rtcwake_4",
"rtcwake_5",
"rtcwake_6",
"rtcwake_7",
"rtcwake_8"
]
]
}
|
1745
|
disable a previously set alarm
|
sudo rtcwake -m disable
|
[
"rtcwake_2",
"rtcwake_3",
"rtcwake_15",
"rtcwake_16",
"rtcwake_24"
] |
rtcwake
|
rtcwake
| true |
{
"token": [
"-m",
"disable",
"|main|"
],
"oracle_man": [
[
"rtcwake_2",
"rtcwake_15",
"rtcwake_16"
],
[
"rtcwake_24"
],
[
"rtcwake_3",
"rtcwake_4",
"rtcwake_5",
"rtcwake_6",
"rtcwake_7",
"rtcwake_8"
]
]
}
|
1746
|
perform a dry run to wakeup the computer at a given time. (press ctrl + c to abort)
|
sudo rtcwake -m on --date {{hh:ss}}
|
[
"rtcwake_2",
"rtcwake_3",
"rtcwake_11",
"rtcwake_15",
"rtcwake_16",
"rtcwake_23"
] |
rtcwake
|
rtcwake
| true |
{
"token": [
"-m",
"on",
"--date",
"|main|"
],
"oracle_man": [
[
"rtcwake_2",
"rtcwake_15",
"rtcwake_16"
],
[
"rtcwake_23"
],
[
"rtcwake_11"
],
[
"rtcwake_3",
"rtcwake_4",
"rtcwake_5",
"rtcwake_6",
"rtcwake_7",
"rtcwake_8"
]
]
}
|
1747
|
start a new game
|
cuyo
|
[
"cuyo_4"
] |
cuyo
|
cuyo
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"cuyo_4"
]
]
}
|
1748
|
navigate the piece horizontally
|
{{A|D}} OR {{Left|Right}} arrow key
|
[
"cuyo_4"
] |
cuyo
|
cuyo
| true |
{
"token": [
"OR",
"arrow",
"key",
"|main|"
],
"oracle_man": [
[],
[],
[],
[
"cuyo_4"
]
]
}
|
1749
|
turn the piece
|
{{W|Up arrow key}}
|
[
"cuyo_4"
] |
cuyo
|
cuyo
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"cuyo_4"
]
]
}
|
1750
|
hard drop the piece
|
{{S|Down arrow key}}
|
[
"cuyo_4"
] |
cuyo
|
cuyo
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"cuyo_4"
]
]
}
|
1751
|
run an installed application
|
flatpak run {{name}}
|
[
"flatpak_3"
] |
flatpak
|
flatpak
| true |
{
"token": [
"run",
"|main|"
],
"oracle_man": [
[],
[
"flatpak_3",
"flatpak_4",
"flatpak_5",
"flatpak_6",
"flatpak_7",
"flatpak_8",
"flatpak_9"
]
]
}
|
1752
|
install an application from a remote source
|
flatpak install {{remote}} {{name}}
|
[
"flatpak_3"
] |
flatpak
|
flatpak
| true |
{
"token": [
"install",
"|main|"
],
"oracle_man": [
[],
[
"flatpak_3",
"flatpak_4",
"flatpak_5",
"flatpak_6",
"flatpak_7",
"flatpak_8",
"flatpak_9"
]
]
}
|
1753
|
list all installed applications and runtimes
|
flatpak list
|
[
"flatpak_3"
] |
flatpak
|
flatpak
| true |
{
"token": [
"list",
"|main|"
],
"oracle_man": [
[],
[
"flatpak_3",
"flatpak_4",
"flatpak_5",
"flatpak_6",
"flatpak_7",
"flatpak_8",
"flatpak_9"
]
]
}
|
1754
|
update all installed applications and runtimes
|
flatpak update
|
[
"flatpak_3"
] |
flatpak
|
flatpak
| true |
{
"token": [
"update",
"|main|"
],
"oracle_man": [
[],
[
"flatpak_3",
"flatpak_4",
"flatpak_5",
"flatpak_6",
"flatpak_7",
"flatpak_8",
"flatpak_9"
]
]
}
|
1755
|
add a remote source
|
flatpak remote-add --if-not-exists {{remote_name}} {{remote_url}}
|
[
"flatpak_3"
] |
flatpak
|
flatpak
| true |
{
"token": [
"remote-add",
"--if-not-exists",
"|main|"
],
"oracle_man": [
[],
[],
[
"flatpak_3",
"flatpak_4",
"flatpak_5",
"flatpak_6",
"flatpak_7",
"flatpak_8",
"flatpak_9"
]
]
}
|
1756
|
list all configured remote sources
|
flatpak remote-list
|
[
"flatpak_3"
] |
flatpak
|
flatpak
| true |
{
"token": [
"remote-list",
"|main|"
],
"oracle_man": [
[],
[
"flatpak_3",
"flatpak_4",
"flatpak_5",
"flatpak_6",
"flatpak_7",
"flatpak_8",
"flatpak_9"
]
]
}
|
1757
|
remove an installed application
|
flatpak remove {{name}}
|
[
"flatpak_3"
] |
flatpak
|
flatpak
| true |
{
"token": [
"remove",
"|main|"
],
"oracle_man": [
[],
[
"flatpak_3",
"flatpak_4",
"flatpak_5",
"flatpak_6",
"flatpak_7",
"flatpak_8",
"flatpak_9"
]
]
}
|
1758
|
show information about an installed application
|
flatpak info {{name}}
|
[
"flatpak_3"
] |
flatpak
|
flatpak
| true |
{
"token": [
"info",
"|main|"
],
"oracle_man": [
[],
[
"flatpak_3",
"flatpak_4",
"flatpak_5",
"flatpak_6",
"flatpak_7",
"flatpak_8",
"flatpak_9"
]
]
}
|
1759
|
install the `base` package, linux kernel and firmware for common hardware
|
pacstrap {{path/to/new/root}} {{base}} {{linux}} {{linux-firmware}}
|
[
"pacstrap_3"
] |
pacstrap
|
pacstrap
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"pacstrap_3",
"pacstrap_4"
]
]
}
|
1760
|
install the `base` package, linux lts kernel and `basedevel` build tools
|
pacstrap {{path/to/new/root}} {{base}} {{base-devel}} {{linux-lts}}
|
[
"pacstrap_3"
] |
pacstrap
|
pacstrap
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"pacstrap_3",
"pacstrap_4"
]
]
}
|
1761
|
install packages without copy the host's mirrorlist to the target
|
pacstrap -M {{path/to/new/root}} {{packages}}
|
[
"pacstrap_3",
"pacstrap_9"
] |
pacstrap
|
pacstrap
| true |
{
"token": [
"-M",
"|main|"
],
"oracle_man": [
[
"pacstrap_9"
],
[
"pacstrap_3",
"pacstrap_4"
]
]
}
|
1762
|
use an alternate configuration file for pacman
|
pacstrap -C {{path/to/pacman.conf}} {{path/to/new/root}} {{packages}}
|
[
"pacstrap_3",
"pacstrap_5"
] |
pacstrap
|
pacstrap
| true |
{
"token": [
"-C",
"|main|"
],
"oracle_man": [
[
"pacstrap_5"
],
[
"pacstrap_3",
"pacstrap_4"
]
]
}
|
1763
|
install packages using the package cache on the host instead of on the target
|
pacstrap -c {{path/to/new/root}} {{packages}}
|
[
"pacstrap_3",
"pacstrap_6"
] |
pacstrap
|
pacstrap
| true |
{
"token": [
"-c",
"|main|"
],
"oracle_man": [
[
"pacstrap_6"
],
[
"pacstrap_3",
"pacstrap_4"
]
]
}
|
1764
|
install packages without copy the host's pacman keyring to the target
|
pacstrap -G {{path/to/new/root}} {{packages}}
|
[
"pacstrap_3",
"pacstrap_7"
] |
pacstrap
|
pacstrap
| true |
{
"token": [
"-G",
"|main|"
],
"oracle_man": [
[
"pacstrap_7"
],
[
"pacstrap_3",
"pacstrap_4"
]
]
}
|
1765
|
install packages in interactive mode (prompts for confirmation)
|
pacstrap -i {{path/to/new/root}} {{packages}}
|
[
"pacstrap_3",
"pacstrap_8"
] |
pacstrap
|
pacstrap
| true |
{
"token": [
"-i",
"|main|"
],
"oracle_man": [
[
"pacstrap_8"
],
[
"pacstrap_3",
"pacstrap_4"
]
]
}
|
1766
|
install packages using package files
|
pacstrap -U {{path/to/new/root}} {{path/to/package1}} {{path/to/package2}}
|
[
"pacstrap_3",
"pacstrap_10"
] |
pacstrap
|
pacstrap
| true |
{
"token": [
"-U",
"|main|"
],
"oracle_man": [
[
"pacstrap_10"
],
[
"pacstrap_3",
"pacstrap_4"
]
]
}
|
1767
|
list snapshots
|
sudo timeshift --list
|
[
"timeshift_2",
"timeshift_3",
"timeshift_5",
"timeshift_10"
] |
timeshift
|
timeshift
| true |
{
"token": [
"--list",
"|main|"
],
"oracle_man": [
[
"timeshift_2",
"timeshift_5",
"timeshift_10"
],
[
"timeshift_3"
]
]
}
|
1768
|
create a new snapshot (if scheduled)
|
sudo timeshift --check
|
[
"timeshift_2",
"timeshift_3",
"timeshift_6"
] |
timeshift
|
timeshift
| true |
{
"token": [
"--check",
"|main|"
],
"oracle_man": [
[
"timeshift_2",
"timeshift_6"
],
[
"timeshift_3"
]
]
}
|
1769
|
create a new snapshot (even if not scheduled)
|
sudo timeshift --create
|
[
"timeshift_2",
"timeshift_3",
"timeshift_6",
"timeshift_10"
] |
timeshift
|
timeshift
| true |
{
"token": [
"--create",
"|main|"
],
"oracle_man": [
[
"timeshift_2",
"timeshift_6",
"timeshift_10"
],
[
"timeshift_3"
]
]
}
|
1770
|
restore a snapshot (selecting which snapshot to restore interactively)
|
sudo timeshift --restore
|
[
"timeshift_2",
"timeshift_3",
"timeshift_7",
"timeshift_10"
] |
timeshift
|
timeshift
| true |
{
"token": [
"--restore",
"|main|"
],
"oracle_man": [
[
"timeshift_2",
"timeshift_7",
"timeshift_10"
],
[
"timeshift_3"
]
]
}
|
1771
|
restore a specific snapshot
|
sudo timeshift --restore --snapshot '{{snapshot}}'
|
[
"timeshift_2",
"timeshift_3",
"timeshift_7",
"timeshift_9",
"timeshift_10"
] |
timeshift
|
timeshift
| true |
{
"token": [
"--restore",
"--snapshot",
"|main|"
],
"oracle_man": [
[
"timeshift_2",
"timeshift_7",
"timeshift_10"
],
[
"timeshift_7",
"timeshift_9",
"timeshift_10"
],
[
"timeshift_3"
]
]
}
|
1772
|
delete a specific snapshot
|
sudo timeshift --delete --snapshot '{{snapshot}}'
|
[
"timeshift_2",
"timeshift_3",
"timeshift_7",
"timeshift_8",
"timeshift_9",
"timeshift_10"
] |
timeshift
|
timeshift
| true |
{
"token": [
"--delete",
"--snapshot",
"|main|"
],
"oracle_man": [
[
"timeshift_2",
"timeshift_8",
"timeshift_10"
],
[
"timeshift_7",
"timeshift_9",
"timeshift_10"
],
[
"timeshift_3"
]
]
}
|
1773
|
list all attributes of a kernel module
|
modinfo {{kernel_module}}
|
[
"modinfo_5"
] |
modinfo
|
modinfo
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"modinfo_5",
"modinfo_6",
"modinfo_7"
]
]
}
|
1774
|
list the specified attribute only
|
modinfo -F {{author|description|license|parm|filename}} {{kernel_module}}
|
[
"modinfo_2",
"modinfo_5",
"modinfo_9"
] |
modinfo
|
modinfo
| true |
{
"token": [
"-F",
"|main|"
],
"oracle_man": [
[
"modinfo_2",
"modinfo_9"
],
[
"modinfo_5",
"modinfo_6",
"modinfo_7"
]
]
}
|
1775
|
print current working directory of a process
|
pwdx {{process_id}}
|
[
"pwdx_1"
] |
pwdx
|
pwdx
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"pwdx_1"
]
]
}
|
1776
|
emulate 20 requests based on a given url list file per second for 60 seconds
|
http_load -rate {{20}} -seconds {{60}} {{path/to/urls.txt}}
|
[
"http_load_2",
"http_load_3",
"http_load_11",
"http_load_12",
"http_load_15",
"http_load_16"
] |
http_load
|
http_load
| true |
{
"token": [
"-rate",
"-seconds",
"|main|"
],
"oracle_man": [
[
"http_load_2",
"http_load_11",
"http_load_15",
"http_load_16"
],
[
"http_load_2",
"http_load_12",
"http_load_16"
],
[
"http_load_3",
"http_load_4",
"http_load_5",
"http_load_6",
"http_load_7",
"http_load_8",
"http_load_9",
"http_load_10",
"http_load_11",
"http_load_12",
"http_load_13",
"http_load_14",
"http_load_15",
"http_load_16"
]
]
}
|
1777
|
emulate 5 concurrent requests based on a given url list file for 60 seconds
|
http_load -parallel {{5}} -seconds {{60}} {{path/to/urls.txt}}
|
[
"http_load_2",
"http_load_3",
"http_load_11",
"http_load_12",
"http_load_15",
"http_load_16"
] |
http_load
|
http_load
| true |
{
"token": [
"-parallel",
"-seconds",
"|main|"
],
"oracle_man": [
[
"http_load_2",
"http_load_11",
"http_load_15"
],
[
"http_load_2",
"http_load_12",
"http_load_16"
],
[
"http_load_3",
"http_load_4",
"http_load_5",
"http_load_6",
"http_load_7",
"http_load_8",
"http_load_9",
"http_load_10",
"http_load_11",
"http_load_12",
"http_load_13",
"http_load_14",
"http_load_15",
"http_load_16"
]
]
}
|
1778
|
emulate 1000 requests at 20 requests per second, based on a given url list file
|
http_load -rate {{20}} -fetches {{1000}} {{path/to/urls.txt}}
|
[
"http_load_2",
"http_load_3",
"http_load_11",
"http_load_12",
"http_load_15",
"http_load_16"
] |
http_load
|
http_load
| true |
{
"token": [
"-rate",
"-fetches",
"|main|"
],
"oracle_man": [
[
"http_load_2",
"http_load_11",
"http_load_15",
"http_load_16"
],
[
"http_load_2",
"http_load_12"
],
[
"http_load_3",
"http_load_4",
"http_load_5",
"http_load_6",
"http_load_7",
"http_load_8",
"http_load_9",
"http_load_10",
"http_load_11",
"http_load_12",
"http_load_13",
"http_load_14",
"http_load_15",
"http_load_16"
]
]
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.