User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
start [2018/09/17 01:17]
k2patel [Linux]
start [2019/10/08 21:55]
k2patel [Mac]
Line 83: Line 83:
   * [[ tomcat ]]   * [[ tomcat ]]
   * [[ docker ]]   * [[ docker ]]
 +  * [[ kubernetes ]]
   * [[ firewalld ]]   * [[ firewalld ]]
   * [[ systemd ]]   * [[ systemd ]]
   * [[ youtube-dl ]]   * [[ youtube-dl ]]
 +  * [[ SyFy ]]
 ==== Flavour ==== ==== Flavour ====
   * [[OpenSUSE]]   * [[OpenSUSE]]
Line 95: Line 97:
  
 ===== Mac ===== ===== Mac =====
 +
 +==== Reset password ====
 +While using third party password authentication,​ many time your keychain password doesn'​t match your updated password.<​BR>​
 +In order to update password without loosing key are using following command.
 +<code bash>
 +# Find your default chain location
 +security default-keychain
 +    "/​Users/<​username>/​Library/​Keychains/​login.keychain-db"​
 +
 +# Run following command to change password, followed by old and new prompt.
 +security set-keychain-password $(security default-keychain)
 +</​code>​
  
 ===== Unix ===== ===== Unix =====
Line 103: Line 117:
    * [[ Oracle Coherence ]]    * [[ Oracle Coherence ]]
    * [[ Elasticsearch ]]    * [[ Elasticsearch ]]
 +   * [[ Globus ]]
  
 ===== Postfix ===== ===== Postfix =====
Line 147: Line 162:
   * [[MySQL Monitoring]]   * [[MySQL Monitoring]]
   * [[ MariaDB Replication ]]   * [[ MariaDB Replication ]]
 +  * [[ Upgrade using iUS ]]
  
  
Line 165: Line 181:
   * [[http://​www.cpanel.net/​documentation/​easyapache/​ | easyapache ]]   * [[http://​www.cpanel.net/​documentation/​easyapache/​ | easyapache ]]
  
 +* [[College]]
 ===== Windows ===== ===== Windows =====
   - [[ http://​bugs.php.net/​bugs-generating-backtrace-win32.php | Microsoft Debug Diagnostic Tools ]]   - [[ http://​bugs.php.net/​bugs-generating-backtrace-win32.php | Microsoft Debug Diagnostic Tools ]]
Line 250: Line 267:
   * [[A Practical Guide to Linux Commands, Editors, and Shell Programming]]   * [[A Practical Guide to Linux Commands, Editors, and Shell Programming]]
  
 +===== Network ======
 +  * [[ PDU ]]
 ===== About this Wiki ===== ===== About this Wiki =====
   * [[Help]]   * [[Help]]
start.txt ยท Last modified: 2023/09/15 20:33 by k2patel