Skip to content

Commit d117e7b

Browse files
hardware info linux cmd added
1 parent 10526c1 commit d117e7b

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

data/linux-command-line.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,29 @@
132132
"code": "^abc^123"
133133
}
134134
]
135+
}, {
136+
"title": "হার্ডওয়্যার তথ্য",
137+
"items": [
138+
{
139+
"definition": "কার্নেল রিং বাফারে ম্যাসেজ দেখা",
140+
"code": "dmesg"
141+
}, {
142+
"definition": "সিপিও তথ্য দেখা",
143+
"code": "cat /proc/cpuinfo"
144+
}, {
145+
"definition": "মেমোরি তথ্য দেখা",
146+
"code": "cat /proc/meminfo"
147+
}, {
148+
"definition": "খালি এবং ব্যবহৃত মেমোরি দেখা",
149+
"code": "free -h, free -m, free -g"
150+
}, {
151+
"definition": "PCI ডিভাইস দেখা",
152+
"code": "lspci -tv"
153+
}, {
154+
"definition": "USB ডিভাইস দেখা",
155+
"code": "lsusb -tv"
156+
}
157+
]
135158
}
136159
]
137160
}

0 commit comments

Comments
 (0)