SE の雑記

SQL Server の情報をメインに Microsoft 製品の勉強内容を日々投稿

Archive for 8月 19th, 2016

PowerShell on Linux !!

one comment

後で見る用のリストを。
GitHub
Microsoft、「PowerShell」をオープンソース化し、LinuxとOS X版を提供
PowerShell on Linux and Open Source!
Announcing PowerShell on Linux – PowerShell is Open Source!
PowerShell is open sourced and is available on Linux
PowerShell is now open-source, and cross-platform
Open source PowerShell on Windows, Linux, and OS X!
PowerShell on Linux and Open Source
Ubuntu 16.04 にインストールする場合は以下のような形になるかと。

curl -L -O https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb
sudo apt-get install libunwind8 libicu55
sudo dpkg -i powershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb

無題
(∩´∀`)∩ わーい

Written by Masayuki.Ozawa

8月 19th, 2016 at 8:31 am

Posted in PowerShell

Tagged with

Remote Desktop で使用する証明書を同一の拇印で重複インポートした場合の挙動について

leave a comment

リモートデスクトップで自己証明証明書ではなく、証明機関から発行された証明書を使うことがあるかと思います。
同一の拇印の証明書を複数回インポートした場合、MMC の証明書のスナップインでは、一つの証明書しか表示されないのですが、秘密キーについては新しくなっているようでそれにより、接続ができない現象があったのでまとめておきたいと思います。
Read the rest of this entry »

Written by Masayuki.Ozawa

8月 19th, 2016 at 8:08 am

Posted in Remote Desktop

Tagged with