Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?

# -*- mode: ruby -*- # vi: set ft=ruby : # All Vagrant configuration is done below. The "2" in Vagrant.configure # configures the configuration version (we support older styles for # backwards compatibility). Please don't change it unless you know what # you're doing. Vagrant.configure("2") do |config| # The most common configuration options are documented and commented below. # For a complete ref
Vagrant was unable to mount VirtualBox shared folders. This is usually because the filesystem "vboxsf" is not available. This filesystem is made available via the VirtualBox Guest Additions and kernel module. Please verify that these guest additions are properly installed in the guest. This is not a bug in Vagrant and is usually caused by a faulty Vagrant box. For context, the command attempted wa
結論から言うと Laravel Homestead環境をパッケージ化(.box化)して他PCに移植するのはオススメしないのでもっと楽な方法で行う方が良い テストの目的 vagrant packageで作成したLaravel Homestead環境(.box)を、Windows→Macに移行する。 これが出来れば、他環境への移行の際にもスムーズに行えるのではないかと思い、今回テストを実施 <移行元:Windows( .boxの作成環境)> 使用PC:Surface Pro 4 OS:Windows 10 Pro RS4 PHP:7.2.4 (cli) (built: Mar 28 2018 04:46:46) Vagrant:2.1.2 VirtualBox:5.2.16 Laravel Framework:5.6.33 Laravel Homestead:7.14.2 Windows PC
>vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'box-cutter/ubuntu1604-desktop' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 ==> default: Loading metadata for box 'box-cutter/ubuntu1604-desktop' default: URL: https://vagrantcloud.com/box-cutter/ubuntu1604-desktop ==> default: Adding box '
はじめに Macで人力IEテストを行う方法をメモして置きます。 方法はすごく簡単で下記の項目を行うだけとなっています。 VirtualBoxでWindows環境構築 開発環境でローカルサーバを立ち上げる プライベートIPを調べる VirtualBoxのIEにプライベートIPとローカルサーバのポート番号元にアクセス テストする 環境 MacBook Pro(8GB) Microsoft virtual machines VirtualBox python 2系/3系 25GB以上のストレージ容量 仮想イメージの取得 1.アクセス 下記リンクからMicrosoftが無償公開している仮想イメージのダウンロードを行います。 https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ 2.[Virtual machine]の選択 仮
Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? この記事は、Fujitsu Advent Calender 2枚目の 3日目の記事(※)です。 (※3日目が空いていたので12/24に書き込んでいます) はじめに 以下は、会社・組織を代表するものではなく、個人の意見です。 筆者は会社にて、ソフトウェア・サービス企画とか 自社他社比較(ベンチマーク)とかを行っています。 また、趣味でいろんなクラウドのウォッチをしてます。 今回は、Windows10でHyper-Vの設定をしたときに、 「仮想マシンがインターネットに繋がらない!?」というトラブルにあったので Hyper-Vのネットワーク設
概要 VirtualBoxにArchをインストールして最低限のGUI環境を構築します。 途中まではほぼ「Vagrant Box作成メモ(Arch Linux)(Windows) - Qiita」と同じです。ユーザー名やパスワードなど細かな部分が違います。 最低限と言いつつも、個人的な好みでzshやgitなど入れてますが必要無い方は入れなくて問題無いです。 注意 かなり初心者向けに回りくどく、画像も多めに書いてます 筆者がUSキーボードなのでloadkeys jp106してません 準備 VirtualBoxのインストール 下記リンクよりダウンロードしてインストール http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html?ssSourceSiteId=otnjp archlinuxのISO
OSX上にminikubeを構築した際のメモ xhyveを使ったほうがVirtualBoxより軽快な動作かなと思ったので、xhyveを使ってます。 Versions OSX 10.11.6 minikube v0.17.1 xhyveとは https://github.com/mist64/xhyve OSX用のHypervisor。 VirtualBoxより動作が軽快? Install xhyve driver 公式から引用 https://github.com/kubernetes/minikube/blob/master/DRIVERS.md#xhyve-driver $ brew install docker-machine-driver-xhyve # docker-machine-driver-xhyve need root owner and uid $ sudo chown
Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? リファレンス コマンド一覧を表示 vagrant list-commands ヘルプ vagrant -h 仮想マシンの操作 vagrant up 仮想マシンの起動。vagrantfileのあるディレクトリ内で実行 vagrant halt 仮想マシンの終了(シャットダウン) vagrant suspend 仮想マシンの一時停止 vagrant resume 仮想マシンの一時停止から復帰 vagrant reload 仮想マシンの再起動 (≒ halt & up) vagrant reload --provision プロビジョニングし
発端 VirtualBox上にCentOS 6.7のサーバを構築・稼働させていましたが、先日、VirtualBoxをバージョンアップさせてからNTPによる時刻同期ができなくなっていました。 現象としては、時刻がかなりのスピードで遅れていく。 NTPDの代わりにChronyを入れてみたり、いろいろと試行錯誤するも時刻同期がうまくいかない状況。仕方ないので、VirtualBoxのAddtionを突っ込んで、時刻同期するようにしました。 VirtualBoxのAddtionによる時刻同期設定 1. VitualBoxのAdditionのインストール (1) VirutalBoxのメニューから、「デバイス」-「Guest Additonalのインストール」を選択 (2) CDのマウント
インストールするもの Vagrantをインストール、動作させるのに必要なものをインストールします。 具体的には以下をインストールします。 Homebrew VirtualBox Vagrant Homebrewを先にインストールしてください。VirtualBox、VagrantはHomebrewからインストールします。 Homebrewのインストール http://brew.sh/ に書かれているコマンドを実行します。 次のコマンドです。 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" Homebrewの動作チェック Homebrewが正常に動作するか確認します。次のコマンドを実行し、Your system is ready to brew.が
概要 VirtualBox内のUbuntuで環境を整えているうちに、HDD容量が足りなくなって困った方が多いようなので、個人的に一番簡単な変更方法を共有します。 仮想環境が壊れても責任は負えませんので、くれぐれも自己責任でおねがいします。 不安であればクローンでも作っておいてください。 環境 Windows 10 Oracle VM VirtualBox 5.0.20 Ununtu 16.04 LTS 使用ツール VirtualBoxManager GParted 1 VirtualBox側の仮想HDDの容量を大きくする 1.1 仮想HDDパス確認 VirtualBoxを起動し、容量を変更したい仮想環境の設定を開きます。 [ストレージ]の[コントローラ:SATA]下にある[場所]がHDDのパスです。 1.2 VirtualBoxのパス確認 VirtualBoxをインストールしたパスを確認し
ふとした切っ掛けから作ってみたHyper-V用のZabbix Serverです。 https://drive.google.com/file/d/0BwNMG_0zZ-yxNE5zcGNWRWFxY0k/view (Google driveに置いています、容量は510MBほど) 誰かの手助けに成れば幸いです。 ・どんなものか Hyper-V上に構築したCentOS7ベースのZabbix Server 3.0.8です。 圧縮ファイルを解凍後(64GBの容量が必要となりますので、HDD等の容量は注意して下さい。) Hyper-Vマネージャーでインポートをしてから起動して下さい。 無事起動しましたら、ブラウザ上で http://192.168.1.126/zabbix と入力すればLogin画面が出て来ます。 Username admin Password zabbix です。 (書き抜かってい
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く