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
2823
execute a shell command on a remote system
smbmap -u {{username}} --prompt -H {{ip}} -x {{command}}
[ "smbmap_3", "smbmap_4", "smbmap_6", "smbmap_12", "smbmap_25", "smbmap_29" ]
smbmap
smbmap
true
{ "token": [ "-u", "--prompt", "-H", "-x", "|main|" ], "oracle_man": [ [ "smbmap_6", "smbmap_25", "smbmap_29" ], [], [ "smbmap_4", "smbmap_29" ], [ "smbmap_12", "smbmap_29" ], [ "smbmap_3" ] ] }
2824
upload a file to a remote system
smbmap -u {{username}} --prompt -H {{ip}} --upload {{source}} {{destination}}
[ "smbmap_3", "smbmap_4", "smbmap_6", "smbmap_25", "smbmap_29" ]
smbmap
smbmap
true
{ "token": [ "-u", "--prompt", "-H", "--upload", "|main|" ], "oracle_man": [ [ "smbmap_6", "smbmap_25", "smbmap_29" ], [], [ "smbmap_4", "smbmap_29" ], [ "smbmap_25" ], [ "smbmap_3" ] ] }
2831
print how long the current user has been connected in hours
ac
[ "ac_3" ]
ac
ac
true
{ "token": [ "|main|" ], "oracle_man": [ [ "ac_3", "ac_4", "ac_5", "ac_6" ] ] }
2832
print how long users have been connected in hours
ac --individual-totals
[ "ac_2", "ac_3" ]
ac
ac
true
{ "token": [ "--individual-totals", "|main|" ], "oracle_man": [ [ "ac_2" ], [ "ac_3", "ac_4", "ac_5", "ac_6" ] ] }
2833
print how long a particular user has been connected in hours
ac --individual-totals {{username}}
[ "ac_2", "ac_3" ]
ac
ac
true
{ "token": [ "--individual-totals", "|main|" ], "oracle_man": [ [ "ac_2" ], [ "ac_3", "ac_4", "ac_5", "ac_6" ] ] }
2834
print how long a particular user has been connected in hours per day (with total)
ac --daily-totals --individual-totals {{username}}
[ "ac_2", "ac_3" ]
ac
ac
true
{ "token": [ "--daily-totals", "--individual-totals", "|main|" ], "oracle_man": [ [ "ac_2" ], [ "ac_2" ], [ "ac_3", "ac_4", "ac_5", "ac_6" ] ] }
2835
also display additional details
ac --compatibility
[ "ac_2", "ac_3" ]
ac
ac
true
{ "token": [ "--compatibility", "|main|" ], "oracle_man": [ [ "ac_2" ], [ "ac_3", "ac_4", "ac_5", "ac_6" ] ] }
2836
wait for the user to make a selection and output its geometry to standard output
slop
[ "slop_3" ]
slop
slop
true
{ "token": [ "|main|" ], "oracle_man": [ [ "slop_3" ] ] }
2837
double click, rather than click and drag, to draw a selection
slop -D
[ "slop_3", "slop_15" ]
slop
slop
true
{ "token": [ "-D", "|main|" ], "oracle_man": [ [ "slop_15" ], [ "slop_3" ] ] }
2838
highlight the selection rather than outlining it
slop -l
[ "slop_3", "slop_14" ]
slop
slop
true
{ "token": [ "-l", "|main|" ], "oracle_man": [ [ "slop_14" ], [ "slop_3" ] ] }
2839
specify the output format
slop -f {{format_string}}
[ "slop_3", "slop_12", "slop_22" ]
slop
slop
true
{ "token": [ "-f", "|main|" ], "oracle_man": [ [ "slop_12", "slop_22" ], [ "slop_3" ] ] }
2840
specify the selection rectangle's color
slop -c {{red}},{{green}},{{blue}},{{alpha}}
[ "slop_3", "slop_10", "slop_20" ]
slop
slop
true
{ "token": [ "-c", "|main|" ], "oracle_man": [ [ "slop_10", "slop_20" ], [ "slop_3" ] ] }
2843
disown the current job
disown
[ "disown_1" ]
disown
disown
true
{ "token": [ "|main|" ], "oracle_man": [ [ "disown_1" ] ] }
2844
disown a specific job
disown %{{job_number}}
[ "disown_1" ]
disown
disown
true
{ "token": [ "|main|" ], "oracle_man": [ [ "disown_1" ] ] }
2845
disown all jobs
disown -a
[ "disown_1" ]
disown
disown
true
{ "token": [ "-a", "|main|" ], "oracle_man": [ [], [ "disown_1" ] ] }
2846
keep job (do not disown it), but mark it so that no future sighup is received on shell exit
disown -h %{{job_number}}
[ "disown_1" ]
disown
disown
true
{ "token": [ "-h", "|main|" ], "oracle_man": [ [], [ "disown_1" ] ] }
2851
report stats for all quotas in use
sudo repquota -all
[ "repquota_4", "repquota_6" ]
repquota
repquota
true
{ "token": [ "-all", "|main|" ], "oracle_man": [ [ "repquota_6" ], [ "repquota_4", "repquota_5" ] ] }
2852
report quota stats for all users, even those who aren't using any of their quota
sudo repquota -v {{filesystem}}
[ "repquota_2", "repquota_4", "repquota_7" ]
repquota
repquota
true
{ "token": [ "-v", "|main|" ], "oracle_man": [ [ "repquota_2", "repquota_7" ], [ "repquota_4", "repquota_5" ] ] }
2853
report on quotas for users only
repquota --user {{filesystem}}
[ "repquota_4", "repquota_18" ]
repquota
repquota
true
{ "token": [ "--user", "|main|" ], "oracle_man": [ [ "repquota_18" ], [ "repquota_4", "repquota_5" ] ] }
2854
report on quotas for groups only
sudo repquota --group {{filesystem}}
[ "repquota_4", "repquota_16" ]
repquota
repquota
true
{ "token": [ "--group", "|main|" ], "oracle_man": [ [ "repquota_16" ], [ "repquota_4", "repquota_5" ] ] }
2855
report on used quota and limits in a humanreadable format
sudo repquota --human-readable {{filesystem}}
[ "repquota_4", "repquota_12" ]
repquota
repquota
true
{ "token": [ "--human-readable", "|main|" ], "oracle_man": [ [ "repquota_12" ], [ "repquota_4", "repquota_5" ] ] }
2856
report on all quotas for users and groups in a humanreadable format
sudo repquota -augs
[ "repquota_4", "repquota_12", "repquota_19" ]
repquota
repquota
true
{ "token": [ "-augs", "|main|" ], "oracle_man": [ [ "repquota_12", "repquota_19" ], [ "repquota_4", "repquota_5" ] ] }
2857
display the most recent login of all users
lastlog
[ "lastlog_3" ]
lastlog
lastlog
true
{ "token": [ "|main|" ], "oracle_man": [ [ "lastlog_3" ] ] }
2858
display lastlog record of the specified user
lastlog -u {{username}}
[ "lastlog_3", "lastlog_6", "lastlog_9", "lastlog_11" ]
lastlog
lastlog
true
{ "token": [ "-u", "|main|" ], "oracle_man": [ [ "lastlog_6", "lastlog_9", "lastlog_11" ], [ "lastlog_3" ] ] }
2859
display records before 7 days ago
lastlog -b {{7}}
[ "lastlog_3", "lastlog_5" ]
lastlog
lastlog
true
{ "token": [ "-b", "|main|" ], "oracle_man": [ [ "lastlog_5" ], [ "lastlog_3" ] ] }
2860
display records more recent than 3 days
lastlog -t {{3}}
[ "lastlog_3", "lastlog_10" ]
lastlog
lastlog
true
{ "token": [ "-t", "|main|" ], "oracle_man": [ [ "lastlog_10" ], [ "lastlog_3" ] ] }
2861
execute a process in a given cgroup with given controller
cgexec -g {{controller}}:{{cgroup_name}} {{process_name}}
[ "cgexec_2", "cgexec_3", "cgexec_4", "cgexec_10", "cgexec_11", "cgexec_12" ]
cgexec
cgexec
true
{ "token": [ "-g", "|main|" ], "oracle_man": [ [ "cgexec_2", "cgexec_4", "cgexec_10", "cgexec_11", "cgexec_12" ], [ "cgexec_3", "cgexec_4", "cgexec_5", "cgexec_6", "cgexec_7", "cgexec_8", "cgexec_9" ] ] }
2862
increase a volume's size to 120 gb
lvextend --size {{120G}} {{logical_volume}}
[ "lvextend_3", "lvextend_4", "lvextend_7", "lvextend_9", "lvextend_32", "lvextend_49" ]
lvextend
lvextend
true
{ "token": [ "--size", "|main|" ], "oracle_man": [ [ "lvextend_3", "lvextend_7", "lvextend_9", "lvextend_32", "lvextend_49" ], [ "lvextend_4", "lvextend_5", "lvextend_6", "lvextend_7" ] ] }
2863
increase a volume's size by 40 gb as well as the underlying filesystem
lvextend --size +{{40G}} -r {{logical_volume}}
[ "lvextend_3", "lvextend_4", "lvextend_7", "lvextend_9", "lvextend_12", "lvextend_19", "lvextend_22", "lvextend_32", "lvextend_47", "lvextend_48", "lvextend_49", "lvextend_66" ]
lvextend
lvextend
true
{ "token": [ "--size", "-r", "|main|" ], "oracle_man": [ [ "lvextend_3", "lvextend_7", "lvextend_9", "lvextend_32", "lvextend_49" ], [ "lvextend_3", "lvextend_9", "lvextend_12", "lvextend_19", "lvextend_22", "lvextend_47", "lvextend_48", "lvextend_66" ], [ "lvextend_4", "lvextend_5", "lvextend_6", "lvextend_7" ] ] }
2864
increase a volume's size to 100% of the free physical volume space
lvextend --size {{100}}%FREE {{logical_volume}}
[ "lvextend_3", "lvextend_4", "lvextend_7", "lvextend_9", "lvextend_32", "lvextend_49" ]
lvextend
lvextend
true
{ "token": [ "--size", "|main|" ], "oracle_man": [ [ "lvextend_3", "lvextend_7", "lvextend_9", "lvextend_32", "lvextend_49" ], [ "lvextend_4", "lvextend_5", "lvextend_6", "lvextend_7" ] ] }
2865
get a running process' cpu affinity by pid
taskset --pid --cpu-list {{pid}}
[ "taskset_4", "taskset_5", "taskset_10", "taskset_11", "taskset_14", "taskset_15" ]
taskset
taskset
true
{ "token": [ "--pid", "--cpu-list", "|main|" ], "oracle_man": [ [ "taskset_15" ], [ "taskset_5", "taskset_10", "taskset_11", "taskset_14" ], [ "taskset_4", "taskset_5", "taskset_6", "taskset_7", "taskset_8", "taskset_9", "taskset_10", "taskset_11", "taskset_12" ] ] }
2866
set a running process' cpu affinity by pid
taskset --pid --cpu-list {{cpu_id}} {{pid}}
[ "taskset_4", "taskset_5", "taskset_10", "taskset_11", "taskset_14", "taskset_15" ]
taskset
taskset
true
{ "token": [ "--pid", "--cpu-list", "|main|" ], "oracle_man": [ [ "taskset_15" ], [ "taskset_5", "taskset_10", "taskset_11", "taskset_14" ], [ "taskset_4", "taskset_5", "taskset_6", "taskset_7", "taskset_8", "taskset_9", "taskset_10", "taskset_11", "taskset_12" ] ] }
2867
start a new process with affinity for a single cpu
taskset --cpu-list {{cpu_id}} {{command}}
[ "taskset_4", "taskset_5", "taskset_10", "taskset_11", "taskset_14" ]
taskset
taskset
true
{ "token": [ "--cpu-list", "|main|" ], "oracle_man": [ [ "taskset_5", "taskset_10", "taskset_11", "taskset_14" ], [ "taskset_4", "taskset_5", "taskset_6", "taskset_7", "taskset_8", "taskset_9", "taskset_10", "taskset_11", "taskset_12" ] ] }
2868
start a new process with affinity for multiple nonsequential cpus
taskset --cpu-list {{cpu_id_1}} {{cpu_id_2}} {{cpu_id_3}}
[ "taskset_4", "taskset_5", "taskset_10", "taskset_11", "taskset_14" ]
taskset
taskset
true
{ "token": [ "--cpu-list", "|main|" ], "oracle_man": [ [ "taskset_5", "taskset_10", "taskset_11", "taskset_14" ], [ "taskset_4", "taskset_5", "taskset_6", "taskset_7", "taskset_8", "taskset_9", "taskset_10", "taskset_11", "taskset_12" ] ] }
2869
start a new process with affinity for cpus 1 through 4
taskset --cpu-list {{cpu_id_1}},{{cpu_id_4}}
[ "taskset_4", "taskset_5", "taskset_10", "taskset_11", "taskset_14" ]
taskset
taskset
true
{ "token": [ "--cpu-list", "|main|" ], "oracle_man": [ [ "taskset_5", "taskset_10", "taskset_11", "taskset_14" ], [ "taskset_4", "taskset_5", "taskset_6", "taskset_7", "taskset_8", "taskset_9", "taskset_10", "taskset_11", "taskset_12" ] ] }
2870
output a summary of the last 2 months, days, and alltime
vnstati --summary --iface {{network_interface}} --output {{path/to/output.png}}
[ "vnstati_2", "vnstati_3", "vnstati_18", "vnstati_26", "vnstati_31" ]
vnstati
vnstati
true
{ "token": [ "--summary", "--iface", "--output", "|main|" ], "oracle_man": [ [ "vnstati_2", "vnstati_31" ], [ "vnstati_2", "vnstati_18" ], [ "vnstati_2", "vnstati_26" ], [ "vnstati_3" ] ] }
2871
output the 10 most trafficintensive days of all time
vnstati --top10 --iface {{network_interface}} --output {{path/to/output.png}}
[ "vnstati_2", "vnstati_3", "vnstati_18", "vnstati_26" ]
vnstati
vnstati
true
{ "token": [ "--top10", "--iface", "--output", "|main|" ], "oracle_man": [ [], [ "vnstati_2", "vnstati_18" ], [ "vnstati_2", "vnstati_26" ], [ "vnstati_3" ] ] }
2872
output monthly traffic statistics from the last 12 months
vnstati --months --iface {{network_interface}} --output {{path/to/output.png}}
[ "vnstati_2", "vnstati_3", "vnstati_18", "vnstati_22", "vnstati_26" ]
vnstati
vnstati
true
{ "token": [ "--months", "--iface", "--output", "|main|" ], "oracle_man": [ [ "vnstati_2", "vnstati_22" ], [ "vnstati_2", "vnstati_18" ], [ "vnstati_2", "vnstati_26" ], [ "vnstati_3" ] ] }
2873
output hourly traffic statistics from the last 24 hours
vnstati --hours --iface {{network_interface}} --output {{path/to/output.png}}
[ "vnstati_2", "vnstati_3", "vnstati_15", "vnstati_16", "vnstati_18", "vnstati_26" ]
vnstati
vnstati
true
{ "token": [ "--hours", "--iface", "--output", "|main|" ], "oracle_man": [ [ "vnstati_2", "vnstati_15", "vnstati_16" ], [ "vnstati_2", "vnstati_18" ], [ "vnstati_2", "vnstati_26" ], [ "vnstati_3" ] ] }
2878
display information about all physical volumes
sudo pvdisplay
[ "pvdisplay_3" ]
pvdisplay
pvdisplay
true
{ "token": [ "|main|" ], "oracle_man": [ [ "pvdisplay_3", "pvdisplay_4" ] ] }
2879
display information about the physical volume on drive `/dev/sdxy`
sudo pvdisplay {{/dev/sdXY}}
[ "pvdisplay_3" ]
pvdisplay
pvdisplay
true
{ "token": [ "|main|" ], "oracle_man": [ [ "pvdisplay_3", "pvdisplay_4" ] ] }
2880
enter the bluetoothctl shell
bluetoothctl
[ "bluetoothctl_2" ]
bluetoothctl
bluetoothctl
true
{ "token": [ "|main|" ], "oracle_man": [ [ "bluetoothctl_2", "bluetoothctl_3" ] ] }
2881
list devices
bluetoothctl -- devices
[ "bluetoothctl_2", "bluetoothctl_4", "bluetoothctl_5", "bluetoothctl_6", "bluetoothctl_7" ]
bluetoothctl
bluetoothctl
true
{ "token": [ "--", "devices", "|main|" ], "oracle_man": [ [ "bluetoothctl_4", "bluetoothctl_5", "bluetoothctl_6", "bluetoothctl_7" ], [], [ "bluetoothctl_2", "bluetoothctl_3" ] ] }
2882
pair a device
bluetoothctl -- pair {{mac_address}}
[ "bluetoothctl_2", "bluetoothctl_4", "bluetoothctl_5", "bluetoothctl_6", "bluetoothctl_7" ]
bluetoothctl
bluetoothctl
true
{ "token": [ "--", "pair", "|main|" ], "oracle_man": [ [ "bluetoothctl_4", "bluetoothctl_5", "bluetoothctl_6", "bluetoothctl_7" ], [], [ "bluetoothctl_2", "bluetoothctl_3" ] ] }
2883
remove a device
bluetoothctl -- remove {{mac_address}}
[ "bluetoothctl_2", "bluetoothctl_4", "bluetoothctl_5", "bluetoothctl_6", "bluetoothctl_7" ]
bluetoothctl
bluetoothctl
true
{ "token": [ "--", "remove", "|main|" ], "oracle_man": [ [ "bluetoothctl_4", "bluetoothctl_5", "bluetoothctl_6", "bluetoothctl_7" ], [], [ "bluetoothctl_2", "bluetoothctl_3" ] ] }
2884
connect a paired device
bluetoothctl -- connect {{mac_address}}
[ "bluetoothctl_2", "bluetoothctl_4", "bluetoothctl_5", "bluetoothctl_6", "bluetoothctl_7" ]
bluetoothctl
bluetoothctl
true
{ "token": [ "--", "connect", "|main|" ], "oracle_man": [ [ "bluetoothctl_4", "bluetoothctl_5", "bluetoothctl_6", "bluetoothctl_7" ], [], [ "bluetoothctl_2", "bluetoothctl_3" ] ] }
2885
disconnect a paired device
bluetoothctl -- disconnect {{mac_address}}
[ "bluetoothctl_2", "bluetoothctl_4", "bluetoothctl_5", "bluetoothctl_6", "bluetoothctl_7" ]
bluetoothctl
bluetoothctl
true
{ "token": [ "--", "disconnect", "|main|" ], "oracle_man": [ [ "bluetoothctl_4", "bluetoothctl_5", "bluetoothctl_6", "bluetoothctl_7" ], [], [ "bluetoothctl_2", "bluetoothctl_3" ] ] }
2886
show information for job
scontrol show job {{job_id}}
[ "scontrol_3", "scontrol_28", "scontrol_29", "scontrol_31", "scontrol_36", "scontrol_37", "scontrol_39", "scontrol_42", "scontrol_47", "scontrol_48", "scontrol_50", "scontrol_52", "scontrol_54", "scontrol_57", "scontrol_86", "scontrol_87", "scontrol_88", "scontrol_89", "scontrol_90", "scontrol_96", "scontrol_140", "scontrol_160", "scontrol_303", "scontrol_304", "scontrol_308" ]
scontrol
scontrol
true
{ "token": [ "show", "job", "|main|" ], "oracle_man": [ [ "scontrol_47", "scontrol_48", "scontrol_140", "scontrol_303", "scontrol_304", "scontrol_308" ], [ "scontrol_28", "scontrol_29", "scontrol_31", "scontrol_36", "scontrol_37", "scontrol_39", "scontrol_42", "scontrol_50", "scontrol_52", "scontrol_54", "scontrol_57", "scontrol_86", "scontrol_87", "scontrol_88", "scontrol_89", "scontrol_90", "scontrol_96", "scontrol_160", "scontrol_303" ], [ "scontrol_3" ] ] }
2887
suspend a commaseparated list of running jobs
scontrol suspend {{job_id}}
[ "scontrol_3", "scontrol_50" ]
scontrol
scontrol
true
{ "token": [ "suspend", "|main|" ], "oracle_man": [ [ "scontrol_50" ], [ "scontrol_3" ] ] }
2888
resume a commaseparated list of suspended jobs
scontrol resume {{job_id}}
[ "scontrol_3", "scontrol_42" ]
scontrol
scontrol
true
{ "token": [ "resume", "|main|" ], "oracle_man": [ [ "scontrol_42" ], [ "scontrol_3" ] ] }
2889
hold a commaseparated list of queued jobs (use `release` command to permit the jobs to be scheduled)
scontrol hold {{job_id}}
[ "scontrol_3", "scontrol_28" ]
scontrol
scontrol
true
{ "token": [ "hold", "|main|" ], "oracle_man": [ [ "scontrol_28" ], [ "scontrol_3" ] ] }
2890
release a commaseparated list of suspended job
scontrol release {{job_id}}
[ "scontrol_3", "scontrol_36" ]
scontrol
scontrol
true
{ "token": [ "release", "|main|" ], "oracle_man": [ [ "scontrol_36" ], [ "scontrol_3" ] ] }
2894
notify the operating system kernel of partition table changes
sudo partprobe
[ "partprobe_3" ]
partprobe
partprobe
true
{ "token": [ "|main|" ], "oracle_man": [ [ "partprobe_3", "partprobe_4" ] ] }
2895
notify the kernel of partition table changes and show a summary of devices and their partitions
sudo partprobe --summary
[ "partprobe_3", "partprobe_7" ]
partprobe
partprobe
true
{ "token": [ "--summary", "|main|" ], "oracle_man": [ [ "partprobe_7" ], [ "partprobe_3", "partprobe_4" ] ] }
2896
show a summary of devices and their partitions but don't notify the kernel
sudo partprobe --summary --dry-run
[ "partprobe_3", "partprobe_6", "partprobe_7" ]
partprobe
partprobe
true
{ "token": [ "--summary", "--dry-run", "|main|" ], "oracle_man": [ [ "partprobe_7" ], [ "partprobe_6" ], [ "partprobe_3", "partprobe_4" ] ] }
2899
list all process ids with given name
pidof {{bash}}
[ "pidof_3" ]
pidof
pidof
true
{ "token": [ "|main|" ], "oracle_man": [ [ "pidof_3" ] ] }
2900
list a single process id with given name
pidof -s {{bash}}
[ "pidof_2", "pidof_3", "pidof_4" ]
pidof
pidof
true
{ "token": [ "-s", "|main|" ], "oracle_man": [ [ "pidof_2", "pidof_3", "pidof_4" ], [ "pidof_3" ] ] }
2901
list process ids including scripts with given name
pidof -x {{script.py}}
[ "pidof_2", "pidof_3", "pidof_7" ]
pidof
pidof
true
{ "token": [ "-x", "|main|" ], "oracle_man": [ [ "pidof_2", "pidof_7" ], [ "pidof_3" ] ] }
2902
kill all processes with given name
kill "$(pidof {{name}})"
[ "pidof_3" ]
pidof
pidof
true
{ "token": [ "kill", "$(pidof", "|main|" ], "oracle_man": [ [], [], [ "pidof_3" ] ] }
2903
display the current settings for an interface
ethtool {{eth0}}
[ "ethtool_54" ]
ethtool
ethtool
true
{ "token": [ "|main|" ], "oracle_man": [ [ "ethtool_54", "ethtool_55" ] ] }
2904
display the driver information for an interface
ethtool --driver {{eth0}}
[ "ethtool_15", "ethtool_54", "ethtool_76" ]
ethtool
ethtool
true
{ "token": [ "--driver", "|main|" ], "oracle_man": [ [ "ethtool_15", "ethtool_76" ], [ "ethtool_54", "ethtool_55" ] ] }
2905
display the network usage statistics for an interface
ethtool --statistics {{eth0}}
[ "ethtool_24", "ethtool_54", "ethtool_101" ]
ethtool
ethtool
true
{ "token": [ "--statistics", "|main|" ], "oracle_man": [ [ "ethtool_24", "ethtool_101" ], [ "ethtool_54", "ethtool_55" ] ] }
2906
blink one or more leds on an interface for 10 seconds
ethtool --identify {{eth0}} {{10}}
[ "ethtool_21", "ethtool_54", "ethtool_97" ]
ethtool
ethtool
true
{ "token": [ "--identify", "|main|" ], "oracle_man": [ [ "ethtool_21", "ethtool_97" ], [ "ethtool_54", "ethtool_55" ] ] }
2907
set the link speed, duplex mode, and parameter autonegotiation for a given interface
ethtool -s {{eth0}} speed {{10|100|1000}} duplex {{half|full}} autoneg {{on|off}}
[ "ethtool_7", "ethtool_9", "ethtool_11", "ethtool_13", "ethtool_14", "ethtool_19", "ethtool_22", "ethtool_24", "ethtool_25", "ethtool_27", "ethtool_28", "ethtool_31", "ethtool_32", "ethtool_33", "ethtool_34", "ethtool_36", "ethtool_37", "ethtool_39", "ethtool_40", "ethtool_41", "ethtool_42", "ethtool_43", "ethtool_46", "ethtool_47", "ethtool_48", "ethtool_49", "ethtool_53", "ethtool_54", "ethtool_62", "ethtool_63", "ethtool_65", "ethtool_68", "ethtool_70", "ethtool_71", "ethtool_82", "ethtool_83", "ethtool_97", "ethtool_99", "ethtool_101", "ethtool_102", "ethtool_105", "ethtool_110", "ethtool_111", "ethtool_113", "ethtool_115", "ethtool_116", "ethtool_118", "ethtool_129", "ethtool_153", "ethtool_163", "ethtool_164", "ethtool_165", "ethtool_166", "ethtool_168", "ethtool_178", "ethtool_179", "ethtool_185", "ethtool_186", "ethtool_188", "ethtool_189", "ethtool_194", "ethtool_211", "ethtool_227", "ethtool_228", "ethtool_235", "ethtool_245" ]
ethtool
ethtool
true
{ "token": [ "-s", "speed", "duplex", "autoneg", "|main|" ], "oracle_man": [ [ "ethtool_7", "ethtool_9", "ethtool_11", "ethtool_13", "ethtool_14", "ethtool_19", "ethtool_22", "ethtool_24", "ethtool_25", "ethtool_27", "ethtool_28", "ethtool_31", "ethtool_32", "ethtool_33", "ethtool_34", "ethtool_36", "ethtool_37", "ethtool_39", "ethtool_40", "ethtool_41", "ethtool_42", "ethtool_43", "ethtool_46", "ethtool_47", "ethtool_48", "ethtool_49", "ethtool_53", "ethtool_62", "ethtool_63", "ethtool_68", "ethtool_70", "ethtool_71", "ethtool_82", "ethtool_83", "ethtool_97", "ethtool_99", "ethtool_101", "ethtool_102", "ethtool_105", "ethtool_110", "ethtool_115", "ethtool_116", "ethtool_129", "ethtool_153", "ethtool_163", "ethtool_164", "ethtool_165", "ethtool_166", "ethtool_168", "ethtool_178", "ethtool_179", "ethtool_185", "ethtool_186", "ethtool_188", "ethtool_189", "ethtool_194", "ethtool_211", "ethtool_227", "ethtool_228", "ethtool_235", "ethtool_245" ], [ "ethtool_111" ], [ "ethtool_113" ], [ "ethtool_65", "ethtool_118" ], [ "ethtool_54", "ethtool_55" ] ] }
2908
list all installed packages
dpkg-query -l
[ "dpkg-query_3", "dpkg-query_4", "dpkg-query_5", "dpkg-query_6", "dpkg-query_8", "dpkg-query_11" ]
dpkg-query
dpkg-query
true
{ "token": [ "-l", "|main|" ], "oracle_man": [ [ "dpkg-query_4", "dpkg-query_5", "dpkg-query_6", "dpkg-query_8", "dpkg-query_11" ], [ "dpkg-query_3" ] ] }
2909
list installed packages matching a pattern
dpkg-query -l '{{pattern}}'
[ "dpkg-query_3", "dpkg-query_4", "dpkg-query_5", "dpkg-query_6", "dpkg-query_8", "dpkg-query_11" ]
dpkg-query
dpkg-query
true
{ "token": [ "-l", "|main|" ], "oracle_man": [ [ "dpkg-query_4", "dpkg-query_5", "dpkg-query_6", "dpkg-query_8", "dpkg-query_11" ], [ "dpkg-query_3" ] ] }
2910
list all files installed by a package
dpkg-query -L {{package_name}}
[ "dpkg-query_3", "dpkg-query_8" ]
dpkg-query
dpkg-query
true
{ "token": [ "-L", "|main|" ], "oracle_man": [ [ "dpkg-query_8" ], [ "dpkg-query_3" ] ] }
2911
show information about a package
dpkg-query -s {{package_name}}
[ "dpkg-query_3", "dpkg-query_6", "dpkg-query_7", "dpkg-query_8", "dpkg-query_9", "dpkg-query_14" ]
dpkg-query
dpkg-query
true
{ "token": [ "-s", "|main|" ], "oracle_man": [ [ "dpkg-query_6", "dpkg-query_7", "dpkg-query_8", "dpkg-query_9", "dpkg-query_14" ], [ "dpkg-query_3" ] ] }
2921
create an x cursor file using a config file
xcursorgen {{path/to/config.cursor}} {{path/to/output_file}}
[ "xcursorgen_3" ]
xcursorgen
xcursorgen
true
{ "token": [ "|main|" ], "oracle_man": [ [ "xcursorgen_3", "xcursorgen_4", "xcursorgen_5", "xcursorgen_6" ] ] }
2922
create an x cursor file using a config file and specify the path to the image files
xcursorgen --prefix {{path/to/image_directory/}} {{path/to/config.cursor}} {{path/to/output_file}}
[ "xcursorgen_2", "xcursorgen_3", "xcursorgen_9" ]
xcursorgen
xcursorgen
true
{ "token": [ "--prefix", "|main|" ], "oracle_man": [ [ "xcursorgen_2", "xcursorgen_9" ], [ "xcursorgen_3", "xcursorgen_4", "xcursorgen_5", "xcursorgen_6" ] ] }
2923
create an x cursor file using a config file and write the output to stdout
xcursorgen {{path/to/config.cursor}}
[ "xcursorgen_3" ]
xcursorgen
xcursorgen
true
{ "token": [ "|main|" ], "oracle_man": [ [ "xcursorgen_3", "xcursorgen_4", "xcursorgen_5", "xcursorgen_6" ] ] }
2924
generate status report with configuration and all active settings
sudo tlp-stat
[ "tlp-stat_3" ]
tlp-stat
tlp-stat
true
{ "token": [ "|main|" ], "oracle_man": [ [ "tlp-stat_3" ] ] }
2925
show battery information
sudo tlp-stat -b
[ "tlp-stat_3", "tlp-stat_4" ]
tlp-stat
tlp-stat
true
{ "token": [ "-b", "|main|" ], "oracle_man": [ [ "tlp-stat_4" ], [ "tlp-stat_3" ] ] }
2926
show configuration
sudo tlp-stat -c
[ "tlp-stat_3", "tlp-stat_5", "tlp-stat_6" ]
tlp-stat
tlp-stat
true
{ "token": [ "-c", "|main|" ], "oracle_man": [ [ "tlp-stat_5", "tlp-stat_6" ], [ "tlp-stat_3" ] ] }
2932
probe the chip, ensuring the wiring is correct
flashrom --programmer {{programmer}}
[ "flashrom_3", "flashrom_6", "flashrom_54" ]
flashrom
flashrom
true
{ "token": [ "--programmer", "|main|" ], "oracle_man": [ [ "flashrom_6", "flashrom_54" ], [ "flashrom_3", "flashrom_4" ] ] }
2933
read flash and save it to a file
flashrom -p {{programmer}} --read {{path/to/file}}
[ "flashrom_2", "flashrom_3", "flashrom_6", "flashrom_7", "flashrom_11", "flashrom_31", "flashrom_33", "flashrom_38", "flashrom_42", "flashrom_54", "flashrom_95", "flashrom_99", "flashrom_103", "flashrom_106", "flashrom_109", "flashrom_113", "flashrom_116", "flashrom_124", "flashrom_128", "flashrom_130", "flashrom_133", "flashrom_137", "flashrom_141", "flashrom_143", "flashrom_145", "flashrom_151", "flashrom_154", "flashrom_156", "flashrom_159", "flashrom_162", "flashrom_165", "flashrom_169", "flashrom_173", "flashrom_176", "flashrom_178", "flashrom_180", "flashrom_186", "flashrom_189", "flashrom_192", "flashrom_196", "flashrom_198", "flashrom_200", "flashrom_203", "flashrom_206", "flashrom_209", "flashrom_212", "flashrom_215", "flashrom_218", "flashrom_221", "flashrom_223", "flashrom_226", "flashrom_229", "flashrom_232", "flashrom_238", "flashrom_241", "flashrom_244", "flashrom_248", "flashrom_251", "flashrom_256", "flashrom_258", "flashrom_260", "flashrom_265", "flashrom_268", "flashrom_270", "flashrom_272", "flashrom_275", "flashrom_278", "flashrom_282", "flashrom_284", "flashrom_287", "flashrom_290", "flashrom_293", "flashrom_295", "flashrom_298", "flashrom_301", "flashrom_303" ]
flashrom
flashrom
true
{ "token": [ "-p", "--read", "|main|" ], "oracle_man": [ [ "flashrom_2", "flashrom_3", "flashrom_6", "flashrom_11", "flashrom_31", "flashrom_33", "flashrom_38", "flashrom_42", "flashrom_54", "flashrom_95", "flashrom_99", "flashrom_103", "flashrom_106", "flashrom_109", "flashrom_113", "flashrom_116", "flashrom_124", "flashrom_128", "flashrom_130", "flashrom_133", "flashrom_137", "flashrom_141", "flashrom_143", "flashrom_145", "flashrom_151", "flashrom_154", "flashrom_156", "flashrom_159", "flashrom_162", "flashrom_165", "flashrom_169", "flashrom_173", "flashrom_176", "flashrom_178", "flashrom_180", "flashrom_186", "flashrom_189", "flashrom_192", "flashrom_196", "flashrom_198", "flashrom_200", "flashrom_203", "flashrom_206", "flashrom_209", "flashrom_212", "flashrom_215", "flashrom_218", "flashrom_221", "flashrom_223", "flashrom_226", "flashrom_229", "flashrom_232", "flashrom_238", "flashrom_241", "flashrom_244", "flashrom_248", "flashrom_251", "flashrom_256", "flashrom_258", "flashrom_260", "flashrom_265", "flashrom_268", "flashrom_270", "flashrom_272", "flashrom_275", "flashrom_278", "flashrom_282", "flashrom_284", "flashrom_287", "flashrom_290", "flashrom_293", "flashrom_295", "flashrom_298", "flashrom_301", "flashrom_303" ], [ "flashrom_7" ], [ "flashrom_3", "flashrom_4" ] ] }
2934
write a file to the flash
flashrom -p {{programmer}} --write {{path/to/file}}
[ "flashrom_2", "flashrom_3", "flashrom_6", "flashrom_8", "flashrom_11", "flashrom_12", "flashrom_31", "flashrom_33", "flashrom_38", "flashrom_42", "flashrom_54", "flashrom_95", "flashrom_99", "flashrom_103", "flashrom_106", "flashrom_109", "flashrom_113", "flashrom_116", "flashrom_124", "flashrom_128", "flashrom_130", "flashrom_133", "flashrom_137", "flashrom_141", "flashrom_143", "flashrom_145", "flashrom_151", "flashrom_154", "flashrom_156", "flashrom_159", "flashrom_162", "flashrom_165", "flashrom_169", "flashrom_173", "flashrom_176", "flashrom_178", "flashrom_180", "flashrom_186", "flashrom_189", "flashrom_192", "flashrom_196", "flashrom_198", "flashrom_200", "flashrom_203", "flashrom_206", "flashrom_209", "flashrom_212", "flashrom_215", "flashrom_218", "flashrom_221", "flashrom_223", "flashrom_226", "flashrom_229", "flashrom_232", "flashrom_238", "flashrom_241", "flashrom_244", "flashrom_248", "flashrom_251", "flashrom_256", "flashrom_258", "flashrom_260", "flashrom_265", "flashrom_268", "flashrom_270", "flashrom_272", "flashrom_275", "flashrom_278", "flashrom_282", "flashrom_284", "flashrom_287", "flashrom_290", "flashrom_293", "flashrom_295", "flashrom_298", "flashrom_301", "flashrom_303" ]
flashrom
flashrom
true
{ "token": [ "-p", "--write", "|main|" ], "oracle_man": [ [ "flashrom_2", "flashrom_3", "flashrom_6", "flashrom_11", "flashrom_31", "flashrom_33", "flashrom_38", "flashrom_42", "flashrom_54", "flashrom_95", "flashrom_99", "flashrom_103", "flashrom_106", "flashrom_109", "flashrom_113", "flashrom_116", "flashrom_124", "flashrom_128", "flashrom_130", "flashrom_133", "flashrom_137", "flashrom_141", "flashrom_143", "flashrom_145", "flashrom_151", "flashrom_154", "flashrom_156", "flashrom_159", "flashrom_162", "flashrom_165", "flashrom_169", "flashrom_173", "flashrom_176", "flashrom_178", "flashrom_180", "flashrom_186", "flashrom_189", "flashrom_192", "flashrom_196", "flashrom_198", "flashrom_200", "flashrom_203", "flashrom_206", "flashrom_209", "flashrom_212", "flashrom_215", "flashrom_218", "flashrom_221", "flashrom_223", "flashrom_226", "flashrom_229", "flashrom_232", "flashrom_238", "flashrom_241", "flashrom_244", "flashrom_248", "flashrom_251", "flashrom_256", "flashrom_258", "flashrom_260", "flashrom_265", "flashrom_268", "flashrom_270", "flashrom_272", "flashrom_275", "flashrom_278", "flashrom_282", "flashrom_284", "flashrom_287", "flashrom_290", "flashrom_293", "flashrom_295", "flashrom_298", "flashrom_301", "flashrom_303" ], [ "flashrom_8", "flashrom_12" ], [ "flashrom_3", "flashrom_4" ] ] }
2935
verify the flash against a file
flashrom -p {{programmer}} --verify {{path/to/file}}
[ "flashrom_2", "flashrom_3", "flashrom_6", "flashrom_11", "flashrom_15", "flashrom_31", "flashrom_33", "flashrom_38", "flashrom_42", "flashrom_54", "flashrom_95", "flashrom_99", "flashrom_103", "flashrom_106", "flashrom_109", "flashrom_113", "flashrom_116", "flashrom_124", "flashrom_128", "flashrom_130", "flashrom_133", "flashrom_137", "flashrom_141", "flashrom_143", "flashrom_145", "flashrom_151", "flashrom_154", "flashrom_156", "flashrom_159", "flashrom_162", "flashrom_165", "flashrom_169", "flashrom_173", "flashrom_176", "flashrom_178", "flashrom_180", "flashrom_186", "flashrom_189", "flashrom_192", "flashrom_196", "flashrom_198", "flashrom_200", "flashrom_203", "flashrom_206", "flashrom_209", "flashrom_212", "flashrom_215", "flashrom_218", "flashrom_221", "flashrom_223", "flashrom_226", "flashrom_229", "flashrom_232", "flashrom_238", "flashrom_241", "flashrom_244", "flashrom_248", "flashrom_251", "flashrom_256", "flashrom_258", "flashrom_260", "flashrom_265", "flashrom_268", "flashrom_270", "flashrom_272", "flashrom_275", "flashrom_278", "flashrom_282", "flashrom_284", "flashrom_287", "flashrom_290", "flashrom_293", "flashrom_295", "flashrom_298", "flashrom_301", "flashrom_303" ]
flashrom
flashrom
true
{ "token": [ "-p", "--verify", "|main|" ], "oracle_man": [ [ "flashrom_2", "flashrom_3", "flashrom_6", "flashrom_11", "flashrom_31", "flashrom_33", "flashrom_38", "flashrom_42", "flashrom_54", "flashrom_95", "flashrom_99", "flashrom_103", "flashrom_106", "flashrom_109", "flashrom_113", "flashrom_116", "flashrom_124", "flashrom_128", "flashrom_130", "flashrom_133", "flashrom_137", "flashrom_141", "flashrom_143", "flashrom_145", "flashrom_151", "flashrom_154", "flashrom_156", "flashrom_159", "flashrom_162", "flashrom_165", "flashrom_169", "flashrom_173", "flashrom_176", "flashrom_178", "flashrom_180", "flashrom_186", "flashrom_189", "flashrom_192", "flashrom_196", "flashrom_198", "flashrom_200", "flashrom_203", "flashrom_206", "flashrom_209", "flashrom_212", "flashrom_215", "flashrom_218", "flashrom_221", "flashrom_223", "flashrom_226", "flashrom_229", "flashrom_232", "flashrom_238", "flashrom_241", "flashrom_244", "flashrom_248", "flashrom_251", "flashrom_256", "flashrom_258", "flashrom_260", "flashrom_265", "flashrom_268", "flashrom_270", "flashrom_272", "flashrom_275", "flashrom_278", "flashrom_282", "flashrom_284", "flashrom_287", "flashrom_290", "flashrom_293", "flashrom_295", "flashrom_298", "flashrom_301", "flashrom_303" ], [ "flashrom_15" ], [ "flashrom_3", "flashrom_4" ] ] }
2936
probe the chip using raspberry pi
flashrom -p {{linux_spi:dev=/dev/spidev0.0}}
[ "flashrom_2", "flashrom_3", "flashrom_6", "flashrom_11", "flashrom_31", "flashrom_33", "flashrom_38", "flashrom_42", "flashrom_54", "flashrom_95", "flashrom_99", "flashrom_103", "flashrom_106", "flashrom_109", "flashrom_113", "flashrom_116", "flashrom_124", "flashrom_128", "flashrom_130", "flashrom_133", "flashrom_137", "flashrom_141", "flashrom_143", "flashrom_145", "flashrom_151", "flashrom_154", "flashrom_156", "flashrom_159", "flashrom_162", "flashrom_165", "flashrom_169", "flashrom_173", "flashrom_176", "flashrom_178", "flashrom_180", "flashrom_186", "flashrom_189", "flashrom_192", "flashrom_196", "flashrom_198", "flashrom_200", "flashrom_203", "flashrom_206", "flashrom_209", "flashrom_212", "flashrom_215", "flashrom_218", "flashrom_221", "flashrom_223", "flashrom_226", "flashrom_229", "flashrom_232", "flashrom_238", "flashrom_241", "flashrom_244", "flashrom_248", "flashrom_251", "flashrom_256", "flashrom_258", "flashrom_260", "flashrom_265", "flashrom_268", "flashrom_270", "flashrom_272", "flashrom_275", "flashrom_278", "flashrom_282", "flashrom_284", "flashrom_287", "flashrom_290", "flashrom_293", "flashrom_295", "flashrom_298", "flashrom_301", "flashrom_303" ]
flashrom
flashrom
true
{ "token": [ "-p", "|main|" ], "oracle_man": [ [ "flashrom_2", "flashrom_3", "flashrom_6", "flashrom_11", "flashrom_31", "flashrom_33", "flashrom_38", "flashrom_42", "flashrom_54", "flashrom_95", "flashrom_99", "flashrom_103", "flashrom_106", "flashrom_109", "flashrom_113", "flashrom_116", "flashrom_124", "flashrom_128", "flashrom_130", "flashrom_133", "flashrom_137", "flashrom_141", "flashrom_143", "flashrom_145", "flashrom_151", "flashrom_154", "flashrom_156", "flashrom_159", "flashrom_162", "flashrom_165", "flashrom_169", "flashrom_173", "flashrom_176", "flashrom_178", "flashrom_180", "flashrom_186", "flashrom_189", "flashrom_192", "flashrom_196", "flashrom_198", "flashrom_200", "flashrom_203", "flashrom_206", "flashrom_209", "flashrom_212", "flashrom_215", "flashrom_218", "flashrom_221", "flashrom_223", "flashrom_226", "flashrom_229", "flashrom_232", "flashrom_238", "flashrom_241", "flashrom_244", "flashrom_248", "flashrom_251", "flashrom_256", "flashrom_258", "flashrom_260", "flashrom_265", "flashrom_268", "flashrom_270", "flashrom_272", "flashrom_275", "flashrom_278", "flashrom_282", "flashrom_284", "flashrom_287", "flashrom_290", "flashrom_293", "flashrom_295", "flashrom_298", "flashrom_301", "flashrom_303" ], [ "flashrom_3", "flashrom_4" ] ] }
2937
initialize a serverless application
sam init
[ "sam_6" ]
sam
sam
true
{ "token": [ "init", "|main|" ], "oracle_man": [ [], [ "sam_6", "sam_7", "sam_8", "sam_9", "sam_10", "sam_11", "sam_12", "sam_13", "sam_14", "sam_15", "sam_16", "sam_17", "sam_18", "sam_19", "sam_20", "sam_21", "sam_22", "sam_23", "sam_24", "sam_25", "sam_26", "sam_27", "sam_28", "sam_29", "sam_30", "sam_31", "sam_32", "sam_33", "sam_34", "sam_35", "sam_36", "sam_37", "sam_38", "sam_39", "sam_40", "sam_41", "sam_42", "sam_43", "sam_44", "sam_45", "sam_46", "sam_47", "sam_48", "sam_49", "sam_50", "sam_51", "sam_52", "sam_53", "sam_54", "sam_55", "sam_56", "sam_57", "sam_58", "sam_59", "sam_60", "sam_61", "sam_62", "sam_63", "sam_64", "sam_65", "sam_66", "sam_67", "sam_68", "sam_69", "sam_70", "sam_71", "sam_72", "sam_73", "sam_74" ] ] }
2938
initialize a serverless application with a specific runtime
sam init --runtime {{python3.7}}
[ "sam_6" ]
sam
sam
true
{ "token": [ "init", "--runtime", "|main|" ], "oracle_man": [ [], [], [ "sam_6", "sam_7", "sam_8", "sam_9", "sam_10", "sam_11", "sam_12", "sam_13", "sam_14", "sam_15", "sam_16", "sam_17", "sam_18", "sam_19", "sam_20", "sam_21", "sam_22", "sam_23", "sam_24", "sam_25", "sam_26", "sam_27", "sam_28", "sam_29", "sam_30", "sam_31", "sam_32", "sam_33", "sam_34", "sam_35", "sam_36", "sam_37", "sam_38", "sam_39", "sam_40", "sam_41", "sam_42", "sam_43", "sam_44", "sam_45", "sam_46", "sam_47", "sam_48", "sam_49", "sam_50", "sam_51", "sam_52", "sam_53", "sam_54", "sam_55", "sam_56", "sam_57", "sam_58", "sam_59", "sam_60", "sam_61", "sam_62", "sam_63", "sam_64", "sam_65", "sam_66", "sam_67", "sam_68", "sam_69", "sam_70", "sam_71", "sam_72", "sam_73", "sam_74" ] ] }
2939
package a sam application
sam package
[ "sam_6" ]
sam
sam
true
{ "token": [ "package", "|main|" ], "oracle_man": [ [], [ "sam_6", "sam_7", "sam_8", "sam_9", "sam_10", "sam_11", "sam_12", "sam_13", "sam_14", "sam_15", "sam_16", "sam_17", "sam_18", "sam_19", "sam_20", "sam_21", "sam_22", "sam_23", "sam_24", "sam_25", "sam_26", "sam_27", "sam_28", "sam_29", "sam_30", "sam_31", "sam_32", "sam_33", "sam_34", "sam_35", "sam_36", "sam_37", "sam_38", "sam_39", "sam_40", "sam_41", "sam_42", "sam_43", "sam_44", "sam_45", "sam_46", "sam_47", "sam_48", "sam_49", "sam_50", "sam_51", "sam_52", "sam_53", "sam_54", "sam_55", "sam_56", "sam_57", "sam_58", "sam_59", "sam_60", "sam_61", "sam_62", "sam_63", "sam_64", "sam_65", "sam_66", "sam_67", "sam_68", "sam_69", "sam_70", "sam_71", "sam_72", "sam_73", "sam_74" ] ] }
2940
build your lambda function code
sam build
[ "sam_6" ]
sam
sam
true
{ "token": [ "build", "|main|" ], "oracle_man": [ [], [ "sam_6", "sam_7", "sam_8", "sam_9", "sam_10", "sam_11", "sam_12", "sam_13", "sam_14", "sam_15", "sam_16", "sam_17", "sam_18", "sam_19", "sam_20", "sam_21", "sam_22", "sam_23", "sam_24", "sam_25", "sam_26", "sam_27", "sam_28", "sam_29", "sam_30", "sam_31", "sam_32", "sam_33", "sam_34", "sam_35", "sam_36", "sam_37", "sam_38", "sam_39", "sam_40", "sam_41", "sam_42", "sam_43", "sam_44", "sam_45", "sam_46", "sam_47", "sam_48", "sam_49", "sam_50", "sam_51", "sam_52", "sam_53", "sam_54", "sam_55", "sam_56", "sam_57", "sam_58", "sam_59", "sam_60", "sam_61", "sam_62", "sam_63", "sam_64", "sam_65", "sam_66", "sam_67", "sam_68", "sam_69", "sam_70", "sam_71", "sam_72", "sam_73", "sam_74" ] ] }
2941
run your serverless application locally
sam local start-api
[ "sam_6" ]
sam
sam
true
{ "token": [ "local", "start-api", "|main|" ], "oracle_man": [ [], [], [ "sam_6", "sam_7", "sam_8", "sam_9", "sam_10", "sam_11", "sam_12", "sam_13", "sam_14", "sam_15", "sam_16", "sam_17", "sam_18", "sam_19", "sam_20", "sam_21", "sam_22", "sam_23", "sam_24", "sam_25", "sam_26", "sam_27", "sam_28", "sam_29", "sam_30", "sam_31", "sam_32", "sam_33", "sam_34", "sam_35", "sam_36", "sam_37", "sam_38", "sam_39", "sam_40", "sam_41", "sam_42", "sam_43", "sam_44", "sam_45", "sam_46", "sam_47", "sam_48", "sam_49", "sam_50", "sam_51", "sam_52", "sam_53", "sam_54", "sam_55", "sam_56", "sam_57", "sam_58", "sam_59", "sam_60", "sam_61", "sam_62", "sam_63", "sam_64", "sam_65", "sam_66", "sam_67", "sam_68", "sam_69", "sam_70", "sam_71", "sam_72", "sam_73", "sam_74" ] ] }
2942
deploy an aws sam application
sam deploy
[ "sam_6" ]
sam
sam
true
{ "token": [ "deploy", "|main|" ], "oracle_man": [ [], [ "sam_6", "sam_7", "sam_8", "sam_9", "sam_10", "sam_11", "sam_12", "sam_13", "sam_14", "sam_15", "sam_16", "sam_17", "sam_18", "sam_19", "sam_20", "sam_21", "sam_22", "sam_23", "sam_24", "sam_25", "sam_26", "sam_27", "sam_28", "sam_29", "sam_30", "sam_31", "sam_32", "sam_33", "sam_34", "sam_35", "sam_36", "sam_37", "sam_38", "sam_39", "sam_40", "sam_41", "sam_42", "sam_43", "sam_44", "sam_45", "sam_46", "sam_47", "sam_48", "sam_49", "sam_50", "sam_51", "sam_52", "sam_53", "sam_54", "sam_55", "sam_56", "sam_57", "sam_58", "sam_59", "sam_60", "sam_61", "sam_62", "sam_63", "sam_64", "sam_65", "sam_66", "sam_67", "sam_68", "sam_69", "sam_70", "sam_71", "sam_72", "sam_73", "sam_74" ] ] }
2943
list snapshot configs
snapper list-configs
[ "snapper_4", "snapper_46" ]
snapper
snapper
true
{ "token": [ "list-configs", "|main|" ], "oracle_man": [ [ "snapper_46" ], [ "snapper_4", "snapper_5" ] ] }
2944
create snapper config
snapper -c {{config}} create-config {{path/to/directory}}
[ "snapper_2", "snapper_4", "snapper_6", "snapper_35", "snapper_38", "snapper_46", "snapper_47", "snapper_49", "snapper_53", "snapper_54", "snapper_55", "snapper_58", "snapper_63", "snapper_64", "snapper_76", "snapper_78", "snapper_84", "snapper_104", "snapper_114", "snapper_134" ]
snapper
snapper
true
{ "token": [ "-c", "create-config", "|main|" ], "oracle_man": [ [ "snapper_2", "snapper_6", "snapper_35", "snapper_38", "snapper_46", "snapper_47", "snapper_49", "snapper_53", "snapper_54", "snapper_55", "snapper_58", "snapper_63", "snapper_64", "snapper_76", "snapper_78", "snapper_84", "snapper_104", "snapper_114", "snapper_134" ], [ "snapper_49" ], [ "snapper_4", "snapper_5" ] ] }
2945
create a snapshot with a description
snapper -c {{config}} create -d "{{snapshot_description}}"
[ "snapper_2", "snapper_4", "snapper_6", "snapper_35", "snapper_38", "snapper_39", "snapper_41", "snapper_46", "snapper_47", "snapper_49", "snapper_53", "snapper_54", "snapper_55", "snapper_58", "snapper_61", "snapper_63", "snapper_64", "snapper_65", "snapper_71", "snapper_75", "snapper_76", "snapper_78", "snapper_83", "snapper_84", "snapper_104", "snapper_113", "snapper_114", "snapper_134" ]
snapper
snapper
true
{ "token": [ "-c", "create", "-d", "|main|" ], "oracle_man": [ [ "snapper_2", "snapper_6", "snapper_35", "snapper_38", "snapper_46", "snapper_47", "snapper_49", "snapper_53", "snapper_54", "snapper_55", "snapper_58", "snapper_63", "snapper_64", "snapper_76", "snapper_78", "snapper_84", "snapper_104", "snapper_114", "snapper_134" ], [ "snapper_71" ], [ "snapper_39", "snapper_41", "snapper_61", "snapper_65", "snapper_75", "snapper_83", "snapper_104", "snapper_113" ], [ "snapper_4", "snapper_5" ] ] }
2946
list snapshots for a config
snapper -c {{config}} list
[ "snapper_2", "snapper_4", "snapper_6", "snapper_35", "snapper_38", "snapper_46", "snapper_47", "snapper_49", "snapper_53", "snapper_54", "snapper_55", "snapper_58", "snapper_59", "snapper_63", "snapper_64", "snapper_76", "snapper_78", "snapper_84", "snapper_104", "snapper_114", "snapper_134" ]
snapper
snapper
true
{ "token": [ "-c", "list", "|main|" ], "oracle_man": [ [ "snapper_2", "snapper_6", "snapper_35", "snapper_38", "snapper_46", "snapper_47", "snapper_49", "snapper_53", "snapper_54", "snapper_55", "snapper_58", "snapper_63", "snapper_64", "snapper_76", "snapper_78", "snapper_84", "snapper_104", "snapper_114", "snapper_134" ], [ "snapper_59" ], [ "snapper_4", "snapper_5" ] ] }
2947
delete a snapshot
snapper -c {{config}} delete {{snapshot_number}}
[ "snapper_2", "snapper_4", "snapper_6", "snapper_35", "snapper_38", "snapper_46", "snapper_47", "snapper_49", "snapper_53", "snapper_54", "snapper_55", "snapper_58", "snapper_63", "snapper_64", "snapper_76", "snapper_78", "snapper_84", "snapper_86", "snapper_104", "snapper_114", "snapper_134" ]
snapper
snapper
true
{ "token": [ "-c", "delete", "|main|" ], "oracle_man": [ [ "snapper_2", "snapper_6", "snapper_35", "snapper_38", "snapper_46", "snapper_47", "snapper_49", "snapper_53", "snapper_54", "snapper_55", "snapper_58", "snapper_63", "snapper_64", "snapper_76", "snapper_78", "snapper_84", "snapper_104", "snapper_114", "snapper_134" ], [ "snapper_86" ], [ "snapper_4", "snapper_5" ] ] }
2948
delete a range of snapshots
snapper -c {{config}} delete {{snapshot_X}}-{{snapshot_Y}}
[ "snapper_2", "snapper_4", "snapper_6", "snapper_35", "snapper_38", "snapper_46", "snapper_47", "snapper_49", "snapper_53", "snapper_54", "snapper_55", "snapper_58", "snapper_63", "snapper_64", "snapper_76", "snapper_78", "snapper_84", "snapper_86", "snapper_104", "snapper_114", "snapper_134" ]
snapper
snapper
true
{ "token": [ "-c", "delete", "|main|" ], "oracle_man": [ [ "snapper_2", "snapper_6", "snapper_35", "snapper_38", "snapper_46", "snapper_47", "snapper_49", "snapper_53", "snapper_54", "snapper_55", "snapper_58", "snapper_63", "snapper_64", "snapper_76", "snapper_78", "snapper_84", "snapper_104", "snapper_114", "snapper_134" ], [ "snapper_86" ], [ "snapper_4", "snapper_5" ] ] }
2956
open a spaceseparated list of files in readonly mode
libreoffice --view {{path/to/file1}} {{path/to/file2}}
[ "libreoffice_2", "libreoffice_3", "libreoffice_56" ]
libreoffice
libreoffice
true
{ "token": [ "--view", "|main|" ], "oracle_man": [ [ "libreoffice_2", "libreoffice_56" ], [ "libreoffice_3", "libreoffice_4", "libreoffice_5", "libreoffice_6" ] ] }
2957
display the content of specific files
libreoffice --cat {{path/to/file1}} {{path/to/file2}}
[ "libreoffice_3" ]
libreoffice
libreoffice
true
{ "token": [ "--cat", "|main|" ], "oracle_man": [ [], [ "libreoffice_3", "libreoffice_4", "libreoffice_5", "libreoffice_6" ] ] }
2958
print files to a specific printer
libreoffice --pt {{printer_name}} {{path/to/file1}} {{path/to/file2}}
[ "libreoffice_2", "libreoffice_3", "libreoffice_48" ]
libreoffice
libreoffice
true
{ "token": [ "--pt", "|main|" ], "oracle_man": [ [ "libreoffice_2", "libreoffice_48" ], [ "libreoffice_3", "libreoffice_4", "libreoffice_5", "libreoffice_6" ] ] }
2959
convert all `.doc` files in current directory to pdf
libreoffice --convert-to {{pdf}} {{*.doc}}
[ "libreoffice_2", "libreoffice_3", "libreoffice_10", "libreoffice_12", "libreoffice_14" ]
libreoffice
libreoffice
true
{ "token": [ "--convert-to", "|main|" ], "oracle_man": [ [ "libreoffice_2", "libreoffice_10", "libreoffice_12", "libreoffice_14" ], [ "libreoffice_3", "libreoffice_4", "libreoffice_5", "libreoffice_6" ] ] }
2967
show battery information
acpi
[ "acpi_3" ]
acpi
acpi
true
{ "token": [ "|main|" ], "oracle_man": [ [ "acpi_3" ] ] }
2968
show thermal information
acpi -t
[ "acpi_3", "acpi_6" ]
acpi
acpi
true
{ "token": [ "-t", "|main|" ], "oracle_man": [ [ "acpi_6" ], [ "acpi_3" ] ] }
2969
show cooling device information
acpi -c
[ "acpi_3", "acpi_7" ]
acpi
acpi
true
{ "token": [ "-c", "|main|" ], "oracle_man": [ [ "acpi_7" ], [ "acpi_3" ] ] }
2970
show thermal information in fahrenheit
acpi -tf
[ "acpi_3", "acpi_13" ]
acpi
acpi
true
{ "token": [ "-tf", "|main|" ], "oracle_man": [ [ "acpi_13" ], [ "acpi_3" ] ] }
2971
show all information
acpi -V
[ "acpi_3", "acpi_8" ]
acpi
acpi
true
{ "token": [ "-V", "|main|" ], "oracle_man": [ [ "acpi_8" ], [ "acpi_3" ] ] }