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 |
Tags
- kitura
- ubuntu
- SWIFT
- PYTHON
- port forwarding
- appium server
- GoCD
- ftp
- openpyxl
- STF
- Materials
- appium
- ssh
- STF_PortForwarding
- centos
- mysql
- postgres
- nGrinder
- sshpass
- perfect
- nmap
- 실행권한
- Jupyter Notebook
- Jupyter
- postgresql
- rethinkdb
- insert
- nohup
- create table
- 28015
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