Remote Desktop – Web App – Programm auf Netzwerkfreigabe
New-RDRemoteApp -Alias "PROGRAMM NAME" -CollectionName REMOTE-SAMMLUNG -DisplayName "ANZEIGE NAME" -FilePath "\\SERVER\FREIGABE\ORDNER\ANWENDUNG.EXE" -IconPath "\\SERVER\FREIGABE\ORDNER\ANWENDUNG.EXE"
WordPress – Browser Caching – Komprimierung
a2enmod expires deflate dann in die .htaccess ##Browser Caching## Header unset Pragma FileETag None Header unset ETag ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif…
Sophos UTM – Datev Internetupdate
Web Protection -> Filteroptionen -> Ausnahme erstellen für: ^https?://([A-Za-z0-9.-]+\.)?datev\.de/
HP Pro Book Bios Passwort reset
Zuerst mit dem HP System Software Manager ein BIOS Passwort Binary erstellen, dann mit der BIOS Configuration Utility c:\Program Files (x86)\HP\BIOS Configuration Utility>BiosConfigUtility64.exe /nspwd biospw.bin Kennwort sollte nicht zu einfach oder leer sein, denn…
Goldener Schnitt – Seitenverhältnis
Breite : 1,618
Windows 10 – Benutzer wechseln
STRG + ALT + ENTF
Linux – Connman – W-Lan PSK verbinden
# connmanctl connmanctl> scan wifi connmanctl> services connmanctl> agent on connmanctl> connect wifi_XXXXX_magaged_psk Agent RequestInput wifi_XXXXX_magaged_psk Passphrase = [ Type=psk, Requirement=mandatory ] Passphrase? KENNWORT-EINGEBEN…
Sophos UTM – Kaspersky Installation – Update
Web Protection -> Filteroptionen -> Ausnahme erstellen für: ^https?://([A-Za-z0-9.-]+\.)?kaspersky-labs\.com/
Linux – Socket zu Prozess suchen
find / -type s | grep PROZESS
Windows – ARP Cache löschen
netsh interface ip delete arpcache
Ubuntu 16 LTS – NextCloud – HTTPS
apt install apache2 unzip mariadb-server mariadb-client php7.0-fpm php7.0-mysql php7.0-common php7.0-gd php7.0-json php7.0-cli php7.0-curl libapache2-mod-php7.0 php7.0-common php7.0-gd php7.0-json php7.0-curl php7.0-zip php7.0-xml php7.0-mbstring…
Ubuntu – alte Kernel entfernen
Ab Version 14 apt-get autoremove –purge
OSX – Mail – Autodiscovery deaktivieren
Mail -> Einstellungen -> Konto -> Servereinstellungen -> Verbindungseinstellungen automatisch verwalten
Selbst signiertes Apache Zertifikat
Quick and dirty: openssl req -new -days XXX -newkey rsa:4096bits -sha512 -x509 -nodes -out SERVER.crt -keyout SERVER.key
Ubuntu – automatische Sicherheitsupdates
apt-get install unattended-upgrades vi /etc/apt/apt.conf.d/10periodic APT::Periodic::Update-Package-Lists "1"; APT::Periodic::Download-Upgradeable-Packages "1"; APT::Periodic::AutocleanInterval "7"; APT::Periodic::Unattended-Upgrade…
Exchange 2016 – Start verzögern
Startet der Exchange 2016 Server nicht sauber durch, kann man den Start mit einem DWORD mit Namen BootPause unter HKLM\\System\CurrentControlSet\Services\MSExchangeSA\Parameters mit der Sekundenangabe verzögern.