[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Stretch/HowTo/AdvancedAdministration" by WolfgangSchweer

Debian Wiki wiki at debian.org
Sun Feb 19 11:45:47 UTC 2017


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianEdu/Documentation/Stretch/HowTo/AdvancedAdministration" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/Documentation/Stretch/HowTo/AdvancedAdministration?action=diff&rev1=1&rev2=2

Comment:
various typo fixes / other improvements; thanks victory.

- = Advanced administration =
+ = Advanced administration howto =
  
  In this chapter advanced administration tasks are described.  
  
@@ -10, +10 @@

  
  === Create Users in Year Groups ===
  
- In this example we want to create users in year groups, with common home directories for each group (home0/2014, home0/2015, etc.) We want to create the users by csv import.
+ In this example we want to create users in year groups, with common home directories for each group (home0/2014, home0/2015, etc). We want to create the users by csv import.
  
  
- ''(as root on Tjener) ''
+ ''(as root on the main server) ''
    * Make the necessary year group directories 
  
  mkdir /skole/tjener/home0/2014
@@ -29, +29 @@

  Enter group name (leave 'Base' as is, should be /Students/2014) and click the check box left of 'Samba group'. 'Ok' to save it.
    * Template
  Choose 'users' from the main menu. Change to 'Students' in the Base
- field. An Entry {{{'NewStudent'}}} should show up, click it. This is the
+ field. An Entry {{{NewStudent}}} should show up, click it. This is the
  'students' template, not a real user. As you'll have to create such a
  template (to be able to use csv import for your structure) based on this
  one, notice all entries showing up in the Generic, POSIX and Samba tabs,
- maybe take screenshots.
+ maybe take screenshots to have information ready for the new template.
+ 
  Now change to /Students/2014 in the Base field; choose
  Create/Template and start to fill in your desired values, first the
  Generic tab (add your new 2014 group under Group Membership, too), then add POSIX and Samba account.
  
     * Import users
- Choose your new template when doing csv import; testing it with a few users recommended.
+ Choose your new template when doing csv import; testing it with a few users is recommended.
  
  == Other User Customisations ==
  
@@ -72, +73 @@

   echo "$created_dir folders have been created"
  }}}
  
- === Easy access to USB drives and CDROMs/DVDs ===
+ === Easy access to USB drives and CD-ROMs/DVDs ===
  
- When users insert a USB drive or a DVD / CDROM into a (diskless) workstation, a popup window appears asking what to do with it, just like in any other normal installation.
+ When users insert a USB drive or a DVD / CD-ROM into a (diskless) workstation, a popup window appears asking what to do with it, just like in any other normal installation.
  
- When users insert a USB drive or a DVD / CDROM into a thin client there is only a notify-window showing up for a few seconds. The media is automatically mounted and it is possible to access it browsing to the /media/$user folder. This is quite difficult for many non experienced users.
+ When users insert a USB drive or a DVD / CD-ROM into a thin client there is only a notify-window showing up for a few seconds. The media is automatically mounted and it is possible to access it browsing to the /media/$user folder. This is quite difficult for many non experienced users.
  
  It is possible to have the default KDE "Plasma" file manager Dolphin showing up if KDE "Plasma" (or LDXE, if installed in parallel to KDE "Plasma") is in use as desktop environment. To configure this, simply execute {{{/usr/share/debian-edu-config/ltspfs-mounter-kde enable}}} on the terminal server. (When using GNOME, device icons will be placed on the desktop allowing easy access). 
  
- In addition the following script could be used to create the symlink "media" for all users in their home folder for easy access to USB drives, CDROM / DVD or whatever media is connected to the thin client. This might come in handy if users want to edit files directly on their plugged in media.
+ In addition the following script could be used to create the symlink "media" for all users in their home folder for easy access to USB drives, CD-ROM / DVD or whatever media is connected to the thin client. This might come in handy if users want to edit files directly on their plugged in media.
  
  {{{
   #!/bin/bash
@@ -106, +107 @@

  
  If remote users acknowledge the popup or use pmount from the console, they can even mount the removable devices and access the files.
  
- This is being tracked as [[http://bugs.skolelinux.org/1376|Debian Edu bug #1376]].
  == Use a dedicated storage server ==
  
  Take these steps to set up a dedicated storage server for user home directories and possibly other data.
   
-   * Add a new system of type server using GOsa² as outlined in the [[DebianEdu/Documentation/Stretch/GettingStarted#Machine_Management_with_GOsa.2BALI- | Getting started]] chapter of this manual.
+   * Add a new system of type {{{server}}} using GOsa² as outlined in the [[DebianEdu/Documentation/Stretch/GettingStarted#Machine_Management_with_GOsa.2BALI- | Getting started]] chapter of this manual.
  
      This example uses 'nas-server.intern' as the server name.
  
@@ -155, +155 @@

  
    * Add the relevant entries in tjener.intern:/etc/fstab, because tjener.intern does not use automount to avoid mounting loops:
  
-     Create the mount directories using {{{mkdir}}}, edit '/etc/fstab' as adequate and run {{{mount -a}}} to mount the new resources.
+     Create the mount point directories using {{{mkdir}}}, edit '/etc/fstab' as adequate and run {{{mount -a}}} to mount the new resources.
  
  Now users should be able to access the files on 'nas-server.intern' directly by just visiting the '/tjener/nas-server/storage/' directory using any application on any workstation, LTSP client or LTSP server.
  



More information about the debian-edu-commits mailing list