Satadru Pramanik, DO, MPH, MEng
Satadru Pramanik, DO, MPH, MEng
``` chronos@localhost /usr/local/lib/crew/packages (master|SPARSE=)$ crew install firefox firefox: Mozilla Firefox (or simply Firefox) is a free and open-source web browser https://www.mozilla.org/en-US/firefox/ Version: 101.0 License: MPL-2.0, GPL-2 and LGPL-2.1 Performing pre-flight...
- This PR contains prereqs and packages for docker, as well as for bst. - Also rebuilds libdb to add `compat185` headers. - While these packages build fine, they have...
Using `git` as an example... (using a modified crew to hard link duplicate files in the package): total size of all files in a package: ``` chronos@cheekon-x86_64 /usr/local/lib/crew/packages $ ls...
Starting with a clean install, adding and removing packages, and then running `crew autoremove` leads to a situation where almost all packages are allowed to be removed. 
Right now `crew build` and `crew install` are two separate commands. `crew build` creates a binary package and a sha256 file. `crew install` when being used to install a binary...
And maybe also for creating packages? e.g. https://docs.github.com/en/free-pro-team@latest/actions/guides/about-packaging-with-github-actions Seems like access to this infrastructure should be free for us? Also, apparently, you can use docker containers as part of actions:...
It occurs to me that when one asks ```crew``` to install package ```A```, ```crew``` walks through the dependency tree and adds them to the _end of the queue_ of packages...
Noticed this in dmesg: ``` [ 24.936173] process '/nzbget/nzbget' started with executable stack ``` Might be related to https://github.com/nzbget/nzbget/issues/464 ? I am running ```NZBGET 21.1-testing-r2311``` on ubuntu/focal amd64. (This doesn't...
lima+X11
Is it possible short of the vsock work being completed to easily tunnel X11 connections over ssh from the lima VM to Xquartz? Obviously connected to https://github.com/lima-vm/lima/issues/2
``` flatpak run org.geany.Geany bwrap: Can't bind mount /oldroot/var/run/chrome/geany on /newroot/var/run/chrome/geany: Too many levels of symbolic links ``` bubblewrap was configured with ``` ./configure \ --disable-maintainer-mode \ --disable-man \ --with-priv-mode=setuid...