Open in app

Sign in

Write

Sign in

tanut aran
tanut aran

55 Followers

Home

About

6 days ago

AWS use EC2 Connect from Terminal without Specify SSH key

Prerequisite: EC2 and SSH Key Still, you MUST have SSH key associate with that EC2 The mechanism of EC2 Connect is sending SSH key to you. So you still need the SSH key. Special case: If you are admin or have superior permission If so, you are already have EC2InstanceConnect permission, you can skip the step 1, 2, 3. You can directly start on step…

AWS

2 min read

AWS use EC2 Connect from Terminal without Specify SSH key
AWS use EC2 Connect from Terminal without Specify SSH key
AWS

2 min read


Nov 21

Will Terraform Delete my Existing Infrastructure on AWS when Apply?

This can be the serious concern if you Already have AWS and resources created manually Considering adopt Terraform You know that Terraform will try to create the infrastructure as described in the code. This means adding something, editing something and deleting something. If you have only one resource in the…

DevOps

3 min read

Will Terraform Delete my Existing Infrastructure on AWS when Apply?
Will Terraform Delete my Existing Infrastructure on AWS when Apply?
DevOps

3 min read


Nov 15

Install PHP Composer and Laravel on WSL in 10 minutes

Install PHP and Composer First install PHP # Install the php latest stable sudo apt install php -y # Check if success with php -v Then install composer You can also follow this link for actual installation Composer A Dependency Manager for PHPgetcomposer.org php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('sha384', 'composer-setup.php') === 'e21205b207c3ff031906575712edab6f13eb0b361f2085f1f1237b7126d785e826a450292b6cfd1d64d92e6563bbde02') { echo 'Installer verified'; } else {…

Web Development

1 min read

Install PHP Composer and Laravel on WSL in 10 minutes
Install PHP Composer and Laravel on WSL in 10 minutes
Web Development

1 min read


Oct 22

Install CKAN and its dependencies Postgres and Solr on WSL2 Ubuntu

This is simpler version of CKAN official guide derived by me when trying to install the CKAN. Installing CKAN from package - CKAN 2.10.1 documentation This section describes how to install CKAN from package. This is the quickest and easiest way to install CKAN, but it…docs.ckan.org Note: This works on Ubuntu 22 on WSL 2 as of 2023 Step 1: Local installation You need local installation for CKAN and its dependencies

Data Engineering

3 min read

Install CKAN and its dependencies Postgres and Solr on WSL2 Ubuntu
Install CKAN and its dependencies Postgres and Solr on WSL2 Ubuntu
Data Engineering

3 min read


Oct 22

Docker PostgreSQL FATAL: password authentication failed for user “postgres”

Check if it is not the typos or cache The normal procedure is to checking the typos in docker-compose.yml Also most of us will try to force away the cache with 3 levels: Container level Volume level 2.1. In default docker location 2.2. In our directory / file mount (configured in the docker-compose.yml ) Everything — System prune docker…

DevOps

2 min read

Docker PostgreSQL FATAL: password authentication failed for user “postgres”
Docker PostgreSQL FATAL: password authentication failed for user “postgres”
DevOps

2 min read


Oct 10

Solve Lombok Warning in IntelliJ IDEA Hard and Easy Way

You will find your code with red highlight because it cannot find the method that Lombok help you generated. In this example below like Getter and Setter. The Hard Way: Find annotation https://www.jetbrains.com/help/idea/annotation-processors-support.html The Easy Way: Install Lombok Plug-in You can find the plug in here. Click and it will link to your IntelliJ IDEA screen with popup to click install.

Java

1 min read

Solve Lombok Warning in IntelliJ IDEA Hard and Easy Way
Solve Lombok Warning in IntelliJ IDEA Hard and Easy Way
Java

1 min read


Published in

CODEMONDAY

·Oct 8

Spring Boot setup REST API Hello World on Window in 5 minutes with common mistakes solved

This process is harder than it looks. So I write this guide to help my team and anyone get more peace with Spring Boot setup. Dependencies & Terms Only one thing you need is IntelliJ IDEA IntelliJ Idea Community Edition (CE) IDE Download here https://www.jetbrains.com/idea/download …

Java

3 min read

Spring Boot setup REST API Hello World on Window in 5 minutes with common mistakes solved
Spring Boot setup REST API Hello World on Window in 5 minutes with common mistakes solved
Java

3 min read


Published in

CODEMONDAY

·Oct 8

Reconsider Minimal API on .NET Core in 5 minutes on WSL

.NET is trying to fit more with DX (Developer experience). Now it run on Mac, WSL, Linux and bring in more style that us, developer love. command line — lighter weight — develop incrementally So I reconsider it shortly and would like to show you some. Install .NET on WSL To start you need…

Dotnet

2 min read

Reconsider Minimal API on .NET Core in 5 minutes on WSL
Reconsider Minimal API on .NET Core in 5 minutes on WSL
Dotnet

2 min read


Sep 30

Diagram as code PlantUML on VS Code WSL and Mac

Steps below will show how to install popular UML diagram-as-a-code tool: PlantUML. VS Code extension Install PlantUML plug-in WSL Plant UML Dependencies sudo apt install default-jre java -version sudo apt install graphviz Mac Plant UML Dependencies brew install --cask temurin brew install graphviz Test if it is working Create the file test.pu with the following content @startuml actor user actor admin package system { (Send Document) as (uc2) (Approve Document) as (uc3) (Request Document) as (uc1) } admin --> uc2 admin --> uc1 admin --> uc3 user --> uc1 @enduml

Software Engineering

1 min read

Diagram as code PlantUML on VS Code WSL and Mac
Diagram as code PlantUML on VS Code WSL and Mac
Software Engineering

1 min read


Sep 19

Generate pfx cert from private key and certificate .crt files with OpenSSL

PFX is the format that have both cert (public) and private key. Sometimes we have the .crt and private key .pem file and we have to generate the .pfx file to import into the server, usually Microsoft product like Azure and IIS. Combine the certificates into the full chain If you have chain (series) of certificates, you…

DevOps

2 min read

Generate pfx cert from private key and certificate .crt files with OpenSSL
Generate pfx cert from private key and certificate .crt files with OpenSSL
DevOps

2 min read

tanut aran

tanut aran

55 Followers

Co-founder and Coder at work !

Following
  • Netflix Technology Blog

    Netflix Technology Blog

  • IcePanel

    IcePanel

  • EventHelix

    EventHelix

  • Suparerk Yodcharoen

    Suparerk Yodcharoen

See all (12)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams