Menu

Close
  • Home
  • Java
  • Life
  • Mac
  • Merchant Marine
  • Military
  • National Security
  • Sailing
  • UNIX
  • Web
  • Yoga
  • John Yeary
Subscribe
Blog Logo Menu

John Yeary

A Caffeinated Java Developer.

Scroll Down
« Newer Posts Page 24 of 30 Older Posts »

Tip: How to Use a Sequence as the Default Value on a Coumn (Oracle)

You first must create the sequence you want to use to add the identity value for the column. Then replace the values in highlighted below appropriately... »

Author image John Yeary on Life 13 Jan 2010

Tip: X-Window Display on localhost from Remote system (UNIX/Solaris/Linux/OS X)

X-Window display on local host with known hostname or IP address: Confirm remote host has Xaccess configured to allow remote connections. Note:The file is located in... »

Author image John Yeary on Mac, Unix 24 Dec 2009

Tip: Resetting Enviroment Variables without Logging Out (UNIX/Solaris/Linux/OS X)

To reset environment variable changes in bash without logging out source ~/.profile Confirm changes by: set | grep <changed parameter> »

Author image John Yeary on Mac, Unix 24 Dec 2009

Tip: XDMCP using Cygwin (UNIX/Solaris/Linux/OS X)

XDMCP to a UNIX system using cygwin on Windows. XWin.exe -kb :0 -query [hostname or ip address] »

Author image John Yeary on Mac, Unix 24 Dec 2009

Tip: Redirect Output to a tty (UNIX/Solaris/Linux/OS X)

Redirect ouptut to tty using the following command: script -a /dev/null | tee /dev/pts/XXX Where XXX is the tty target »

Author image John Yeary on Mac, Unix 24 Dec 2009
« Newer Posts Page 24 of 30 Older Posts »
John Yeary © 2026
Proudly published with Jekyll using Jasper