Featured Post

Set up machine learning and deep learning on AWS

Here is the simple instructions to set up a EC2 instance to run machine learning and deep learning on AWS 1.  Run an EC2 instance from ...

Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Apr 25, 2020

Common Linux command examples

Best Linux distros of 2020: for beginners and advanced users ...
Here is a collection of commonly used Linux command

Move files between servers

Move file from current server to another server (remote_server)

scp this_path/this_file username@remote_server:remote_path/

Move file from remote server to local server

scp username@remote_server:remote_path/remote_file current_path/

Check resource usage
top
free -h

Check server CPU information
lscpu
cat /proc/cpuinfo