Migrate default /develop directory to home directory: 5pts
See original GitHub issuedallinger develop
currently collates the experiment files in the experiment directory, in a folder called /develop
. This collated files include secret keys (e.g. AWS credentials), which seems dangerous as the user might accidentally commit these to Git. Proposal: to change the default location to the user’s home directory, e.g. ‘~/.dallinger_develop’.
Issue Analytics
- State:
- Created a year ago
- Comments:7
Top Results From Across the Web
How to migrate the HOME directory on Linux - TechRepublic
I'll be demonstrating on Ubuntu Server 20.04, but this should work no matter the distribution you're using. How to locate the destination drive....
Read more >How to Change the Default Home Directory of a User - Baeldung
In this tutorial, we're going to see how to change the default home directory of a user on Linux. By default, it's /home/{username}....
Read more >How to easily migrate local users and groups from one system ...
Run the following command as root on the new (destination) system in a directory containing the four .bak files created in the previous...
Read more >How do I change the default location for a users home ...
Open AppData Right Click on Local Click the location tab, and click Move Create an AppData folder somewhere, and create a folder Local...
Read more >Command to change the default home directory of a user
Change the user's home directory + Move the contents of the user's current directory: ... -m (abbreviation for --move-home ) will move the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes sounds good!
Repeated experiment loading was due to all the enqueued jobs which had piled up for each failed run. I’ve dealt with that by clearing the queue on failure.