Skip to content
Advertisement

Tag: linux

Powershell for Linux: Combining commands with pipe sign doesn’t work

Any way to concatenate commands in Powershell for Linux? This is what I’m trying to run: pwsh -Command Invoke-ScriptAnalyzer -Path . | ConvertTo-Json | Out-File -FilePath “/home/administrator/scripts/test.json” So, run the Invoke-ScriptAnalyzer, convert the results to Json and save the result to test.json. It doesn’t recognize anything after the | sign: ./test.sh: line 1: ConvertTo-Json: command not found ./test.sh: line 1:

shell script to pass argument to input file

I have shell script which takes some input from user and pass that input to the file which i am using inside my shell script Shell script myscript.sh here is de_pod.yaml this is how i am running the script if you look at de_pod.yaml at line command: [“python”, “/script.py”, “$Input1”, “$input2”] here i am using the user input after running

Regular expression operator {} in linux bash

I’m having some problems with the {} operator. In the following examples, I’m trying to find the rows with 1, 2, and 2 or more occurrences of the word mint, but I get a response only if I search for 1 occurrence of mint, even though there are more than 1 per row. The input I am processing is a

Trying to add new layer to my build, can anyone sort out the problem?

~/rdk/build-raspberrypi-rdk-hybrid$ bitbake-layers add-layer meta-new Specified layer directory doesn’t exist its continuously showing this error, I don’t understand the reason, since it showed directory doesn’t exist i tried to create a directory of same name as the above mentioned layer, still its showing same error. Please help I am new to Custom Linux. Answer If you want to add a new

Trying to create map with char array field invalid field error

I like to know how to create ebpf map with char array value I tried like this and this is full code for the ebpf program and this is my user function I assigned to perf_buffer_opts and this is the full code. so can anyone please tell what I am doing wrong why is saying invalid argument full userspace code

man 7 groff_man – No manual entry for groff [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

Send an alert when memory and cpu on linux VPS

I have a private linux vps and want to monitor it by sending email when memory or process usage is high. Is there any free service to send email ? (solution like Sendinblue are requiring profesionnel account) Other method to monitor vps are welcome too. Answer I’ve used HetrixTools and was satisfied with it. They have instructions for you to

Advertisement