| View previous topic :: View next topic |
| Author |
Message |
remush Newbie

Joined: 22 Jun 2008 Posts: 2
|
Posted: Sun Jun 22, 2008 8:53 pm Post subject: how to get the australian dictionary on 6 computers easy |
|
|
I am setting up 6 debian based desktop pc's for our free computer training centre, I was wondering if their is an easy way to install the Australian spelling dictionary onto 6 computers, without having to > start writer, click on file > wizards > install new dictionarys > and follow the prompts to download and install the required dictionary / thesaurus files.
Thanks guys  |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Sun Jun 22, 2008 10:23 pm Post subject: |
|
|
Can you not just copy the hidden user file (or just the [USER HOME].openoffice.org2.0/user/wordbook) to all users on all machines throughout the network? _________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
Mark B Super User


Joined: 16 Feb 2007 Posts: 852 Location: Lincolnshire, UK
|
Posted: Sun Jun 22, 2008 11:47 pm Post subject: |
|
|
Log on as root and use scp to copy the file to each user's account
Mark _________________ Mark B's Articles |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Mon Jun 23, 2008 4:38 am Post subject: |
|
|
| Mark B wrote: | Log on as root and use scp to copy the file to each user's account
Mark |
Or use rsync or ...
If you use rsync you may be able to copy between user accounts without logging in as root. _________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
Mark B Super User


Joined: 16 Feb 2007 Posts: 852 Location: Lincolnshire, UK
|
Posted: Mon Jun 23, 2008 6:10 am Post subject: |
|
|
[quote="Robert Tucker"] | Mark B wrote: | | If you use rsync you may be able to copy between user accounts without logging in as root. |
If the data is to be used in different user accounts then either rsync or scp will need root access.
Of course, another solution is to have the dictionaries on a common mounted area and then use ln to link them to each user's home. _________________ Mark B's Articles |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Mon Jun 23, 2008 8:37 am Post subject: |
|
|
| Mark B wrote: | | If the data is to be used in different user accounts then either rsync or scp will need root access. |
I think you should only need to give the password for the user on the machine you are copying to. I just have two machines on my home "network" and that's all I do to back up the home directory on one to the other, i.e. I give the rsync command:
$ rsync -r -t -v --progress -l --delete /home/my_username 192.168.1.1:/home
and I am then asked for the user's password on the machine I am copying to.
| Mark B wrote: | | Of course, another solution is to have the dictionaries on a common mounted area and then use ln to link them to each user's home. |
If you are going to have all the machines or at least the "server" running all the time. _________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
Mark B Super User


Joined: 16 Feb 2007 Posts: 852 Location: Lincolnshire, UK
|
Posted: Mon Jun 23, 2008 9:10 am Post subject: |
|
|
| Robert Tucker wrote: | | and I am then asked for the user's password on the machine I am copying to. |
Good point - if you know all of the users' passwords then then you don't need root access _________________ Mark B's Articles |
|
| Back to top |
|
 |
remush Newbie

Joined: 22 Jun 2008 Posts: 2
|
Posted: Mon Jun 23, 2008 5:59 pm Post subject: |
|
|
| rsync sounds like it can be used to syncrinise 2 diff hard drives as well ? |
|
| Back to top |
|
 |
|