What is Windows Sever? Explains how to use and editions, and whether it can be built on AWS

What is Windows Sever? Explains how to use and editions, and whether it can be built on AWS

Have you ever wondered , “What is Windows Server in the first place?” “What are the advantages of using Windows Server and what is the difference from UNIX?” Windows Server is a server that can operate stably with a feeling of operation similar to that of a Windows PC. However, some people may not understand the specific…

What is a Linux engineer? Explains work content, annual income, qualifications, current demand, etc.

What is a Linux engineer? Explains work content, annual income, qualifications, current demand, etc.

A Linux engineer is an engineer who specializes in handling Linux among infrastructure engineers. This time, I would like to introduce the detailed work contents, the annual income that you actually get, and the future demand that you are worried about if you aim from now on. table of contents 1. What is a Linux engineer?…

What is the “GCP” fee structure? Introducing free tier conditions and fee calculation tools

What is the “GCP” fee structure? Introducing free tier conditions and fee calculation tools

“GCP”, a service provided by Google, is a popular cloud service along with the service “AWS” provided by Amazon. However, due to the pay-as-you-go billing system, you may inadvertently receive a large amount of billing. I think some people are worried. This time, I would like to introduce in detail such a GCP fee system and free quota,…

What is a server engineer? A quick commentary on work content, annual income, future potential, etc.!

What is a server engineer? A quick commentary on work content, annual income, future potential, etc.!

What is a server engineer? It solves the problem of wanting to know the work content, future potential, demand, and annual income. Server engineers are not tolerant of mistakes and are required to have craftsmanship, which some people find tough. This time, I will explain the server engineer in detail in a comprehensive manner. table of contents…

What is DevOps? Illustrated explanation of differences from tools / culture / agile and skills required for engineers

What is DevOps? Illustrated explanation of differences from tools / culture / agile and skills required for engineers

In recent years, when agile-like development methods have become widespread, the term “DevOps” has become well known. There is no strict definition for the word DevOps, so people may think differently and have a vague image. In this article, we will explain in an easy-to-understand manner the concept of DevOps and specific approaches. Table of contents…

What is Cloud AI?

What is Cloud AI?

Due to improvements in database technology and network technology, the use of cloud AI, which processes AI in the cloud, is progressing. With further technological innovations such as the development of 5G, the role played by cloud AI will become even greater. Recently, an increasing number of companies are recognizing the importance of data and…

How to install TortoiseGit

How to install TortoiseGit

The GUI-based tool ” TortoiseGit ” makes it easier to manage. In this column, we will explain how to download and install the open source Git clients “TortoiseGit” and “Japanese Language Pack”. If you install “Git for Windows”, you will be working while typing the command line in the terminal, but it is recommended to install “TortoiseGit” after learning…

Basic usage of Git for Windows

Basic usage of Git for Windows

Explains how to use the distributed version control system ” Git for windows “. I will explain the minimum necessary settings for using “Git” locally and the basic usage of “Git Bash”. If you haven’t installed “Git” yet, please install it by referring to the related article below. Related document: How to install Git on Windows Related document: How to use…

How to download and install SourceTree

How to download and install SourceTree

For those who want to use “Git” on Windows OS, we will also explain how to download and install the GUI tool “SourceTree” of “Git”, and clone the local repository of “GitHub”. To use “SourceTree”, you need to install “Git” and “Mercurial”, but you can also use “Git” built into “SourceTree”. In this column, we will assume…