2017-11-01から1ヶ月間の記事一覧

PHP のシステム設定をGUIで確認できる便利コマンド

PHP

参考: smartwebdeveloper.com PHPにインストールされているモジュールを調べる php -m

jenssegers/laravel-mongodb installation PHP7.1 on cloud9

updated: 2018/9/25 jenssegers/laravel-mongodb installation PHP7.1 on cloud9 updated: 2017/12/14 下記に従ってmongoDBをインストール。 monteecristoo.hatenablog.com composer require jenssegers/mongodb → error: Problem 1 - jenssegers/mongodb v3…

raspberry pi Basic use

// 1. Installation オフィシャルからnobes をDL raspberry pi をインストールする SDカードを SDFormatter でフォーマット ** この時ボリュームラベル名に RASPBERRYPIを設定(しないとError resizing existing FAT partition) DL した nobes の zip を解凍…

mongoDB installation on a cloud9 workspace

// updated: 2020/1/24 環境:PHP7 Laravel5.4 mongoDB 公式Doc の Install MongoDB Community Edition on Ubuntu に従う。 1 Import the public key used by the package management system. sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 -…

Laravel & redis 接続テスト

Installation composer require predis/predis @web.php Route::get('/redis_test', function() { print_r(app()->make('redis')); } // Illuminate\Redis\RedisManager Object ( [driver:protected] => predis [config:protected] => Array ( [default] => …

mongoDB uninstall

// mongoDB unistall To completely remove MongoDB from a system, you must remove the MongoDB applications themselves, the configuration files, and any directories containing data and logs. The following section guides you through the necess…

AWS cloud9 でディスク容量がいっぱいになったとき

// updated: 2020/6/3 #1 インスタンスから不要なファイルを削除する 残存容量の確認 $ df /boot 定期的に不要なファイルを削除するコマンド sudo apt-get autoremove を実行 以下のコマンドで比較的使用量の大きいディレクトリを確認できる du -h -t 50M 参…

Setting Up MongoDB on cloud9 Laravel project

// community.c9.io www.compose.com https://teratail.com/questions/41471

エラーメモ

ブラウザクラッシュ 原因: topnavbar のエラー → width: 100% と padding: xxx px を同時に使用したことに起因 side navbar の toggle menu error → home 経由後ならエラー出ず、Stream, profile でエラー