Files
.infineon/_-Review/desktop-template.md
2024-11-08 09:29:42 -07:00

1.4 KiB

created, type, updated
created type updated
2024-11-06T19:17:25.505Z note 2024-11-06T19:41:12.092Z

desktop-template

lsblk -I 8 -o NAME,SIZE,TYPE
NAME SIZE TYPE
lsblk -o NAME,SIZE,TYPE,FSTYPE,MOUNTPOINT
Name SIZE TYPE FSTYPE MOUNTPOINT
list disk
Disk ### Status Size Free Dyn Gpt
detail disk
list volume
Volume ### Ltr Label Fs Type Size Status Info
// https://jsoneditoronline.org/#left=local.moloto&right=local.rihama
function query (data) {
  return _.chain(data)
    .orderBy(['identifier.id'], ['asc'])
    .map(item => ({
        "id": item?.identifier?.id,
        "version": item?.version,
        "publisherDisplayName": item?.metadata?.publisherDisplayName,
        "installedTimestamp": item?.metadata?.installedTimestamp,
        "isPreReleaseVersion": item?.metadata?.isPreReleaseVersion,
    }))
    .value()
}
[]
[]
[]