Archive for November 21st, 2008

November 21, 2008: 11:15 pm: MatthewTechnical, Tips and Tricks

found the key at http://www.osxfaq.com/tips/unix-tricks/week105/wednesday.ws for why it wasn’t reading my .bashrc file…

and ~/.bash_profile [or ~/.profile] should source ~/.bashrc:

source ~/.bashrc

which made it work!

They also had tricks to make X windows start login shells instead of non-login… http://www.osxfaq.com/tips/unix-tricks/week105/tuesday.ws

: 10:34 pm: MatthewTechnical, Tips and Tricks, Ubuntu

…was far easier than I expected.  I thought I was going to have to add all kinds of switches or settings, either on the client or server, but no.

$ ssh -p port -X mylogin@myserver.com
$ fwbuilder &

and I was running.  Now that’s how I like it.  But, just in case it was hard, I had references:

http://www.cyberciti.biz/faq/linux-unix-tunneling-xwindows-securely-over-ssh/
http://www.vanemery.com/Linux/XoverSSH/X-over-SSH2.html
http://www.faqs.org/docs/Linux-mini/Remote-X-Apps.html