Hi,
systemd based system have the ability to start user processes in background and as daemon even the user isn’t logged on to the system.
Continue reading Linux: Start user processes or systemd units at boot time with systemd
Hi,
systemd based system have the ability to start user processes in background and as daemon even the user isn’t logged on to the system.
Continue reading Linux: Start user processes or systemd units at boot time with systemd
Hi,
extracting an rpm file are two steps
Hi,
Issue: You downloaded or copied a script from a remote location and Powershell won’t execute such a file although you have set the execution policy to RemoteSigned.
An Error like this occurs:
D:\Temp\myScript.ps1 : File D:\Temp\myScript.ps1 cannot
be loaded. The file D:\Temp\myScript.ps1 is not digitally signed. The script
will not execute on the system.
Continue reading Powershell: A Local script is not executed with error not digitally signed
Hi,
this is a checklist for the error on an OpenVPN 2.4 Server “IP packet with unknown IP version” when a client has established a connection successfully but you can not reach any IP Addresses in the network.
Continue reading OpenVPN: Error: IP packet with unknown IP version
Hi,
when a pattern for a regular expression contains reserved characters it can be difficult to quote all these signs correctly.
Continue reading Powershell: Escape a String for regular expression.