【試した環境】 Google Cloud Platform(GCP)[VMインスタンス]上で実行 OS : Linux(Debian 9.2) PHP(7.0.27)
今回はPHPでgeoipを利用して、[IPアドレス] や [ホスト名] から国を判定する(国コードなどの取得する)方法です。
【試した環境】 Google Cloud Platform(GCP)[VMインスタンス]上で実行 OS : Linux(Debian 9.2) PHP(7.0.27)
【試した環境】 Google Cloud Platform(GCP)[VMインスタンス]上で実行 OS : Linux(Debian 9.2)
<a href="//google.co.jp">
【試した環境】 Google Cloud Platform(GCP)[VMインスタンス]上で実行 OS : Linux(Debian 9.2) PHP(7.0.27)
【試した環境】 Google Cloud Platform(GCP)[VMインスタンス]上で実行 OS : Linux(Debian 9.2) Apache(2.4.25)
/etc/httpd/conf/httpd.confとよく記載があるが、Debian系のApache2.4での設定ファイルが違ったのでメモ。
【試した環境】 切替元:Amazon EC2(Red Hat 4.8.3-9) 切替先:Google Cloud Platform(Debian 9.2) Word Press:最新バージョン(4.9.2–ja)
【試した環境】 Amazon EC2(AWS)[VMインスタンス]上で実行 OS : Linux(Red Hat 4.8.3-9)
【試した環境】 Google Cloud Platform(GCP)[VMインスタンス]で実行 OS : Linux(Debian 9.2) お名前.com
Emulator: PANIC: Broken AVD system path. Check your ANDROID_SDK_ROOT value [PATH]!
【試した環境】 Google Cloud Platform(GCP)[VMインスタンス]で実行 OS : Linux(Debian 9.2) 接続元OS : Windows 7 Visual Studio Code(VSCode)(1.19.1) sftp(0.9.5)
【試した環境】 Google Cloud Platform(GCP)[VMインスタンス]上で実行 OS : Linux(Debian 9.2)
$ [実行コマンド] &
【試した環境】 Google Cloud Platform(GCP)[VMインスタンス]上で実行 OS : Linux(Debian 9.2)
$ kill [-s シグナル] プロセスID
【試した環境】 Google Cloud Platform(GCP)[VMインスタンス]上で実行 OS : Linux(Debian 9.2)
$ ps axfu
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 2 0.0 0.0 0 0 ? S 2017 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? S 2017 60:45 \_ [ksoftirqd/0]
root 5 0.0 0.0 0 0 ? S< 2017 0:00 \_ [kworker/0:0H]
:
www-data 24539 0.0 0.2 326192 19904 ? S 21:02 0:00 \_ /usr/sbin/apache2 -k start
www-data 24782 0.0 0.2 326328 17492 ? S 21:08 0:00 \_ /usr/sbin/apache2 -k start
:
a 自分以外のユーザーのプロセスも表示する【環境】
Google Cloud Platform(GCP)[VMインスタンス]で実行
OS : Linux(Debian 9.2)
接続元OS : macOS Sierra (10.12.6)& Windows 7
Atom(1.22.1)
Remote-FTP(2.1.4)
【試した環境】
OS : Windows 7
PuTTYgen(Release 0.70)
【環境】
Google Cloud Platform(GCP)[VMインスタンス]上で実行
OS : Linux(Debian 9.2)
Python3 (3.5.3)
jupyter (4.4.0)
# jupyter notebook --allow-root
[I NotebookApp] Serving notebooks from local directory: /root
[I NotebookApp] 0 active kernels
[I NotebookApp] The Jupyter Notebook is running at:
[I NotebookApp] http://[all ip addresses on your system]:8888/
[I NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
$ sudo du -sh /-s 引数で指定したファイルやディレクトリの総計を表示する
6.1G /
【試した環境】
Google Cloud Platform(GCP)[VMインスタンス]上で実行
OS : Linux(Debian 9.2)
$ sudo service --status-all
:
[ + ] apache2
[ + ] cron
:
[ + ] mysql
:
【試した環境】
Google Cloud Platform(GCP)[VMインスタンス]上で実行
OS : Linux(Debian 9.2)
$ sudo apt-get update※sudoはルート権限での実行 ー [Linux] ルート権限でのコマンド実行
$ sudo apt-get install [package]
【試した環境】[sudo]コマンドをつけて実行するとルート権限で実行ができる。
Google Cloud Platform(GCP)[VMインスタンス]上で実行
OS : Linux(Debian 9.2)
$ sudo [オプション] コマンド
$ su -
Passward: ****
# コマンド
【環境】Jupyter Notebookとは、ノートブックと呼ばれる形式で作成したプログラムを実行し、実行結果を記録しながら、データの分析作業を進めるためのツールです。
Google Cloud Platform(GCP)[VMインスタンス]上で実行
OS : Linux(Debian 6.3.0-18)
Python3 (3.5.3) をインストール済み