mirror of
				https://github.com/onceupon/Bash-Oneliner.git
				synced 2025-11-04 07:01:05 +01:00 
			
		
		
		
	add hardware
lshw
This commit is contained in:
		@@ -1906,6 +1906,13 @@ systemctl list-unit-files|grep enabled
 | 
			
		||||
## Hardware
 | 
			
		||||
[[back to top](#handy-bash-oneliner-commands)]
 | 
			
		||||
 | 
			
		||||
##### Collect and summarize all hardware info of your machine
 | 
			
		||||
```bash
 | 
			
		||||
lshw -json >report.json
 | 
			
		||||
# Other options are: [ -html ]  [ -short ]  [ -xml ]  [ -json ]  [ -businfo ]  [ -sanitize ] ,etc
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
##### Finding Out memory device detail
 | 
			
		||||
```bash
 | 
			
		||||
sudo dmidecode -t memory
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user