How do I run a Bash script in an Alpine Docker container?
I have a directory containing only two files, Dockerfile and sayhello.sh:
.
├── Dockerfile
└── sayhello.sh
The Dockerfile reads
FROM alpine
COPY sayhello.sh sayhello.sh
CMD ["sayhello.sh"...
tcpdump is the world’s premier network analysis tool—combining both power and simplicity into a single command-line interface. This guide will show
Tcpdump write pcap to remote server with file rotation
I'm trying to run tcpdump on linux machine, which needs to write pcap on the remote server with file rotation every 10 seconds.
tcpdump -s0 -i eth0 -G 10 -w - | ssh {remote_ip} "cat > capture_%...
The Power of Zero-Trust Architecture: Building a Secure Internal Network with Nebula
Imagine if we could establish a level of trust that in our network, we can verify with certainty that a computer really is who it says it is. By bringing mutual authentication and trust into networking, we can better make security decisions on when connections should be allowed. This can enable our services to talk to each other securely over the global internet, and reduce the dependence on a a trusted perimeter.
I have created Nix Flake for Livebook if you are interested. This Flake takes care of all dependencies that you would need I plan on expanding it with more OTP-related projects to be more like Fenix but for OTP related stuff.
Scaling Video with FFMPEG: Tips and Tricks for Optimal Results - Trixpark Blog
FFMPEG is a powerful tool for working with video and audio files, offering a wide range of features for encoding, decoding, transcoding, and manipulating media. […]
Bash is great for automating little tasks, but sometimes a little script you think will take a minute to write turns into a half hour or more. This is the story of one of those half-hour scripts. I…
Internxt: Open Source Encrypted Cloud Storage for Linux
Internxt is a cloud storage service alternative to Google Drive. It’s built for absolute privacy and military-grade security with zero-knowledge file storage.
Nebula Graph - An Open Source, Distributed and High Performant Graph Database
Featuring horizontal scalability, strong data consistency, high availability, and SQL-like query language, Nebula Graph database enables you to get insight out of your connected data. Get it now. For free