Skip to main content

Posts

How to bypass Git Hooks

·2 mins
git push --no-verify is a command used to push your local changes to a remote repository without running pre-commit hooks or pre-push hooks. Pre-commit hooks and pre-push hooks are scripts that run before a commit or a push, and they are used to perform automated tests, code quality checks, or other actions that help ensure the quality and correctness of your code. You can use husky or pre-commit if you need extra features or just production ready tools.

Breaking the Barrier

·2 mins
Breaking news! Barrier is abondoned and no longer maintained. The last release was in 2022. I’m back to Synergy 3, which works as expected now, tested on a multiarch configuration with macos/windows/RPi. Barrier is an open-source KVM (Keyboard, Video, Mouse) software that allows users to share their keyboard and mouse across multiple computers. This allows users to move their cursor and type on one computer while the keyboard and mouse inputs are sent to another computer.

The correct way to benchmark your network

··6 mins
Ever tried to measure the network speed between two computers? Do you want to know how fast your local network is? Would you like to compare your WiFi and ethernet speeds? Do you want to check for faulty cables? You can do all of the above, and more, with iperf3.