Skip to content
Snippets Groups Projects
Commit 6b5c3d62 authored by Claude Becker's avatar Claude Becker
Browse files

spellcheck

parent 7d96774d
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 40 deletions
......@@ -5,5 +5,5 @@ Please refer to the official documentation regarding the rules of ETH guest acco
* [ETH guests overview](https://ethz.ch/staffnet/en/employment-and-work/guests.html)
* [ETH guest categories](https://ethz.ch/staffnet/en/employment-and-work/guests/guest-categories.html)
* [ETH guest authorisations](https://ethz.ch/staffnet/en/employment-and-work/guests/general-overview-of-authorisations.html)
* [ETH guest authorizations](https://ethz.ch/staffnet/en/employment-and-work/guests/general-overview-of-authorisations.html)
- in particular the PDF linked on the bottom contains a matrix with the list of allowed services for each guest category
......@@ -12,7 +12,7 @@ Please note: ISG can't decide who gets access to what, the OK must always come f
## How to view group membership
You can view group membership on our webinterface. To do so, please log in on [account.phys.ethz.ch](https://account.phys.ethz.ch/) with your D-PHYS user account and navigate to **Account Info** or **Show Members** or use the links below:
You can view group membership on our web interface. To do so, please log in on [account.phys.ethz.ch](https://account.phys.ethz.ch/) with your D-PHYS user account and navigate to **Account Info** or **Show Members** or use the links below:
- [Show your group membership](https://account.phys.ethz.ch/info)
- [Show group members](https://account.phys.ethz.ch/group/info)
......
......@@ -13,7 +13,7 @@ The **ETH Account** is given by the [ETH Rektorat](http://www.rektorat.ethz.ch/)
This account is required to access your @ethz.ch (or @student.ethz.ch) [email](https://mail.ethz.ch), the [wireless network](/network/wireless), [VPN](http://www.vpn.ethz.ch), licensed software via [IT Shop](http://itshop.ethz.ch) and several other ETH-wide services. Just to make things even more interesting, there are two passwords associated with each ETH Account: the LDAP/AD password and the Radius password. The following list gives you an idea of which one to use:
| Service | Link / Docu | Password | Description |
| Service | Link / Docs | Password | Description |
|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|-----------------------------|
| Network | [[network/]] | Radius | Wired network |
| Wireless | [[network/wireless]] | Radius | Wireless (Wi-Fi) network |
......@@ -25,7 +25,7 @@ This account is required to access your @ethz.ch (or @student.ethz.ch) [email](h
| IT Shop | [itshop](https://itshop.ethz.ch/) | LDAP | Licensed Software Catalog |
| HPC Clusters | [id sis hpc](https://scicomp.ethz.ch/) | LDAP | EULER, Leonhard |
| Password | [password](https://password.ethz.ch) | LDAP | Set password, account info |
| ID/ITS Helpdesk | [faq](https://ethz.ch/staffnet/en/it-services/service-desk/support.html), [services](https://www.ethz.ch/services/en/it-services/catalogue.html), [help](https://www.ethz.ch/services/en/it-services/service-desk.html) | LDAP | ETH Account specific help |
| ID/ITS Helpdesk | [FAQ](https://ethz.ch/staffnet/en/it-services/service-desk/support.html), [services](https://www.ethz.ch/services/en/it-services/catalogue.html), [help](https://www.ethz.ch/services/en/it-services/service-desk.html) | LDAP | ETH Account specific help |
The passwords can be changed at [password.ethz.ch](https://password.ethz.ch).
......@@ -37,7 +37,7 @@ The **D-PHYS Account** (or **Physics Account**) is given by [[ISG|services/conta
This account is required to access your @phys.ethz.ch [[mail/]], network file [[storage/]], provides the login for our [[services/workstations]], [[servers|/services/hostnames_of_our_services/]], [[websites|web/]] and several other services:
| Service | Link / Docu | Description |
| Service | Link / Docs | Description |
|---------------|---------------------------------------------------------------------------------------------|-----------------------------|
| Host Login | [[services/workstations]] | Managed workstations |
| SSH Login | [[/documentation/ssh]], [[computing/]] | Managed servers |
......@@ -47,11 +47,11 @@ This account is required to access your @phys.ethz.ch [[mail/]], network file [[
| Groups | [[/account/groups]] | Group/Access management |
| Backups | [[backups/]] | Daily backups |
| Web services | [[web/]] | Websites (\*.phys.ethz.ch) |
| Public html | [homepage howto](/web/how_to_get_a_personal_homepage/) | Personal/Group Homepages |
| Public HTML | [homepage how-to](/web/how_to_get_a_personal_homepage/) | Personal/Group Homepages |
| Chat | [[chat]], [#helpdesk chat room](https://m.ethz.ch/#/#helpdesk:phys.ethz.ch) | Matrix/Element chat server |
| Calendar | [[calendar/]] | Calendar, address book |
| Password | [password](https://account.phys.ethz.ch) | Set password, account info |
| ISG Helpdesk | [faq](/), [[services/]], [help](/services/contact/) | IT Support for the D-PHYS |
| ISG Helpdesk | [FAQ](/), [[services/]], [help](/services/contact/) | IT Support for the D-PHYS |
The password can be changed at [account.phys.ethz.ch](https://account.phys.ethz.ch/passwd).
......
......@@ -36,9 +36,9 @@ ldap(s)://ldap1.phys.ethz.ch, ldap(s)://ldap2.phys.ethz.ch, ldap(s)://ldap3.phys
The TLS certificates of the LDAP servers are issued/signed by [DigiCert Inc](http://cacerts.digicert.com/DigiCertGlobalRootCA.crt)
#### Restrict Access in Apache Webserver
#### Restrict Access in Apache web server
To configure the Apache Webserver to authenticate using a D-PHYS Account, you need to modify your `.htaccess` file, `<Directory>` block or `<Location>` block in the server configuration to look like the following:
To configure the Apache web server to authenticate using a D-PHYS Account, you need to modify your `.htaccess` file, `<Directory>` block or `<Location>` block in the server configuration to look like the following:
```
AuthType Basic
......@@ -60,9 +60,9 @@ Require ldap-group cn=<groupname>,ou=groups,dc=phys,dc=ethz,dc=ch
Require valid-user
```
#### Apache webserver configuration
#### Apache web server configuration
If you host your own Apache webserver, additionally the following configuration in the server-context is recommended. This has to be configured server wide and will have an effect on all `<VirtualHost>`, `<Directory>` and `<Location>` blocks in the configuration.
If you host your own Apache web server, additionally the following configuration in the server-context is recommended. This has to be configured server wide and will have an effect on all `<VirtualHost>`, `<Directory>` and `<Location>` blocks in the configuration.
```
LDAPTrustedGlobalCert CA_BASE64 /etc/ssl/certs/ca-certificates.crt
......
......@@ -37,7 +37,7 @@ the following open-source alternatives can be used:
TL'DR instructions
------------------
The [MFA registration](https://www.password.ethz.ch/qrcode/) page will show the secret as qr-code and plaintext.
The [MFA registration](https://www.password.ethz.ch/qrcode/) page will show the secret as qr-code and plain-text.
Add the secret to your authenticator or password manager:
......
......@@ -13,9 +13,9 @@ This page shows a comparison of several CPU types for use with Agisoft PhotoScan
Only the "Build Dense Cloud" step is able to utilize the GPU. However, that one step takes longer than all the others combined.
### Optimal CPU-corecount / GPU balance
### Optimal CPU-core count / GPU balance
**For a good price-performance ratio** use a mimimum of 6-8 CPU cores, add one core for every additional GPU. For Multi-GPU one core must be reserved per GPU. While multi-core CPU and multi-GPU efficiency decreases for every added CPU-core/GPU, multi-core CPU efficiency increases when addig more GPUs:
**For a good price-performance ratio** use a minimum of 6-8 CPU cores, add one core for every additional GPU. For Multi-GPU one core must be reserved per GPU. While multi-core CPU and multi-GPU efficiency decreases for every added CPU-core/GPU, multi-core CPU efficiency increases when adding more GPUs:
- multi-core CPU efficiency 50%-92% (depending on step and data)
- multi-core CPU efficiency increases by ~5% per GPU
......@@ -33,7 +33,7 @@ Only the "Build Dense Cloud" step is able to utilize the GPU. However, that one
## CPU comparison
The last 3 columns show the buildtimes in seconds (total and stages 1 and 2) from [anandtech 2017 CPU tests win10 - photoscan 1.3.3 large](https://www.anandtech.com/bench/CPU).
The last 3 columns show the build times in seconds (total and stages 1 and 2) from [anandtech 2017 CPU tests win10 - photoscan 1.3.3 large](https://www.anandtech.com/bench/CPU).
| cpu | socket | mem | max-mem | cores | frequency | turbo | cost | total | s1 | s2 |
|-----------|--------|-----------|---------|-------|-----------|-------|------|-------|-----|------|
......@@ -160,7 +160,7 @@ Below are the test results comparing Windows and Linux. This test was finished 7
| Ubuntu 18.04 | Default (High) | 257 | 24 | 87 | 107 | 40 |
| Windows 10 | Default (High) | 365 | 20 | 185 | 97 | 63 |
I made some addtional tests on Linux (Ubuntu 18.04) using the same settings as above to compare the performance between version 1.3 and 1.4 and using OpenCL:
I made some additional tests on Linux (Ubuntu 18.04) using the same settings as above to compare the performance between version 1.3 and 1.4 and using OpenCL:
| os | quality (dense cloud) | version | total | s1 | s2 | s3 | s4 |
|--------------|-----------------------|------------|-------|----|----|-----|----|
......
......@@ -44,7 +44,7 @@ Make procmail defer all incoming mails
For minimized risk, all mails which the MDA attempted to deliver get deferred and saved to the backup mailbox created in the previous step.
Add the following lines between the variable and the rules section of your `.procmailrc`, i.e. very close to the top so that it matches all incoming mails amd all others rules are not evaluated. A log file helps diagnosting potientally occuring errors.
Add the following lines between the variable and the rules section of your `.procmailrc`, i.e. very close to the top so that it matches all incoming mails amd all others rules are not evaluated. A log file helps diagnosing potentially occurring errors.
```
LOGFILE=/home/abe/procmail-migration.log
......@@ -58,7 +58,7 @@ As soon as the '.procmailrc' has been saved, the migration has begun.
Convert all existing mailboxes
------------------------------
Shell script which converts all MBX boxes given as parameter. They should all reside in the current directory. (still the braindump version)
Shell script which converts all MBX boxes given as parameter. They should all reside in the current directory. (still the brain-dump version)
```sh
#!/bin/sh
......
OpenLDAP Berkeley Database Maintenance
======================================
OpenLDAP uses Oracle's (formerly Sleepycat's) Berkeley Database (BDB) as storage backend. BDB generates logfiles which accumulate over the time. Here are some hints (for now only links) how to deal with this issue.
OpenLDAP uses Oracle's (formerly Sleepycat's) Berkeley Database (BDB) as storage back-end. BDB generates log files which accumulate over the time. Here are some hints (for now only links) how to deal with this issue.
Links
-----
* [How to maintain Berkeley DB (logs etc.)?](http://www.openldap.org/faq/data/cache/738.html)
* [How do I configure the BDB backend?](http://www.openldap.org/faq/data/cache/893.html)
* [Why isn't checkpointing working?](http://www.openldap.org/faq/data/cache/1162.html)
* [How do I configure the BDB back-end?](http://www.openldap.org/faq/data/cache/893.html)
* [Why isn't check-pointing working?](http://www.openldap.org/faq/data/cache/1162.html)
Howtos for Administrators at ISG
Documentation for Administrators at ISG
================================
... and possibly helpful for others, too. :-)
......@@ -19,7 +19,7 @@ Administrative Tasks
* [[services/Berufsbildung Modul IT]]
* [[services/LVMchart]] - generate LVM usage charts
### Howtos
### How-To
* [[How to setup Bonding (Link Aggregation, IEEE 802.3ad)|documentation/How to setup Bonding Link Aggregation IEEE 802.3ad]]
* [[documentation/Setting up a X server for diskless clients]] (X -query)
......
I'm a macOS User
================
* [[How to add an ID printer (ETH PrintService)|printing/how_to_add_an_id_printer_on_osx]]
* [[How to add an ID printer (ETH Print Service)|printing/how_to_add_an_id_printer_on_osx]]
* [[mail/How to Use Email with Apple Mail]]
* [[How to setup VPN on macOS|osx/vpn_mac]]
* [[How to encrypt your disk using FileVault|osx/filevault]]
......@@ -10,5 +10,5 @@ I'm a macOS User
* [[Keychain Access password storage|osx/keychain]]
* [[Restore data from our backups|backups/restore]]
* [[How to use SOGo Calendar in Apple Calendar|calendar/apple_ical]]
* [[How to install opensource software using MacPorts|osx/Macports]]
* [[How to install open-source software using MacPorts|osx/Macports]]
* [[Some command line tools for macOS|osx/command_line_tools]]
Work from home or abroad
========================
The following guides should help you to do home office or work remotely, while travelling abroad.
The following guides should help you to do home office or work remotely, while traveling abroad.
### VPN
......
Backup of Managed Workstations
==============================
With some exceptions workstations are **not** backed up. The content of your local disks will be lost in case of a disk crash or a new installation. Upgrades or reinstallations are done by us with some care about your data but we cannot guarantee that everything will be back after reinstall. So be sure to put your valuable data on the [[fileserver|storage/]] and read your mail with [[IMAP|mail/]] or [webmail](http://webmail.phys.ethz.ch). File space on the local hard disk (mostly on `/scratch`) is only meant for temporary data that needs fast access.
With some exceptions workstations are **not** backed up. The content of your local disks will be lost in case of a disk crash or a new installation. Upgrades or re-installations are done by us with some care about your data but we cannot guarantee that everything will be back after reinstall. So be sure to put your valuable data on the [[file server|storage/]] and read your mail with [[IMAP|mail/]] or [webmail](http://webmail.phys.ethz.ch). File space on the local hard disk (mostly on `/scratch`) is only meant for temporary data that needs fast access.
Now the exceptions of the above rule:
* The data disks of selected Linux workstations are backed up on our backup server. See [[backups/restore]] for some hints on how to restore data.
* Some Windows workstations of the departement services and [Firstlab](http://www.first.ethz.ch) have a image copy of their local disks on one of our servers. Ask your local IT administrator in case of troubles.
* Some Windows workstations of the department services and [Firstlab](http://www.first.ethz.ch) have a image copy of their local disks on one of our servers. Ask your local IT administrator in case of troubles.
* We also offer [[BackupBox]] for laptops and lab PCs.
......@@ -3,7 +3,7 @@ Automatic Backup of Managed Workstations and Servers
Your data is backed up on a regular schedule. The last 30 days (or even more, on a best effort basis) are backed up on our backup server and are accessible by the user to restore files. This includes
* Backup of Homedirectories
* Backup of Home directories
* Backup of Groupdrives
* Backup of Webshares
* [[Backup of Managed Workstations|Backup of Workstations]]
......@@ -17,7 +17,7 @@ Most of these backups can be restored by yourself. Connect the network share wit
* [[Restore]]
Restoring Emails from the imap folder is a bit more tricky. Please get in touch with us to have emails restored from backup.
Restoring Emails from the IMAP folder is a bit more tricky. Please get in touch with us to have emails restored from backup.
Backup Folder Structure
-----------------------
......
......@@ -7,4 +7,4 @@ Go to `Calendar` -> `Preferences` -> `Accounts`, then click on the plus sign to
Select `Account Type` -> `Manual` and enter your D-PHYS username and password. For the `Server address` use https://sogo.phys.ethz.ch.
Under `Calendar` -> `Preferences` -> `Accounts` -> `Delegation` you can toggle the view of other D-Phys calenders for which you have access rights. Alternatively you may add them as separate accounts by providing the full path as `Server address` https://sogo.phys.ethz.ch/SOGo/dav/D-PHYS-USERNAME.
Under `Calendar` -> `Preferences` -> `Accounts` -> `Delegation` you can toggle the view of other D-Phys calendars for which you have access rights. Alternatively you may add them as separate accounts by providing the full path as `Server address` https://sogo.phys.ethz.ch/SOGo/dav/D-PHYS-USERNAME.
......@@ -4,7 +4,7 @@ Connect to the D-PHYS SOGo calendar using Outlook.
## Install required plugins
Install [Outlook CalDav Synchronizer](https://caldavsynchronizer.org/download) ([github](https://github.com/aluxnimm/outlookcaldavsynchronizer/releases)).
Install [Outlook CalDav Synchronizer](https://caldavsynchronizer.org/download) ([GitHub](https://github.com/aluxnimm/outlookcaldavsynchronizer/releases)).
## Configure Outlook CalDav Synchronizer
......
......@@ -3,7 +3,7 @@ D-PHYS Calendar (SOGo)
SOGo offers sync via both CalDAV and ActiveSync and supports LDAP groups.
Some noteworthy featurs are:
Some noteworthy features are:
- multiple calendars per account
- public calendars that can be freely shared or integrated into a web page
......
......@@ -6,7 +6,7 @@ Synchronization with external clients
SOGo offers both CalDAV and ActiveSync. Use CalDAV for Apple devices and Thunderbird and ActiveSync for Android and Outlook.
### SyncURLs
### Sync URLs
| CalDav | ActiveSync |
| ----------------------------------- | -------------------------- |
......@@ -42,7 +42,7 @@ Click `Add Account` -> `Other` -> `CalDAV Account` and enter the following infor
| Password | `yourDphysPassword` |
| Server Address | `https://sogo.phys.ethz.ch` |
Once the account is added, you can use the `Delegation` tab to show additional calenders that you have access to.
Once the account is added, you can use the `Delegation` tab to show additional calendars that you have access to.
### Add Sogo in Thunderbird
......
......@@ -7,7 +7,7 @@ You need to click-and-drag in the web interface, not just click.
## Inviting an LDAP group to an event
This is only possible in the web frontend (synced clients don't know about groups - but you can always invite an email address).
This is only possible in the web front-end (synced clients don't know about groups - but you can always invite an email address).
search for group:
[[!img /media/sogo/sogo-group-1.png size="450x"]]
......@@ -34,7 +34,7 @@ You can identify users by their `@phys.ethz.ch` and groups by their `@localhost`
Note that you cannot directly search for `<groupname>@localhost`, so please only search for the groupname and scroll down in the filtered results to pick the `<groupname>@localhost` item.
If you tick the 'Subscribe user' checkbox, the user(s) will be automagically subscribed, otherwise they'll have to do this manually. Be careful with this option when sharing to (large) groups...
If you tick the 'Subscribe user' checkbox, the user(s) will be auto-magically subscribed, otherwise they'll have to do this manually. Be careful with this option when sharing to (large) groups...
Then set the visibility and edit options to your liking.
[[!img /media/sogo/sogo-share-group-3.png size="450x"]]
......
......@@ -2,7 +2,7 @@
Thunderbird also allows syncing calendars with the ActiveSync protocol, like for instance the ETH Exchange.
## Install required addons
## Install required add-ons
Install [TbSync](https://addons.thunderbird.net/en-US/thunderbird/addon/tbsync/):
......
......@@ -7,7 +7,7 @@ Basically there's two possible ways to share calendar information in a group.
Shared LDAP user
----------------
Example: NCCR Gruppenkalender
Example: NCCR group calendar
This is the preferred choice for most situations, eg group meetings, holiday absences. An impersonal LDAP user is created to host a calendar. One person in the group, for instance the secretary, receives the credentials and manages the calendar. Using the _Access_ settings in the groupware web interface, read and/or write access can be granted to other group members. (Note that users must log in once in groupware to be visible in the list of users.) When granted access, a group member can either consult the shared group calendar from the web interface or sync it to his personal computer or phone. For the sync to work, the group calendar must be checked in the _CalDAV_ or _eSync_ preferences as _calendar to sync in addition to personal calendar_.
......@@ -17,4 +17,4 @@ User group in SOGo calendar
Example: ISG
Use this if in general the members of the group use their individual calendars but once in a while would like to check availability of a colleague or invite her to a meeting. All group members can specify event visibility (private, public..) according to their needs (`Grant access` in the left pane) and choose which calendar to display (the pulldown with the two heads). Challenge: keeping the membership list up to date.
Use this if in general the members of the group use their individual calendars but once in a while would like to check availability of a colleague or invite her to a meeting. All group members can specify event visibility (private, public..) according to their needs (`Grant access` in the left pane) and choose which calendar to display (the pull-down with the two heads). Challenge: keeping the membership list up to date.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment