summaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* etc/modprobe.d/itzks-systems-common_dsp-fix.conf: Disable the snd_intel DSP ↵Mike Gabriel2021-08-131-1/+5
| | | | driver again. The SOF firmware is now available in Debian 11.
* etc/modprobe.d/: Rename dsp-fix.conf file and prepend package namespace.Mike Gabriel2020-12-141-0/+0
|
* etc/modprobe.d/: Add dsp-fix.conf. Disable SOF driver firmware usage.Mike Gabriel2020-12-141-0/+1
|
* etc/network/if-up.d/itzks-autofs: Only use on Workstations, and not on lo ↵Mike Gabriel2020-12-141-3/+20
| | | | device.
* etc/mklocaluser.d/60-itzks-systems-tablet_add-to-local-groups: Fix ↵Mike Gabriel2020-06-241-5/+1
| | | | copy+paste flaw; we don't need user account creation code.
* itzks-systems-tablet: Add LDAP-derived local user to system groups on ↵Mike Gabriel2020-06-241-0/+18
| | | | initial login.
* etc/apt/sources.list.d/*.list: Adapt APT URLs for Debian bullseye. Drop ↵Mike Gabriel2020-04-175-8/+9
| | | | deb-multimedia inclusion.
* etc/mklocaluser.d/60-itzks-systems-roamingworkstation_disable-welcome-page: ↵Mike Gabriel2020-04-081-0/+2
| | | | Fix welcomeurl not being set if hostname is not www.intern.
* etc/mklocaluser.d/60-itzks-systems-roamingworkstation_disable-welcome-page: ↵Mike Gabriel2020-04-081-1/+1
| | | | Use -n option for checking if a string is of non-zero length.
* etc/mklocaluser.d/60-itzks-systems-roamingworkstation_prep-firefox: Fix ↵Mike Gabriel2020-04-081-2/+2
| | | | missing white-spaces in square brackets of if clauses.
* etc/chromium/policies/managed/itzks-systems-common.json: Enforce chromium to ↵Mike Gabriel2020-04-041-0/+9
| | | | using DuckDuckGo as default search provider.
* etc/mklocaluser.d/60-itzks-systems-roamingworkstation_prep-firefox: Fix ↵Mike Gabriel2020-04-031-12/+28
| | | | script when running on Debian Edu bullseye.
* etc/mklocaluser.d/60-itzks-systems-roamingworkstation_disable-welcome-page: ↵Mike Gabriel2020-02-271-8/+11
| | | | Only do LANGCODE i18n page lookups, if homepage points to TJENER.
* etc/mklocaluser.d/60-itzks-systems-roamingworkstation_disable-welcome-page: ↵Mike Gabriel2020-02-271-15/+15
| | | | White-space cleanup.
* etc/mklocaluser.d/60-itzks-systems-roamingworkstation_gvfs-symlink: Put ↵Mike Gabriel2020-02-211-0/+14
| | | | symlink into /home/mike to ease finding XDG_RUNTIME_DIR/gvfs.
* etc/mklocaluser.d/60-itzks-systems-roamingworkstation_disable-welcome-page: ↵Mike Gabriel2020-02-191-0/+43
| | | | Add script that disables Debian Edu's welcome page on Roaming Workstations.
* etc/skel/.debian-edu/welcome-page-shown: Add flag file to suppress browser ↵Mike Gabriel2020-02-191-0/+0
| | | | startup on first login on new accounts or new roaming account.
* etc/mklocaluser.d/60-itzks-systems-roamingworkstation_prep-firefox: Make ↵Mike Gabriel2020-02-101-0/+23
| | | | sure, the default Debian Edu profile folder gets used.
* etc/mklocaluser.d/60-itzks-systems-roamingworkstation_smb-bookmarks: Obtain ↵Mike Gabriel2020-02-101-24/+37
| | | | SMB domain from user object and domain object in LDAP; various tests.
* etc/skel/**/pkcs11.txt: Drop i386 loading path of p11-kit-trust.so. Breaks ↵Mike Gabriel2020-02-082-2/+0
| | | | functionality on amd64.
* etc/mklocaluser.d/60-itzks-systems-roamingworkstation_smb-bookmarks: Add ↵Mike Gabriel2020-02-081-0/+36
| | | | CIFS/SMB home share to 'Places' area for GTK-3 based file browsers.
* etc/standardskriver.cfg: Fix site name (KATH -> KATHARINEUM).Mike Gabriel2019-11-061-1/+1
|
* etc/standardskriver.cfg: Update KATH default printers based on user ↵Mike Gabriel2019-11-061-10/+46
| | | | location/workstation.
* etc/apt/sources.list.d/: Finally update APT sources for buster. It's been ↵Mike Gabriel2019-09-225-7/+7
| | | | overdue...
* etc/systemd/system/autofs.service: Add a 10sec delay before autofs really ↵Mike Gabriel2019-09-211-1/+2
| | | | starts. Workaround for race time condition between network being available and autofs querying LDAP for shares.
* etc/standardskriver.cfg: Add FWSECK non-yet-configuration.Mike Gabriel2019-08-231-2/+2
|
* etc/standardskriver.cfg: Drop configuraitons of gone customers.Mike Gabriel2019-08-231-61/+0
|
* etc/X11/Xsession.d/98itzks-systems: Also export NSS_SDB_USE_CACHE=yes via ↵Mike Gabriel2019-05-271-0/+1
| | | | 98itzks-systems Xsession.d script. Otherwise, the variable does not get set inside an X11 session.
* etc/profile.d/itzks-systems.sh: Set NSS_SDB_USE_CACHE=yes (on diskless, ↵Mike Gabriel2019-05-271-0/+1
| | | | terminalserver, workstation, mainserver).
* etc/systemd/system/autofs.service: Custom autofs.service that wants ↵Mike Gabriel2019-04-121-0/+15
| | | | nfs-client.target, too.
* etc/skel: Make pkcs11.txt compliant to i386 systems.Mike Gabriel2019-04-042-0/+2
|
* etc/init.d/fetch-filter-cert: Disable debug output.Mike Gabriel2019-04-041-1/+1
|
* etc/skel: Add pkcs11.txt that enables the PKCS#11 trust module in ↵Mike Gabriel2019-04-041-0/+3
| | | | Chromium/Chrome profiles by default.
* etc/skel: Add pkcs11.txt that enables the PKCS#11 trust module in Firefox ↵Mike Gabriel2019-04-041-0/+3
| | | | profiles by default. This provides support for trusting CA certificates as found in /etc/ssl/certs/.
* Add init script: fetch-filter-cert (for diskless, workstation, terminalserver).Mike Gabriel2019-04-041-0/+80
|
* etc/cron.d: Add itzks-systems-disklserver. It has already been released with ↵Mike Gabriel2018-11-221-0/+5
| | | | previous package version.
* itzks-transfer-create: Make subfolder names configurable.Mike Gabriel2018-07-021-0/+3
|
* itzks-transfer-create: Add script that creates transfer directories on e.g. ↵Mike Gabriel2018-07-021-0/+8
| | | | main server.
* release 2018.05.23.12018.05.23.1Mike Gabriel2018-05-231-1/+1
|
* Remove /etc/chromium as that is managed by debian-edu-config.Benjamin Schlüter2018-02-281-3/+0
|
* Desktop skel: Remove iceweasel.desktop, introduce similar file named ↵Mike Gabriel2018-01-071-4/+4
| | | | firefox.desktop.
* sudo tweaks: Keep DISPLAY and SSH_AUTH_SOCK env vars. Allows sudo with X11 ↵Mike Gabriel2018-01-051-0/+2
| | | | access + ssh agent forwarding after during sudo calls.
* APT: Add debian-extras from Arctica Project to arctica.list.Mike Gabriel2018-01-051-1/+2
|
* White-space cleanup.Mike Gabriel2018-01-033-8/+8
|
* etc/cron.d/itzks-systems-filter: Remove shebang from file. Totally ↵Mike Gabriel2018-01-031-2/+0
| | | | inappropriate here.
* APT sources: Add Arctica Project's release package repo.Mike Gabriel2017-12-121-0/+1
|
* APT sources: Update to stretch.Mike Gabriel2017-12-126-7/+8
|
* Add machine.KATH to standardskriver.cfgBenjamin Schlüter2017-10-051-0/+19
|
* standardskriver.cfg: HGG bib-tresen-* hosts print to bib-tresen printer by ↵Mike Gabriel2017-06-301-1/+3
| | | | default.
* etc/skel/Desktop/pwdchange.desktop: Add shebang line.Mike Gabriel2017-06-301-0/+2
|