並び順

ブックマーク数

期間指定

  • から
  • まで

561 - 600 件 / 735件

新着順 人気順

cuiの検索結果561 - 600 件 / 735件

  • とほほのBash入門 - とほほのWWW入門

    シェルの種類 プロンプト メッセージ出力(echo, printf) メタ文字 シェル変数と環境変数($XXX) 特殊変数($x) 変数展開(${...}) 読み込み専用(readonly) シェルスクリプト(*.sh) コメント(#) 継続行(\) コマンド区切り(;) グループコマンド({...}) サブシェル((...)) コマンド置換($(...), `...`) 初期化ファイル(.bash_profile/.bashrc) 入出力・リダイレクト(>) ヒアドキュメント(<<) パイプ(|) バックグラウンド実行(&) ヒストリ(history) 行編集(Ctrl-a, Ctrl-b, ...) ディレクトリスタック(dirs) 条件実行(; && ||) 条件分岐(if) 条件分岐(case) 繰り返し(for) 繰り返し(while) 繰り返し(until) 選択肢(selec

    • GitHub - progrhyme/shelp: Git-based package manager for shell scripts written in Go

      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

        GitHub - progrhyme/shelp: Git-based package manager for shell scripts written in Go
      • シェルスクリプトのパッケージマネージャー「basher」の機能概要と使い方 - Qiita

        はじめに シェル環境で作業することの多いみなさんは、シェルスクリプトのパッケージ管理ツールが欲しいと思ったことはあるでしょうか? 私はあります。一時期その欲求が高まって、つい自作してしまったほどです。1 本稿では、最近見つけたシェルスクリプトのパッケージ管理ツールを1つ紹介します。 こちらです: https://github.com/basherpm/basher 「basher」という名前で、一見Bash専用に見えますが、実はZshとfishにも対応しているそうです。 Even though it is called basher, it also works with zsh and fish. 私自身、BashとZshで動作を確認しており、これから常用していく予定です。 中身は完全にシェルスクリプトで実装されています。 READMEやコマンドのヘルプをざっと見たところ、以下のような機

          シェルスクリプトのパッケージマネージャー「basher」の機能概要と使い方 - Qiita
        • Shell scripting with Node.js

          Why should I read this book? This book is about shell scripting with Node.js. You will learn: How Node.js works: Its foundations: its architecture, its event loop, etc. Its API: How to use its global variables and modules. What npm packages (the de-facto standard for JavaScript packages) are. How to use npm (the package manager bundled with Node.js) to: Install and manage packages. Create and publ

          • GitHub - ddworken/hishtory: Your shell history: synced, queryable, and in context

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              GitHub - ddworken/hishtory: Your shell history: synced, queryable, and in context
            • Python's many command-line utilities

              Every command-line tool included with Python. These can be run with python -m module_name. Table of contents How -m works General-purpose CLI tools Especially handy on Windows machines Working with Python code Analyzing Python code Just for fun Other Python-related tools Oddly meta tools Less useful tools Every command-line tool in Python How -m works Running Python with the -m command-line argume

                Python's many command-line utilities
              • Rust製ツールでおしゃれなターミナル環境を作る【Starship ✕ eza】

                はじめに エンジニアとして働く中で、ターミナルを頻繁に利用することが一般的です。エンジニアは細部にこだわり、個々が自分にとって使いやすい作業環境を構築している印象があります。私も日々の作業や環境を使いやすくするため、様々なツールに関する情報を積極的に収集しています。 エンジニアに限らず、日々使うものをこだわる、自分の使いやすいようにカスタマイズすることでやる気が高まり作業効率のアップ、生産性の向上に繋がります。 Rust製のコマンドやツールなどが昨今注目されており、GitHubなどでおしゃれなOSSのコマンドやツールが増えてきました。そこで今回は、StarshipというRust製のプロンプトとRust製コマンドezaを活用してモダンかつ軽量、おしゃれなターミナル、シェル環境を構築してみました。 今回作成したものがこちらです。 プロンプトはStarship、アイコンツリー表示にezaを使用

                  Rust製ツールでおしゃれなターミナル環境を作る【Starship ✕ eza】
                • https://twitter.com/termoshtt/status/1590634894916734977

                    https://twitter.com/termoshtt/status/1590634894916734977
                  • scoop / nyagos で始めるコマンドライン生活

                    Windows で UNIX ライクな開発環境を整えるとなると、Cygwin , MSYS , MinGW , Windows Subsystem for Linux があります。しかしながら、これらは UNIX/Linux の互換性を第一と考えられているため、本来の Windows 環境との互換性が断絶してしまっており「Windows 向けの作業」をコマンドラインから行う作業に用いるにはつらいという一面があります。 nyagos (Nihongo Yet Another GOing Shell)は Go 言語でスクラッチから作られたコマンドラインシェルです。そのため、パスが Windows で標準の C:\PATH\TO という表記がそのまま使え、CMD.EXE で使えるコマンドがそのまま利用できることを目指しています。それでいてキーバインドが bash や tcsh と同様に Emac

                      scoop / nyagos で始めるコマンドライン生活
                    • Zsh and Fish’s simple but clever trick for highlighting missing linefeeds – Vidar's Blog

                      tl;dr: We look at how Zsh and Fish is able to indicate a missing terminating linefeed in program output when the Unix programming model precludes examining the output itself. Most shells, including bash, ksh, dash, and ash, will show a prompt wherever the previous command left the cursor when it exited. The fact that the prompt (almost) always shows up on the familiar left-most column of the next

                      • Sudo and signal propagation

                        This week I spent some time debugging a curious case where signals were not being delivered to a sudo’ed process. Consider this shell script: #!/bin/bash sudo timeout 5 dd if=/dev/urandom of=/dev/null & sudo_pid=$! sudo kill $sudo_pid if ps -p $sudo_pid &>/dev/null; then echo Still running else echo Dead fi What should be printed? If you guessed “Dead”, then you would be correct: $ ./sudo_kill.sh

                        • 【WSL2】時間のかかるコマンドが終了したらデスクトップ通知が出るようにした - Qiita

                          やりたかったこと ビルドやデプロイなど数分単位でかかる処理を待つのが嫌、だけどターミナルに張り付くのは時間の無駄ということで、自動的に通知してくれる仕組みを作りました。 ↓こんな感じ 動作環境 Windows11 Pro 23H2 WSL 2.0.9.0 Ubuntu 22.04.3 LTS Bash 5.1.16 WSLからWindows側にデスクトップ通知を出す PowerShellでデスクトップ通知(トースト通知と言うらしい)を簡単に出せます。 スクリプトを書いて、WSLから呼び出す形が良さそうです。 PowerShellで出せる通知の種類やカスタマイズについてはこちらの記事が参考になりました。 実行ポリシー WSLからPowerShellスクリプトを実行するために実行ポリシーの変更が必要でした。 PowerShellを管理者権限で開き、下記のコマンドを実行します。 param (

                            【WSL2】時間のかかるコマンドが終了したらデスクトップ通知が出るようにした - Qiita
                          • Bash実行中にフォルダ選択を行うGUI(Python) - えいあーるれいの技術日記

                            環境構築などを行うときにBashファイルをよく使いますが、GUI使いたいなーと思うことはかなりの頻度であります。しかし、GUIを作るのは慣れていないし割と時間がかかるので結構つらい。 …という悩みを解決するスクリプトを組みました。 github.com 使い方は簡単。bashファイルでフォルダやファイルを開きたいところでPythonファイルを実行してその結果を受け取るだけ。インストールスクリプトを実行すればselect-file-folder-dialog <任意のオプション>で実行できる。 git clone https://github.com/Ar-Ray-code/select-file-folder-dialog.git cd select-file-folder-dialog sudo bash install.bash install select-file-folder-d

                              Bash実行中にフォルダ選択を行うGUI(Python) - えいあーるれいの技術日記
                            • Welcome | Data Science at the Command Line, 2e

                              Obtain, Scrub, Explore, and Model Data with Unix Power Tools Welcome to the website of the second edition of Data Science at the Command Line by Jeroen Janssens, published by O’Reilly Media in October 2021. This website is free to use. The contents is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. You can order a physical copy at Amazon. If y

                                Welcome | Data Science at the Command Line, 2e
                              • Shell productivity tips and tricks

                                Table of Contents Tab completion Keyboard shortcuts Navigating through history Shell expansions Real-life examples Summary Going further Shell productivity tips I estimate that I spend around 50% of my day working in my text editor and my terminal. Any way I can get more productive in these environments has a direct and measurable impact on my daily productivity as a whole. If you spend a good chu

                                • GitHub - EzoeRyou/posix-commands: POSIXコマンドについてのコラム

                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                    GitHub - EzoeRyou/posix-commands: POSIXコマンドについてのコラム
                                  • GitHub - liljencrantz/crush: Crush is a command line shell that is also a powerful modern programming language.

                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                      GitHub - liljencrantz/crush: Crush is a command line shell that is also a powerful modern programming language.
                                    • Help message for shell scripts

                                      July 7, 2020Have you ever thought how good it would be to have a help message for your shell script that you wrote a month ago and already forgot what it is supposed to do? Yeah, there is always a way to show a message using cat (meow) or a bunch of echo calls. But there is a neat trick. Add your message with all the required information on top of your file, just right after the shebang. #!/bin/ba

                                        Help message for shell scripts
                                      • グリーンピース、シェルの船を占拠 石油プラットフォームを移送中

                                        英石油大手シェルのガソリンスタンド。イングランド北東部ゲーツヘッドで(2023年1月31日撮影、資料写真)。(c)Paul ELLIS / AFP 【2月1日 AFP】国際環境NGOグリーンピース(Greenpeace)のメンバーは1月31日、大西洋を航行中の英石油大手シェル(Shell)がチャーターした船に乗り込んで占拠し、同社に対して化石燃料の掘削を中止し、気候危機を招いた代償を支払うよう要求した。 グリーンピースによれば、メンバー4人がスペイン領カナリア諸島(Canary Islands)北方で乗り込んだ船「ホワイト・マーリン(White Marlin)」は、北海(North Sea)の英スコットランド・シェトランド諸島(Shetland Islands)に近いペンギン(Penguins)油田まで石油プラットフォームを移送中だった。 グリーンピースは「この平和的な抗議行動は、シェルを

                                          グリーンピース、シェルの船を占拠 石油プラットフォームを移送中
                                        • GitHub - shellspec/shellspec: A full-featured BDD unit testing framework for bash, ksh, zsh, dash and all POSIX shells

                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                            GitHub - shellspec/shellspec: A full-featured BDD unit testing framework for bash, ksh, zsh, dash and all POSIX shells
                                          • dotfiles の更新忘れを防いで継続的に管理していく 🔧 💪 - cangoxina

                                            dotfiles、1 回作って満足しちゃってませんか?変更をコミットし忘れてリモートとローカルの差分が増えて放置している...という人もいるかと思います(僕です)。この記事では dotfiles の更新忘れを防いで継続的に管理していく方法を紹介します。 目次 dotfiles とは? dotfiles リポジトリの更新を忘れないようにする なぜ? どうやって? 「ステージングしていない」ことの確認 「リモートブランチとローカルブランチに差分がある」ことの確認 「変更をコミットしてプッシュするメッセージを表示する」 結果 おまけ:ぼくのかんがえたさいきょうの dotfiles 特徴 ディレクトリ構成 セットアップ用ファイル setup.sh 各設定ファイル zsh関連 dotfiles とは? dotfiles とはドット(.)から始まる設定ファイル群、またはそれらを管理するリポジトリです。

                                              dotfiles の更新忘れを防いで継続的に管理していく 🔧 💪 - cangoxina
                                            • Building the future of the command line

                                              A blank screen and a blinking cursor. That’s all that greeted users when they booted up their machines in the early days of personal computing. No start menu. No icons. Just the command line. For many budding developers, that blinking cursor presented a mystery to be solved or an invitation to adventure. “It felt magical,” says Toby Padilla, co-founder of Charm, a company that makes tools for buil

                                                Building the future of the command line
                                              • 標準出力をフィルタ・変形する強力なパイプ: teip使ってみた - Lambdaカクテル

                                                最近teipというツールをはてブで知った。説明を読んでいるとなかなか面白いしなんかに使えそうだなという印象を受けたので使ってみた。 speakerdeck.com github.com teipとは ひとことでは正確な表現をしにくいが,「フィールドやバイトオフセット,正規表現で変形できるパイプ」である。 通常のUNIXのパイプは「他のコマンドのstdoutを受け取り,別のコマンドを起動してそのstdioにぜんぶ流し込む」機能だ。だがその「ぜんぶ流し込む」箇所を「特定の箇所だけ流し込む」にできたら?というのをこのツールがやってしまった。 いやいや「特定の箇所だけ流し込む」だけならgrepやsedでもできる。このコマンドがすごいのは,「特定の箇所だけ流し込む」だけではなく,「流し込んで得られたstdoutを元のstdioに合成して」返してくれるからだ。 例えば以下のような入力を与える。-f 3

                                                  標準出力をフィルタ・変形する強力なパイプ: teip使ってみた - Lambdaカクテル
                                                • GitHub - InfuseAI/colab-xterm: Open a terminal in colab, including the free tier.

                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                    GitHub - InfuseAI/colab-xterm: Open a terminal in colab, including the free tier.
                                                  • GitHub - breck7/scroll: Scroll is a language for scientists of all ages. Scroll includes a command line app that builds static blogs, websites, CSVs, text files, and more.

                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                      GitHub - breck7/scroll: Scroll is a language for scientists of all ages. Scroll includes a command line app that builds static blogs, websites, CSVs, text files, and more.
                                                    • Amber Documentation

                                                      Documentation for Amber programming language

                                                        Amber Documentation
                                                      • WSL2の.wslconfigを作成するときはUTF-8 BOMなしで - Qiita

                                                        ずっと詰まっていたこと .wslconfigが適用されない。配置場所もファイル名も記述内容もバージョンも正しいはずなのに。 .wslconfigとは WSL2を使用するときにメモリの使用量やらなんやら色々設定するファイル。 何が設定できるのかはMSのドキュメントを見に行ってください。 必要な環境 windows10 Home バージョン2004 (OSビルド19041) 以降 何らかのLinuxディストリビューション 私の環境 windows10 Home バージョン21H2 (OSビルド19044.1387) MSストアのUbuntu(Ubuntu 20.04 LTS) .wslconfigの作成方法 %UserProfile% に .wslconfig というファイルを作成する。 私はメモリの枯渇を止めたかったので次のように記述。 以下を参考に。 しかし、うまく適用されなかった。 結論

                                                          WSL2の.wslconfigを作成するときはUTF-8 BOMなしで - Qiita
                                                        • Setting up Nix on macOS

                                                          I recently bought a Macbook because more and more people are asking me how to use Nix in certain situations under MacOS. In this article, we walk through installing Nix on MacOS and see how pleasant the experience is these days. After that, we show how to go declarative on MacOS with nix-darwin to enable compilation for Linux and Intel Macs, as well as some other nice features. 🤷 Why would one wa

                                                          • シェルスクリプトのset -eを正しく使ってエラー処理を楽にしよう! - Qiita

                                                            はじめに この記事は正しく理解してないとハマりやすい set -e を正しく使う方法を解説しています。実はこの記事は前に書いた「シェルスクリプトのset -eを罠を避けて使う方法」の簡略版で前回は実際の動作を詳しく書いたのですが、内容がうまくまとまらなくて満足しておらず、私が set -e を使う時に気をつけてることを考えるともっとシンプルだよなということで新たに書き直すことにしました。普通に set -e を使うだけならこの記事の範囲の理解で十分だと思います。詳しい挙動については前回の記事を参照して下さい。 2021-12-16 「4. set -e の効果がコマンド置換に継承しないシェル対策」を追加 set -e とはなにか? この記事を読むような人は知っているかと思いますが set -e とはコマンドの実行結果がエラー(= 終了ステータスが 0 以外)になった時にシェルスクリプトを自

                                                              シェルスクリプトのset -eを正しく使ってエラー処理を楽にしよう! - Qiita
                                                            • 接続先サーバのファイルに手を付けずに、sshで接続したインタラクティブシェルで自動的にset -uする #bash #ssh | DevelopersIO

                                                              接続先サーバのファイルに手を付けずに、sshで接続したインタラクティブシェルで自動的にset -uする #bash #ssh こんにちは、ターミナル住人の平野です。 シェルスクリプトの先頭には原則必ずset -euをつけましょうね、 というのはいろんな所で言及されているので見たことがある人も多いと思います。 このうちset -uですが、変数が未定義の時に想定外の挙動になってしまうことが防げるので、 慎重に操作をするような場面では、インタラクティブシェルでも有効にした方がいい場面があります。 sshでEC2にログインした時これを行いたいとして、ログイン後にset -uと毎回やるのは面倒です。 もちろんこう言った設定は.bashrcに書くというのが定石ですね。 しかしバッチサーバー用途のインスタンスなどはユーザを共通で使用することも多く、 そこにある.bashrcを変更してしまうことには抵抗が

                                                                接続先サーバのファイルに手を付けずに、sshで接続したインタラクティブシェルで自動的にset -uする #bash #ssh | DevelopersIO
                                                              • awk とシェルとの値の受け渡しについて - Qiita

                                                                概要 awk への値の受け渡しの記事はよく見かけるが awk からシェルへの値の受け渡しの記事が少ないのでまとめてみた。 シェルから awk への値の受け渡し awk への値の受け渡しは -v オプションを使うと覚えておけば間違いない。 #!/bin/sh # -v オプションで値を手入力 echo | awk -v foo=before '{print foo}' # 実行結果: before # 後ろには書けない echo | awk '{print foo}' -v foo=after # 実行結果: awk: fatal: cannot open file `-v' for reading (No such file or directory) # -v 無しで渡す方法もあるが、BEGINブロックで値を参照できない echo | awk 'BEGIN{print foo} {pri

                                                                  awk とシェルとの値の受け渡しについて - Qiita
                                                                • Ubuntuユーザ追加とsudo権限付与。ユーザ/グループ操作まとめ | WWWクリエイターズ

                                                                  UbuntuなどのLinux系OSで、ユーザの追加、ユーザの一覧、ユーザグループの確認、などユーザ関連の編集作業に関するコマンドの紹介です。 サーバーを飛び回る昨今のエンジニア。「あれ、いまユーザどうなってんだっけ?」という確認と編集作業は非常によく発生するかと思います。私は、なんかだかそのたびに毎回ググっている気もするので・・、自分用の意味も含めてメモりました。 Ubuntuに、新規ユーザを追加する Ubuntuで誰もが実行する最初のコマンド。それが「ユーザ追加」です。 // 新規ユーザを追加するUbuntuコマンド $ sudo adduser USER_NAME 「useradd」じゃなくて「adduser」ですね。useradd は、ユーザ追加だけして、/home/配下のユーザディレクトリを作ってくれません。 一度覚えたつもりでも・・、時間がたつと、adduser, useradd

                                                                  • GitHub - material-shell/material-shell: A modern desktop interface for Linux. Improve your user experience and get rid of the anarchy of traditional desktop workflows. Designed to simplify navigation and reduce the need to manipulate windows in order to i

                                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                      GitHub - material-shell/material-shell: A modern desktop interface for Linux. Improve your user experience and get rid of the anarchy of traditional desktop workflows. Designed to simplify navigation and reduce the need to manipulate windows in order to i
                                                                    • シェルスクリプトで文字列の分割 (split) と結合 (join) をする時のベストプラクティス - Qiita

                                                                      はじめに CSV のようにカンマ区切りの文字列をそれぞれのフィールドに分割するにはどうするか?というネタです。よく見るネタなのですが、良いとは言えないコードが多いのでまとめたいと思います。 なお例として CSV を扱っていますが、主題は文字列の分割 (split) と結合 (join) なので、ダブルクォートでくくることでカンマや改行も入れられるなどという本気の CSV 対応はしません。仕様が複雑なのでそのようなファイルを扱う場合は別の言語のよく知られたライブラリを使うことをおすすめします。この記事で扱う CSV とは各フィールドがカンマで区切られているというだけのものです。 前提 一行のデータは分割して位置パラメーターに入れる 一行の文字列を分割した結果は、位置パラメータ ($1, $2, $3, ...) に代入するのがおすすめです。位置パラメータは POSIX 準拠(つまり bash

                                                                        シェルスクリプトで文字列の分割 (split) と結合 (join) をする時のベストプラクティス - Qiita
                                                                      • GitHub - cli-guidelines/cli-guidelines: A guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day.

                                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                          GitHub - cli-guidelines/cli-guidelines: A guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day.
                                                                        • サービスの管理 - PowerShell

                                                                          このサンプルは Windows PowerShell 5.1 にのみ適用されます。 サービスに関連したさまざまなタスクを実行するために設計された 8 つの主要な Service コマンドレットがあります。 この記事では、サービスの実行状態の一覧表示と変更についてのみ説明します。 Get-Command *-Service を使うと、サービス コマンドレットの一覧を取得できます。 Get-Help <Cmdlet-Name> を使うと、Get-Help New-Service のように各コマンドレットに関する情報を確認できます。 サービスの取得 Get-Service コマンドレットを使用して、ローカル コンピューターまたはリモート コンピューター上のサービスを取得できます。 Get-Process と同様、パラメーターを指定せずに Get-Service コマンドを実行した場合、すべてのサ

                                                                            サービスの管理 - PowerShell
                                                                          • Ubuntu (20.04)へsshログインした際に表示されるWelcomeメッセージの仕組みと表示しない方法

                                                                            Ubuntu (20.04)へsshログインした際に表示されるWelcomeメッセージの仕組みと表示しない方法 by nao · 2021年8月14日 前書き:UbuntuはWelcomeメッセージが立派で邪魔 ラズパイサーバ(Raspberry Pi OS)からHP小型PC(Ubuntu 20.04)にサーバ移行した時、UbuntuのWelcomeメッセージがラズパイより立派な事に気づきました。 例えば、Ubuntuにsshログインした時、以下のようなWelcomeメッセージが出ます。 Welcome to Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-80-generic x86_64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com

                                                                              Ubuntu (20.04)へsshログインした際に表示されるWelcomeメッセージの仕組みと表示しない方法
                                                                            • Go Conference Online 2021 Autumnが開催されました&作って学ぶシェル | フューチャー技術ブログ

                                                                              Go Conference Online 2021 Autumnが開催されました。スタッフのみなさん、登壇者、参加者のみなさん、お疲れ様でした。フューチャーは今回もブロンズスポンサーでした。また、フューチャーからは伊藤(真)、辻、渋川の三人が登壇しました。 その中の、渋川の発表内容を紹介します。タイトルは「Learning Computer Systems by Crafting: Shell 〜作って学ぶシェル〜」で、シェルの動作の紹介をしつつ、自分で実装してみるには、という感じの解説でした。Goならわかるシステムプログラミング(書籍はこちら)では詳しく触れていなかったシェルについて詳しく説明する追加コンテンツです。 発表資料はこちらです。 Twitter等でたまに話題になるのは、次のようなことです。 「若い人の中にはシェルの概念をあまり知らない人もいる」 「はたしてそのような人はどのよ

                                                                                Go Conference Online 2021 Autumnが開催されました&作って学ぶシェル | フューチャー技術ブログ
                                                                              • GitHub - simplenetes-io/simplenetes: The sns tool is used to manage the full life cycle of your Simplenetes clusters. It integrates with the Simplenetes Podcompiler project podc to compile pods.

                                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                  GitHub - simplenetes-io/simplenetes: The sns tool is used to manage the full life cycle of your Simplenetes clusters. It integrates with the Simplenetes Podcompiler project podc to compile pods.
                                                                                • GitHub - shell-pool/shpool: Think tmux, then aim... lower

                                                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                    GitHub - shell-pool/shpool: Think tmux, then aim... lower

                                                                                  新着記事