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 |
---|---|---|---|---|---|---|---|
807
|
include nonfree section
|
sudo netselect-apt --non-free
|
[
"netselect-apt_3"
] |
netselect-apt
|
netselect-apt
| true |
{
"token": [
"--non-free",
"|main|"
],
"oracle_man": [
[],
[
"netselect-apt_3",
"netselect-apt_4",
"netselect-apt_5",
"netselect-apt_6"
]
]
}
|
808
|
specify a country for the mirror list lookup
|
sudo netselect-apt -c {{India}}
|
[
"netselect-apt_3",
"netselect-apt_16"
] |
netselect-apt
|
netselect-apt
| true |
{
"token": [
"-c",
"|main|"
],
"oracle_man": [
[
"netselect-apt_16"
],
[
"netselect-apt_3",
"netselect-apt_4",
"netselect-apt_5",
"netselect-apt_6"
]
]
}
|
812
|
list all windows, managed by the window manager
|
wmctrl -l
|
[
"wmctrl_3",
"wmctrl_16",
"wmctrl_28",
"wmctrl_30",
"wmctrl_43",
"wmctrl_45"
] |
wmctrl
|
wmctrl
| true |
{
"token": [
"-l",
"|main|"
],
"oracle_man": [
[
"wmctrl_16",
"wmctrl_28",
"wmctrl_30",
"wmctrl_43",
"wmctrl_45"
],
[
"wmctrl_3",
"wmctrl_4",
"wmctrl_5"
]
]
}
|
813
|
switch to the first window whose (partial) title matches
|
wmctrl -a {{window_title}}
|
[
"wmctrl_3",
"wmctrl_7",
"wmctrl_47"
] |
wmctrl
|
wmctrl
| true |
{
"token": [
"-a",
"|main|"
],
"oracle_man": [
[
"wmctrl_7",
"wmctrl_47"
],
[
"wmctrl_3",
"wmctrl_4",
"wmctrl_5"
]
]
}
|
814
|
move a window to the current workspace, raise it and give it focus
|
wmctrl -R {{window_title}}
|
[
"wmctrl_3",
"wmctrl_22"
] |
wmctrl
|
wmctrl
| true |
{
"token": [
"-R",
"|main|"
],
"oracle_man": [
[
"wmctrl_22"
],
[
"wmctrl_3",
"wmctrl_4",
"wmctrl_5"
]
]
}
|
815
|
switch to a workspace
|
wmctrl -s {{workspace_number}}
|
[
"wmctrl_3",
"wmctrl_23"
] |
wmctrl
|
wmctrl
| true |
{
"token": [
"-s",
"|main|"
],
"oracle_man": [
[
"wmctrl_23"
],
[
"wmctrl_3",
"wmctrl_4",
"wmctrl_5"
]
]
}
|
816
|
select a window and toggle fullscreen
|
wmctrl -r {{window_title}} -b toggle,fullscreen
|
[
"wmctrl_3",
"wmctrl_8",
"wmctrl_11",
"wmctrl_14",
"wmctrl_19",
"wmctrl_21",
"wmctrl_24",
"wmctrl_25",
"wmctrl_49",
"wmctrl_53",
"wmctrl_55"
] |
wmctrl
|
wmctrl
| true |
{
"token": [
"-r",
"-b",
"toggle,fullscreen",
"|main|"
],
"oracle_man": [
[
"wmctrl_8",
"wmctrl_11",
"wmctrl_14",
"wmctrl_19",
"wmctrl_21",
"wmctrl_24",
"wmctrl_25",
"wmctrl_49",
"wmctrl_53",
"wmctrl_55"
],
[
"wmctrl_8",
"wmctrl_49",
"wmctrl_53"
],
[],
[
"wmctrl_3",
"wmctrl_4",
"wmctrl_5"
]
]
}
|
817
|
select a window a move it to a workspace
|
wmctrl -r {{window_title}} -t {{workspace_number}}
|
[
"wmctrl_3",
"wmctrl_8",
"wmctrl_11",
"wmctrl_14",
"wmctrl_19",
"wmctrl_21",
"wmctrl_24",
"wmctrl_25",
"wmctrl_49",
"wmctrl_53",
"wmctrl_55"
] |
wmctrl
|
wmctrl
| true |
{
"token": [
"-r",
"-t",
"|main|"
],
"oracle_man": [
[
"wmctrl_8",
"wmctrl_11",
"wmctrl_14",
"wmctrl_19",
"wmctrl_21",
"wmctrl_24",
"wmctrl_25",
"wmctrl_49",
"wmctrl_53",
"wmctrl_55"
],
[
"wmctrl_24"
],
[
"wmctrl_3",
"wmctrl_4",
"wmctrl_5"
]
]
}
|
828
|
list all currently loaded kernel modules
|
lsmod
|
[
"lsmod_3"
] |
lsmod
|
lsmod
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"lsmod_3"
]
]
}
|
831
|
lock the display and show a padlock instead of the cursor
|
xtrlock
|
[
"xtrlock_3"
] |
xtrlock
|
xtrlock
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"xtrlock_3",
"xtrlock_4",
"xtrlock_5",
"xtrlock_6",
"xtrlock_7"
]
]
}
|
832
|
display a blank screen as well as the padlock cursor
|
xtrlock -b
|
[
"xtrlock_2",
"xtrlock_3",
"xtrlock_8"
] |
xtrlock
|
xtrlock
| true |
{
"token": [
"-b",
"|main|"
],
"oracle_man": [
[
"xtrlock_2",
"xtrlock_8"
],
[
"xtrlock_3",
"xtrlock_4",
"xtrlock_5",
"xtrlock_6",
"xtrlock_7"
]
]
}
|
833
|
fork the xtrlock process and return immediately
|
xtrlock -f
|
[
"xtrlock_2",
"xtrlock_3",
"xtrlock_9"
] |
xtrlock
|
xtrlock
| true |
{
"token": [
"-f",
"|main|"
],
"oracle_man": [
[
"xtrlock_2",
"xtrlock_9"
],
[
"xtrlock_3",
"xtrlock_4",
"xtrlock_5",
"xtrlock_6",
"xtrlock_7"
]
]
}
|
834
|
list connected (and authorized) devices
|
boltctl
|
[
"boltctl_3"
] |
boltctl
|
boltctl
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"boltctl_3",
"boltctl_4",
"boltctl_5"
]
]
}
|
835
|
list connected devices, including unauthorized ones
|
boltctl list
|
[
"boltctl_3",
"boltctl_25"
] |
boltctl
|
boltctl
| true |
{
"token": [
"list",
"|main|"
],
"oracle_man": [
[
"boltctl_25"
],
[
"boltctl_3",
"boltctl_4",
"boltctl_5"
]
]
}
|
836
|
authorize a device temporarily
|
boltctl authorize {{device_uuid}}
|
[
"boltctl_2",
"boltctl_3",
"boltctl_12",
"boltctl_21"
] |
boltctl
|
boltctl
| true |
{
"token": [
"authorize",
"|main|"
],
"oracle_man": [
[
"boltctl_2",
"boltctl_12",
"boltctl_21"
],
[
"boltctl_3",
"boltctl_4",
"boltctl_5"
]
]
}
|
837
|
authorize and remember a device
|
boltctl enroll {{device_uuid}}
|
[
"boltctl_3",
"boltctl_18"
] |
boltctl
|
boltctl
| true |
{
"token": [
"enroll",
"|main|"
],
"oracle_man": [
[
"boltctl_18"
],
[
"boltctl_3",
"boltctl_4",
"boltctl_5"
]
]
}
|
838
|
revoke a previously authorized device
|
boltctl forget {{device_uuid}}
|
[
"boltctl_3",
"boltctl_23"
] |
boltctl
|
boltctl
| true |
{
"token": [
"forget",
"|main|"
],
"oracle_man": [
[
"boltctl_23"
],
[
"boltctl_3",
"boltctl_4",
"boltctl_5"
]
]
}
|
839
|
show more information about a device
|
boltctl info {{device_uuid}}
|
[
"boltctl_3",
"boltctl_24"
] |
boltctl
|
boltctl
| true |
{
"token": [
"info",
"|main|"
],
"oracle_man": [
[
"boltctl_24"
],
[
"boltctl_3",
"boltctl_4",
"boltctl_5"
]
]
}
|
840
|
start the daemon
|
bluetoothd
|
[
"bluetoothd_4"
] |
bluetoothd
|
bluetoothd
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"bluetoothd_4"
]
]
}
|
841
|
start the daemon, logging to stdout
|
bluetoothd --nodetach
|
[
"bluetoothd_3",
"bluetoothd_4",
"bluetoothd_7"
] |
bluetoothd
|
bluetoothd
| true |
{
"token": [
"--nodetach",
"|main|"
],
"oracle_man": [
[
"bluetoothd_3",
"bluetoothd_7"
],
[
"bluetoothd_4"
]
]
}
|
842
|
start the daemon with a specific configuration file (defaults to `/etc/bluetooth/main.conf`)
|
bluetoothd --configfile {{path/to/file}}
|
[
"bluetoothd_4",
"bluetoothd_8"
] |
bluetoothd
|
bluetoothd
| true |
{
"token": [
"--configfile",
"|main|"
],
"oracle_man": [
[
"bluetoothd_8"
],
[
"bluetoothd_4"
]
]
}
|
843
|
start the daemon with verbose output to stderr
|
bluetoothd --debug
|
[
"bluetoothd_3",
"bluetoothd_4",
"bluetoothd_9",
"bluetoothd_10"
] |
bluetoothd
|
bluetoothd
| true |
{
"token": [
"--debug",
"|main|"
],
"oracle_man": [
[
"bluetoothd_3",
"bluetoothd_9",
"bluetoothd_10"
],
[
"bluetoothd_4"
]
]
}
|
844
|
start the daemon with verbose output coming from specific files in the bluetoothd or plugins source
|
bluetoothd --debug={{path/to/file1}}:{{path/to/file2}}:{{path/to/file3}}
|
[
"bluetoothd_3",
"bluetoothd_4",
"bluetoothd_9",
"bluetoothd_10"
] |
bluetoothd
|
bluetoothd
| true |
{
"token": [
"--debug",
"|main|"
],
"oracle_man": [
[
"bluetoothd_3",
"bluetoothd_9",
"bluetoothd_10"
],
[
"bluetoothd_4"
]
]
}
|
845
|
open the user interface
|
nmtui
|
[
"nmtui_5"
] |
nmtui
|
nmtui
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"nmtui_5",
"nmtui_6",
"nmtui_7",
"nmtui_8",
"nmtui_9",
"nmtui_10"
]
]
}
|
846
|
show a list of available connections, with the option to activate or deactivate them
|
nmtui connect
|
[
"nmtui_3",
"nmtui_5",
"nmtui_8"
] |
nmtui
|
nmtui
| true |
{
"token": [
"connect",
"|main|"
],
"oracle_man": [
[
"nmtui_3",
"nmtui_8"
],
[
"nmtui_5",
"nmtui_6",
"nmtui_7",
"nmtui_8",
"nmtui_9",
"nmtui_10"
]
]
}
|
847
|
connect to a given network
|
nmtui connect {{name|uuid|device|SSID}}
|
[
"nmtui_3",
"nmtui_5",
"nmtui_8"
] |
nmtui
|
nmtui
| true |
{
"token": [
"connect",
"|main|"
],
"oracle_man": [
[
"nmtui_3",
"nmtui_8"
],
[
"nmtui_5",
"nmtui_6",
"nmtui_7",
"nmtui_8",
"nmtui_9",
"nmtui_10"
]
]
}
|
848
|
edit/add/delete a given network
|
nmtui edit {{name|id}}
|
[
"nmtui_2",
"nmtui_5",
"nmtui_7"
] |
nmtui
|
nmtui
| true |
{
"token": [
"edit",
"|main|"
],
"oracle_man": [
[
"nmtui_2",
"nmtui_7"
],
[
"nmtui_5",
"nmtui_6",
"nmtui_7",
"nmtui_8",
"nmtui_9",
"nmtui_10"
]
]
}
|
849
|
set the system hostname
|
nmtui hostname
|
[
"nmtui_4",
"nmtui_5",
"nmtui_9"
] |
nmtui
|
nmtui
| true |
{
"token": [
"hostname",
"|main|"
],
"oracle_man": [
[
"nmtui_4",
"nmtui_9"
],
[
"nmtui_5",
"nmtui_6",
"nmtui_7",
"nmtui_8",
"nmtui_9",
"nmtui_10"
]
]
}
|
850
|
start qjoypad
|
qjoypad
|
[
"qjoypad_3"
] |
qjoypad
|
qjoypad
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"qjoypad_3"
]
]
}
|
851
|
start qjoypad and look for devices in a specific directory
|
qjoypad --device={{path/to/directory}}
|
[
"qjoypad_2",
"qjoypad_3",
"qjoypad_5"
] |
qjoypad
|
qjoypad
| true |
{
"token": [
"--device",
"|main|"
],
"oracle_man": [
[
"qjoypad_2",
"qjoypad_5"
],
[
"qjoypad_3"
]
]
}
|
852
|
start qjoypad but don't show a system tray icon
|
qjoypad --notray
|
[
"qjoypad_2",
"qjoypad_3",
"qjoypad_6"
] |
qjoypad
|
qjoypad
| true |
{
"token": [
"--notray",
"|main|"
],
"oracle_man": [
[
"qjoypad_2",
"qjoypad_6"
],
[
"qjoypad_3"
]
]
}
|
853
|
start qjoypad and force the window manager to use a system tray icon
|
qjoypad --force-tray
|
[
"qjoypad_3"
] |
qjoypad
|
qjoypad
| true |
{
"token": [
"--force-tray",
"|main|"
],
"oracle_man": [
[],
[
"qjoypad_3"
]
]
}
|
854
|
force a running instance of qjoypad to update its list of devices and layouts
|
qjoypad --update
|
[
"qjoypad_3",
"qjoypad_7"
] |
qjoypad
|
qjoypad
| true |
{
"token": [
"--update",
"|main|"
],
"oracle_man": [
[
"qjoypad_7"
],
[
"qjoypad_3"
]
]
}
|
855
|
load the given layout in an already running instance of qjoypad, or start qjoypad using the given layout
|
qjoypad "{{layout}}"
|
[
"qjoypad_3"
] |
qjoypad
|
qjoypad
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"qjoypad_3"
]
]
}
|
860
|
start calculating, defaulting to all cpu cores and 1 second refresh interval
|
sudo cpufreq-aperf
|
[
"cpufreq-aperf_3"
] |
cpufreq-aperf
|
cpufreq-aperf
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"cpufreq-aperf_3",
"cpufreq-aperf_4",
"cpufreq-aperf_5"
]
]
}
|
861
|
start calculating for cpu 1 only
|
sudo cpufreq-aperf -c {{1}}
|
[
"cpufreq-aperf_3",
"cpufreq-aperf_6"
] |
cpufreq-aperf
|
cpufreq-aperf
| true |
{
"token": [
"-c",
"|main|"
],
"oracle_man": [
[
"cpufreq-aperf_6"
],
[
"cpufreq-aperf_3",
"cpufreq-aperf_4",
"cpufreq-aperf_5"
]
]
}
|
862
|
start calculating with a 3 second refresh interval for all cpu cores
|
sudo cpufreq-aperf -i {{3}}
|
[
"cpufreq-aperf_3",
"cpufreq-aperf_7"
] |
cpufreq-aperf
|
cpufreq-aperf
| true |
{
"token": [
"-i",
"|main|"
],
"oracle_man": [
[
"cpufreq-aperf_7"
],
[
"cpufreq-aperf_3",
"cpufreq-aperf_4",
"cpufreq-aperf_5"
]
]
}
|
863
|
calculate only once
|
sudo cpufreq-aperf -o
|
[
"cpufreq-aperf_3",
"cpufreq-aperf_8"
] |
cpufreq-aperf
|
cpufreq-aperf
| true |
{
"token": [
"-o",
"|main|"
],
"oracle_man": [
[
"cpufreq-aperf_8"
],
[
"cpufreq-aperf_3",
"cpufreq-aperf_4",
"cpufreq-aperf_5"
]
]
}
|
864
|
show the utilisation of the default amd gpu
|
radeontop
|
[
"radeontop_3"
] |
radeontop
|
radeontop
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"radeontop_3",
"radeontop_4"
]
]
}
|
865
|
enable colored output
|
radeontop --color
|
[
"radeontop_3",
"radeontop_6"
] |
radeontop
|
radeontop
| true |
{
"token": [
"--color",
"|main|"
],
"oracle_man": [
[
"radeontop_6"
],
[
"radeontop_3",
"radeontop_4"
]
]
}
|
866
|
select a specific gpu (the bus number is the first number in the output of `lspci`)
|
radeontop --bus {{bus_number}}
|
[
"radeontop_3",
"radeontop_5",
"radeontop_13"
] |
radeontop
|
radeontop
| true |
{
"token": [
"--bus",
"|main|"
],
"oracle_man": [
[
"radeontop_5",
"radeontop_13"
],
[
"radeontop_3",
"radeontop_4"
]
]
}
|
867
|
specify the display refresh rate (higher means more gpu overhead)
|
radeontop --ticks {{samples_per_second}}
|
[
"radeontop_3",
"radeontop_14"
] |
radeontop
|
radeontop
| true |
{
"token": [
"--ticks",
"|main|"
],
"oracle_man": [
[
"radeontop_14"
],
[
"radeontop_3",
"radeontop_4"
]
]
}
|
868
|
list installed packages and versions
|
pacman --query
|
[
"pacman_3",
"pacman_7"
] |
pacman
|
pacman-query
| true |
{
"token": [
"--query",
"|main|"
],
"oracle_man": [
[
"pacman_7"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
}
|
869
|
list only packages and versions that were explicitly installed
|
pacman --query --explicit
|
[
"pacman_3",
"pacman_7",
"pacman_51"
] |
pacman
|
pacman-query
| true |
{
"token": [
"--query",
"--explicit",
"|main|"
],
"oracle_man": [
[
"pacman_7"
],
[
"pacman_51"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
}
|
870
|
find which package owns a file
|
pacman --query --owns {{filename}}
|
[
"pacman_3",
"pacman_7",
"pacman_58"
] |
pacman
|
pacman-query
| true |
{
"token": [
"--query",
"--owns",
"|main|"
],
"oracle_man": [
[
"pacman_7"
],
[
"pacman_58"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
}
|
871
|
display information about an installed package
|
pacman --query --info {{package_name}}
|
[
"pacman_3",
"pacman_7",
"pacman_53",
"pacman_59",
"pacman_71"
] |
pacman
|
pacman-query
| true |
{
"token": [
"--query",
"--info",
"|main|"
],
"oracle_man": [
[
"pacman_7"
],
[
"pacman_53",
"pacman_59",
"pacman_71"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
}
|
872
|
list files owned by a package
|
pacman --query --list {{package_name}}
|
[
"pacman_3",
"pacman_7",
"pacman_55",
"pacman_59",
"pacman_72",
"pacman_84"
] |
pacman
|
pacman-query
| true |
{
"token": [
"--query",
"--list",
"|main|"
],
"oracle_man": [
[
"pacman_7"
],
[
"pacman_55",
"pacman_59",
"pacman_72",
"pacman_84"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
}
|
873
|
list orphan packages (installed as dependencies but not required by any package)
|
pacman --query --unrequired --deps --quiet
|
[
"pacman_3",
"pacman_7",
"pacman_50",
"pacman_60",
"pacman_62",
"pacman_73",
"pacman_82",
"pacman_86"
] |
pacman
|
pacman-query
| true |
{
"token": [
"--query",
"--unrequired",
"--deps",
"--quiet",
"|main|"
],
"oracle_man": [
[
"pacman_7"
],
[
"pacman_62"
],
[
"pacman_50"
],
[
"pacman_60",
"pacman_73",
"pacman_82",
"pacman_86"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
}
|
874
|
list installed packages not found in the repositories
|
pacman --query --foreign
|
[
"pacman_3",
"pacman_7",
"pacman_56",
"pacman_57"
] |
pacman
|
pacman-query
| true |
{
"token": [
"--query",
"--foreign",
"|main|"
],
"oracle_man": [
[
"pacman_7"
],
[
"pacman_56",
"pacman_57"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
}
|
875
|
list outdated packages
|
pacman --query --upgrades
|
[
"pacman_3",
"pacman_7",
"pacman_63"
] |
pacman
|
pacman-query
| true |
{
"token": [
"--query",
"--upgrades",
"|main|"
],
"oracle_man": [
[
"pacman_7"
],
[
"pacman_63"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
}
|
879
|
list all services available on the local network along with their addresses and ports while ignoring local ones
|
avahi-browse --all --resolve --ignore-local
|
[
"avahi-browse_3",
"avahi-browse_7",
"avahi-browse_8",
"avahi-browse_9",
"avahi-browse_15",
"avahi-browse_16"
] |
avahi-browse
|
avahi-browse
| true |
{
"token": [
"--all",
"--resolve",
"--ignore-local",
"|main|"
],
"oracle_man": [
[
"avahi-browse_3",
"avahi-browse_9"
],
[
"avahi-browse_8",
"avahi-browse_16"
],
[
"avahi-browse_15"
],
[
"avahi-browse_7"
]
]
}
|
880
|
list all domains
|
avahi-browse --browse-domains
|
[
"avahi-browse_4",
"avahi-browse_7",
"avahi-browse_10"
] |
avahi-browse
|
avahi-browse
| true |
{
"token": [
"--browse-domains",
"|main|"
],
"oracle_man": [
[
"avahi-browse_4",
"avahi-browse_10"
],
[
"avahi-browse_7"
]
]
}
|
881
|
limit the search to a particular domain
|
avahi-browse --all --domain={{domain}}
|
[
"avahi-browse_3",
"avahi-browse_7",
"avahi-browse_9",
"avahi-browse_11"
] |
avahi-browse
|
avahi-browse
| true |
{
"token": [
"--all",
"--domain",
"|main|"
],
"oracle_man": [
[
"avahi-browse_3",
"avahi-browse_9"
],
[
"avahi-browse_11"
],
[
"avahi-browse_7"
]
]
}
|
882
|
start the interactive installer
|
archinstall
|
[
"archinstall_1"
] |
archinstall
|
archinstall
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"archinstall_1",
"archinstall_2",
"archinstall_3",
"archinstall_4",
"archinstall_5",
"archinstall_6"
]
]
}
|
883
|
start a preset installer
|
archinstall {{minimal|unattended}}
|
[
"archinstall_1"
] |
archinstall
|
archinstall
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"archinstall_1",
"archinstall_2",
"archinstall_3",
"archinstall_4",
"archinstall_5",
"archinstall_6"
]
]
}
|
884
|
change the group name
|
groupmod -n {{new_group_name}} {{old_group_name}}
|
[
"groupmod_1",
"groupmod_2",
"groupmod_5"
] |
groupmod
|
groupmod
| true |
{
"token": [
"-n",
"|main|"
],
"oracle_man": [
[
"groupmod_2",
"groupmod_5"
],
[
"groupmod_1"
]
]
}
|
885
|
change the group id
|
groupmod -g {{new_group_id}} {{old_group_name}}
|
[
"groupmod_1",
"groupmod_2",
"groupmod_4"
] |
groupmod
|
groupmod
| true |
{
"token": [
"-g",
"|main|"
],
"oracle_man": [
[
"groupmod_2",
"groupmod_4"
],
[
"groupmod_1"
]
]
}
|
889
|
analyze one or more log files in interactive mode
|
goaccess {{path/to/logfile1 path/to/file2 ...}}
|
[
"goaccess_3"
] |
goaccess
|
goaccess
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"goaccess_3",
"goaccess_4",
"goaccess_5",
"goaccess_6",
"goaccess_7",
"goaccess_8",
"goaccess_9",
"goaccess_10",
"goaccess_11",
"goaccess_12",
"goaccess_13",
"goaccess_14",
"goaccess_15",
"goaccess_16",
"goaccess_17",
"goaccess_18",
"goaccess_19",
"goaccess_20",
"goaccess_21",
"goaccess_22",
"goaccess_23",
"goaccess_24",
"goaccess_25",
"goaccess_26",
"goaccess_27",
"goaccess_28"
]
]
}
|
890
|
use a specific logformat (or predefined formats like "combined")
|
goaccess {{path/to/logfile}} --log-format={{format}}
|
[
"goaccess_3",
"goaccess_44",
"goaccess_235",
"goaccess_237"
] |
goaccess
|
goaccess
| true |
{
"token": [
"--log-format",
"|main|"
],
"oracle_man": [
[
"goaccess_44",
"goaccess_235",
"goaccess_237"
],
[
"goaccess_3",
"goaccess_4",
"goaccess_5",
"goaccess_6",
"goaccess_7",
"goaccess_8",
"goaccess_9",
"goaccess_10",
"goaccess_11",
"goaccess_12",
"goaccess_13",
"goaccess_14",
"goaccess_15",
"goaccess_16",
"goaccess_17",
"goaccess_18",
"goaccess_19",
"goaccess_20",
"goaccess_21",
"goaccess_22",
"goaccess_23",
"goaccess_24",
"goaccess_25",
"goaccess_26",
"goaccess_27",
"goaccess_28"
]
]
}
|
891
|
analyse a log from stdin
|
tail -f {{path/to/logfile}} | goaccess -
|
[
"goaccess_1",
"goaccess_2",
"goaccess_3",
"goaccess_8",
"goaccess_9",
"goaccess_13",
"goaccess_17",
"goaccess_18",
"goaccess_19",
"goaccess_21",
"goaccess_24",
"goaccess_25",
"goaccess_26",
"goaccess_27",
"goaccess_30",
"goaccess_31",
"goaccess_32",
"goaccess_33",
"goaccess_34",
"goaccess_35",
"goaccess_36",
"goaccess_37",
"goaccess_38",
"goaccess_40",
"goaccess_41",
"goaccess_42",
"goaccess_43",
"goaccess_44",
"goaccess_46",
"goaccess_47",
"goaccess_49",
"goaccess_50",
"goaccess_51",
"goaccess_52",
"goaccess_54",
"goaccess_59",
"goaccess_60",
"goaccess_61",
"goaccess_62",
"goaccess_63",
"goaccess_64",
"goaccess_65",
"goaccess_67",
"goaccess_68",
"goaccess_69",
"goaccess_70",
"goaccess_71",
"goaccess_72",
"goaccess_73",
"goaccess_74",
"goaccess_75",
"goaccess_76",
"goaccess_77",
"goaccess_78",
"goaccess_79",
"goaccess_80",
"goaccess_82",
"goaccess_84",
"goaccess_86",
"goaccess_87",
"goaccess_88",
"goaccess_89",
"goaccess_91",
"goaccess_95",
"goaccess_96",
"goaccess_97",
"goaccess_98",
"goaccess_99",
"goaccess_100",
"goaccess_101",
"goaccess_102",
"goaccess_103",
"goaccess_104",
"goaccess_105",
"goaccess_106",
"goaccess_107",
"goaccess_108",
"goaccess_109",
"goaccess_110",
"goaccess_111",
"goaccess_112",
"goaccess_113",
"goaccess_114",
"goaccess_115",
"goaccess_116",
"goaccess_117",
"goaccess_119",
"goaccess_120",
"goaccess_121",
"goaccess_122",
"goaccess_123",
"goaccess_124",
"goaccess_125",
"goaccess_127",
"goaccess_128",
"goaccess_130",
"goaccess_131",
"goaccess_133",
"goaccess_134",
"goaccess_136",
"goaccess_137",
"goaccess_141",
"goaccess_142",
"goaccess_143",
"goaccess_144",
"goaccess_145",
"goaccess_146",
"goaccess_147",
"goaccess_148",
"goaccess_149",
"goaccess_151",
"goaccess_152",
"goaccess_153",
"goaccess_154",
"goaccess_155",
"goaccess_156",
"goaccess_157",
"goaccess_158",
"goaccess_159",
"goaccess_160",
"goaccess_161",
"goaccess_162",
"goaccess_166",
"goaccess_167",
"goaccess_168",
"goaccess_169",
"goaccess_170",
"goaccess_171",
"goaccess_172",
"goaccess_173",
"goaccess_174",
"goaccess_188",
"goaccess_191",
"goaccess_196",
"goaccess_197",
"goaccess_210",
"goaccess_227",
"goaccess_229",
"goaccess_231",
"goaccess_232",
"goaccess_233",
"goaccess_234",
"goaccess_235",
"goaccess_237",
"goaccess_241",
"goaccess_244",
"goaccess_245",
"goaccess_246",
"goaccess_247",
"goaccess_248",
"goaccess_250",
"goaccess_252",
"goaccess_254",
"goaccess_255",
"goaccess_258",
"goaccess_260",
"goaccess_261",
"goaccess_262",
"goaccess_264",
"goaccess_266",
"goaccess_268",
"goaccess_270",
"goaccess_272",
"goaccess_274",
"goaccess_276",
"goaccess_278",
"goaccess_280",
"goaccess_281",
"goaccess_283",
"goaccess_284",
"goaccess_290",
"goaccess_292",
"goaccess_294"
] |
goaccess
|
goaccess
| true |
{
"token": [
"tail",
"-f",
"-",
"|main|"
],
"oracle_man": [
[
"goaccess_233",
"goaccess_235",
"goaccess_237",
"goaccess_274"
],
[
"goaccess_18",
"goaccess_24",
"goaccess_25",
"goaccess_26",
"goaccess_27",
"goaccess_38",
"goaccess_40",
"goaccess_41",
"goaccess_43",
"goaccess_44",
"goaccess_46",
"goaccess_87",
"goaccess_95",
"goaccess_96",
"goaccess_102",
"goaccess_104",
"goaccess_105",
"goaccess_123",
"goaccess_124",
"goaccess_151",
"goaccess_167",
"goaccess_168",
"goaccess_169",
"goaccess_170",
"goaccess_171",
"goaccess_172",
"goaccess_173",
"goaccess_174",
"goaccess_233",
"goaccess_234",
"goaccess_235",
"goaccess_237",
"goaccess_261",
"goaccess_278",
"goaccess_280"
],
[
"goaccess_1",
"goaccess_2",
"goaccess_3",
"goaccess_8",
"goaccess_9",
"goaccess_13",
"goaccess_17",
"goaccess_18",
"goaccess_19",
"goaccess_21",
"goaccess_24",
"goaccess_25",
"goaccess_26",
"goaccess_27",
"goaccess_30",
"goaccess_31",
"goaccess_32",
"goaccess_33",
"goaccess_34",
"goaccess_35",
"goaccess_36",
"goaccess_37",
"goaccess_38",
"goaccess_40",
"goaccess_41",
"goaccess_42",
"goaccess_43",
"goaccess_44",
"goaccess_46",
"goaccess_47",
"goaccess_49",
"goaccess_50",
"goaccess_51",
"goaccess_52",
"goaccess_54",
"goaccess_59",
"goaccess_60",
"goaccess_61",
"goaccess_62",
"goaccess_63",
"goaccess_64",
"goaccess_65",
"goaccess_67",
"goaccess_68",
"goaccess_69",
"goaccess_70",
"goaccess_71",
"goaccess_72",
"goaccess_73",
"goaccess_74",
"goaccess_75",
"goaccess_76",
"goaccess_77",
"goaccess_78",
"goaccess_79",
"goaccess_80",
"goaccess_82",
"goaccess_84",
"goaccess_86",
"goaccess_87",
"goaccess_88",
"goaccess_89",
"goaccess_91",
"goaccess_95",
"goaccess_96",
"goaccess_97",
"goaccess_98",
"goaccess_99",
"goaccess_100",
"goaccess_101",
"goaccess_102",
"goaccess_103",
"goaccess_104",
"goaccess_105",
"goaccess_106",
"goaccess_107",
"goaccess_108",
"goaccess_109",
"goaccess_110",
"goaccess_111",
"goaccess_112",
"goaccess_113",
"goaccess_114",
"goaccess_115",
"goaccess_116",
"goaccess_117",
"goaccess_119",
"goaccess_120",
"goaccess_121",
"goaccess_122",
"goaccess_123",
"goaccess_124",
"goaccess_125",
"goaccess_127",
"goaccess_128",
"goaccess_130",
"goaccess_131",
"goaccess_133",
"goaccess_134",
"goaccess_136",
"goaccess_137",
"goaccess_141",
"goaccess_142",
"goaccess_143",
"goaccess_144",
"goaccess_145",
"goaccess_146",
"goaccess_147",
"goaccess_148",
"goaccess_149",
"goaccess_151",
"goaccess_152",
"goaccess_153",
"goaccess_154",
"goaccess_155",
"goaccess_156",
"goaccess_157",
"goaccess_158",
"goaccess_159",
"goaccess_160",
"goaccess_161",
"goaccess_162",
"goaccess_166",
"goaccess_167",
"goaccess_168",
"goaccess_169",
"goaccess_170",
"goaccess_171",
"goaccess_172",
"goaccess_173",
"goaccess_174",
"goaccess_188",
"goaccess_191",
"goaccess_196",
"goaccess_197",
"goaccess_210",
"goaccess_227",
"goaccess_229",
"goaccess_231",
"goaccess_232",
"goaccess_233",
"goaccess_234",
"goaccess_235",
"goaccess_237",
"goaccess_241",
"goaccess_244",
"goaccess_245",
"goaccess_246",
"goaccess_247",
"goaccess_248",
"goaccess_250",
"goaccess_252",
"goaccess_254",
"goaccess_255",
"goaccess_258",
"goaccess_260",
"goaccess_261",
"goaccess_262",
"goaccess_264",
"goaccess_266",
"goaccess_268",
"goaccess_270",
"goaccess_272",
"goaccess_274",
"goaccess_276",
"goaccess_278",
"goaccess_280",
"goaccess_281",
"goaccess_283",
"goaccess_284",
"goaccess_290",
"goaccess_292",
"goaccess_294"
],
[
"goaccess_3",
"goaccess_4",
"goaccess_5",
"goaccess_6",
"goaccess_7",
"goaccess_8",
"goaccess_9",
"goaccess_10",
"goaccess_11",
"goaccess_12",
"goaccess_13",
"goaccess_14",
"goaccess_15",
"goaccess_16",
"goaccess_17",
"goaccess_18",
"goaccess_19",
"goaccess_20",
"goaccess_21",
"goaccess_22",
"goaccess_23",
"goaccess_24",
"goaccess_25",
"goaccess_26",
"goaccess_27",
"goaccess_28"
]
]
}
|
892
|
analyze a log and write it to an html file in realtime
|
goaccess {{path/to/logfile}} --output {{path/to/file.html}} --real-time-html
|
[
"goaccess_3",
"goaccess_82",
"goaccess_89",
"goaccess_115",
"goaccess_237",
"goaccess_247",
"goaccess_248",
"goaccess_250",
"goaccess_252",
"goaccess_254"
] |
goaccess
|
goaccess
| true |
{
"token": [
"--output",
"--real-time-html",
"|main|"
],
"oracle_man": [
[
"goaccess_115"
],
[
"goaccess_82",
"goaccess_89",
"goaccess_237",
"goaccess_247",
"goaccess_248",
"goaccess_250",
"goaccess_252",
"goaccess_254"
],
[
"goaccess_3",
"goaccess_4",
"goaccess_5",
"goaccess_6",
"goaccess_7",
"goaccess_8",
"goaccess_9",
"goaccess_10",
"goaccess_11",
"goaccess_12",
"goaccess_13",
"goaccess_14",
"goaccess_15",
"goaccess_16",
"goaccess_17",
"goaccess_18",
"goaccess_19",
"goaccess_20",
"goaccess_21",
"goaccess_22",
"goaccess_23",
"goaccess_24",
"goaccess_25",
"goaccess_26",
"goaccess_27",
"goaccess_28"
]
]
}
|
893
|
view the current and permanent mac addresses of a interface
|
macchanger --show {{interface}}
|
[
"macchanger_3",
"macchanger_7"
] |
macchanger
|
macchanger
| true |
{
"token": [
"--show",
"|main|"
],
"oracle_man": [
[
"macchanger_7"
],
[
"macchanger_3"
]
]
}
|
894
|
set interface to a random mac
|
macchanger --random {{interface}}
|
[
"macchanger_3",
"macchanger_11"
] |
macchanger
|
macchanger
| true |
{
"token": [
"--random",
"|main|"
],
"oracle_man": [
[
"macchanger_11"
],
[
"macchanger_3"
]
]
}
|
895
|
set interface to a specific mac
|
macchanger --mac {{XX:XX:XX:XX:XX:XX}} {{interface}}
|
[
"macchanger_3",
"macchanger_15"
] |
macchanger
|
macchanger
| true |
{
"token": [
"--mac",
"|main|"
],
"oracle_man": [
[
"macchanger_15"
],
[
"macchanger_3"
]
]
}
|
896
|
reset interface to its permanent hardware mac
|
macchanger --permanent {{interface}}
|
[
"macchanger_3",
"macchanger_12"
] |
macchanger
|
macchanger
| true |
{
"token": [
"--permanent",
"|main|"
],
"oracle_man": [
[
"macchanger_12"
],
[
"macchanger_3"
]
]
}
|
903
|
list the partitions on a block device or disk image
|
sudo partx --list {{path/to/device_or_disk_image}}
|
[
"partx_4",
"partx_13",
"partx_19",
"partx_25"
] |
partx
|
partx
| true |
{
"token": [
"--list",
"|main|"
],
"oracle_man": [
[
"partx_13",
"partx_19",
"partx_25"
],
[
"partx_4",
"partx_5",
"partx_6",
"partx_7",
"partx_8"
]
]
}
|
904
|
add all the partitions found in a given block device to the kernel
|
sudo partx --add --verbose {{path/to/device_or_disk_image}}
|
[
"partx_4",
"partx_9",
"partx_19",
"partx_28",
"partx_35"
] |
partx
|
partx
| true |
{
"token": [
"--add",
"--verbose",
"|main|"
],
"oracle_man": [
[
"partx_9",
"partx_19",
"partx_35"
],
[
"partx_28"
],
[
"partx_4",
"partx_5",
"partx_6",
"partx_7",
"partx_8"
]
]
}
|
905
|
delete all the partitions found from the kernel (does not alter partitions on disk)
|
sudo partx --delete {{path/to/device_or_disk_image}}
|
[
"partx_4",
"partx_11",
"partx_19"
] |
partx
|
partx
| true |
{
"token": [
"--delete",
"|main|"
],
"oracle_man": [
[
"partx_11",
"partx_19"
],
[
"partx_4",
"partx_5",
"partx_6",
"partx_7",
"partx_8"
]
]
}
|
920
|
set the cpu frequency policy of cpu 1 to "userspace"
|
sudo cpufreq-set -c {{1}} -g {{userspace}}
|
[
"cpufreq-set_3",
"cpufreq-set_4",
"cpufreq-set_7",
"cpufreq-set_11",
"cpufreq-set_12"
] |
cpufreq-set
|
cpufreq-set
| true |
{
"token": [
"-c",
"-g",
"|main|"
],
"oracle_man": [
[
"cpufreq-set_4",
"cpufreq-set_11",
"cpufreq-set_12"
],
[
"cpufreq-set_7"
],
[
"cpufreq-set_3"
]
]
}
|
921
|
set the current minimum cpu frequency of cpu 1
|
sudo cpufreq-set -c {{1}} --min {{min_frequency}}
|
[
"cpufreq-set_3",
"cpufreq-set_4",
"cpufreq-set_5",
"cpufreq-set_11",
"cpufreq-set_12"
] |
cpufreq-set
|
cpufreq-set
| true |
{
"token": [
"-c",
"--min",
"|main|"
],
"oracle_man": [
[
"cpufreq-set_4",
"cpufreq-set_11",
"cpufreq-set_12"
],
[
"cpufreq-set_5"
],
[
"cpufreq-set_3"
]
]
}
|
922
|
set the current maximum cpu frequency of cpu 1
|
sudo cpufreq-set -c {{1}} --max {{max_frequency}}
|
[
"cpufreq-set_3",
"cpufreq-set_4",
"cpufreq-set_6",
"cpufreq-set_11",
"cpufreq-set_12"
] |
cpufreq-set
|
cpufreq-set
| true |
{
"token": [
"-c",
"--max",
"|main|"
],
"oracle_man": [
[
"cpufreq-set_4",
"cpufreq-set_11",
"cpufreq-set_12"
],
[
"cpufreq-set_6"
],
[
"cpufreq-set_3"
]
]
}
|
923
|
set the current work frequency of cpu 1
|
sudo cpufreq-set -c {{1}} -f {{work_frequency}}
|
[
"cpufreq-set_3",
"cpufreq-set_4",
"cpufreq-set_8",
"cpufreq-set_11",
"cpufreq-set_12"
] |
cpufreq-set
|
cpufreq-set
| true |
{
"token": [
"-c",
"-f",
"|main|"
],
"oracle_man": [
[
"cpufreq-set_4",
"cpufreq-set_11",
"cpufreq-set_12"
],
[
"cpufreq-set_8",
"cpufreq-set_12"
],
[
"cpufreq-set_3"
]
]
}
|
924
|
expand a given acronym
|
wtf {{IMO}}
|
[
"wtf_3"
] |
wtf
|
wtf
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"wtf_3",
"wtf_4",
"wtf_5",
"wtf_6",
"wtf_7",
"wtf_8"
]
]
}
|
925
|
specify a computer related search type
|
wtf -t {{comp}} {{WWW}}
|
[
"wtf_3"
] |
wtf
|
wtf
| true |
{
"token": [
"-t",
"|main|"
],
"oracle_man": [
[],
[
"wtf_3",
"wtf_4",
"wtf_5",
"wtf_6",
"wtf_7",
"wtf_8"
]
]
}
|
926
|
print the value of a dconf path
|
dconf read {{/example/dconf/path}}
|
[
"dconf_2"
] |
dconf
|
dconf
| true |
{
"token": [
"read",
"|main|"
],
"oracle_man": [
[],
[
"dconf_2",
"dconf_3",
"dconf_4",
"dconf_5",
"dconf_6",
"dconf_7"
]
]
}
|
927
|
list contents of a dconf path
|
dconf list {{/example/dconf/path}}
|
[
"dconf_2"
] |
dconf
|
dconf
| true |
{
"token": [
"list",
"|main|"
],
"oracle_man": [
[],
[
"dconf_2",
"dconf_3",
"dconf_4",
"dconf_5",
"dconf_6",
"dconf_7"
]
]
}
|
928
|
watch for dconf database changes in a path and subpaths
|
dconf watch {{/example/dconf/path}}
|
[
"dconf_2"
] |
dconf
|
dconf
| true |
{
"token": [
"watch",
"|main|"
],
"oracle_man": [
[],
[
"dconf_2",
"dconf_3",
"dconf_4",
"dconf_5",
"dconf_6",
"dconf_7"
]
]
}
|
929
|
display traffic summary for all interfaces
|
vnstat
|
[
"vnstat_3"
] |
vnstat
|
vnstat
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"vnstat_3",
"vnstat_4"
]
]
}
|
930
|
display traffic summary for a specific network interface
|
vnstat -i {{eth0}}
|
[
"vnstat_2",
"vnstat_3",
"vnstat_5",
"vnstat_10",
"vnstat_16",
"vnstat_17",
"vnstat_26",
"vnstat_27",
"vnstat_40",
"vnstat_41",
"vnstat_43",
"vnstat_44"
] |
vnstat
|
vnstat
| true |
{
"token": [
"-i",
"|main|"
],
"oracle_man": [
[
"vnstat_2",
"vnstat_5",
"vnstat_10",
"vnstat_16",
"vnstat_17",
"vnstat_26",
"vnstat_27",
"vnstat_40",
"vnstat_41",
"vnstat_43",
"vnstat_44"
],
[
"vnstat_3",
"vnstat_4"
]
]
}
|
931
|
display live stats for a specific network interface
|
vnstat -l -i {{eth0}}
|
[
"vnstat_2",
"vnstat_3",
"vnstat_5",
"vnstat_10",
"vnstat_16",
"vnstat_17",
"vnstat_18",
"vnstat_19",
"vnstat_20",
"vnstat_21",
"vnstat_22",
"vnstat_26",
"vnstat_27",
"vnstat_32",
"vnstat_40",
"vnstat_41",
"vnstat_43",
"vnstat_44"
] |
vnstat
|
vnstat
| true |
{
"token": [
"-l",
"-i",
"|main|"
],
"oracle_man": [
[
"vnstat_2",
"vnstat_18",
"vnstat_19",
"vnstat_20",
"vnstat_21",
"vnstat_22",
"vnstat_32"
],
[
"vnstat_2",
"vnstat_5",
"vnstat_10",
"vnstat_16",
"vnstat_17",
"vnstat_26",
"vnstat_27",
"vnstat_40",
"vnstat_41",
"vnstat_43",
"vnstat_44"
],
[
"vnstat_3",
"vnstat_4"
]
]
}
|
932
|
show traffic statistics on an hourly basis for the last 24 hours using a bar graph
|
vnstat -hg
|
[
"vnstat_2",
"vnstat_3",
"vnstat_15"
] |
vnstat
|
vnstat
| true |
{
"token": [
"-hg",
"|main|"
],
"oracle_man": [
[
"vnstat_2",
"vnstat_15"
],
[
"vnstat_3",
"vnstat_4"
]
]
}
|
933
|
measure and show average traffic for 30 seconds
|
vnstat -tr {{30}}
|
[
"vnstat_2",
"vnstat_3",
"vnstat_18",
"vnstat_34"
] |
vnstat
|
vnstat
| true |
{
"token": [
"-tr",
"|main|"
],
"oracle_man": [
[
"vnstat_2",
"vnstat_18",
"vnstat_34"
],
[
"vnstat_3",
"vnstat_4"
]
]
}
|
934
|
send a message
|
echo "{{message}}" | wall
|
[
"wall_3"
] |
wall
|
wall
| true |
{
"token": [
"echo",
"|main|"
],
"oracle_man": [
[],
[
"wall_3",
"wall_4",
"wall_5"
]
]
}
|
935
|
send a message from a file
|
wall {{file}}
|
[
"wall_3"
] |
wall
|
wall
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"wall_3",
"wall_4",
"wall_5"
]
]
}
|
936
|
send a message with timeout (default 300)
|
wall -t {{seconds}} {{file}}
|
[
"wall_2",
"wall_3",
"wall_7"
] |
wall
|
wall
| true |
{
"token": [
"-t",
"|main|"
],
"oracle_man": [
[
"wall_2",
"wall_7"
],
[
"wall_3",
"wall_4",
"wall_5"
]
]
}
|
937
|
set the value of a key. fails if the key doesn't exist or the value is out of range
|
gsettings set {{org.example.schema}} {{example-key}} {{value}}
|
[
"gsettings_7",
"gsettings_16",
"gsettings_25"
] |
gsettings
|
gsettings
| true |
{
"token": [
"set",
"|main|"
],
"oracle_man": [
[
"gsettings_7",
"gsettings_25"
],
[
"gsettings_16",
"gsettings_17",
"gsettings_18",
"gsettings_19"
]
]
}
|
938
|
print the value of a key or the schemaprovided default if the key has not been set in `dconf`
|
gsetings get {{org.example.schema}} {{example-key}}
|
[
"gsettings_2",
"gsettings_16",
"gsettings_20"
] |
gsettings
|
gsettings
| true |
{
"token": [
"gsetings",
"get",
"|main|"
],
"oracle_man": [
[],
[
"gsettings_2",
"gsettings_20"
],
[
"gsettings_16",
"gsettings_17",
"gsettings_18",
"gsettings_19"
]
]
}
|
939
|
unset a key, so that its schema default value will be used
|
gsettings reset {{org.example.schema}} {{example-key}}
|
[
"gsettings_8",
"gsettings_16",
"gsettings_26"
] |
gsettings
|
gsettings
| true |
{
"token": [
"reset",
"|main|"
],
"oracle_man": [
[
"gsettings_8",
"gsettings_26"
],
[
"gsettings_16",
"gsettings_17",
"gsettings_18",
"gsettings_19"
]
]
}
|
940
|
display all (nonrelocatable) schemas, keys, and values
|
gsettings list-recursively
|
[
"gsettings_14",
"gsettings_16",
"gsettings_32"
] |
gsettings
|
gsettings
| true |
{
"token": [
"list-recursively",
"|main|"
],
"oracle_man": [
[
"gsettings_14",
"gsettings_32"
],
[
"gsettings_16",
"gsettings_17",
"gsettings_18",
"gsettings_19"
]
]
}
|
941
|
display all keys and values (default if not set) from one schema
|
gsettings list-recursively {{org.example.schema}}
|
[
"gsettings_14",
"gsettings_16",
"gsettings_32"
] |
gsettings
|
gsettings
| true |
{
"token": [
"list-recursively",
"|main|"
],
"oracle_man": [
[
"gsettings_14",
"gsettings_32"
],
[
"gsettings_16",
"gsettings_17",
"gsettings_18",
"gsettings_19"
]
]
}
|
942
|
display schemaallowed values for a key (helpful with enum keys)
|
gsettings range {{org.example.schema}} {{example-key}}
|
[
"gsettings_5",
"gsettings_16",
"gsettings_23"
] |
gsettings
|
gsettings
| true |
{
"token": [
"range",
"|main|"
],
"oracle_man": [
[
"gsettings_5",
"gsettings_23"
],
[
"gsettings_16",
"gsettings_17",
"gsettings_18",
"gsettings_19"
]
]
}
|
943
|
display the humanreadable description of a key
|
gsettings describe {{org.example.schema}} {{example-key}}
|
[
"gsettings_6",
"gsettings_16",
"gsettings_24"
] |
gsettings
|
gsettings
| true |
{
"token": [
"describe",
"|main|"
],
"oracle_man": [
[
"gsettings_6",
"gsettings_24"
],
[
"gsettings_16",
"gsettings_17",
"gsettings_18",
"gsettings_19"
]
]
}
|
944
|
display users in the system
|
lslogins
|
[
"lslogins_3"
] |
lslogins
|
lslogins
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"lslogins_3",
"lslogins_4",
"lslogins_5"
]
]
}
|
945
|
display users belonging to a specific group
|
lslogins --groups={{groups}}
|
[
"lslogins_3",
"lslogins_13"
] |
lslogins
|
lslogins
| true |
{
"token": [
"--groups",
"|main|"
],
"oracle_man": [
[
"lslogins_13"
],
[
"lslogins_3",
"lslogins_4",
"lslogins_5"
]
]
}
|
946
|
display user accounts
|
lslogins --user-accs
|
[
"lslogins_3",
"lslogins_27"
] |
lslogins
|
lslogins
| true |
{
"token": [
"--user-accs",
"|main|"
],
"oracle_man": [
[
"lslogins_27"
],
[
"lslogins_3",
"lslogins_4",
"lslogins_5"
]
]
}
|
947
|
display last logins
|
lslogins --last
|
[
"lslogins_3",
"lslogins_16",
"lslogins_30"
] |
lslogins
|
lslogins
| true |
{
"token": [
"--last",
"|main|"
],
"oracle_man": [
[
"lslogins_16",
"lslogins_30"
],
[
"lslogins_3",
"lslogins_4",
"lslogins_5"
]
]
}
|
948
|
display system accounts
|
lslogins --system-accs
|
[
"lslogins_3",
"lslogins_25"
] |
lslogins
|
lslogins
| true |
{
"token": [
"--system-accs",
"|main|"
],
"oracle_man": [
[
"lslogins_25"
],
[
"lslogins_3",
"lslogins_4",
"lslogins_5"
]
]
}
|
949
|
display supplementary groups
|
lslogins --supp-groups
|
[
"lslogins_3",
"lslogins_12"
] |
lslogins
|
lslogins
| true |
{
"token": [
"--supp-groups",
"|main|"
],
"oracle_man": [
[
"lslogins_12"
],
[
"lslogins_3",
"lslogins_4",
"lslogins_5"
]
]
}
|
957
|
run photorec on a specific device
|
sudo photorec {{/dev/sdb}}
|
[
"photorec_4"
] |
photorec
|
photorec
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"photorec_4"
]
]
}
|
958
|
run photorec on a disk image (`image.dd`)
|
sudo photorec {{path/to/image.dd}}
|
[
"photorec_4"
] |
photorec
|
photorec
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"photorec_4"
]
]
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.