Linux fastest learning with AWS

What is Linux

Linux is an OS similar to Mac OS and Windows. Ubuntu and CentOS are famous and free. There are also paid ones such as Red Hat.

GUI, which can be operated intuitively such as MacOS and Windows Linux is operated from the command line and is called CUI.

Linux may be installed and used on hardware, This time we will use AWS. Linux is pre-installed on AWS.

Operating environment

MacOS Catalina、Amazon EC2

command

Since Linux is CUI, you can type commands on the command line to operate. For example

$ date

And press Enter

$ date
Monday, September 14, 2020 10:00:29 UTC

The current date and time is displayed as shown below.

shell

Linux is a set of kernel and shell. The kernel is the main body of the OS, and the shell is a command function for the user to operate the main body. The main ones are sh, bash, tcsh, etc., but we use the most famous bash. Type the following command to switch to bash.

$ bash

When you want to exit the shell

$ exit

And press Enter.

Command line operation

Frequently used command operations are as follows.

command motion
Ctrl + b Move one character to the left
Ctrl + f Move one character to the right
Ctrl + b Move to the far right
Ctrl + b Move to the far left
Esc, b Move one word to the left
Esc, f Move one word to the right
BackSpace Delete the character to the left of the cursor
fn + BackSpace Delete the character at the cursor position
Ctrl + w Delete word
(Delete until the next space delimiter on the left)
Ctrl + k Delete from the cursor position to the far right
Ctrl + u Delete from the cursor position to the far left

Afterword

Thank you for reading.

Recommended Posts

Linux fastest learning with AWS
Learning Python with ChemTHEATER 03
"Object-oriented" learning with python
Learning Python with ChemTHEATER 05-1
Learning Python with ChemTHEATER 02
linux with termux app
Learning Python with ChemTHEATER 01
AWS CDK with Python
Linux learning record ① Plan
Try deep learning with TensorFlow
Ensemble learning summary! !! (With implementation)
Self-build linux kernel with clang
Play around with Linux partitions
Reinforcement learning starting with Python
About learning with google colab
Machine learning with Python! Preparation
Try Deep Learning with FPGA
Intuitive password management with aws ssm on Mac / Linux alias
Machine learning Minesweeper with PyTorch
AWS Lambda with PyTorch [Lambda import]
Use WDC-433SU2M2 with Manjaro Linux
Beginning with Python machine learning
Python Iteration Learning with Cheminformatics
Try machine learning with Kaggle
Generate Pokemon with Deep Learning
Use AWS interpreter with Pycharm
How to create a serverless machine learning API with AWS Lambda
Prepare pipenv environment with amazon Linux 2
Try Deep Learning with FPGA-Select Cucumbers
Cat breed identification with deep learning
Reinforcement learning 13 Try Mountain_car with ChainerRL.
Make ASCII art with deep learning
ruby environment construction with aws EC2
[AWS] Create API with API Gateway + Lambda
[PyTorch Tutorial ⑤] Learning PyTorch with Examples (Part 2)
Get AWS account ID with boto3
Text extraction with AWS Textract (Python3.6)
I tried machine learning with liblinear
[Linux] OS recovery with restore command
Machine learning with python (1) Overall classification
Try deep learning with TensorFlow Part 2
Input / output with Python (Python learning memo ⑤)
[Chainer] Learning XOR with multi-layer perceptron
[AWS] Build an ECR with AWS CDK
Linux command [ldconfig] LPIC learning memo
Perceptron learning experiment learned with Python
Solve three-dimensional PDEs with deep learning.
Try machine learning with scikit-learn SVM
Play around with Linux partitions ~ Continued ~
Using Lambda with AWS Amplify with Go
Easy AWS S3 testing with MinIO
Check squat forms with deep learning
[PyTorch Tutorial ⑤] Learning PyTorch with Examples (Part 1)
Categorize news articles with deep learning
Notify HipChat with AWS Lambda (Python)
Forecasting Snack Sales with Deep Learning
Try Common Representation Learning with chainer
Quantum-inspired machine learning with tensor networks
Make people smile with Deep Learning
Validate the learning model with Pylearn2
Get started with machine learning with SageMaker