scarface blog

- ある開発者の覚書 - ソフトウェア開発者が情報処理に関する雑多な話題をジャンルを問わずに書き留めています.未来の私、私と同類のgeekたちへ

2021-09-03

ESXiで認識していた共有データストアが認識されなくなったので復旧させてみた | 日常系エンジニアのTech Blog

esxcfg-volume -M DATASTORE_LABEL

2021-03-19

Active Directory DC間でレプリケートできない場合の対処メモ: 準備中

できないDCのレジストリを変更
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NTDS\Parameters]
"Strict Replication Consistency"=dword:00000000
"Allow Replication With Divergent and Corrupt Partner"=dword:00000001

レプリケーション実行

レジストリを戻す



「対象のプリンシパル名が間違っています」

Active Directory ユーザーとコンピュータ > ドメイン名を右クリックして「操作マスタ」 > 「PDC」タブでPDCを確認

問題のDC(PDCでない)へ、netdomを導入

サービス > Kerberos Key Distribution Center を無効化

再起動

netdom resetpwd /server:PDC_name /userd:domain_name\administrator_name /passwordd:administrator_password

サービス > Kerberos Key Distribution Center を有効化

再起動
http://raruth.sblo.jp/article/47639006.html

2020-09-23

SensePost | Multiple android user profiles

adb shell
a40:/ $ su
a40:/ # setprop fw.max_users 8
a40:/ # setprop fw.show_multiuserui 1
a40:/ # pm get-max-users
Maximum supported users: 8
https://sensepost.com/blog/2020/multiple-android-user-profiles/

ブログ アーカイブ