Skip to content

Commit

Permalink
up zen
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhou committed Nov 7, 2023
1 parent 4b4cb7f commit ff93ba9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions doc/zen.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@

- [真心直说](https://deerpark.app/reader/T2019A/1) - [知讷](https://authority.dila.edu.tw/person/?fromInner=A001227)
- [修心诀](https://deerpark.app/reader/T2020/1) - [知讷](https://authority.dila.edu.tw/person/?fromInner=A001227)
- [唯心訣](https://deerpark.app/reader/T2018) - [永明壽](https://authority.dila.edu.tw/person/?fromInner=A000282)
- [萬善同歸集](https://deerpark.app/reader/T2017) - [永明壽](https://authority.dila.edu.tw/person/?fromInner=A000282)
- [宗鏡錄](https://deerpark.app/reader/T2016) - [永明壽](https://authority.dila.edu.tw/person/?fromInner=A000282)
- [大乘起信論](https://deerpark.app/reader/T1666) - [馬鳴菩薩](https://authority.dila.edu.tw/person/?fromInner=A001003)
5 changes: 1 addition & 4 deletions ssh-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@
curl_setopt($ch, CURLOPT_TIMEOUT, 60);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
$output = curl_exec($ch);
if (curl_errno($ch)) {
throw new Exception(curl_error($ch));
}
if (curl_errno($ch)) throw new \Exception(curl_error($ch));
} catch (\Exception $e) {
echo "re connect\n";
exec("ps auxf|grep qTfnN|grep -v grep|awk '{print $2}'|xargs kill");
//exec('ssh -qTfnN -D 7070 [email protected] -p 29807');
exec('ssh -qTfnN -D 7070 [email protected] -p 26648');
}
sleep(10);
Expand Down

0 comments on commit ff93ba9

Please sign in to comment.