Below you will find pages that utilize the taxonomy term “Linux”
June 3, 2025
ZFS file system: transfer some directories only
using zfs send/receive, by leveraging snapshot pruning
transfer only some directories of a zpool/dataset
1. Create initial snapshot
|
|
2. Remove unwanted directories (not to be transferred)
|
|
3. Create second snapshot (only includes wanted directories)
|
|
4. Send only the second snapshot, with compression (-c for compressed stream)
|
|
5. Destroy snapshot @002 (cleanup)
|
|
6. Rollback to the original full snapshot
|
|
7. Destroy snapshot @001 (final cleanup)
|
|
April 3, 2025
Finding a Login Protection Solution
Finding a Login Protection Solution
For any website, robust login protection is crucial. Existing solutions often fall short of my requirements:
- Security
- Dynamic capability
- Resistance to brute force attacks
I analyzed many options and initially considered Aerospike and ScyllaDB as ideal solutions. However, I abandoned these ideas because they proved too difficult to compile from source on standard Linux systems. I attempted builds on both Debian and Alpine with no success.
April 1, 2025
Time is Basic Elements to ALL
Because of we need to sync the timer of linux server.. The system provided service is too active to try to connect unknow server, so, write a C prog to do it..
|
|
You can use ‘-h/–help’ to print the help info.