HOW TO CHECK LINUX SYSTEM EITHER 32-BIT OR 64-BIT

THROUGH TERMINAL
  1. uname -a
  2. uname -m
  3. arch
  4. file/sbin/init
THROUGH GUI
  1. UBUNTU ON TOP RIGHT -> SETTINGS -> SYSTEM SETTINGS
    -> Details -> Overview

Comments

Popular posts from this blog

WP register_post_type() with custom CMB2 meta box

Git post receive setup at server for git push to the production from local machine