Results 11 to 15 of 15
If it's only the app you are after and you have a X server running on the client side than you don't need an X server on the server side. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-08-2008 #11
If it's only the app you are after and you have a X server running on the client side than you don't need an X server on the server side. I know, the X terminology is a bit confusing. But anyway, you for example have this:
An old underpowered machine running Xfce or even IceWM. (client)
A normal machine that wishes to remain headless. (server)
Just allow X forwarding on client and server. Install OOo on the server.
Run on the client: (put in a shortcut)
The reason I give -Y as option rather than -X is that I get better quality graphics that way. Experiment.Code:ssh -l username(default=current) -p portnumber(default=22) -Y 192.168.0.101 /usr/bin/openoffice2.4 -writer
If you set up the machines for passwordless authentication then it's like running the app locally.Can't tell an OS by it's GUI
- 09-08-2008 #12Just Joined!
- Join Date
- Feb 2008
- Posts
- 34
- 09-10-2008 #13Just Joined!
- Join Date
- Aug 2008
- Posts
- 33
its the ubuntu server edition
- 09-14-2008 #14Just Joined!
- Join Date
- Feb 2008
- Posts
- 34
So to install ssh server, type:
Now to install openoffice writer, type:Code:sudo apt-get install openssh-server
If you would like the entire openoffice.org suite, type:Code:sudo apt-get install openoffice.org-writer
Code:sudo apt-get install openoffice.org
I hope this answers your question. Tell me if you have any more problems.
- 09-15-2008 #15Just Joined!
- Join Date
- Aug 2008
- Posts
- 33
Thank you Freston for trying to explain it to me and thank you plr4ever for giving me the examples


Reply With Quote

