Categories Linux

[Linux] Useful Commands in Shell

To make bash script, create a file with extension .sh and add the code: to the file. Example: To run it: Note: Just enter FILE_NAME.sh is wrong. Related posts: [Linux] Useful Commands in Shell [Vi] [Linux] – Copy and paste in Vim

Read More
Categories AWS

[AWS Lightsail] – SSH to your instance

You can ssh to your instance with filezilla with this tutorials:Transfer files securely to Lightsail Linux instances with SFTP You can also connect to your instance using command prompt. Go into the directory where your private key file locates and enter this command to the window: Related posts:…

Read More
Categories AWS

[AWS CLI] – Basic Operations

Tải AWS CLI trên mạng về. Config nó với rootkey file, cái này bạn chỉ có thể có khi khởi tạo tài khoản lần đầu. Bạn có thể tạo lại nó ở trang chủ console, click vào tên tài khoản của bạn -> Security credentials. Bạn cũng có…

Read More