Hi Guys, Today I will show you how to easily move PLEX to the new server with all settings and user’s watched lists. PLEX documentation tells us that we just need one file: Preferences.xml. This is not true. You also need the Plug-in Support folder where the database lives. Let’s…
Linux
Those steps which you have to take to be able using Enter-PSSession command on your Linux box. Step1. Install PowerShell Core.Go to and follow Microsoft documentation: https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7.1 Step2. To make Enter-PSSession working on Linux you have to install gss-ntlmssp apt install gss-ntlmssp Step3. Enable PSRemoting on Windows machine Enable-PSRemoting –Force…
You probably install Ubuntu server in AWS and apt-get failed. It is not working because AWS NACLs are stateless. You need to allow inbound return traffic for the response. Source: 0.0.0.0/0 Protocol: TCP Port Rage: 32768-65535 Allow/Deny: ALLOW Have a good one.
Then you bought the Blink app. You open it and you stuck on the screen. You tried to SSH and it works. Maybe you tried to SCP your keys to remote server and it doesn’t work. You went to the https://blink.sh/, you look for any manual on how to use…
Hi Guys, It happened for me a few times that QNAP interface was frozen and I didn’t have physical access to the device. The easy way is to use SSH and run this command: kill `ps –no-headers -C apache -o pid`kill `ps –no-headers -C apache -o pid`