Benutzer-Werkzeuge

Webseiten-Werkzeuge


os4e_-_2014_-_fortgeschrittene

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
os4e_-_2014_-_fortgeschrittene [2014/07/08 08:19] adminos4e_-_2014_-_fortgeschrittene [2014/07/09 11:37] (aktuell) – [Mittwoch - Vormittag] admin
Zeile 76: Zeile 76:
  
   *Installation win7 unter VirtualBox   *Installation win7 unter VirtualBox
-  *Benutzerprofile+  *Windows Aktivierung via KMS 
 +    * http://www.microsoft.com/de-at/education/Lizenzprogramme/MS_ACH_Activation.aspx
  
-  *Netzwerke +    cmd als Administrator ausführen
-  *WLAN (Radius Server) +
-  *Cloud/ownCloud+
  
-===== Dienstag Nachmittag =====+  cscript slmgr.vbs -skms kms.voyager.or.at 
 +  cscript slmgr.vbs -ato  
 +  
 +  *Office 2010 Aktivierung via KMS
  
-  *Zarafa+  cscript "\Program Files\Microsoft Office\Office14\ospp.vbs" /sethst:kms.voyager.or.at 
 +  cscript "\Program Files\Microsoft Office\Office14\ospp.vbs" /act
  
-  zypper in htop rsync mc nmap +  *Datenrettung 
 +    * Folien: Stefan
  
-=== Zarafa Grundinstallation ===+  *Virtuelle Festplatte einbinden
  
-  https://portal.zarafa.com/download-release+  apt-get install virtualbox-fuse 
 +  vdfuse -f /pfad/zum/image.vdi /mountpoint 
 +  mount -o loop -t ntfs /mountpoint/Partition1 /mountpoint2 
 +  ls /mountpoint2 
 +  umount /mountpoint2 
 +  umount /mountpoint
  
-  zypper in mysql apache2 libxml2 php5 apache2-mod_php5 php5-gettext php5-zlib php5-mysql xpdf-tools sysstat+===== Dienstag Nachmittag =====
  
-=== Postfix ===+  *Windows 8 in die Domäne hängen 
 +    * Bei Domänennamen keinen Punkt verwenden 
 +<file> 
 +vi /etc/samba/smb.conf 
 +vi /opt/s4e/templates/etc/samba/smb.conf
  
-<file ini /etc/services> +cd /var/lib/samba
-... +
-smtps 465/tcp # Secure SMTP +
-smtps 465/udp # Secure SMTP +
-... +
-</file>+
  
-<file ini /etc/postfix/main.cf> +rcsmb stop 
-unknown_local_recipient_reject_code = 550 +rcnmb stop 
-local_recipient_maps =+rm -rf *
  
-mydestination = /etc/postfix/virtual/domains +rcsmb start 
-virtual_alias_maps  = hash:/etc/postfix/virtual/addresses +rcnmb start
-virtual_transport = lmtp:127.0.0.1:2003+
  
-setgid_group = maildrop +net getlocalsid 
-queue_directory = /var/spool/postfix +vi /etc/smbldap-tools/smbldap.conf
-command_directory = /usr/sbin +
-daemon_directory = /usr/lib/postfix +
-data_directory = /var/lib/postfix +
-mail_owner = postfix +
-mydomain = mail.kvt-kabelverlegetechnik.at +
-myhostname = $mydomain +
-mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 +
-myorigin = mail.bgweiz.at +
-alias_maps = hash:/etc/aliases +
-alias_database = hash:/etc/aliases +
-relayhost = +
-relay_domains = $mydestination +
-mailbox_size_limit = 0 +
-recipient_delimiter = + +
-inet_interfaces = all +
-inet_protocols = ipv4+
  
-mailbox_command = /usr/bin/zarafa-dagent "$USER" 
-mailbox_transport = zarafa: 
-zarafa_destination_recipient_limit = 1 
- 
-## 
-smtpd_sasl_authenticated_header = yes 
-header_checks = regexp:/etc/postfix/header_checks 
-smtpd_sasl_local_domain = 
-smtpd_sasl_auth_enable = yes 
-smtpd_sasl_security_options = noanonymous 
-broken_sasl_auth_clients = yes 
-smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination 
-smtpd_tls_auth_only = no 
-smtp_tls_note_starttls_offer = yes 
-smtp_tls_security_level = may 
-smtpd_tls_security_level = may 
-smtpd_tls_cert_file = /etc/zarafa/ssl/server.crt 
-smtpd_tls_key_file = /etc/zarafa/ssl/server.key 
-smtp_tls_CApath = /etc/ssl/certs 
-smtpd_tls_loglevel = 1 
-smtpd_tls_received_header = yes 
 </file> </file>
  
-<file ini /etc/postfix/master.cf+<file> 
-+Windows -> Netzlaufwerk verbinden 
-# Postfix master process configuration file.  For details on the format +\\s4e\install 
-# of the file, see the Postfix master(5) manual page. + Mit anderen Anmeldeinformationen her 
-+ Benutzernamesambakeeper 
-# ========================================================================== + Passwort:     [das von der Installation]
-# service type  private unpriv  chroot  wakeup  maxproc command + args +
-#               (yes)   (yes)   (yes)   (never) (100) +
-# ========================================================================== +
-smtp      inet  n             n                   smtpd +
-#submission inet n      -                         smtpd +
-#       -o smtpd_etrn_restrictions=reject +
-#       -o smtpd_client_restrictions=permit_sasl_authenticated,reject +
-smtps    inet  n                               smtpd -o smtpd_tls_wrappermode=yes +
-  -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes +
-#submission   inet    n                               smtpd +
-#  -o smtpd_etrn_restrictions=reject +
-#  -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes +
-#628      inet  n                               qmqpd +
-pickup    fifo  n                   60      1       pickup +
-cleanup   unix  n                               cleanup +
-qmgr      fifo  n                   300           qmgr +
-#qmgr     fifo  n                   300           oqmgr +
-tlsmgr    unix  -                   1000?         tlsmgr +
-rewrite   unix  -                               trivial-rewrite +
-bounce    unix  -                               bounce +
-defer     unix  -                               bounce +
-trace     unix  -                               bounce +
-verify    unix  -                               verify +
-flush     unix  n                   1000?         flush +
-proxymap  unix  -                               proxymap +
-smtp      unix  -                               smtp +
-# When relaying mail as backup MX, disable fallback_relay to avoid MX loops +
-relay     unix  -                               smtp +
-        -o fallback_relay= +
-#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5 +
-showq     unix  n                               showq +
-error     unix  -                               error +
-discard   unix  -                               discard +
-local     unix  -                               local +
-virtual   unix  -                               virtual +
-lmtp      unix  -                               lmtp +
-anvil     unix  -                               anvil +
-#localhost:10025 inet                                 smtpd -o content_filter= +
-scache    unix  -                               scache +
-+
-# ==================================================================== +
-# Interfaces to non-Postfix software. Be sure to examine the manual +
-# pages of the non-Postfix software to find out what options it wants. +
-+
-# Many of the following services use the Postfix pipe(8) delivery +
-# agent.  See the pipe(8) man page for information about ${recipient} +
-# and other message envelope options. +
-# ==================================================================== +
-+
-# maildrop. See the Postfix MAILDROP_README file for details. +
-# Also specify in main.cfmaildrop_destination_recipient_limit=1 +
-+
-maildrop  unix  -                               pipe +
-  flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient} +
-cyrus     unix  -                               pipe +
-  user=cyrus argv=/usr/lib/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user} +
-uucp      unix  -                               pipe +
-  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient) +
-ifmail    unix  -                               pipe +
-  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient) +
-bsmtp     unix  -                               pipe +
-  flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient +
-procmail  unix  -                               pipe +
-  flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc ${sender} ${recipient} +
-retry     unix  -                               error +
-proxywrite unix -                               proxymap+
  
-# Zarafa + Datei win7_s4e.exe kopieren 
-#zarafa    unix  -                         10       pipe + "irgendwo"/am Desktop einfügen
-#  flags=DRhu user=vmail argv=/usr/bin/zarafa-dagent -R ${recipient} +
-#zarafa unix - n n - - pipe  +
-# flags= user=mail argv=/usr/bin/procmail -a ${user} +
-zarafa unix - n n - 10 pipe +
- flags= user=mail argv=/usr/bin/zarafa-dagent ${user} +
-</file>+
  
-<file ini /etc/postfix/virtual/domains> + Computer - Netzlaufwerk trennen - Z: trennen
-bgweiz.at +
-mail.bgweiz.at +
-d4e.at +
-mail.d4e.at +
-</file>+
  
-<file ini /etc/postfix/virtual/addresses> + win7_s4e.exe starten
-#bgweiz.at                     DOMAIN +
-direktion@bgweiz.at                      direktion +
-matthias.praunegger@bgweiz.at            matthias +
- +
-#d4e.at                              DOMAIN +
-info@d4e.at                          info+
  
 + Benutzername: hsmarg\sambakeeper
 + Domäne:       hsmarg
 + Passwort:     open23
 </file> </file>
  
-  postmap /etc/postfix/virtual/addresses +  *Benutzerprofile 
- +    * Unter WindowsAls Benutzer "profil_schueleranmelden, um das Profil aller Schüler zu verändernAls Benutzer "profil_lehreranmelden, um das Profil aller Lehrer zu verändern usw
-  /etc/init.d/postfix restart +      * Profil wird am Server gespeichert! 
- +    * Unter LinuxPro Client als Benutzer "profil" anmeldenDas Profil ist für sämtliche Benutzer gültig.
-=== Zarafa-Konfiguration === +
- +
-<file ini /etc/sysconfig/zarafa> +
-ZARAFA_LOCALE="de_DE.UTF-8" +
-ZARAFA_USERSCRIPT_LOCALE="de_DE.UTF-8" +
-</file> +
- +
-<file ini /etc/zarafa/server.cfg> +
-... +
-local_admin_users       = root mail +
-mysql_password          = mysqlpasswort +
-server_ssl_enabled      = yes +
-server_ssl_key_pass     = sslpasswort +
-server_ssl_ca_file      = /etc/zarafa/ssl/ca.pem +
-user_plugin_config      =  +
-#/etc/zarafa/ldap.cfg +
-disabled_features = pop3 +
-... +
-</file> +
- +
-  mkdir /etc/zarafa/ssl +
-  cd /etc/zarafa/ssl +
-  wget http://www.startssl.com/certs/ca.pem +
-  wget http://www.startssl.com/certs/sub.class1.server.ca.pem +
-  cat server.crt server.key > server.pem +
- +
-  mkdir /etc/apache2/ssl +
-  cd /etc/apache2/ssl +
-  wget http://www.startssl.com/certs/ca.pem +
-  wget http://www.startssl.com/certs/sub.class1.server.ca.pem +
- +
-<file ini /etc/zarafa/gateway.cfg> +
-... +
-pop3_enable           no +
-imaps_enable    =       yes +
-ssl_private_key_file    =       /etc/zarafa/ssl/server.key +
-ssl_certificate_file    =       /etc/zarafa/ssl/server.crt +
-... +
-</file> +
- +
- +
-<file ini /etc/sysconfig/apache2> +
-... +
-APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile authz_default authz_user authn_dbm autoindex cgi dir env expires include log_config mime negotiation setenvif ssl suexec userdir php5 proxy headers rewrite" +
-... +
-</file> +
- +
-<file ini /etc/apache2/listen.conf> +
-Listen 443 +
-Listen 80 +
- +
-NameVirtualHost *:443 +
-</file> +
- +
-<file ini /etc/apache2/vhosts.d/zarafa.conf> +
-<VirtualHost *:443> +
-    DocumentRoot "/srv/www/htdocs" +
-    ServerName intern.kvt-power-team.at:443 +
-    ServerAdmin webmaster@kvt-power-team.at +
-    ErrorLog /var/log/apache2/kvt-power-team.at-ssl-error_log +
-    TransferLog /var/log/apache2/kvt-power-team.at-ssl-access_log +
- +
-    SSLEngine on +
-    SSLProtocol all -SSLv2 +
-    SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM +
- +
-    SSLCertificateFile /etc/apache2/ssl/server.crt +
-    SSLCertificateKeyFile /etc/apache2/ssl/server.key +
-    SSLCertificateChainFile /etc/apache2/ssl/sub.class1.server.ca.pem +
-    SSLCACertificateFile /etc/apache2/ssl/ca.pem +
-    SetEnvIf User-Agent ".*MSIE.*nokeepalive ssl-unclean-shutdown +
-    CustomLog /var/log/apache2/kvt-power-team.at-ssl-custom_log \ +
-      "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" +
- +
-    RewriteEngine On +
-    RewriteCond %{SERVER_PORT} 80 +
-    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L] +
-</VirtualHost> +
-</file> +
- +
-<file ini /etc/apache2/conf.d/zarafa-webaccess.conf> +
-Alias /webaccess /usr/share/zarafa-webaccess +
- +
-    RewriteEngine On +
-    RewriteCond %{SERVER_PORT} 80 +
-    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L] +
- +
-<Directory /usr/share/zarafa-webaccess/> +
-    DirectoryIndex index.php +
-    Options -Indexes +FollowSymLinks +
-    AllowOverride Options +
- +
-    Order allow,deny +
-    Allow from all +
-</Directory> +
-</file> +
- +
-<file ini /etc/apache2/conf.d/z-push.conf> +
-Alias /Microsoft-Server-ActiveSync /usr/share/z-push/index.php +
- +
-    RewriteEngine On +
-    RewriteCond %{SERVER_PORT} 80 +
-    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L] +
- +
-<Directory /usr/share/z-push/> +
-    DirectoryIndex index.php +
-    Options -Indexes +FollowSymLinks +
-    AllowOverride Options +
- +
-    Order allow,deny +
-    Allow from all +
-</Directory> +
-</file> +
- +
-  cd /raid/zarafa +
-  wget http://zarafa-deutschland.de/z-push-download/final/2.0/z-push-2.0.5-1541.tar.gz +
-  tar xvfz z-push-2.0.5-1541.tar.gz +
-  cp -av z-push-2.0.5-1541 /usr/share/z-push +
-  chown -R wwwrun:www /usr/share/z-push/ +
- +
-<file ini /usr/share/z-push/.htaccess> +
-    php_flag magic_quotes_gpc off +
-    php_flag register_globals off +
-    php_flag magic_quotes_runtime off +
-    php_flag short_open_tag on +
-</file> +
- +
-<file php /usr/share/z-push/config.php> +
-... +
-define('TIMEZONE', 'Europe/Vienna'); +
-... +
-</file> +
- +
-<file ini /srv/www/htdocs/.htaccess> +
-RewriteEngine On +
-RewriteCond %{SERVER_PORT} 80 +
-RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L] +
-</file> +
- +
-<file php /srv/www/htdocs/index.php> +
-<?php +
-header("Location: /webaccess"); +
-?> +
-</file> +
- +
-  mkdir /var/log/z-push/ +
-  chown -R wwwrun:www /var/log/z-push/+
    
-  mkdir /var/lib/z-push/ 
-  chmod 777 /var/lib/z-push/ 
- 
-  /etc/init.d/apache2 restart 
-  /etc/init.d/zarafa-gateway restart 
-  /etc/init.d/zarafa-server restart 
- 
- 
-  *Datensicherung 
-    * rsync 
-    * rsnapshot 
- 
-  *Druckquota 
-    *pykota 
- 
 ===== Dienstag - Abendprogramm ===== ===== Dienstag - Abendprogramm =====
  
Zeile 431: Zeile 159:
  
 ===== Mittwoch - Vormittag ===== ===== Mittwoch - Vormittag =====
 +
 +  *PXE-Server
 +  *Datensicherung
 +    * rsync
 +    * rsnapshot
 +    * Windows Sicherung
 +
 +  *Druckquota
 +    *pykota
 +
 +  *Netzwerke
 +  *WLAN (Radius Server) am s4e
 +    * /etc/raddb/clients.conf
 +      * Pro Subnetz ein Kennwort setzen
 +    * /etc/raddb/modules/ldap
 +    * Am AccessPoint: WPA-Enterprise, Server=s4e Port=1812, Kennwort: wie oben
 +
 +  *Cloud/ownCloud
 +  *[[Zarafa]]
  
   * Produktiv Arbeiten mit OpenSource Werkzeugen   * Produktiv Arbeiten mit OpenSource Werkzeugen
Zeile 437: Zeile 184:
 ===== Mittwoch - Nachmittag ===== ===== Mittwoch - Nachmittag =====
  
----- +  *[[v_lizedlab|vlizedlab4education]] 
-[[v_lizedlab]]+ 
os4e_-_2014_-_fortgeschrittene.1404800375.txt.gz · Zuletzt geändert: von admin