RoomDesigner
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
Configure SNMP service on Mac OSX Sierra
This articles provides instructions for configuring and starting SNMP service on Mac OS X Sierra. Environment Mac OSX Sierra 10.12 Orion Platform, all versions Steps Open a terminal on a Mac running OS X Sierra. Enter the following command: sudo -i … Continued
Geschützt:
Es gibt keinen Textauszug, da dies ein geschützter Beitrag ist.
Richtlinie Unsichere Gastanmeldung aktivieren auf Aktiviert einschalten
Bei mir war das gleiche Problem beim Update auf 1709. Aktiviere die Unsichere Gastanmeldung, dann sollte es klappen. Start gpedit.msc Computerkonfiguration\Administrative Vorlagen\Netzwerk\LanMan-Arbeitsstation Richtlinie Unsichere Gastanmeldung aktivieren auf Aktiviert einschalten
Mozilla Profile Kopieren und als default Setzen
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
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
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
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
Switch PHP Version’s
Install PHP 5.6 on Ubuntu Use the following set of commands to enable PPA for PHP 5.6 in your Ubuntu system and install PHP 5.6. sudo apt-get install python-software-properties sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo apt-get install -y php5.6 … Continued
Entfernte Installation von Softwareaktualisierungen mithilfe der Befehlszeile Mac OSX Server
Unverwaltete Clients Gehen Sie folgendermaßen vor, um Ihrem Softwareaktualisierungsserver Client-Macs zuzuweisen, die nicht mit einem Konfigurationsprofil oder mit Managed Client verwaltet werden. Öffnen Sie Terminal auf dem nicht verwalteten Client. Verwenden Sie den folgenden Befehl. Ersetzen Sie dabei su.example.com durch … Continued