Difference between revisions of "OSX MacOS Xterm for Oracle DBCA"

From Ittichai Chammavanijakul's Wiki
Jump to navigation Jump to search
(Created page with "https://uisapp2.iu.edu/confluence-prd/pages/viewpage.action?pageId=280461906 *Install XQuartz on your Mac, which is the official X server software for Mac *Run Applications >...")
 
Line 5: Line 5:
 
*Right-click on the XQuartz icon in the dock and select Applications > Terminal.  This should bring up a new xterm terminal windows.
 
*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:
 
*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 username@hulk.soic.indiana.edu
+
**$ ssh -Y username@hulk.soic.indiana.edu
 
(use -Y, not -X)
 
(use -Y, not -X)
  
[[Categegory:Oracle Database]]
+
[[Category:Oracle Database]]
 
[[Category:Unix]]
 
[[Category:Unix]]

Revision as of 10:09, 9 September 2018

https://uisapp2.iu.edu/confluence-prd/pages/viewpage.action?pageId=280461906

  • 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 username@hulk.soic.indiana.edu

(use -Y, not -X)