前回まで2回に渡ってPlamo Linuxのビルドスクリプトの内部構造を紹介しました。今回は、 このビルドスクリプトによって作成されるPlamo Linux用のパッケージと、 そのパッケージを操作するパッケージ管理ツールについて紹介しましょう。 Plamo Linuxのパッケージ ...
ここしばらく 「Linuxカーネルの歴史を振り返る」 という、 読むのも書くのも大変な話題が続いたので、 今回は少し気分を変えて、 最近取り組んでいるPlamo Linuxのビルドスクリプトの改修について取りあげることにします。 Plamo Linuxのビルドスクリプトや ...
Linuxでは、シェルスクリプトを活用することで処理の自動化などが行える。システム管理のさまざまな場面でシェルスクリプトが使われており、管理機能がシェルスクリプトで作られていることもある。以下、It’s FOSSの「How to Run a Shell Script in Linux [Essentials ...
Google Cloud Platformプロジェクトは11月29日(米国時間)、「Google Cloud Platform Blog: One PowerShell cmdlet to manage both Windows and Linux resources — no kidding!」において、Google Cloud PlatformをWindows、Mac OS ...
実行するシェル指定を行う。今回はシェルの簡単なコマンド利用のみのため、多くのLinux OS系標準である/bin/shを指定して ...
I’m going to go ahead and admit it: I really have too many tray icons. You know the ones. They sit on your taskbar, perhaps doing something in the background or, at least, giving you fingertip access ...
Linuxのベースコマンド群の一つである「GNU Core Utilities(Coreutils)」は、ほかのUNIX系OSではそのシステムが独自に持っているベースコマンドに対応している。ただし、Coreutilsとそれぞれのベースコマンドは、POSIXで規定されている動作についてはほぼ同じだが ...
You need to package up a bunch of files, send them somewhere, and do something with them at the destination. It isn’t an uncommon scenario. The obvious answer is to create an archive — a zip or tar ...
Here are some basic skills to get started with bash, one of the best shells for preparing and using scripts on Linux. Scripting in Linux–putting commands into a file so you can run them as a group—is ...