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 |
---|---|---|---|---|---|---|---|
2441
|
fork and detach physlock (useful for suspend or hibernate scripts)
|
physlock -d
|
[
"physlock_2",
"physlock_3",
"physlock_6"
] |
physlock
|
physlock
| true |
{
"token": [
"-d",
"|main|"
],
"oracle_man": [
[
"physlock_2",
"physlock_6"
],
[
"physlock_3",
"physlock_4",
"physlock_5"
]
]
}
|
2442
|
display the attributes of the files in the current directory
|
lsattr
|
[
"lsattr_3"
] |
lsattr
|
lsattr
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"lsattr_3"
]
]
}
|
2443
|
list the attributes of files in a particular path
|
lsattr {{path}}
|
[
"lsattr_3"
] |
lsattr
|
lsattr
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"lsattr_3"
]
]
}
|
2444
|
list file attributes recursively in the current and subsequent directories
|
lsattr -R
|
[
"lsattr_2",
"lsattr_3",
"lsattr_4"
] |
lsattr
|
lsattr
| true |
{
"token": [
"-R",
"|main|"
],
"oracle_man": [
[
"lsattr_2",
"lsattr_4"
],
[
"lsattr_3"
]
]
}
|
2445
|
show attributes of all the files in the current directory, including hidden ones
|
lsattr -a
|
[
"lsattr_3",
"lsattr_6"
] |
lsattr
|
lsattr
| true |
{
"token": [
"-a",
"|main|"
],
"oracle_man": [
[
"lsattr_6"
],
[
"lsattr_3"
]
]
}
|
2446
|
display attributes of directories in the current directory
|
lsattr -d
|
[
"lsattr_3",
"lsattr_7"
] |
lsattr
|
lsattr
| true |
{
"token": [
"-d",
"|main|"
],
"oracle_man": [
[
"lsattr_7"
],
[
"lsattr_3"
]
]
}
|
2447
|
create a shared memory segment
|
ipcmk --shmem {{segment_size_in_bytes}}
|
[
"ipcmk_3",
"ipcmk_5"
] |
ipcmk
|
ipcmk
| true |
{
"token": [
"--shmem",
"|main|"
],
"oracle_man": [
[
"ipcmk_5"
],
[
"ipcmk_3"
]
]
}
|
2448
|
create a semaphore
|
ipcmk --semaphore {{element_size}}
|
[
"ipcmk_3",
"ipcmk_7"
] |
ipcmk
|
ipcmk
| true |
{
"token": [
"--semaphore",
"|main|"
],
"oracle_man": [
[
"ipcmk_7"
],
[
"ipcmk_3"
]
]
}
|
2449
|
create a message queue
|
ipcmk --queue
|
[
"ipcmk_3",
"ipcmk_6"
] |
ipcmk
|
ipcmk
| true |
{
"token": [
"--queue",
"|main|"
],
"oracle_man": [
[
"ipcmk_6"
],
[
"ipcmk_3"
]
]
}
|
2450
|
create a shared memory segment with specific permissions (default is 0644)
|
ipcmk --shmem {{segment_size_in_bytes}} {{octal_permissons}}
|
[
"ipcmk_3",
"ipcmk_5"
] |
ipcmk
|
ipcmk
| true |
{
"token": [
"--shmem",
"|main|"
],
"oracle_man": [
[
"ipcmk_5"
],
[
"ipcmk_3"
]
]
}
|
2459
|
start hardinfo
|
hardinfo
|
[
"hardinfo_3"
] |
hardinfo
|
hardinfo
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"hardinfo_3",
"hardinfo_4",
"hardinfo_5",
"hardinfo_6",
"hardinfo_7",
"hardinfo_8",
"hardinfo_9"
]
]
}
|
2460
|
print report to standard output
|
hardinfo -r
|
[
"hardinfo_3",
"hardinfo_7",
"hardinfo_11",
"hardinfo_12",
"hardinfo_13"
] |
hardinfo
|
hardinfo
| true |
{
"token": [
"-r",
"|main|"
],
"oracle_man": [
[
"hardinfo_7",
"hardinfo_11",
"hardinfo_12",
"hardinfo_13"
],
[
"hardinfo_3",
"hardinfo_4",
"hardinfo_5",
"hardinfo_6",
"hardinfo_7",
"hardinfo_8",
"hardinfo_9"
]
]
}
|
2461
|
save report to html file
|
hardinfo -r -f html > hardinfo.html
|
[
"hardinfo_3",
"hardinfo_7",
"hardinfo_11",
"hardinfo_12",
"hardinfo_13"
] |
hardinfo
|
hardinfo
| true |
{
"token": [
"-r",
"-f",
"html",
"hardinfo.html",
"|main|"
],
"oracle_man": [
[
"hardinfo_7",
"hardinfo_11",
"hardinfo_12",
"hardinfo_13"
],
[
"hardinfo_12"
],
[],
[],
[
"hardinfo_3",
"hardinfo_4",
"hardinfo_5",
"hardinfo_6",
"hardinfo_7",
"hardinfo_8",
"hardinfo_9"
]
]
}
|
2462
|
connect to a remote host
|
rpcclient --user {{domain}}\{{username}}%{{password}} {{ip}}
|
[
"rpcclient_2",
"rpcclient_3",
"rpcclient_75"
] |
rpcclient
|
rpcclient
| true |
{
"token": [
"--user",
"|main|"
],
"oracle_man": [
[
"rpcclient_2",
"rpcclient_75"
],
[
"rpcclient_3",
"rpcclient_4"
]
]
}
|
2463
|
connect to a remote host on a domain without a password
|
rpcclient --user {{username}} --workgroup {{domain}} --no-pass {{ip}}
|
[
"rpcclient_2",
"rpcclient_3",
"rpcclient_71",
"rpcclient_75",
"rpcclient_80"
] |
rpcclient
|
rpcclient
| true |
{
"token": [
"--user",
"--workgroup",
"--no-pass",
"|main|"
],
"oracle_man": [
[
"rpcclient_2",
"rpcclient_75"
],
[
"rpcclient_2",
"rpcclient_71"
],
[
"rpcclient_2",
"rpcclient_80"
],
[
"rpcclient_3",
"rpcclient_4"
]
]
}
|
2464
|
connect to a remote host, passing the password hash
|
rpcclient --user {{domain}}\{{username}} --pw-nt-hash {{ip}}
|
[
"rpcclient_2",
"rpcclient_3",
"rpcclient_75",
"rpcclient_88"
] |
rpcclient
|
rpcclient
| true |
{
"token": [
"--user",
"--pw-nt-hash",
"|main|"
],
"oracle_man": [
[
"rpcclient_2",
"rpcclient_75"
],
[
"rpcclient_2",
"rpcclient_88"
],
[
"rpcclient_3",
"rpcclient_4"
]
]
}
|
2465
|
execute shell commands on a remote host
|
rpcclient --user {{domain}}\{{username}}%{{password}} --command {{semicolon_separated_commands}} {{ip}}
|
[
"rpcclient_2",
"rpcclient_3",
"rpcclient_40",
"rpcclient_75"
] |
rpcclient
|
rpcclient
| true |
{
"token": [
"--user",
"--command",
"|main|"
],
"oracle_man": [
[
"rpcclient_2",
"rpcclient_75"
],
[
"rpcclient_2",
"rpcclient_40"
],
[
"rpcclient_3",
"rpcclient_4"
]
]
}
|
2466
|
display domain users
|
rpcclient $> enumdomusers
|
[
"rpcclient_3",
"rpcclient_172"
] |
rpcclient
|
rpcclient
| true |
{
"token": [
"$",
"enumdomusers",
"|main|"
],
"oracle_man": [
[],
[
"rpcclient_172"
],
[
"rpcclient_3",
"rpcclient_4"
]
]
}
|
2467
|
display privileges
|
rpcclient $> enumprivs
|
[
"rpcclient_3",
"rpcclient_110"
] |
rpcclient
|
rpcclient
| true |
{
"token": [
"$",
"enumprivs",
"|main|"
],
"oracle_man": [
[],
[
"rpcclient_110"
],
[
"rpcclient_3",
"rpcclient_4"
]
]
}
|
2468
|
display information about a specific user
|
rpcclient $> queryuser {{username|rid}}
|
[
"rpcclient_3",
"rpcclient_160"
] |
rpcclient
|
rpcclient
| true |
{
"token": [
"$",
"queryuser",
"|main|"
],
"oracle_man": [
[],
[
"rpcclient_160"
],
[
"rpcclient_3",
"rpcclient_4"
]
]
}
|
2469
|
create a new user in the domain
|
rpcclient $> createdomuser {{username}}
|
[
"rpcclient_3",
"rpcclient_176"
] |
rpcclient
|
rpcclient
| true |
{
"token": [
"$",
"createdomuser",
"|main|"
],
"oracle_man": [
[],
[
"rpcclient_176"
],
[
"rpcclient_3",
"rpcclient_4"
]
]
}
|
2476
|
save the current screen layout
|
autorandr -s {{profile_name}}
|
[
"autorandr_3",
"autorandr_9",
"autorandr_19"
] |
autorandr
|
autorandr
| true |
{
"token": [
"-s",
"|main|"
],
"oracle_man": [
[
"autorandr_9",
"autorandr_19"
],
[
"autorandr_3",
"autorandr_4"
]
]
}
|
2477
|
show the saved profiles
|
autorandr
|
[
"autorandr_3"
] |
autorandr
|
autorandr
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"autorandr_3",
"autorandr_4"
]
]
}
|
2478
|
change the profile
|
autorandr -l {{profile_name}}
|
[
"autorandr_3",
"autorandr_4",
"autorandr_8"
] |
autorandr
|
autorandr
| true |
{
"token": [
"-l",
"|main|"
],
"oracle_man": [
[
"autorandr_4",
"autorandr_8"
],
[
"autorandr_3",
"autorandr_4"
]
]
}
|
2479
|
set the default profile
|
autorandr -d {{profile_name}}
|
[
"autorandr_3",
"autorandr_7",
"autorandr_14",
"autorandr_15",
"autorandr_16"
] |
autorandr
|
autorandr
| true |
{
"token": [
"-d",
"|main|"
],
"oracle_man": [
[
"autorandr_7",
"autorandr_14",
"autorandr_15",
"autorandr_16"
],
[
"autorandr_3",
"autorandr_4"
]
]
}
|
2484
|
display cpu, disk, net, paging and system statistics
|
dstat
|
[
"dstat_3"
] |
dstat
|
dstat
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"dstat_3",
"dstat_4",
"dstat_5",
"dstat_6",
"dstat_7",
"dstat_8"
]
]
}
|
2485
|
display statistics every 5 seconds and 4 updates only
|
dstat {{5}} {{4}}
|
[
"dstat_3"
] |
dstat
|
dstat
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"dstat_3",
"dstat_4",
"dstat_5",
"dstat_6",
"dstat_7",
"dstat_8"
]
]
}
|
2486
|
display cpu and memory statistics only
|
dstat --cpu --mem
|
[
"dstat_3",
"dstat_9",
"dstat_10",
"dstat_17",
"dstat_28",
"dstat_29",
"dstat_33",
"dstat_60",
"dstat_82",
"dstat_156",
"dstat_158"
] |
dstat
|
dstat
| true |
{
"token": [
"--cpu",
"--mem",
"|main|"
],
"oracle_man": [
[
"dstat_9",
"dstat_10",
"dstat_28",
"dstat_29",
"dstat_60",
"dstat_156",
"dstat_158"
],
[
"dstat_17",
"dstat_33",
"dstat_82"
],
[
"dstat_3",
"dstat_4",
"dstat_5",
"dstat_6",
"dstat_7",
"dstat_8"
]
]
}
|
2487
|
list all available dstat plugins
|
dstat --list
|
[
"dstat_3",
"dstat_44"
] |
dstat
|
dstat
| true |
{
"token": [
"--list",
"|main|"
],
"oracle_man": [
[
"dstat_44"
],
[
"dstat_3",
"dstat_4",
"dstat_5",
"dstat_6",
"dstat_7",
"dstat_8"
]
]
}
|
2488
|
display the process using the most memory and most cpu
|
dstat --top-mem --top-cpu
|
[
"dstat_3",
"dstat_119",
"dstat_120",
"dstat_121",
"dstat_122",
"dstat_128",
"dstat_154",
"dstat_156"
] |
dstat
|
dstat
| true |
{
"token": [
"--top-mem",
"--top-cpu",
"|main|"
],
"oracle_man": [
[
"dstat_128"
],
[
"dstat_119",
"dstat_120",
"dstat_121",
"dstat_122",
"dstat_154",
"dstat_156"
],
[
"dstat_3",
"dstat_4",
"dstat_5",
"dstat_6",
"dstat_7",
"dstat_8"
]
]
}
|
2489
|
display battery percentage and remaining battery time
|
dstat --battery --battery-remain
|
[
"dstat_3",
"dstat_58",
"dstat_59"
] |
dstat
|
dstat
| true |
{
"token": [
"--battery",
"--battery-remain",
"|main|"
],
"oracle_man": [
[
"dstat_58",
"dstat_59"
],
[
"dstat_59"
],
[
"dstat_3",
"dstat_4",
"dstat_5",
"dstat_6",
"dstat_7",
"dstat_8"
]
]
}
|
2490
|
disable cpus via a list of cpu id numbers
|
chcpu -d {{1,3}}
|
[
"chcpu_2",
"chcpu_5",
"chcpu_8",
"chcpu_10",
"chcpu_11"
] |
chcpu
|
chcpu
| true |
{
"token": [
"-d",
"|main|"
],
"oracle_man": [
[
"chcpu_2",
"chcpu_8",
"chcpu_10",
"chcpu_11"
],
[
"chcpu_5",
"chcpu_6"
]
]
}
|
2491
|
enable a set of cpus via a range of cpu id numbers
|
chcpu -e {{1-10}}
|
[
"chcpu_2",
"chcpu_5",
"chcpu_9"
] |
chcpu
|
chcpu
| true |
{
"token": [
"-e",
"|main|"
],
"oracle_man": [
[
"chcpu_2",
"chcpu_9"
],
[
"chcpu_5",
"chcpu_6"
]
]
}
|
2492
|
print all available information
|
lsb_release -a
|
[
"lsb_release_3",
"lsb_release_15",
"lsb_release_25",
"lsb_release_26",
"lsb_release_27"
] |
lsb_release
|
lsb_release
| true |
{
"token": [
"-a",
"|main|"
],
"oracle_man": [
[
"lsb_release_15",
"lsb_release_25",
"lsb_release_26",
"lsb_release_27"
],
[
"lsb_release_3",
"lsb_release_4"
]
]
}
|
2493
|
print a description (usually the full name) of the operating system
|
lsb_release -d
|
[
"lsb_release_3",
"lsb_release_9"
] |
lsb_release
|
lsb_release
| true |
{
"token": [
"-d",
"|main|"
],
"oracle_man": [
[
"lsb_release_9"
],
[
"lsb_release_3",
"lsb_release_4"
]
]
}
|
2494
|
print only the operating system name (id), suppressing the field name
|
lsb_release -i -s
|
[
"lsb_release_3",
"lsb_release_7",
"lsb_release_17",
"lsb_release_26"
] |
lsb_release
|
lsb_release
| true |
{
"token": [
"-i",
"-s",
"|main|"
],
"oracle_man": [
[
"lsb_release_7"
],
[
"lsb_release_17",
"lsb_release_26"
],
[
"lsb_release_3",
"lsb_release_4"
]
]
}
|
2495
|
print the release number and codename of the distribution, suppressing the field names
|
lsb_release -rcs
|
[
"lsb_release_3",
"lsb_release_17",
"lsb_release_26"
] |
lsb_release
|
lsb_release
| true |
{
"token": [
"-rcs",
"|main|"
],
"oracle_man": [
[
"lsb_release_17",
"lsb_release_26"
],
[
"lsb_release_3",
"lsb_release_4"
]
]
}
|
2496
|
print (trace) library calls of a program binary
|
ltrace ./{{program}}
|
[
"ltrace_6"
] |
ltrace
|
ltrace
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"ltrace_6",
"ltrace_7"
]
]
}
|
2497
|
count library calls. print a handy summary at the bottom
|
ltrace -c {{path/to/program}}
|
[
"ltrace_3",
"ltrace_6",
"ltrace_11"
] |
ltrace
|
ltrace
| true |
{
"token": [
"-c",
"|main|"
],
"oracle_man": [
[
"ltrace_3",
"ltrace_11"
],
[
"ltrace_6",
"ltrace_7"
]
]
}
|
2498
|
trace calls to malloc and free, omit those done by libc
|
ltrace -e [email protected]* {{path/to/program}}
|
[
"ltrace_2",
"ltrace_3",
"ltrace_6",
"ltrace_14",
"ltrace_21",
"ltrace_37"
] |
ltrace
|
ltrace
| true |
{
"token": [
"-e",
"[email protected]*",
"|main|"
],
"oracle_man": [
[
"ltrace_2",
"ltrace_3",
"ltrace_14",
"ltrace_21",
"ltrace_37"
],
[],
[
"ltrace_6",
"ltrace_7"
]
]
}
|
2499
|
write to file instead of terminal
|
ltrace -o {{file}} {{path/to/program}}
|
[
"ltrace_2",
"ltrace_3",
"ltrace_6",
"ltrace_23"
] |
ltrace
|
ltrace
| true |
{
"token": [
"-o",
"|main|"
],
"oracle_man": [
[
"ltrace_2",
"ltrace_3",
"ltrace_23"
],
[
"ltrace_6",
"ltrace_7"
]
]
}
|
2500
|
change a user's name
|
usermod -l {{newname}} {{user}}
|
[
"usermod_3",
"usermod_21",
"usermod_22"
] |
usermod
|
usermod
| true |
{
"token": [
"-l",
"|main|"
],
"oracle_man": [
[
"usermod_21",
"usermod_22"
],
[
"usermod_3"
]
]
}
|
2501
|
add user to supplementary groups (mind the whitespace)
|
usermod -a -G {{group1,group2}} {{user}}
|
[
"usermod_3",
"usermod_5",
"usermod_19",
"usermod_20",
"usermod_41",
"usermod_45",
"usermod_47",
"usermod_51"
] |
usermod
|
usermod
| true |
{
"token": [
"-a",
"-G",
"|main|"
],
"oracle_man": [
[
"usermod_5",
"usermod_20",
"usermod_41",
"usermod_45",
"usermod_47",
"usermod_51"
],
[
"usermod_5",
"usermod_19"
],
[
"usermod_3"
]
]
}
|
2502
|
create a new home directory for a user and move their files to it
|
usermod -m -d {{path/to/home}} {{user}}
|
[
"usermod_3",
"usermod_8",
"usermod_9",
"usermod_24",
"usermod_25",
"usermod_44",
"usermod_45",
"usermod_50",
"usermod_51"
] |
usermod
|
usermod
| true |
{
"token": [
"-m",
"-d",
"|main|"
],
"oracle_man": [
[
"usermod_9",
"usermod_24"
],
[
"usermod_8",
"usermod_25",
"usermod_44",
"usermod_45",
"usermod_50",
"usermod_51"
],
[
"usermod_3"
]
]
}
|
2546
|
list available scanners to ensure the target device is connected and recognized
|
scanimage -L
|
[
"scanimage_2",
"scanimage_3",
"scanimage_5",
"scanimage_16",
"scanimage_31"
] |
scanimage
|
scanimage
| true |
{
"token": [
"-L",
"|main|"
],
"oracle_man": [
[
"scanimage_2",
"scanimage_5",
"scanimage_16",
"scanimage_31"
],
[
"scanimage_3"
]
]
}
|
2547
|
scan an image and save it to a file
|
scanimage --format={{pnm|tiff|png|jpeg}} > {{path/to/new_image}}
|
[
"scanimage_2",
"scanimage_3",
"scanimage_9",
"scanimage_14",
"scanimage_17",
"scanimage_21",
"scanimage_24"
] |
scanimage
|
scanimage
| true |
{
"token": [
"--format",
"|main|"
],
"oracle_man": [
[
"scanimage_2",
"scanimage_9",
"scanimage_14",
"scanimage_17",
"scanimage_21",
"scanimage_24"
],
[
"scanimage_3"
]
]
}
|
2565
|
perform a bruteforce attack (mode 3) with the default hashcat mask
|
hashcat --hash-type {{hash_type_id}} --attack-mode {{3}} {{hash_value}}
|
[
"hashcat_3",
"hashcat_8",
"hashcat_9"
] |
hashcat
|
hashcat
| true |
{
"token": [
"--hash-type",
"--attack-mode",
"|main|"
],
"oracle_man": [
[
"hashcat_8"
],
[
"hashcat_9"
],
[
"hashcat_3",
"hashcat_4",
"hashcat_5"
]
]
}
|
2566
|
perform a bruteforce attack (mode 3) with a known pattern of 4 digits
|
hashcat --hash-type {{hash_type_id}} --attack-mode {{3}} {{hash_value}} "{{?d?d?d?d}}"
|
[
"hashcat_3",
"hashcat_8",
"hashcat_9"
] |
hashcat
|
hashcat
| true |
{
"token": [
"--hash-type",
"--attack-mode",
"|main|"
],
"oracle_man": [
[
"hashcat_8"
],
[
"hashcat_9"
],
[
"hashcat_3",
"hashcat_4",
"hashcat_5"
]
]
}
|
2567
|
perform a bruteforce attack (mode 3) using at most 8 of all printable ascii characters
|
hashcat --hash-type {{hash_type_id}} --attack-mode {{3}} --increment {{hash_value}} "{{?a?a?a?a?a?a?a?a}}"
|
[
"hashcat_3",
"hashcat_8",
"hashcat_9",
"hashcat_46",
"hashcat_47",
"hashcat_48"
] |
hashcat
|
hashcat
| true |
{
"token": [
"--hash-type",
"--attack-mode",
"--increment",
"|main|"
],
"oracle_man": [
[
"hashcat_8"
],
[
"hashcat_9"
],
[
"hashcat_46",
"hashcat_47",
"hashcat_48"
],
[
"hashcat_3",
"hashcat_4",
"hashcat_5"
]
]
}
|
2568
|
perform a dictionary attack (mode 0) using the rockyou wordlist of a kali linux box
|
hashcat --hash-type {{hash_type_id}} --attack-mode {{0}} {{hash_value}} {{/usr/share/wordlists/rockyou.txt}}
|
[
"hashcat_3",
"hashcat_8",
"hashcat_9"
] |
hashcat
|
hashcat
| true |
{
"token": [
"--hash-type",
"--attack-mode",
"|main|"
],
"oracle_man": [
[
"hashcat_8"
],
[
"hashcat_9"
],
[
"hashcat_3",
"hashcat_4",
"hashcat_5"
]
]
}
|
2569
|
perform a rulebased dictionary attack (mode 0) using the rockyou wordlist mutated with common password variations
|
hashcat --hash-type {{hash_type_id}} --attack-mode {{0}} --rules-file {{/usr/share/hashcat/rules/best64.rule}} {{hash_value}} {{/usr/share/wordlists/rockyou.txt}}
|
[
"hashcat_3",
"hashcat_8",
"hashcat_9",
"hashcat_37"
] |
hashcat
|
hashcat
| true |
{
"token": [
"--hash-type",
"--attack-mode",
"--rules-file",
"|main|"
],
"oracle_man": [
[
"hashcat_8"
],
[
"hashcat_9"
],
[
"hashcat_37"
],
[
"hashcat_3",
"hashcat_4",
"hashcat_5"
]
]
}
|
2570
|
perform a combination attack (mode 1) using the concatenation of words from two different custom dictionaries
|
hashcat --hash-type {{hash_type_id}} --attack-mode {{1}} {{hash_value}} {{/path/to/dictionary1.txt}} {{/path/to/dictionary2.txt}}
|
[
"hashcat_3",
"hashcat_8",
"hashcat_9"
] |
hashcat
|
hashcat
| true |
{
"token": [
"--hash-type",
"--attack-mode",
"|main|"
],
"oracle_man": [
[
"hashcat_8"
],
[
"hashcat_9"
],
[
"hashcat_3",
"hashcat_4",
"hashcat_5"
]
]
}
|
2571
|
show result of an already cracked hash
|
hashcat --show {{hash_value}}
|
[
"hashcat_3",
"hashcat_28",
"hashcat_30"
] |
hashcat
|
hashcat
| true |
{
"token": [
"--show",
"|main|"
],
"oracle_man": [
[
"hashcat_28",
"hashcat_30"
],
[
"hashcat_3",
"hashcat_4",
"hashcat_5"
]
]
}
|
2579
|
list currently installed modules
|
dkms status
|
[
"dkms_3",
"dkms_22"
] |
dkms
|
dkms
| true |
{
"token": [
"status",
"|main|"
],
"oracle_man": [
[
"dkms_22"
],
[
"dkms_3"
]
]
}
|
2580
|
rebuild all modules for the currently running kernel
|
dkms autoinstall
|
[
"dkms_3",
"dkms_24",
"dkms_95"
] |
dkms
|
dkms
| true |
{
"token": [
"autoinstall",
"|main|"
],
"oracle_man": [
[
"dkms_24",
"dkms_95"
],
[
"dkms_3"
]
]
}
|
2581
|
install version 1.2.1 of the acpi_call module for the currently running kernel
|
dkms install -m {{acpi_call}} -v {{1.2.1}}
|
[
"dkms_2",
"dkms_3",
"dkms_4",
"dkms_5",
"dkms_6",
"dkms_8",
"dkms_9",
"dkms_10",
"dkms_12",
"dkms_14",
"dkms_15",
"dkms_18",
"dkms_22",
"dkms_25",
"dkms_26",
"dkms_27",
"dkms_28",
"dkms_29",
"dkms_32",
"dkms_33",
"dkms_36",
"dkms_40",
"dkms_42",
"dkms_44",
"dkms_64",
"dkms_71",
"dkms_89",
"dkms_93"
] |
dkms
|
dkms
| true |
{
"token": [
"install",
"-m",
"-v",
"|main|"
],
"oracle_man": [
[
"dkms_12",
"dkms_25"
],
[
"dkms_5",
"dkms_26",
"dkms_27",
"dkms_29",
"dkms_42",
"dkms_64",
"dkms_93"
],
[
"dkms_2",
"dkms_4",
"dkms_5",
"dkms_6",
"dkms_8",
"dkms_9",
"dkms_10",
"dkms_12",
"dkms_14",
"dkms_15",
"dkms_18",
"dkms_22",
"dkms_26",
"dkms_27",
"dkms_28",
"dkms_32",
"dkms_33",
"dkms_36",
"dkms_40",
"dkms_44",
"dkms_71",
"dkms_89"
],
[
"dkms_3"
]
]
}
|
2582
|
remove version 1.2.1 of the acpi_call module from all kernels
|
dkms remove -m {{acpi_call}} -v {{1.2.1}} --all
|
[
"dkms_2",
"dkms_3",
"dkms_4",
"dkms_5",
"dkms_6",
"dkms_7",
"dkms_8",
"dkms_9",
"dkms_10",
"dkms_11",
"dkms_12",
"dkms_14",
"dkms_15",
"dkms_18",
"dkms_22",
"dkms_26",
"dkms_27",
"dkms_28",
"dkms_29",
"dkms_32",
"dkms_33",
"dkms_36",
"dkms_40",
"dkms_42",
"dkms_44",
"dkms_64",
"dkms_71",
"dkms_89",
"dkms_93"
] |
dkms
|
dkms
| true |
{
"token": [
"remove",
"-m",
"-v",
"--all",
"|main|"
],
"oracle_man": [
[
"dkms_6"
],
[
"dkms_5",
"dkms_26",
"dkms_27",
"dkms_29",
"dkms_42",
"dkms_64",
"dkms_93"
],
[
"dkms_2",
"dkms_4",
"dkms_5",
"dkms_6",
"dkms_8",
"dkms_9",
"dkms_10",
"dkms_12",
"dkms_14",
"dkms_15",
"dkms_18",
"dkms_22",
"dkms_26",
"dkms_27",
"dkms_28",
"dkms_32",
"dkms_33",
"dkms_36",
"dkms_40",
"dkms_44",
"dkms_71",
"dkms_89"
],
[
"dkms_6",
"dkms_7",
"dkms_10",
"dkms_11",
"dkms_14",
"dkms_15",
"dkms_40"
],
[
"dkms_3"
]
]
}
|
2588
|
create subvolume
|
sudo btrfs subvolume create {{path/to/subvolume}}
|
[
"btrfs_2",
"btrfs_145",
"btrfs_193"
] |
btrfs
|
btrfs
| true |
{
"token": [
"subvolume",
"create",
"|main|"
],
"oracle_man": [
[
"btrfs_145"
],
[
"btrfs_193"
],
[
"btrfs_2",
"btrfs_3",
"btrfs_4",
"btrfs_5",
"btrfs_6",
"btrfs_7",
"btrfs_8",
"btrfs_9",
"btrfs_10",
"btrfs_11",
"btrfs_12",
"btrfs_13",
"btrfs_14",
"btrfs_15",
"btrfs_16",
"btrfs_17"
]
]
}
|
2589
|
list subvolumes
|
sudo btrfs subvolume list {{path/to/mount_point}}
|
[
"btrfs_2",
"btrfs_145",
"btrfs_170",
"btrfs_172",
"btrfs_174"
] |
btrfs
|
btrfs
| true |
{
"token": [
"subvolume",
"list",
"|main|"
],
"oracle_man": [
[
"btrfs_145"
],
[
"btrfs_170",
"btrfs_172",
"btrfs_174"
],
[
"btrfs_2",
"btrfs_3",
"btrfs_4",
"btrfs_5",
"btrfs_6",
"btrfs_7",
"btrfs_8",
"btrfs_9",
"btrfs_10",
"btrfs_11",
"btrfs_12",
"btrfs_13",
"btrfs_14",
"btrfs_15",
"btrfs_16",
"btrfs_17"
]
]
}
|
2590
|
show space usage information
|
sudo btrfs filesystem df {{path/to/mount_point}}
|
[
"btrfs_2",
"btrfs_4",
"btrfs_7",
"btrfs_8",
"btrfs_139",
"btrfs_151",
"btrfs_162",
"btrfs_178",
"btrfs_179",
"btrfs_253",
"btrfs_258",
"btrfs_350"
] |
btrfs
|
btrfs
| true |
{
"token": [
"filesystem",
"df",
"|main|"
],
"oracle_man": [
[
"btrfs_4",
"btrfs_7",
"btrfs_8",
"btrfs_139",
"btrfs_151",
"btrfs_162",
"btrfs_178",
"btrfs_179",
"btrfs_253",
"btrfs_258",
"btrfs_350"
],
[],
[
"btrfs_2",
"btrfs_3",
"btrfs_4",
"btrfs_5",
"btrfs_6",
"btrfs_7",
"btrfs_8",
"btrfs_9",
"btrfs_10",
"btrfs_11",
"btrfs_12",
"btrfs_13",
"btrfs_14",
"btrfs_15",
"btrfs_16",
"btrfs_17"
]
]
}
|
2591
|
enable quota
|
sudo btrfs quota enable {{path/to/subvolume}}
|
[
"btrfs_2",
"btrfs_213"
] |
btrfs
|
btrfs
| true |
{
"token": [
"quota",
"enable",
"|main|"
],
"oracle_man": [
[],
[
"btrfs_213"
],
[
"btrfs_2",
"btrfs_3",
"btrfs_4",
"btrfs_5",
"btrfs_6",
"btrfs_7",
"btrfs_8",
"btrfs_9",
"btrfs_10",
"btrfs_11",
"btrfs_12",
"btrfs_13",
"btrfs_14",
"btrfs_15",
"btrfs_16",
"btrfs_17"
]
]
}
|
2592
|
show quota
|
sudo btrfs qgroup show {{path/to/subvolume}}
|
[
"btrfs_2"
] |
btrfs
|
btrfs
| true |
{
"token": [
"qgroup",
"show",
"|main|"
],
"oracle_man": [
[],
[],
[
"btrfs_2",
"btrfs_3",
"btrfs_4",
"btrfs_5",
"btrfs_6",
"btrfs_7",
"btrfs_8",
"btrfs_9",
"btrfs_10",
"btrfs_11",
"btrfs_12",
"btrfs_13",
"btrfs_14",
"btrfs_15",
"btrfs_16",
"btrfs_17"
]
]
}
|
2596
|
calibrate power usage measurements
|
sudo powertop --calibrate
|
[
"powertop_3",
"powertop_5"
] |
powertop
|
powertop
| true |
{
"token": [
"--calibrate",
"|main|"
],
"oracle_man": [
[
"powertop_5"
],
[
"powertop_3"
]
]
}
|
2597
|
generate html power usage report in the current directory
|
sudo powertop --html={{power_report.html}}
|
[
"powertop_3",
"powertop_9"
] |
powertop
|
powertop
| true |
{
"token": [
"--html",
"|main|"
],
"oracle_man": [
[
"powertop_9"
],
[
"powertop_3"
]
]
}
|
2598
|
tune to optimal settings
|
sudo powertop --auto-tune
|
[
"powertop_3",
"powertop_4"
] |
powertop
|
powertop
| true |
{
"token": [
"--auto-tune",
"|main|"
],
"oracle_man": [
[
"powertop_4"
],
[
"powertop_3"
]
]
}
|
2599
|
display attributes of a process
|
chrt --pid {{PID}}
|
[
"chrt_4",
"chrt_21"
] |
chrt
|
chrt
| true |
{
"token": [
"--pid",
"|main|"
],
"oracle_man": [
[
"chrt_21"
],
[
"chrt_4"
]
]
}
|
2600
|
display attributes of all threads of a process
|
chrt --all-tasks --pid {{PID}}
|
[
"chrt_4",
"chrt_19",
"chrt_21"
] |
chrt
|
chrt
| true |
{
"token": [
"--all-tasks",
"--pid",
"|main|"
],
"oracle_man": [
[
"chrt_19"
],
[
"chrt_21"
],
[
"chrt_4"
]
]
}
|
2601
|
display the min/max priority values that can be used with `chrt`
|
chrt --max
|
[
"chrt_4",
"chrt_20"
] |
chrt
|
chrt
| true |
{
"token": [
"--max",
"|main|"
],
"oracle_man": [
[
"chrt_20"
],
[
"chrt_4"
]
]
}
|
2602
|
set the scheduling policy for a process
|
chrt --pid {{PID}} --{{deadline|idle|batch|rr|fifo|other}}
|
[
"chrt_4",
"chrt_21"
] |
chrt
|
chrt
| true |
{
"token": [
"--pid",
"|main|"
],
"oracle_man": [
[
"chrt_21"
],
[
"chrt_4"
]
]
}
|
2616
|
check if zram is enabled
|
lsmod | grep -i zram
|
[
"zramctl_3",
"zramctl_6"
] |
zramctl
|
zramctl
| true |
{
"token": [
"lsmod",
"grep",
"-i",
"zram",
"|main|"
],
"oracle_man": [
[],
[],
[],
[
"zramctl_3"
],
[
"zramctl_6",
"zramctl_7",
"zramctl_8"
]
]
}
|
2617
|
enable zram with a dynamic number of devices (use `zramctl` to configure devices further)
|
sudo modprobe zram
|
[
"zramctl_3",
"zramctl_6"
] |
zramctl
|
zramctl
| true |
{
"token": [
"modprobe",
"zram",
"|main|"
],
"oracle_man": [
[],
[
"zramctl_3"
],
[
"zramctl_6",
"zramctl_7",
"zramctl_8"
]
]
}
|
2618
|
enable zram with exactly 2 devices
|
sudo modprobe zram num_devices={{2}}
|
[
"zramctl_3",
"zramctl_6"
] |
zramctl
|
zramctl
| true |
{
"token": [
"modprobe",
"zram",
"num_devices",
"|main|"
],
"oracle_man": [
[],
[
"zramctl_3"
],
[],
[
"zramctl_6",
"zramctl_7",
"zramctl_8"
]
]
}
|
2619
|
find and initialise the next free zram device to a 2 gb virtual drive using lz4 compression
|
sudo zramctl --find --size {{2GB}} --algorithm {{lz4}}
|
[
"zramctl_6",
"zramctl_8",
"zramctl_9",
"zramctl_10",
"zramctl_16",
"zramctl_23"
] |
zramctl
|
zramctl
| true |
{
"token": [
"--find",
"--size",
"--algorithm",
"|main|"
],
"oracle_man": [
[
"zramctl_8",
"zramctl_10",
"zramctl_23"
],
[
"zramctl_10",
"zramctl_16",
"zramctl_23"
],
[
"zramctl_9"
],
[
"zramctl_6",
"zramctl_7",
"zramctl_8"
]
]
}
|
2620
|
list currently initialised devices
|
zramctl
|
[
"zramctl_6"
] |
zramctl
|
zramctl
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"zramctl_6",
"zramctl_7",
"zramctl_8"
]
]
}
|
2621
|
kill inprogress connections at a specified interface, host and port
|
tcpkill -i {{eth1}} host {{192.95.4.27}} and port {{2266}}
|
[
"tcpkill_2",
"tcpkill_3",
"tcpkill_4"
] |
tcpkill
|
tcpkill
| true |
{
"token": [
"-i",
"host",
"and",
"port",
"|main|"
],
"oracle_man": [
[
"tcpkill_2",
"tcpkill_4"
],
[],
[],
[],
[
"tcpkill_3"
]
]
}
|
2622
|
rename files using a perl common regular expression (substitute 'foo' with 'bar' wherever found)
|
rename {{'s/foo/bar/'}} {{*}}
|
[
"prename_1",
"prename_2",
"prename_3",
"prename_5",
"prename_7"
] |
prename
|
prename
| true |
{
"token": [
"rename",
"|main|"
],
"oracle_man": [
[
"prename_1",
"prename_2",
"prename_3",
"prename_5",
"prename_7"
],
[
"prename_3",
"prename_4",
"prename_5",
"prename_6",
"prename_7"
]
]
}
|
2623
|
dryrun display which renames would occur without performing them
|
rename -n {{'s/foo/bar/'}} {{*}}
|
[
"prename_1",
"prename_2",
"prename_3",
"prename_5",
"prename_7",
"prename_9"
] |
prename
|
prename
| true |
{
"token": [
"rename",
"-n",
"|main|"
],
"oracle_man": [
[
"prename_1",
"prename_2",
"prename_3",
"prename_5",
"prename_7"
],
[
"prename_2",
"prename_9"
],
[
"prename_3",
"prename_4",
"prename_5",
"prename_6",
"prename_7"
]
]
}
|
2624
|
force renaming even if the operation would remove existing destination files
|
rename -f {{'s/foo/bar/'}} {{*}}
|
[
"prename_1",
"prename_2",
"prename_3",
"prename_5",
"prename_7",
"prename_10"
] |
prename
|
prename
| true |
{
"token": [
"rename",
"-f",
"|main|"
],
"oracle_man": [
[
"prename_1",
"prename_2",
"prename_3",
"prename_5",
"prename_7"
],
[
"prename_2",
"prename_10"
],
[
"prename_3",
"prename_4",
"prename_5",
"prename_6",
"prename_7"
]
]
}
|
2625
|
convert filenames to lower case (use `f` in caseinsensitive filesystems to prevent "already exists" errors)
|
rename 'y/A-Z/a-z/' {{*}}
|
[
"prename_1",
"prename_2",
"prename_3",
"prename_5",
"prename_7"
] |
prename
|
prename
| true |
{
"token": [
"rename",
"y/A-Z/a-z/",
"|main|"
],
"oracle_man": [
[
"prename_1",
"prename_2",
"prename_3",
"prename_5",
"prename_7"
],
[],
[
"prename_3",
"prename_4",
"prename_5",
"prename_6",
"prename_7"
]
]
}
|
2626
|
replace whitespace with underscores
|
rename 's/\s+/_/g' {{*}}
|
[
"prename_1",
"prename_2",
"prename_3",
"prename_5",
"prename_7"
] |
prename
|
prename
| true |
{
"token": [
"rename",
"s/\\s+/_/g",
"|main|"
],
"oracle_man": [
[
"prename_1",
"prename_2",
"prename_3",
"prename_5",
"prename_7"
],
[],
[
"prename_3",
"prename_4",
"prename_5",
"prename_6",
"prename_7"
]
]
}
|
2627
|
display basic performance counter stats for a command
|
perf stat {{gcc hello.c}}
|
[
"perf_16"
] |
perf
|
perf
| true |
{
"token": [
"stat",
"|main|"
],
"oracle_man": [
[],
[
"perf_16"
]
]
}
|
2628
|
display systemwide realtime performance counter profile
|
sudo perf top
|
[
"perf_16"
] |
perf
|
perf
| true |
{
"token": [
"top",
"|main|"
],
"oracle_man": [
[],
[
"perf_16"
]
]
}
|
2629
|
run a command and record its profile into `perf.data`
|
sudo perf record {{command}}
|
[
"perf_16"
] |
perf
|
perf
| true |
{
"token": [
"record",
"|main|"
],
"oracle_man": [
[],
[
"perf_16"
]
]
}
|
2630
|
read `perf.data` (created by `perf record`) and display the profile
|
sudo perf report
|
[
"perf_16"
] |
perf
|
perf
| true |
{
"token": [
"report",
"|main|"
],
"oracle_man": [
[],
[
"perf_16"
]
]
}
|
2631
|
trace all program executions occurring on the system
|
sudo extrace
|
[
"extrace_3"
] |
extrace
|
extrace
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"extrace_3",
"extrace_4",
"extrace_5",
"extrace_6",
"extrace_7",
"extrace_8",
"extrace_9",
"extrace_10",
"extrace_11",
"extrace_12",
"extrace_13",
"extrace_14",
"extrace_15"
]
]
}
|
2632
|
run a command and only trace descendants of this command
|
sudo extrace {{command}}
|
[
"extrace_3"
] |
extrace
|
extrace
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"extrace_3",
"extrace_4",
"extrace_5",
"extrace_6",
"extrace_7",
"extrace_8",
"extrace_9",
"extrace_10",
"extrace_11",
"extrace_12",
"extrace_13",
"extrace_14",
"extrace_15"
]
]
}
|
2633
|
print the current working directory of each process
|
sudo extrace -d
|
[
"extrace_2",
"extrace_3",
"extrace_5"
] |
extrace
|
extrace
| true |
{
"token": [
"-d",
"|main|"
],
"oracle_man": [
[
"extrace_2",
"extrace_5"
],
[
"extrace_3",
"extrace_4",
"extrace_5",
"extrace_6",
"extrace_7",
"extrace_8",
"extrace_9",
"extrace_10",
"extrace_11",
"extrace_12",
"extrace_13",
"extrace_14",
"extrace_15"
]
]
}
|
2634
|
resolve the full path of each executable
|
sudo extrace -l
|
[
"extrace_3",
"extrace_8"
] |
extrace
|
extrace
| true |
{
"token": [
"-l",
"|main|"
],
"oracle_man": [
[
"extrace_8"
],
[
"extrace_3",
"extrace_4",
"extrace_5",
"extrace_6",
"extrace_7",
"extrace_8",
"extrace_9",
"extrace_10",
"extrace_11",
"extrace_12",
"extrace_13",
"extrace_14",
"extrace_15"
]
]
}
|
2635
|
display the user running each process
|
sudo extrace -u
|
[
"extrace_3",
"extrace_11"
] |
extrace
|
extrace
| true |
{
"token": [
"-u",
"|main|"
],
"oracle_man": [
[
"extrace_11"
],
[
"extrace_3",
"extrace_4",
"extrace_5",
"extrace_6",
"extrace_7",
"extrace_8",
"extrace_9",
"extrace_10",
"extrace_11",
"extrace_12",
"extrace_13",
"extrace_14",
"extrace_15"
]
]
}
|
2636
|
synchronize all packages
|
emerge --sync
|
[
"emerge_1"
] |
emerge
|
emerge
| true |
{
"token": [
"--sync",
"|main|"
],
"oracle_man": [
[],
[
"emerge_1"
]
]
}
|
2637
|
update all packages, including dependencies
|
emerge -uDNav @world
|
[
"emerge_1",
"emerge_3",
"emerge_15",
"emerge_65",
"emerge_67",
"emerge_73",
"emerge_78"
] |
emerge
|
emerge
| true |
{
"token": [
"-uDNav",
"@world",
"|main|"
],
"oracle_man": [
[
"emerge_3",
"emerge_15",
"emerge_65",
"emerge_67",
"emerge_73",
"emerge_78"
],
[],
[
"emerge_1"
]
]
}
|
2638
|
resume a failed updated, skipping the failing package
|
emerge --resume --skipfirst
|
[
"emerge_1",
"emerge_53",
"emerge_56"
] |
emerge
|
emerge
| true |
{
"token": [
"--resume",
"--skipfirst",
"|main|"
],
"oracle_man": [
[
"emerge_53",
"emerge_56"
],
[
"emerge_56"
],
[
"emerge_1"
]
]
}
|
2639
|
install a new package, with confirmation
|
emerge -av {{package_name}}
|
[
"emerge_1",
"emerge_3",
"emerge_15",
"emerge_65",
"emerge_67",
"emerge_73",
"emerge_78"
] |
emerge
|
emerge
| true |
{
"token": [
"-av",
"|main|"
],
"oracle_man": [
[
"emerge_3",
"emerge_15",
"emerge_65",
"emerge_67",
"emerge_73",
"emerge_78"
],
[
"emerge_1"
]
]
}
|
2640
|
remove a package, with confirmation
|
emerge -Cav {{package_name}}
|
[
"emerge_1",
"emerge_3",
"emerge_15",
"emerge_65",
"emerge_67",
"emerge_73",
"emerge_78"
] |
emerge
|
emerge
| true |
{
"token": [
"-Cav",
"|main|"
],
"oracle_man": [
[
"emerge_3",
"emerge_15",
"emerge_65",
"emerge_67",
"emerge_73",
"emerge_78"
],
[
"emerge_1"
]
]
}
|
2641
|
remove orphaned packages (that were installed only as dependencies)
|
emerge -avc
|
[
"emerge_1",
"emerge_29",
"emerge_31"
] |
emerge
|
emerge
| true |
{
"token": [
"-avc",
"|main|"
],
"oracle_man": [
[
"emerge_29",
"emerge_31"
],
[
"emerge_1"
]
]
}
|
2642
|
search the package database for a keyword
|
emerge -S {{keyword}}
|
[
"emerge_1",
"emerge_21",
"emerge_54"
] |
emerge
|
emerge
| true |
{
"token": [
"-S",
"|main|"
],
"oracle_man": [
[
"emerge_21",
"emerge_54"
],
[
"emerge_1"
]
]
}
|
2645
|
list all the available wacom devices. the device name is in the first column
|
xsetwacom list
|
[
"xsetwacom_3",
"xsetwacom_9",
"xsetwacom_10",
"xsetwacom_11"
] |
xsetwacom
|
xsetwacom
| true |
{
"token": [
"list",
"|main|"
],
"oracle_man": [
[
"xsetwacom_9",
"xsetwacom_10",
"xsetwacom_11"
],
[
"xsetwacom_3"
]
]
}
|
2646
|
set wacom area to specific screen. get name of the screen with `xrandr`
|
xsetwacom set "{{device_name}}" MapToOutput {{screen}}
|
[
"xsetwacom_3",
"xsetwacom_16",
"xsetwacom_33"
] |
xsetwacom
|
xsetwacom
| true |
{
"token": [
"set",
"MapToOutput",
"|main|"
],
"oracle_man": [
[
"xsetwacom_16"
],
[
"xsetwacom_33"
],
[
"xsetwacom_3"
]
]
}
|
2647
|
set mode to relative (like a mouse) or absolute (like a pen) mode
|
xsetwacom set "{{device_name}}" Mode "{{Relative|Absolute}}"
|
[
"xsetwacom_3",
"xsetwacom_16",
"xsetwacom_35"
] |
xsetwacom
|
xsetwacom
| true |
{
"token": [
"set",
"Mode",
"|main|"
],
"oracle_man": [
[
"xsetwacom_16"
],
[
"xsetwacom_35"
],
[
"xsetwacom_3"
]
]
}
|
2648
|
rotate the input (useful for tabletpc when rotating screen) by 0|90|180|270 degrees from "natural" rotation
|
xsetwacom set "{{device_name}}" Rotate {{none|half|cw|ccw}}
|
[
"xsetwacom_3",
"xsetwacom_16",
"xsetwacom_38"
] |
xsetwacom
|
xsetwacom
| true |
{
"token": [
"set",
"Rotate",
"|main|"
],
"oracle_man": [
[
"xsetwacom_16"
],
[
"xsetwacom_38"
],
[
"xsetwacom_3"
]
]
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.