Execute Linux commands at Windows OS with Powershell
As it turned out, I can execeute linux scripts at my Windows PC with WSL installed with Powershell! Just write ‘wsl -e ‘ and after that a command to execute. Read more»
As it turned out, I can execeute linux scripts at my Windows PC with WSL installed with Powershell! Just write ‘wsl -e ‘ and after that a command to execute. Read more»
The error is: Configuration loaded builds=0listen_address not defined, metrics & debug endpoints disabled builds=0[session_server].listen_address not defined, session endpoints disabled builds=0In gitlab runners allor “Run untagged jobs: Indicates whether this runner can pick jobs without tags”, set the checkbox correspondingly. Read more»
The short manual how to remove Apache 2 from Ubuntu with bash Linux command line. 4 steps. I advice you to execute all the commands with sudo. Read more»
The commandlet ‘Get-ChildItem’ will give you all the default information about the folders inside. By default they are: Mode, LastWriteTime, Length (for files) and Name. Get-ChildItem c:\Path Read more»
If you work with external developers and you often have to get the code from them, it’s not very good to transfer it with dropbox or something like that. You want to achieve it, view changes, make tests and build it. It’s why CI/CD is made for. At first you should add external repository to […] Read more»
I can’t imagine the development process without Git. It’s not only to store the source code, but to work and to live with it. If you can’t use Git, you can’t take part in modern development. It’s not very difficult, may be it’s even easy. But you should know some recommendations to avoid mistakes and […] Read more»
I read a lot about how to connect to Linux desktop from Windows RDP. Each description is simple- install XRDP and that’s it. Ok, not only XRDP, but XORG also. Read more»
To exclude folders, files or file extensions in scanning by Windows Defender, you can use PowerShell. It’s recommended to use by administrators. With this PowerShell script (command) you can easily set exclusion for the Windows Defender. It is useful sometime and help to improve the performance. Read more»
When I tried to execute http-server from nodejs (with command ‘http-server –o’), I had got the error. The solution requires to update execution policy. Read more»
I prefer not to store operation system Windows 10 and my files on the same drive. When I have to reinstall Windows and loose data on system drive, I will not remove my files if they are on another drive. That is why I recommend to store your files on the second drive. Read more»