Eric Lesiuta

Results 13 comments of Eric Lesiuta

It only happens for me when moving a folder between different volumes In my compose file I have these volumes ``` - ./srv:/srv - /mnt/datadr0:/srv/datadr0 - /mnt/datadr1:/srv/datadr1 ``` And in...

I experienced this issue as well in the class I recently TA’d (nbgrader 0.5.4 on jupyterhub 0.9.4). My solution was a script that merges cells when it detects duplicate grade_ids...

Unfortunately Flatpak or AppImage won't work since picosnitch uses the BPF Compiler Collection (BCC) which hasn't been packaged for either, and packaging BPF programs with them might not even be...

I would like to have a package and repository for Fedora, unfortunately I don't have time to look into it myself. If there's anyone who knows how or is willing...

I wrote a [small program ](https://github.com/elesiuta/picosnitch) inspired by this one a while back with this exact feature as well as the option to upload the checksums to VirusTotal. I recently...

Closing since I don't think this is going to happen, and I just added packages for a number of distros on [copr](https://copr.fedorainfracloud.org/coprs/elesiuta/picosnitch/) and [open build service](https://download.opensuse.org/repositories/home:/elesiuta/), and new issue(s) can...

There is now a fedora package you can install from [copr](https://copr.fedorainfracloud.org/coprs/elesiuta/picosnitch/) !

> [process_sniffer](https://github.com/thewh1teagle/process_sniffer) it's working but it has bad performance and it's not reliable (I think it doesn't catch all the packets) Neat, this is similar to a very early prototype...

I've been considering this for the past few releases. Originally a single file made it easier to distribute and run for less experienced users, but now it's grown to the...

I pushed the branch here https://github.com/elesiuta/picosnitch/tree/split-file where I just split the script into a module with no other changes or fixes for packaging, systemd, daemonizing, etc, and needs to be...