[NFS] File sharing between Linux hosts

## Target Build an NFS server and realize file sharing between Liunx hosts (using AWS environment). ## Basic knowledge of NFS A communication protocol used to share a file system over a network. N

I implemented Human In The Loop ― Part ① Dashboard ―

## Introduction Human in the loop (HITL) is the intervention of human operations in the judgment and control of AI, and is considered as one of the means of social implementation of AI where quality

What to do if pyenv is not enabled (zsh)

## Premise - macOS 10.15.7(Catalina) - zsh --pyenv is already installed -Describe environment variables in `.zshenv` referring to [here](https://qiita.com/muran001/items/7b104d33f5ea3f75353f) ## Di

Understand how Go's defer works

I was thinking about defer for the processing that I wanted to execute at the end of the function, but I tried to dig deeper into defer to understand it properly. # A rough explanation of defer --I

How to set the output resolution for each keyframe in Blender

![2020-11-19 00_11_40-StrokesPlus.jpg](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/8267/549a12fa-cbf1-8fe3-fb08-b7244b61b3ba.jpeg) I decided to use Blender's render image for the dr

A note that you want to manually decorate the parameters passed in the Django template form item by item

Python 3.8.5 Django version 3.1.2 memorandum ``` /formtest/formman$ tree . ├── admin.py ├── apps.py ├── forms.py ★ I made it. ├── __init__.py ├── migrations │   ├── 0001_initial.py │   ├── 0002_aut

I tried LeetCode every day 7. Reverse Integer (Python, Go)

## Introduction @Ishishow is running a free English word site [E-tan](https://your-e-tan.com/). I would like to work on letcode every day to improve my ability as a programmer and give my own way

Install psycopg2 (pgsql library for python3) on Apple Silicon

Apple Silicon psycopg2 installation work memo 2020/11/19 1, python3, pip3 use the one of os (Big Sur 11.1 beta) bundle $ which python3 /usr/bin/python3 $ python3 -V Python 3.8.2 Avoid pip3 beca

Write a super simple molecular dynamics program in python

## Molecular dynamics calculation of 3 atoms Let's write a molecular dynamics (MD) code that deals with only three atoms. Make it MD-like step by step. ### 1. Place atoms on the canvas Write the

What is the reason why the basic commands are not displayed in Japanese in man?

# environment Vagrant + Ubuntu 16.04.5 LTS # Correspondence When I display the top page of man, the Japanese manual is displayed properly. ``` $man man ``` For some reason, such basic commands ar

[Python] A workaround based on common errors and my past experience

ImportError: No module named There is no such module #### **`error.py`** ```py ImportError: No module named pandaas ``` Most of them are simply misspelled. list index out of range List refere

Classify mnist numbers by unsupervised learning with keras [Autoencoder]

## Introduction Unsupervised learning is generally less accurate than supervised learning, but at the cost of many benefits. Specifically, as a scene where unsupervised learning is useful **-Data

Tensorflow-GPU seems to be together if it is TF2.0 or later?

Is this also written using html or something? I'm ignorant so I'm not sure If you're running Autokeras, maybe you're not using a GPU? I thought it wasn't really used. Until now, I thought that

Since the fledgling engineer passed the G test, make a note of the learning content

# Overview I have compiled a study memo for review when taking the G test. I hope it will be helpful to anyone. # G test outline [Excerpt from Japan Deep Learning Association](https://www.jdla.or

Draw a graph by processing with Pandas groupby

# Introduction I'm starting to play with [Kaggle's Titanic](https://www.kaggle.com/c/titanic), but before complementing missing values or reviewing hyperparameters, I'd like to take a closer look at

Until you get a snapshot of Amazon Elasticsearch service and restore it

When I took a snapshot of Amazon Elasticsearch Service (hereinafter referred to as es), I got stuck around the authority, so I will summarize it. The usage environment is Mac. ## 【background】 ――Ho

Randomly sample MNIST data to create a dataset

# Overview It became necessary to train using a part of MNIST instead of the entire MNIST dataset. Therefore, I created a program that randomly extracts n images from MNIST Training data of 60,000, d

# 2 [python3] Separation and comment out

# Introduction This article is written by a fledgling engineer who has been studying programming for about two months for the purpose of output. After biting ruby and js, I became interested in the

I tried to make a castle search API with Elasticsearch + Sudachi + Go + echo

Since I made a search API after learning Elasticsearch and Go language, I summarized the problems about how to use and configure the deliverables. Execution environment https://github.com/takenoko-

Perform prefix search in DynamoDB

# Introduction DynamoDB-chan is convenient and cheaper than anything else, but it's not very easy to use when it comes to searching. Today I thought about how to do a prefix search with that, so I wo

[Python] REST API essential, convenient library summary

# Introduction An article about useful frameworks or libraries needed to create REST APIs in Python. This article uses Django, the Python web framework. I think Flask will be released separately.

# 1 [python3] Simple calculation using variables

# Introduction This article is written by a fledgling engineer who has been studying programming for about two months for the purpose of output. After biting ruby and js, I became interested in the

I tried to classify guitar chords in real time using machine learning

# Purpose I was playing the guitar as a hobby, and I was wondering if AI could correctly identify the guitar sound. This time, I will try to classify 9 types of code in real time using a normal Neur

Seamlessly join a Linux EC2 instance to AWS Managed Microsoft AD

There is an environment where Linux EC2 instances are joined to AWS Managed Microsoft AD for integrated management of IDs, but until now, every time the number of instances increases, the AD join com

# 3 [python3] Various operators

# Introduction This article is written by a fledgling engineer who has been studying programming for about two months for the purpose of output. After biting ruby and js, I became interested in the

Python handy batch

# Python handy batch Here's a little Python-related batch I use all the time as a practice for Qiita posts. ## Python filename batch This batch is used when the command operation is troublesome and

[Go] Create a tool that returns the Pokemon race value received from the standard input

Hello, this is Yamauchi! A fat can was held at our Fukuoka branch on November 14, 2020. It's a name that seems to be something like staying overnight, but although I've been doing it for at least o

What to do if package installation fails when deploying to heroku

## Used equipment - macOS ## Error that occurred --When I ran pipenv install django-heroku, I got the following error: ``` $ pipenv install django-heroku ld: library not found for -lssl clang: er

Parse the Researchmap API in Python and automatically create a Word file for the achievement list

Dear researchers, Thank you for your hard work today. It was awkward to copy and paste the achievements entered in the researchmap, so I tried to parse [API](https://researchmap.jp/public/organ/WebA

Grant Redash dashboard change permission

Redash dashboards and queries can only be modified by admin or the owner. It doesn't matter if you belong to the same group. Since it is possible to grant change permission to individual users, we