PHP Pattern Camp
Wednesday, June 14, 2017
How To View Chipset information in Ubuntu 16 By Using Terminal
lspci -v | less
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
How to show CPU model and information in Ubuntu 16 terminal
less /proc/cpuinfo
How To View Chipset information in Ubuntu 16 By Using Terminal
lspci -v | less
How to show CPU model and information in Ubuntu 16 terminal
less /proc/cpuinfo
How to select max id from mysql table. How to find last one row added to mysql table?
SELECT MAX(id) AS `id` FROM `main` Here `main` is the name of your mysql table
No comments:
Post a Comment