TenguSec
// SYS://TENGUSEC.TOKYO/learn/learn-linux-beginners-easy-start/
// 学習 :: START_LINUX_IN_2_MINUTES

START LINUX IN 2 MINUTES

2分でLinuxを始める

Spin up a free in-browser terminal and run your first command - no install required.

//LEARNING LINUX IN THE TERMINAL

Follow the steps below in order. By the end you'll have a working shell open in your browser and your first command echoed back to you.

  • Navigate to https://replit.com/
  • Click Start creating
  • Click Continue with Google if you have a Gmail account. Otherwise, create an account using whatever method you want.
  • Click Not at all
  • Click No, I got this. - we can check out the Learn page later to do some tutorials.
  • Under the My Repls section, click Create
  • Click the Search Templates field
  • Type bash
  • Click Bash
  • Change the Title to anything you want
  • Click Create Repl
  • Click Shell
  • Click into the shell input area.
  • Type the following command: echo "Welcome to the terminal!" then press Enter
  • You've made it to the terminal! Let's keep learning!

//ターミナルで LINUX を学ぶ

以下の手順に沿って進めてください。最後にはブラウザ内でシェルが起動し、最初のコマンドが返ってきます。

  • インターネットブラウザで、https://replit.com にアクセスします。
  • Start creating をクリックします。
  • Gmail のアカウントをお持ちの方は Continue with Google をクリックします。それ以外の方は、お好きな方法でアカウントを作成してください。
  • Not at all をクリックします。
  • No, I got this をクリックします。後で学習ページを見てチュートリアルをすることができます。
  • My Repls セクションで、Create をクリックします。
  • Search Templates ボックスをクリックします。
  • bash と入力します。
  • Bash をクリックします。
  • タイトルを好きなものに変更します。
  • Create Repl をクリックします。
  • Shell をクリックします。
  • シェルの入力欄をクリックします。
  • 以下のコマンドを入力します: echo "ターミナルへようこそ!" その後、Enter キーを押します。
  • ターミナルを使い始めたあなたへ!これからも勉強していきましょう!