- 8 Posts
- 13 Comments
SpongeB0B@programming.devOPto
Linux@lemmy.ml•Boot on LUKS drive ( Rapsberry pi 4 )English
11·1 year agoI believe my initramfs do not support luks encryption, but the link of @[email protected] might work… 🤞
SpongeB0B@programming.devOPto
Linux@lemmy.ml•Boot on LUKS drive ( Rapsberry pi 4 )English
1·1 year agoThanks @[email protected] ! indeed https://github.com/gitbls/sdm/blob/master/Docs/Disk-Encryption.md#the-sdm-cryptconfig-script seem what I need. I’ll try
SpongeB0B@programming.devOPto
Linux@lemmy.ml•How install a package/program with all the dependencies tree to an offline devices ?English
1·1 year agoohh ! great ! I’ll see if I manage to install it on Devuan Thanks.
SpongeB0B@programming.devOPto
Linux@lemmy.ml•How install a package/program with all the dependencies tree to an offline devices ?English
2·1 year ago🤩 Woo I didn’t know
nix. It seem a better way to handle package !!!
But so if I have alreadyaptthat handle packages, is it compatible to use both on the same system !?Nix stores all packages in isolation from each other; as a result there are no /bin, /sbin, /lib or /usr directories and all packages are kept in /nix/store instead.
SpongeB0B@programming.devOPto
Linux@lemmy.ml•How install a package/program with all the dependencies tree to an offline devices ?English
1·1 year agoYes, but it’s not reliable. because even if you use a bare linux vm to download the packages and dependency, you never know if the online will have already a dependence that the offline system do not have.
no, the only way is to force the dw of the already downloaded package.
SpongeB0B@programming.devOPto
Linux@lemmy.ml•How install a package/program with all the dependencies tree to an offline devices ?English
1·1 year agoThank you very much @[email protected]
I have tried
apt-get -o Dir::Cache::archives="/to/path" install --download-only apt-offlineBut it downloaded only the .deb of apt-offline and not all the dependence tree. Most probably because this machine have them already.
now, remain to force to download also all the dependency tree even if already installed…
SpongeB0B@programming.devOPto
Linux@lemmy.ml•How install a package/program with all the dependencies tree to an offline devices ?English
2·1 year agoindeed
.appimageare an amazing thing as they do not require any special runtime or installation process !
I guess I will have to do my own.appimageof software that do not provide them
SpongeB0B@programming.devOPto
Android@lemmy.world•Where submit a feature suggestion for Android ?English
1·1 year agoThank you @[email protected] sadly it’s hosted on google … :/ https://issuetracker.google.com
If I post here on lemmy, me feature request somebody would be kind to submit to google ?
Thanks.
SpongeB0B@programming.devOPto
Android@lemmy.world•Where submit a feature suggestion for Android ?English
2·1 year agoit’s related to the GPS fix. So which is it ?
AppImage !
- Open format? Yes
- Free format? Yes
- Fully Contained Single Executable Support . Like an exe file for Windows systems Yes (the only one)
- App Size** The lowest** !
https://en.wikipedia.org/wiki/AppImage
Matrix
https://www.fosslinux.com/42410/snap-vs-flatpak-vs-appimage-know-the-differences-which-is-better.htm
https://phoenixnap.com/kb/flatpak-vs-snap-vs-appimage \
SpongeB0B@programming.devOPto
Linux@lemmy.ml•Elevate privileges between Python program ( and Inter-process_communication )English
2·2 years agoThank you very much @taaz
So you say 2 but with
unix socketso it the same as my proposal number 3 ? no ?I’ll check
capabilities
SpongeB0B@programming.devOPto
Linux@lemmy.ml•Elevate privileges between Python program ( and Inter-process_communication )English
3·2 years agoindeed I need it to be scriptable.

I’m using Devuan ( systemd free ! ) :)