ピン村のメモ帳
そう、人は誰しも一つのウィンドウに大量のタブを開きがち。
履歴を見てもどこ見てたか、分からない。
だから、タブを開きっぱなしにする。
しかし、ウェブブラウザの定期アップデートまたはやむを得ないシャットダウンでタブの内容が飛んでしまうことがある。
そんな、ことを回避するために書き記すメモ書きである。
2020/11/25
IPv6 完全無効化(ドメインに参加できないなどの回避策)
1.レジストリ階層
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters
2.上記階層に新規データを追加
DWORD(32bit)
3.新規データ名
DisabledComponents
4.データ値は下記の通り変更
変更前: 0
変更後: ffffffff
作業後、必ずPC再起動
なお、この作業後sconfig.cmd等でIPを変更することは不可能な為、先にIPを変更後、v6無効化の上記作業を実行することを強くお勧めします。
参考URL:
https://assimane.blog.ss-blog.jp/2013-05-02
2020/10/24
How to Program Uninstall using CMD
1. wmic
2. product get name
3.product where name="VMware Connection Server" call uninstall
2020/10/21
ODBCデータソース 作り方
https://www.ipentec.com/document/windows-create-odbc-data-source-for-sql-server
※予めSQL Serverとpingで疎通できることを確認
※また、事前にデータベースも新規で作っておくこと
2020/10/20
Windows Server 2019 Server Core
Firewalld Setting with Command
Turn ON Windows Firewalld
netsh advfirewall set current profile state on
Trun OFF Windows Firewalld
netsh advfirewall set currentprofile state off
Windows Server 2019 Server Core
NTP Cofiguration with Command
1. w32tm /config /syncfromflags:manual /manualpeerlist:ntp.nict.jp /update
2. w32tm /resync
3. w32tm /query /status ← 設定確認
SQL Server
setup.exe /UIMODE=EnableUIOnServerCore /ACTION=INSTALL
2020/10/11
ゆるいハッキング大会 2020 11月 WiFiパフォーマンステスト 準備メモ
WPA3 EAP-pwd dragonslayer
https://github.com/vanhoefm/dragonslayer
CloudVision WiFi User Guide 8.9 User Guide
https://www.arista.com/assets/data/pdf/user-manual/um-books/CloudVision_WiFi_User_Guide.pdf
wepは対応できない可能性がある
CloudVision Portalのバージョンを下げてwepに対応させるか、APのシリアルコンソールからWEPをEnableに出来るか試す必要アリ
2020/09/29
Local CA for Windows 作り方
https://note.miyabis.jp/2018/09/%E8%87%AA%E5%B7%B1%E8%AA%8D%E8%A8%BC%E5%B1%80%EF%BC%88ca%EF%BC%89%E3%81%A8%E8%87%AA%E5%B7%B1%E8%A8%BC%E6%98%8E%E6%9B%B8%EF%BC%88ssl%EF%BC%89%E3%82%92-windows-%E7%89%88%E3%81%AE-xca-%E3%81%A7%E7%AE%A1.html
X - Certificate and Key management
MS SQL Server supportに関する確認
https://hohnstaedt.de/xca/index.php/documentation/manual
2020/09/27
NetApp ストレージレイアウト 検討
Netapp RAID-TECについて
Netapp RAID-TEC構築の最低要件として
HDDは最低7本
クラスターを設定してからRAID-TEC設定にする必要あり。
なお、Switchless clustered Data ONTAP(エンクロージャーとかなし)状態でも
問題無い模様
http://400cc.blog.fc2.com/blog-entry-37.html
NetApp 実行容量計算方式
実効容量(GB) =ディスク1本当りの容量(MB)×データディスク数×0.95×0.9×(1 - SnapShot領域(%))÷ 1024
https://pipiron3.blogspot.com/2014/08/netapp-fas.html?m=0
NetApp 用語集
NetAppのフレックスボリューム(FlexVol)とアグリゲート(aggregete)とqtreeの関係を整理して説明。NetApp用語まとめ
https://blog.putise.com/netapp%E3%81%AE%E3%83%95%E3%83%AC%E3%83%83%E3%82%AF%E3%82%B9%E3%83%9C%E3%83%AA%E3%83%A5%E3%83%BC%E3%83%A0flexvol%E3%81%A8%E3%82%A2%E3%82%B0%E3%83%AA%E3%82%B2%E3%83%BC%E3%83%88aggregete%E3%81%A8qtr/
NetApp 製品情報 (FASシリーズ) 特長
https://www.networld.co.jp/product/netapp/pro_info/features/
Windows Server Core MTU変更
https://ip-life.net/set-jumbo-frame-on-server-core/
Windows Server Core ポート番号指定 制御方法
netsh firewall add portopening protocol = TCP port = 80 name = sample1
AppVolumes 4.x Install Configuration
https://thevirtualist.org/vmware-app-volumes-manager-2-11-install-configure/
神田 肉バル BOSCO
https://bosco.jp/
Fujitsu PRIMERGY RX2560M2 環境設定シート(PDF)
https://jp.fujitsu.com/platform/server/primergy/manual/pdf/common/ca92344-1107-09.pdf
VMware View Composer ODBC DB 作成
https://flatfeefsbo.com/ja/vmware/279-create-odbc-database-connection-in-horizon-view-composer-server.html