はてブログ

はてなブックマーク新着エントリーの過去ログサイトです。



タグ configure

新着順 人気順 5 users 10 users 50 users 100 users 500 users 1000 users
 
(1 - 12 / 12件)
 

Ubuntu 22.10 に rbenv を使わずに Ruby をインストールする - tmtms のメモ

2022/11/26 このエントリーをはてなブックマークに追加 7 users Instapaper Pocket Tweet Facebook Share Evernote Clip tmtms rbenv prefix Ruby メモ

Ruby 3.1.3 / 3.0.5 / 2.7.7 が出たので普段使いの Ubuntu 22.10 にインストールした。 rbenv とかを使えばいいんだけど、自分は普段から rbenv は使ってないので。 Ruby 3.1.3 特別なことは何もしていない。 % tar xf ruby-3.1.3.tar.xz % cd ruby-3.1.3 % ./configure --prefix=$HOME/ruby31 --with-ext=openssl,zlib,... 続きを読む

GUIでDockerコンテナのビルドやPodsのKubernetesへの展開を可能にする「Podman Desktop」が登場。新たなDocker Desktop対抗となるか

2022/11/14 このエントリーをはてなブックマークに追加 174 users Instapaper Pocket Tweet Facebook Share Evernote Clip Kubernetes Install Dockerコンテナ

GUIでDockerコンテナやKubernetesの操作を可能にするオープンソースの「Podman Desktop」がリリースされたことをRed Hatが発表しました。Windows、Mac、Linuxに対応します。 Install, configure, and keep your container engine up to date with a GUI, which allows users to interact with containers and pods runni... 続きを読む

GitHub - lavabit/robox: The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.

2022/05/03 このエントリーをはてなブックマークに追加 12 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub Lavabit

Roboxes Generic base boxes, providing a variety of operating systems, and available across a number of different virtualized platforms. Website https://roboxes.org Vagrant Boxes https://app.vagrantup.com/generic https://app.vagrantup.com/lavabit https://app.vagrantup.com/lineage Podman / Docker I... 続きを読む

クラウド版Windows「Windows 365 Cloud PC」の試用手続きはこんな感じ - GIGAZINE

2021/08/03 このエントリーをはてなブックマークに追加 5 users Instapaper Pocket Tweet Facebook Share Evernote Clip GIGAZINE www.microsoft.com 構成

Microsoftによるクラウドサービス「Windows 365 Cloud PC」のサービス提供が始まりました。一部の構成では60日間無料で試用できるということなので、実際に申し込みを行ってみました。 Windows 365 Business を構成する | Microsoft https://www.microsoft.com/ja-jp/windows-365/business/configure 「Windows 365 Clou... 続きを読む

GitHub - frsyuki/captty: tty recorder

2017/05/29 このエントリーをはてなブックマークに追加 9 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub frsyuki github.com Make

README.md Captty A tty recorder Install Checkout the repository and build: $ git clone git://github.com/frsyuki/captty.git $ cd captty $ ./autogen.sh $ ./configure $ make $ sudo make install Usage Rec... 続きを読む

proudly announced the first release of pdns-mrubybackend | ./configure --prefix=/home/rhykw

2015/12/17 このエントリーをはてなブックマークに追加 8 users Instapaper Pocket Tweet Facebook Share Evernote Clip prefix HOME

この記事は、 mruby advent calendar 2015 の18日目の記事です。 PowerDNSのバックエンドにmrubyを使う pdns-mrubybackend を昨日公開しました。 このモジュールを使うと、こんな風に遊べます。 まずは簡単なやつ。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 def lookup Powerdns ::answer.clear... 続きを読む

OpenLMI | Configure, Manage and Monitor Linux Systems

2013/11/27 このエントリーをはてなブックマークに追加 18 users Instapaper Pocket Tweet Facebook Share Evernote Clip

The OpenLMI project provides a common infrastructure for the management of Linux systems. Capabilities include configuration, management and monitoring of hardware, operating systems, and system servi... 続きを読む

人間とウェブの未来 - Apache 2.4.1のmod_luaでApacheに介入する(mod_rewriteの終焉?)

2012/03/27 このエントリーをはてなブックマークに追加 242 users Instapaper Pocket Tweet Facebook Share Evernote Clip mod_lua Apache mod_rewrite 終焉

「ウェブの歴史は人類の歴史の繰り返し」という観点から色々勉強しています。といいつつも、そこまで大したことはしていない。 luaという高速に動作する組み込み系のスクリプト言語で遊んでみたかったのと、それだったmod_luaで遊んでみればいいなと思っただけである。で、実際にmod_luaをコンパイルして遊んでみた。コンパイルオプションは以下。 ./configure --prefix=/usr/loc... 続きを読む

Ubuntu(on VMWare)にApache2.2、MySQL5.0、PHP5.2.6、Python2.6をインストールしたときのメモ - Cheese Pie

2011/02/28 このエントリーをはてなブックマークに追加 14 users Instapaper Pocket Tweet Facebook Share Evernote Clip Ubuntu worker prefix usr dev

dev, linux全てソースからインストールした。まずはApache2.2のソースを落としてconfigure。$ tar zxvf httpd-2.2.10.tar.gz$ cd httpd-2.2.10$ sudo ./configure --prefix=/usr/local/apache2 --with-mpm=worker --enable-module=so --enable-rew... 続きを読む

Node.jsとnvmを初めてインストールするときのハマりポイントと対策 - ess sup

2011/02/21 このエントリーをはてなブックマークに追加 200 users Instapaper Pocket Tweet Facebook Share Evernote Clip nvm インストー node.js Make WIKI

JavaScript, node.js最近何かと話題の Node.js を使ってみることにした。 インストール自体は公式の Wiki を見ればそんなに難しくない。いつもの configure, make, make install するだけだ。でも Node.js はまだまだ開発中のプロジェクトで、今でもがんがん更新されてる。すぐに新しいバージョンが出てくるんだけど、そのたびにソースからインストー... 続きを読む

Vector Magic | Precision Bitmap to Vector Conversion Online

2007/10/26 このエントリーをはてなブックマークに追加 872 users Instapaper Pocket Tweet Facebook Share Evernote Clip Upload preview DOWNLOAD

Vector Magic - precision auto-tracing online1. Upload  2. Configure  3. Vectorize  4. Preview  5. Download! Convert bitmap images to vector images with a few simple clicks Just upload your image and w... 続きを読む

Sooey - 複数の PHP をインストールし、切り替えて使う方法

2005/11/22 このエントリーをはてなブックマークに追加 24 users Instapaper Pocket Tweet Facebook Share Evernote Clip Sooey prefix メインマシン lighttpd 複数

複数の PHP をインストールし、切り替えて使う方法 lighttpd 1.4.7 を Mac OS X 10.4.3 にインストール や PHP 5.1.0RC5 Release で書いたように、メインマシンである PowerBook では PHP や ruby、lighttpd といったソフトは複数バージョンを共存できるよう configure に prefix を指定してインストールしていま... 続きを読む

 
(1 - 12 / 12件)