Results for directory
I had my Dockerfile working when I used to copy my source code inside container, then build it and finally launch. Afterwards I decided that it takes ...
I have this folder structure in my project. testproject/backend/amplify/backend/function/newestjavascript/src/index.js. And testproject/backend/src/am...
What exactly happens when I call dash with existing directory as first argument? For example, % mkdir -p tmp_dir % dash tmp_dir And it exits with code...
I changed my user.name many times in git using command : git config --global user.name myname But i entered this command multiple times with different...
I have a shortcut file that points to a PowerShell script file that is located in a different directory, and when that PowerShell script is executed v...
I have a list of 3 files that are in a zip file. As an example, they are named file1.txt, file2.txt, file3.txt. I then have a process that runs in the...
I'm trying to copy the projects/slice/src/lib/ folder from the master branch of this project into an empty orphaned lib branch. The directory structur...
Need to read preceding file name in directory. When f_readdir function is run , the file name can be read and each time this function is run, it point...
I'm trying to recursively go through on all folders, looking for a specific sub folder (can be on multiple location), then list it's content (all file...
I get the error KDC_ERR_S_PRINCIPAL_UNKNOWN when I try to authenticate to an Active Directory realm from an Ubuntu 22.04 machine joined to the domain,...
Why is typescript compiler fine with importing from JS file from local directory, but complains about importing from node_modules? Code: import { t2 }...
I have been working on a custom script to leverage a bulk export of specific active directory data for 1.5k servers. The data i am looking for is Name...
Example: I Have /mnt/extra-drive/Git that contains multiple projects I symlinked this directory to ~/Git ln -s /mnt/extra-drive/Git ~/Git And I op...
I have this powershell script that fully generated by ChatGPT because I know nothing about powershell. Instead, I prefer Bash. show-tree.ps1 # Get the...
I have four files a.jpg (5kb), b.jpg (1Kb), c.jpg (3Kb). Currently, they appear within a directory sorted by their names (Windows file explorer: Sort ...
Read the docs, couldn't really figure out what is the difference. It seems like cmdline is just the absolute path to the process binary and comm is ju...
I just learned that Edge can have different profile directories. The default one is this one and is used most of the time: C:\Users{userName}\AppData...
I am working on a PHP webapp. I have to publish it on a distributed version control system (git) but I am not sure wether if to publish the root direc...
I have about a million files in my directory, and their number is likely to grow. For machine learning, I would like to randomly sample from those fil...
We're attempting to move one of our images from using miniconda3 as the base image to micromamba (1.5-bookworm-slim). Our repository contains a Makefi...
I'm new to using the Python pathlib library, so please edit this question if I'm using incorrect terminology here and there... I'm using the Path clas...
I have a bash script that runs mysql scripts and that takes the mysql database name from a file rather than having me type in it as an option (so that...
I'm trying to look for specific files on an SFTP server using PHP. The file listing is quite large, so I'm hoping to filter the results using wildcard...
After I have read several forum posts to my problem which not helped me at all, I ask you for help. I am trying to create a .dll with GNU compiler on ...
I'm getting this error when I try to create a new content in my hugo server on Ubuntu. I have a hugo.toml config file with this content: baseURL = 'ht...
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?