-
Pages
-
Recent Posts
- How to connect to an EC2 instance over SSH
- Simple algorithm for casting strings to double
- How to make multipart requests with file and object through autogenerated code defined in OpenAPI
- How to make multipart requests with files through autogenerated code defined in OpenAPI
- How to compile and run Java files on Windows
Categories
-
Tag Archives: Linux
How to connect to an EC2 instance over SSH
The article outlines connecting to an Amazon EC2 instance via SSH, detailing prerequisites and steps for Unix-based systems as well as Windows users, including PuTTY private key conversion. Continue reading
Posted in Tutorials
Tagged Amazon Web Services, AWS, EC2, EC2 instance, Linux, PuTTY, PuTTYgen, remote access, security, SSH, SSH client, windows
Leave a comment
vim – How to quickly edit readme.md with vim in a terminal?
This article is a small tutorial with a few simple steps on how to quickly edit readme.md with vim editor. Continue reading