Category "linux"

Allow non-root user of container to execute binaries that need capabilities

I need to run a container as non-root user by default. However a specific process inside this container needs to execute a binary that needs cap_net_admin capab

Install numpy for blender

I'm having a hard time exporting my blender model to glTF 2.0 format (for godot): (I still can export it to default .dae format) So, I tried installing numpy f

IP address in condition statement bash profile

below ism y code if [ ip add show tun0 2>/dev/null ] ; then export http_proxy="http://127.0.0.1:2123" fi But when i do echo after conencting echo $http_

SYSTEM ERROR: I/O error 0 in writeto, ret 2048, file 56(/mfgtmp/tmp/srtE5yybD), addr 77010944. (290) - PROGRESS 4GL

I am getting below error suddenly when my progress program was executed and running for more than 80 minutes. I think this is OS error and error 0 says its for

How to run multiple Linux command line statements from SAS synchronously, with piped response?

I can run: filename my_com pipe "sleep 60s"; data _null_; file my_com; run; And the log shows a full 60 second wait: But if I run: filename my_com pipe "echo

k3d tries to pull Docker image instead of using the local one

Just study the core of K8S on local machine (Linux Mint 20.2). Created one node cluster locally with: k3d cluster create mycluster And now I want to run sprin

Pipe with multiple child process

I want to create N processes from one parent and this child processes have to read that parent write, but what i have only the first process reads correctly: #

modify ld library search path on cluster (no root access)

I am compiling gcc 8.5 from source on a linux cluster in my home directory (no root access). I have exported -L/MYHOME/lib/' to CFLAGS, LDFLAGS, LD_LIBRARY_PATH

linux socket lose data when a delay is added before read

I am learning linux socket programming, I expect that server can read data, even I add a delay but it just drops the buffer data, and receive the recent data, t

StackOverflowError was thrown building HeroControllerScope, flutter

I have a very large project in flutter which is connected with back4app i did some little changes last, it was working good today am trying to open my project i

Problems when installing python3-dev

This problem has been torturing me for 2 days, and without python3-dev I can't pip install any module, can someone tell how could I solve this? The following

Duplicate process without fork

In linux embedded system I can see in ps 2 processes of the same binary(pid1=X, pid2=Y) those processes don't have threads(/proc/X/task and /proc/Y/task don't e

Can anyone help me with this crontab?

We want to download the stock price of Tesla every day, using the package "quantmod" in R. We managed to write the function that downloads the last available st

Open a new terminal tab and run a command inside, only after open tab

I'm trying to create a script to open a new tab at my rails project and run rails s inside this tab, to already start my server. My command: xfce4-terminal --ta

bash script youtube filtering

The goal is to be able to send video urls to two metube dockers. One just for YouTube and one for everything else but YouTube. This script is going to go in my

AOSP build error: unrecognized module type "hidl_package_root"

I'm keep getting that error in soong, while trying to build aosp. When I type make, this is the output: PLATFORM_VERSION_CODENAME=R PLATFORM_VERSION=R TARGET_

Trying to delete all shared memory and semaphore arrays in ipcs but get permission denied?

Can't find this anywhere online but when trying to delete semaphore arrays and shared memory using ipcrm -m id. I get this error permission denied for id (<i

Finding all views/namespace urls in a Zope3 system?

I have a Zope3 system with some custom code for a paperless office system. The developers have since folded up shop and I need to make some changes to what I b

Finding all views/namespace urls in a Zope3 system?

I have a Zope3 system with some custom code for a paperless office system. The developers have since folded up shop and I need to make some changes to what I b

Simulate Bluetooth "Out of range" scenarios for test automation

I've an Android phone which needs to be paired with an embedded device (Qt based application on Linux) which we test. I've automated the basic scenarios using A