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/05/07 21:19]
k2patel [Command Line Tools]
start [2019/04/03 13:55]
k2patel [CPanel]
Line 82: Line 82:
   * [[ XFS ]]   * [[ XFS ]]
   * [[ tomcat ]]   * [[ tomcat ]]
 +  * [[ docker ]]
 +  * [[ firewalld ]]
 +  * [[ systemd ]]
 +  * [[ youtube-dl ]]
 ==== Flavour ==== ==== Flavour ====
   * [[OpenSUSE]]   * [[OpenSUSE]]
Line 99: Line 103:
    * [[ Oracle Coherence ]]    * [[ Oracle Coherence ]]
    * [[ Elasticsearch ]]    * [[ Elasticsearch ]]
 +   * [[ Globus ]]
  
 ===== Postfix ===== ===== Postfix =====
Line 143: Line 148:
   * [[MySQL Monitoring]]   * [[MySQL Monitoring]]
   * [[ MariaDB Replication ]]   * [[ MariaDB Replication ]]
 +  * [[ Upgrade using iUS ]]
  
  
Line 161: Line 167:
   * [[http://​www.cpanel.net/​documentation/​easyapache/​ | easyapache ]]   * [[http://​www.cpanel.net/​documentation/​easyapache/​ | easyapache ]]
  
 +==== College ====
 +
 +=== AdventureWorks2016CTP3 (suspect) ===
 +During my course after importing database every time my laptop goes to sleep.
 +So following set of command restore the working database.
 +<​code>​
 +EXEC sp_resetstatus AdventureWorks2016CTP3;​
 +ALTER DATABASE AdventureWorks2016CTP3 SET EMERGENCY;
 +DBCC checkdb(AdventureWorks2016CTP3);​
 +ALTER DATABASE AdventureWorks2016CTP3 SET SINGLE_USER WITH ROLLBACK IMMEDIATE;
 +DBCC CheckDB (AdventureWorks2016CTP3,​ REPAIR_ALLOW_DATA_LOSS);​
 +ALTER DATABASE AdventureWorks2016CTP3 SET MULTI_USER;
 +</​code>​
 ===== 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 246: Line 265:
   * [[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