RoomDesigner

posted in: Allgemein | 0

1. Install Nodejs curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash –sudo apt-get install -y nodejs wenn curl fehlt installtierensudo apt-get updatesudo apt-get install curl Check curl –version 2. Install npmsudo npm install -g react-native-cli 3. Wenn Fehler core-js@3sudo npm install … Continued

Mozilla Profile Kopieren und als default Setzen

posted in: Allgemein | 0

if not exist “%AppData%\Mozilla\Firefox\Profiles\user.default” xcopy /c /q /s /e /y /V “\\Server IP\share\Profil\%username%.V2\AppData\Roaming\Mozilla\Firefox\Profiles\*” “%AppData%\Mozilla\Firefox\Profiles\” @echo off & setlocal set “Ordner=”%UserProfile%\AppData\Roaming\Mozilla\Firefox\Profiles\” set default=.default set Repl=.default pushd “%Ordner%” for /d %%i in (*.*) do call :ProcessDir “%%i” popd goto :eof :ProcessDir set … Continued

Icon unter Windows 10 Menü Pin-App

posted in: Allgemein | 0

Mit Get-StartApps könnt ihr die Apps Auslesen POWERSHELL PS1 set-executionPolicy unrestricted Ausführungsrichtlinie ändern Die Ausführungsrichtlinie trägt zum Schutz vor nicht vertrauenswürdigen Skripts bei. Wenn Sie ändern, sind Sie möglicherweise den im Hilfethema “about_Execution_Policies” unter “http://go.microsoft.com/fwlink/?LinkID=135170” beschriebenen Sicherheitsrisiken ausgesetzt. M Ausführungsrichtlinie ändern? … Continued

Fehlermeldung „CredSSP Encryption Oracle-Abwehr“ beim Versuch, per RDP auf eine Windows Server zuzugreifen

posted in: Allgemein | 0

Siehe Beitrag von Microsoft Link   REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters\ /v AllowEncryptionOracle /t REG_DWORD /d 2   Szenario 1: Aktualisierte Clients können nicht mit nicht-aktualisierten Servern kommunizieren Das häufigste Szenario ist, dass auf dem Client das CredSSP-Update installiert ist und die Richtlinieneinstellung Encryption Oracle-Abwehr keine … Continued

PHP on Ubuntu

posted in: Allgemein | 0

Before we begin installing PHP on Ubuntu PHP has different versions and releases you can use. Starting from the oldest that is currently supported – PHP 5.6, and onto PHP 7, PHP 7.1, and the latest – PHP 7.2. We’ll include instructions … Continued