Friday 22 February 2019

Linux: Useful Commands

Check Serial number for Linux machines

dmidecode -s system-serial-number

Find the number of Physical core in Linux

cat /proc/cpuinfo | grep "physical id" | sort | uniq | wc -l

No comments:

Post a Comment

SQL Developer displaying Junk characters (??????)

Change the Encoding in SQL Developer Preferences as below Tools --> Preferences --> Environment --> Encoding --> UTF...