Showing posts with label インストール. Show all posts
Showing posts with label インストール. Show all posts

Friday, August 19, 2016

Bash on Ubuntu on Windows: Installation


Overview
  • Download Parallels 12
  • Buy Windows 10 Pro Product Key
  • Download Windows 10 Pro 64-bit disk image (ISO file)
  • Install Windows 10 on Parallels 12
  • Install Windows Subsystem for Linux on Windows 10


Download Parallels 12


Buy Windows 10 Pro Product Key


Download Windows 10 Pro 64-bit disk image (ISO file)


Install Windows 10 on Parallels 12
  • Games only
  • Disk space: 128 GB (Expanding disk)
  • Memory: 4 GB
  • Graphics memory: 512 MB


Install Windows Subsystem for Linux on Windows 10
  • On Windows: 設定 -> 開発者向け -> 開発者モード -> ON
  • On Windows: プログラムと機能 -> Windowsの機能の有効化または無効化 ->Windows Subsystem for Linux -> CHECK
  • On Windows: Command prompt: Enter "bash" command

Friday, June 10, 2016

Nmap (Network Mapper): Installing on OS X Using Brew

Command:

$ brew install nmap


Result:

==> Installing dependencies for nmap: openssl
==> Installing nmap dependency: openssl
==> Downloading https://homebrew.bintray.com/bottles/openssl-1.0.2h.el_capitan.b
######################################################################## 100.0%
==> Pouring openssl-1.0.2h.el_capitan.bottle.tar.gz
==> Caveats
A CA file has been bootstrapped using certificates from the system
keychain. To add additional certificates, place .pem files in
  /usr/local/etc/openssl/certs

and run
  /usr/local/opt/openssl/bin/c_rehash

This formula is keg-only, which means it was not symlinked into /usr/local.

Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

    LDFLAGS:  -L/usr/local/opt/openssl/lib
    CPPFLAGS: -I/usr/local/opt/openssl/include

==> Summary
🍺  /usr/local/Cellar/openssl/1.0.2h: 1,691 files, 12M
==> Installing nmap
==> Downloading https://homebrew.bintray.com/bottles/nmap-7.12.el_capitan.bottle
######################################################################## 100.0%
==> Pouring nmap-7.12.el_capitan.bottle.tar.gz
==> Caveats
Python modules have been installed and Homebrew's site-packages is not
in your Python sys.path, so you will not be able to import the modules
this formula installed. If you plan to develop with these modules,
please run:
  mkdir -p /Users/username/Library/Python/2.7/lib/python/site-packages
  echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/username/Library/Python/2.7/lib/python/site-packages/homebrew.pth
==> Summary
🍺  /usr/local/Cellar/nmap/7.12: 727 files, 23M