We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10526c1 commit d117e7bCopy full SHA for d117e7b
1 file changed
data/linux-command-line.json
@@ -132,6 +132,29 @@
132
"code": "^abc^123"
133
}
134
]
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
+ ]
158
159
160
0 commit comments