s243a
s243a
> I saw a discussion on the forum with a statement to this post. > > Aren't there a tremendous wealth of documentation and videos on GITHUB+GIT+how to setup, use...
Here's a starting point for anyone that updates github via ssh: https://docs.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
> @peabee do you have any ideas on how to make ADRV modular? The remaster script right now can create FDRV aside from ZDRV. Adding create ADRV on remaster script...
I like the idea. As a side note, how should modified files be handled?
My preference is for two spaces rather than a tab the default spacing for most text editors is that "1 tab" equals "four spaces" and unless you have a giant...
Regarding "which" vs "type", I think THAT "which" is more readable because it is a command that most people use. That said I see the merit in writing portable code....
> _if_ you prefer to use `which` suppression of all output would be preferable; just replace `type` with `which` in my example. Would be faster than the test/comparison, as we...
With the above fix, we get a lit of items but when we grep for "squashfs" nothing is returned. Here is a trace: ``` + items='/initrd/mnt/dev_save/dpup_buster/1-07092019/dpupbuster64save on /initrd/pup_ro2 puppy_dpupbuster64_8.0.0.sfs on...
After making the two fixes noted above, sandbox.sh appears to be working but i haven't tested it yet. All that I verified was that I could select an sfs and...
After reading jamesbond's post and some head scratching, I see how to fix this. My comments are at: http://www.murga-linux.com/puppy/viewtopic.php?p=1047913#1047913 I will post a better fix later, then I have given...