- Improved Docker installation process for Ubuntu systems
- Added support for dynamic Docker version detection
- Enhanced Docker local and online installation commands
- Implemented more robust Docker removal functionality
- Updated Docker installation to use system-specific package sources
- Added better error handling and logging for Docker operations
- Refined Docker service startup and configuration checks
- Implemented new base commands for system configuration:
* swap: Disable system swap
* selinux: Disable SELinux
* firewall: Stop and disable firewalld and ufw
* sysconfig: Modify system sysctl configuration
* ssh: Add SSH-related subcommands (key, port, config)
- Updated Config.go to initialize ConfigCache with default values
- Added new utility functions in FileUtils.go for file content manipulation
- Extended Excutor.go with HardCodeCommandExecutor method