os4e_-_2014_-_fortgeschrittene
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| os4e_-_2014_-_fortgeschrittene [2014/07/08 09:09] – [Dienstag - Vormittag] admin | os4e_-_2014_-_fortgeschrittene [2014/07/09 11:37] (aktuell) – [Mittwoch - Vormittag] admin | ||
|---|---|---|---|
| Zeile 76: | Zeile 76: | ||
| *Installation win7 unter VirtualBox | *Installation win7 unter VirtualBox | ||
| - | *Datenrettung | + | *Windows Aktivierung via KMS |
| - | *Benutzerprofile | + | * http:// |
| - | | + | |
| - | *WLAN (Radius Server) | + | |
| - | *Cloud/ | + | |
| - | ===== Dienstag | + | cscript slmgr.vbs |
| + | cscript slmgr.vbs -ato | ||
| + | |||
| + | *Office 2010 Aktivierung via KMS | ||
| - | | + | |
| + | cscript " | ||
| - | | + | |
| + | * Folien: Stefan | ||
| - | === Zarafa Grundinstallation === | + | *Virtuelle Festplatte einbinden |
| - | | + | |
| + | vdfuse -f /pfad/zum/image.vdi /mountpoint | ||
| + | mount -o loop -t ntfs / | ||
| + | ls / | ||
| + | umount / | ||
| + | umount /mountpoint | ||
| - | zypper in mysql apache2 libxml2 php5 apache2-mod_php5 php5-gettext php5-zlib php5-mysql xpdf-tools sysstat | + | ===== Dienstag |
| - | === Postfix === | + | *Windows 8 in die Domäne hängen |
| + | * Bei Domänennamen keinen Punkt verwenden | ||
| + | < | ||
| + | vi / | ||
| + | vi / | ||
| - | <file ini /etc/services> | + | cd /var/lib/samba |
| - | ... | + | |
| - | smtps 465/tcp # Secure SMTP | + | |
| - | smtps 465/udp # Secure SMTP | + | |
| - | ... | + | |
| - | </ | + | |
| - | <file ini / | + | rcsmb stop |
| - | unknown_local_recipient_reject_code = 550 | + | rcnmb stop |
| - | local_recipient_maps = | + | rm -rf * |
| - | mydestination = / | + | rcsmb start |
| - | virtual_alias_maps | + | rcnmb start |
| - | virtual_transport = lmtp: | + | |
| - | setgid_group = maildrop | + | net getlocalsid |
| - | queue_directory = /var/spool/postfix | + | vi /etc/smbldap-tools/smbldap.conf |
| - | command_directory = /usr/sbin | + | |
| - | daemon_directory = / | + | |
| - | data_directory = / | + | |
| - | mail_owner = postfix | + | |
| - | mydomain = mail.bgweiz.at | + | |
| - | myhostname = $mydomain | + | |
| - | mynetworks = 127.0.0.0/8 [:: | + | |
| - | myorigin = mail.bgweiz.at | + | |
| - | alias_maps = hash:/ | + | |
| - | alias_database = hash:/ | + | |
| - | relayhost = | + | |
| - | relay_domains = $mydestination | + | |
| - | mailbox_size_limit = 0 | + | |
| - | recipient_delimiter = + | + | |
| - | inet_interfaces = all | + | |
| - | inet_protocols = ipv4 | + | |
| - | mailbox_command = / | ||
| - | mailbox_transport = zarafa: | ||
| - | zarafa_destination_recipient_limit = 1 | ||
| - | |||
| - | ## | ||
| - | smtpd_sasl_authenticated_header = yes | ||
| - | header_checks = regexp:/ | ||
| - | 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, | ||
| - | 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 = / | ||
| - | smtpd_tls_key_file = / | ||
| - | smtp_tls_CApath = / | ||
| - | smtpd_tls_loglevel = 1 | ||
| - | smtpd_tls_received_header = yes | ||
| </ | </ | ||
| - | < | + | < |
| - | # | + | Windows |
| - | # 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 |
| - | # | + | Benutzername: sambakeeper |
| - | # ========================================================================== | + | Passwort: [das von der Installation] |
| - | # service type private unpriv | + | |
| - | # | + | |
| - | # ========================================================================== | + | |
| - | smtp inet n - n | + | |
| - | #submission inet n - | + | |
| - | # -o smtpd_etrn_restrictions=reject | + | |
| - | # -o smtpd_client_restrictions=permit_sasl_authenticated, | + | |
| - | smtps inet n | + | |
| - | -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes | + | |
| - | # | + | |
| - | # -o smtpd_etrn_restrictions=reject | + | |
| - | # -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes | + | |
| - | #628 inet n | + | |
| - | pickup | + | |
| - | cleanup | + | |
| - | qmgr fifo n | + | |
| - | #qmgr | + | |
| - | tlsmgr | + | |
| - | rewrite | + | |
| - | bounce | + | |
| - | defer | + | |
| - | trace | + | |
| - | verify | + | |
| - | flush | + | |
| - | proxymap | + | |
| - | smtp unix - | + | |
| - | # When relaying mail as backup MX, disable fallback_relay to avoid MX loops | + | |
| - | relay | + | |
| - | -o fallback_relay= | + | |
| - | # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5 | + | |
| - | showq | + | |
| - | error | + | |
| - | discard | + | |
| - | local | + | |
| - | virtual | + | |
| - | lmtp unix - | + | |
| - | anvil | + | |
| - | #localhost:10025 inet | + | |
| - | 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. | + | |
| - | # and other message envelope options. | + | |
| - | # ==================================================================== | + | |
| - | # | + | |
| - | # maildrop. See the Postfix MAILDROP_README file for details. | + | |
| - | # Also specify in main.cf: maildrop_destination_recipient_limit=1 | + | |
| - | # | + | |
| - | maildrop | + | |
| - | flags=DRhu user=vmail argv=/ | + | |
| - | cyrus | + | |
| - | user=cyrus argv=/ | + | |
| - | uucp unix - | + | |
| - | flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient) | + | |
| - | ifmail | + | |
| - | flags=F user=ftn argv=/ | + | |
| - | bsmtp | + | |
| - | flags=Fq. user=foo argv=/ | + | |
| - | procmail | + | |
| - | flags=R user=nobody argv=/ | + | |
| - | retry | + | |
| - | proxywrite unix - | + | |
| - | # Zarafa | + | Datei win7_s4e.exe kopieren |
| - | # | + | " |
| - | # flags=DRhu user=vmail argv=/ | + | |
| - | #zarafa unix - n n - - pipe | + | |
| - | # flags= user=mail argv=/ | + | |
| - | zarafa unix - n n - 10 pipe | + | |
| - | | + | |
| - | </file> | + | |
| - | <file ini / | + | |
| - | bgweiz.at | + | |
| - | mail.bgweiz.at | + | |
| - | d4e.at | + | |
| - | mail.d4e.at | + | |
| - | </ | + | |
| - | <file ini / | + | |
| - | #bgweiz.at | + | |
| - | direktion@bgweiz.at | + | |
| - | matthias.praunegger@bgweiz.at | + | |
| - | + | ||
| - | # | + | |
| - | info@d4e.at | + | |
| + | | ||
| + | | ||
| + | | ||
| </ | </ | ||
| - | | + | |
| - | + | * Unter Windows: Als Benutzer | |
| - | / | + | * Profil wird am Server |
| - | + | * Unter Linux: Pro Client als Benutzer " | |
| - | === Zarafa-Konfiguration === | + | |
| - | + | ||
| - | <file ini / | + | |
| - | ZARAFA_LOCALE=" | + | |
| - | ZARAFA_USERSCRIPT_LOCALE=" | + | |
| - | </ | + | |
| - | + | ||
| - | <file ini / | + | |
| - | ... | + | |
| - | local_admin_users | + | |
| - | mysql_password | + | |
| - | server_ssl_enabled | + | |
| - | server_ssl_key_pass | + | |
| - | server_ssl_ca_file | + | |
| - | user_plugin_config | + | |
| - | #/ | + | |
| - | disabled_features = pop3 | + | |
| - | ... | + | |
| - | </ | + | |
| - | + | ||
| - | mkdir / | + | |
| - | cd / | + | |
| - | wget http:// | + | |
| - | wget http:// | + | |
| - | cat server.crt server.key > server.pem | + | |
| - | + | ||
| - | mkdir / | + | |
| - | cd / | + | |
| - | wget http:// | + | |
| - | wget http:// | + | |
| - | + | ||
| - | <file ini / | + | |
| - | ... | + | |
| - | pop3_enable | + | |
| - | imaps_enable | + | |
| - | ssl_private_key_file | + | |
| - | ssl_certificate_file | + | |
| - | ... | + | |
| - | </ | + | |
| - | + | ||
| - | + | ||
| - | <file ini / | + | |
| - | ... | + | |
| - | APACHE_MODULES=" | + | |
| - | ... | + | |
| - | </ | + | |
| - | + | ||
| - | <file ini / | + | |
| - | Listen 443 | + | |
| - | Listen 80 | + | |
| - | + | ||
| - | NameVirtualHost | + | |
| - | </ | + | |
| - | + | ||
| - | <file ini / | + | |
| - | < | + | |
| - | DocumentRoot | + | |
| - | ServerName mail.bgweiz.at: | + | |
| - | ServerAdmin webmaster@bgweiz.at | + | |
| - | ErrorLog / | + | |
| - | TransferLog / | + | |
| - | + | ||
| - | SSLEngine on | + | |
| - | SSLProtocol all -SSLv2 | + | |
| - | SSLCipherSuite ALL: | + | |
| - | + | ||
| - | SSLCertificateFile / | + | |
| - | SSLCertificateKeyFile / | + | |
| - | SSLCertificateChainFile / | + | |
| - | SSLCACertificateFile / | + | |
| - | SetEnvIf User-Agent | + | |
| - | CustomLog / | + | |
| - | | + | |
| - | + | ||
| - | RewriteEngine On | + | |
| - | RewriteCond %{SERVER_PORT} 80 | + | |
| - | RewriteRule ^(.*)$ https:// | + | |
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | <file ini / | + | |
| - | Alias /webaccess / | + | |
| - | + | ||
| - | RewriteEngine On | + | |
| - | RewriteCond %{SERVER_PORT} 80 | + | |
| - | RewriteRule ^(.*)$ https:// | + | |
| - | + | ||
| - | < | + | |
| - | DirectoryIndex index.php | + | |
| - | Options -Indexes +FollowSymLinks | + | |
| - | AllowOverride Options | + | |
| - | + | ||
| - | Order allow, | + | |
| - | Allow from all | + | |
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | <file ini / | + | |
| - | Alias /Microsoft-Server-ActiveSync / | + | |
| - | + | ||
| - | | + | |
| - | RewriteCond %{SERVER_PORT} 80 | + | |
| - | RewriteRule ^(.*)$ https:// | + | |
| - | + | ||
| - | < | + | |
| - | DirectoryIndex index.php | + | |
| - | Options -Indexes +FollowSymLinks | + | |
| - | AllowOverride Options | + | |
| - | + | ||
| - | Order allow, | + | |
| - | Allow from all | + | |
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | cd / | + | |
| - | wget http:// | + | |
| - | tar xvfz z-push-2.0.5-1541.tar.gz | + | |
| - | cp -av z-push-2.0.5-1541 / | + | |
| - | chown -R wwwrun:www / | + | |
| - | + | ||
| - | <file ini / | + | |
| - | php_flag magic_quotes_gpc off | + | |
| - | php_flag register_globals off | + | |
| - | php_flag magic_quotes_runtime off | + | |
| - | php_flag short_open_tag on | + | |
| - | </ | + | |
| - | + | ||
| - | <file php / | + | |
| - | ... | + | |
| - | define(' | + | |
| - | ... | + | |
| - | </ | + | |
| - | + | ||
| - | <file ini / | + | |
| - | RewriteEngine On | + | |
| - | RewriteCond %{SERVER_PORT} 80 | + | |
| - | RewriteRule ^(.*)$ https:// | + | |
| - | </ | + | |
| - | + | ||
| - | <file php / | + | |
| - | <?php | + | |
| - | header(" | + | |
| - | ?> | + | |
| - | </ | + | |
| - | + | ||
| - | mkdir / | + | |
| - | chown -R wwwrun:www / | + | |
| - | mkdir / | ||
| - | chmod 777 / | ||
| - | |||
| - | / | ||
| - | / | ||
| - | / | ||
| - | |||
| - | |||
| - | *Datensicherung | ||
| - | * rsync | ||
| - | * rsnapshot | ||
| - | |||
| - | *Druckquota | ||
| - | *pykota | ||
| - | |||
| ===== Dienstag - Abendprogramm ===== | ===== Dienstag - Abendprogramm ===== | ||
| Zeile 432: | Zeile 159: | ||
| ===== Mittwoch - Vormittag ===== | ===== Mittwoch - Vormittag ===== | ||
| + | |||
| + | *PXE-Server | ||
| + | *Datensicherung | ||
| + | * rsync | ||
| + | * rsnapshot | ||
| + | * Windows Sicherung | ||
| + | |||
| + | *Druckquota | ||
| + | *pykota | ||
| + | |||
| + | *Netzwerke | ||
| + | *WLAN (Radius Server) am s4e | ||
| + | * / | ||
| + | * Pro Subnetz ein Kennwort setzen | ||
| + | * / | ||
| + | * Am AccessPoint: | ||
| + | |||
| + | *Cloud/ | ||
| + | *[[Zarafa]] | ||
| * Produktiv Arbeiten mit OpenSource Werkzeugen | * Produktiv Arbeiten mit OpenSource Werkzeugen | ||
| Zeile 438: | Zeile 184: | ||
| ===== Mittwoch - Nachmittag ===== | ===== Mittwoch - Nachmittag ===== | ||
| - | ---- | + | *[[v_lizedlab|vlizedlab4education]] |
| - | [[v_lizedlab]] | + | |
os4e_-_2014_-_fortgeschrittene.1404803398.txt.gz · Zuletzt geändert: von admin
