XQuartz的使用
程序员文章站
2024-01-17 19:47:34
...
今天要装个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 [email protected]
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 贝塞尔曲线画气泡
下一篇: mac os x 安装 Tomcat