I’ve been searching the Internet for a long time and couldn’t find it! I need to know the specifications of our server hosting system. And also this team will be very useful in the future. Thanks
There are various tools that you can use depending on the OS distribution. e.g. uname -a , lspci , lshw , dmesg , biosdecode , etc.
uname -a
lspci
lshw
dmesg
biosdecode
You should check the uname command: ( man uname )
Example: $uname -a
$uname -a
Are you looking for something like ssh $HOSTNAME uname -a ?
ssh $HOSTNAME uname -a
Source: https://habr.com/ru/post/1302037/More articles:MSMQ - Messages Processed Again and Again - c #In Eclipse, can I create a single source folder for multiple output folders? - javaWhat are your recommendations for managing translation in crowdsource? - ruby-on-railsHow can I diagnose "Unable to determine ad hoc address" in my Perl TCP script? - perlSpring.net with NHibernate and "No Hibernate Session Associated with a Stream Error" - sessiontwisted matrix structure for java - javaRunning JUnit tests on a restart router - javaloading java derby database from CSV - javaDecoding a compressed short string; undefined in compression - Updated - compressionPassing custom types to PHP SOAP - typesAll Articles