今天要装个Oracle,需要使用dbca,下面就是谷歌上面的搜索XQuartz使用方法:
Mac OS X
- Install XQuartz on your Mac, which is the official X server software for Mac
- Run Applications > Utilities > XQuartz.app
- Right click on the XQuartz icon in the dock and select Applications > Terminal. This should bring up a new xterm terminal windows.
- In this xterm windows, ssh into the linux system of your choice using the -X argument (secure X11 forwarding). For example, to log into hulk.soic.indiana.edu you would run something like:
ssh -Y
- Once you are logged into the linux system, you can just run the GUI program of your choice (ie. matlab, mathematics, etc) and it will display on your Mac.
以上重点就是:
下载后运行XQuartz,在终端输入
ssh -X oracle@10.10.100.177
登录过后执行GUI程序,例如:
dbca
然后就OK了!
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/207983.html原文链接:https://javaforall.net
