Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- kitura
- nGrinder
- ubuntu
- ftp
- PYTHON
- 실행권한
- Jupyter
- create table
- rethinkdb
- centos
- appium
- postgres
- 28015
- insert
- appium server
- GoCD
- openpyxl
- nmap
- postgresql
- STF_PortForwarding
- sshpass
- STF
- SWIFT
- port forwarding
- Jupyter Notebook
- perfect
- mysql
- ssh
- Materials
- nohup
Archives
- Today
- Total
목록tail (1)
don't stop believing
STF 백그라운드 실행 (nohup)
백그라운드 실행에 대해서는 다른 post에서도 얘기한 적이 있지만 언제나 그렇듯 까먹기 때문에 다시한번 정리합니다. stf를 실행하려면 아래와 같은 긴 명령을 사용해야 합니다. sudo stf local --public-ip 125.209.222.142 --auth-type ldap --auth-options '["--ldap-url","ldap://10.10.1.54","--ldap-search-dn","CN=stf,DC=ngle,DC=co,DC=kr","--ldap-bind-dn","DC=ngle,DC=co,DC=kr","--ldap-bind-credentials","ngle@2019","--ldap-search-field","mail"]' 백그라운드로 실행하려면 nohup을 사용하면 됩니다. 명령 ..
Tools/STF
2019. 3. 27. 18:01