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 |
Tags
- gfortran
- cython
- Matplotlib
- openmp
- polyglot
- Windows
- GSL
- Anaconda
- jupyter
- c++
- SSH
- HDF5
- python
- datascience
- hyperref
- HFS+
- conda
- vim
- LaTeX
- MAC
- cygwin
- virtual
- vi
- h5py
- tab space
- Visual Studio
- mpi4py
- intel compiler
- arXiver
- portforwarding
Archives
- Today
- Total
Astro Coke
[Mac] ahnlab safe transaction on Mac OSX 본문
source: osxdaily.com/2011/03/08/remove-an-agent-from-launchd/
인터넷 뱅킹을 할때 부득이하게 설치를 해야하는 프로그램인 ahnlab safe transaction 은
기타 다른 프로그램 작동에도 영향을 준다. 그리고 이 프로그램은 기본적으로
로그인시 자동 실행 되기때문에 매번 실행을 중지해줘야 하는 번거러움이 있다.
우선 실행을 중지하는 방법으로는
activity Monity 를 실행해서
astxAgent 를 중지시킨다.
이후 로그인 자동실행을 방지하기 위해서는 터미널을 열고 launchctl 명령어로 실행되는 deamon 프로그램을 검색한다.
> launchctl list | grep astx
-> ... ... com.astx.firewall.Agent
이 후 이 프로그램을 자동실행 리스트에서 없애주기 위해서는
> launchctl remove com.astx.firewall.Agent
를 입력하면 된다.
'Computer Setup' 카테고리의 다른 글
[Globus] Command-line Globus (in beluga cluster) (0) | 2021.05.17 |
---|---|
[Linux] create separate tar files from multiple folders (files) (0) | 2021.01.19 |
[Git] git merge between master and branches (0) | 2020.10.12 |
[Jekyll] Dependency errors when gem bundles are updated (0) | 2020.08.21 |
[Latex] pdflatex occasionally conflicts with hyperlink breaking (0) | 2020.08.16 |