Results for unix
I have created an SQL model in snowflake that gives a several outputs among those ones, I have two columns that are the next : The first column: call...
I am attempting to create a .NET 6 application that uses interprocess communication (IPC) via named pipes using System.IO.Pipes, and have a C applicat...
Testing out a LAMP like application, fails with: SQLSTATE[08006] [7] connection to server on socket "/tmp/.s.PGSQL.5432" failed: No such file or dire...
I'm working on a personal project to try to better understand inter-process communications on Unix. I have two binaries i compiled in C and I am attem...
I have a .NET 7 application running in a Linux docker container, on an Ubuntu machine. I'm unable to attach Visual Studio (on Windows 11) to my applic...
I have received a large file with many lines that have the same build. Here are a few lines as an example: 14 23456 12356 1234 15 1456 1245 123456 234...
I am making an API call to AWS and getting the output in the following format : { "ResourceTagMappingList": [ { "ResourceARN":...
How do I calculate the umask absolute value I would need if I wanted Linux/Unix permissions for newly created files to be some arbitrary value xyz? I ...
I would like to confirm my understanding about piping in UNIX command execution. When we use pipe in a sequence of commands, the output of preceding c...
How to compile a project that's using tokio::signal::unix on Windows? Whenever I try to compile a project with tokio::signal::unix, it will show this ...
I have one automation thought. Here are full details. Each user sends me one SQL query and then I need to execute below steps using automation script....
I am trying to make a bash script which loops through the current working directory and runs a program for each testfile. It reads from the testfile, ...
I'm having trouble understanding Unix timestamps and time zone conversions in Python. I have a UTC datetime string ('2023-09-20T05:04:54') and latitud...
I have a CSV of OHLC data that is indexed by seconds since the epoch: I am parsing it thus: df = pd.read_csv(f"{CSV}/{filename}", sep=",", header=0, ...
I found this behavior of coreutils utility cut a bit weird echo " one,line1 two,line2 three four,line4 " | cut -d ',' -f1 , got expected result: one t...
I have hundreds of thousands of files in a hadoop directory and I need to debug them. I'm looking to delete files that are more than 3 months old and ...
I'm remotely connecting to a school server (Ubuntu 20.04.2 LTS) through Visual Studio Code (VScode, version 1.66) to perform some tasks, and today I f...
I have a list of DLLs and I would like to know the versions of all other DLLs, used by those files. In UNIX this is very simple: ldd *.dll But in Wind...
Currently, a Unix host is connected using PuTTY which is inside the Windows Jump host. User logins to the windows jump box by providing username and p...
I have "Unix Executable file" with no file extension. In Mac, I am able to see the content in preview mode but not sure about any other way to see the...
Idea This script doesn't work: mkfifo pipe echo Hello! > pipe cat pipe # unreachable ...Because echo waits for someone to read from pipe before doing ...
I have a VS code workspace which has a workspace folder. I originally set this up on windows and can use the workspace and the folder fine from there....
I intend to create a script able to install one single wheel file (.whl) at my enviroment using pip, but the file wheel file change the version very f...
I have column with cell format date or time (DD.MM.YYYY HH:MM:SS) and values like 03.12.2013 14:01:49 04.12.2013 10:19:27 04.12.2013 12:44:56 04.12.2...
I looked at any other questions but can't find my own solution! I setting up a CI in gitlab and use the gitlab's shared runner. In build stage I used ...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?