欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

XQuartz的使用

程序员文章站 2024-01-17 19:47:34
...

今天要装个Oracle,需要使用dbca,下面就是谷歌上面的搜索XQuartz使用方法:

Mac OS X

  1. Install XQuartz on your Mac, which is the official X server software for Mac
  2. Run Applications > Utilities > XQuartz.app
  3. Right click on the XQuartz icon in the dock and select Applications > Terminal.  This should bring up a new xterm terminal windows.

  4. 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 [email protected]

  5. 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了!

相关标签: mac os x oracle