e58d7058d4
feat: Redo major portion of the script
Pratik Tripathy
2024-12-20 00:43:34 +05:30
1b1ab6379d
feat(docker): Test script using docker
Pratik Tripathy
2024-12-17 22:38:34 +05:30
40deeaac17
feat: Create new user
Pratik Tripathy
2024-12-17 22:36:30 +05:30
657d6c0868
- Updated shebang for modern OSes - #!/bin/bash instead of #!/etc/bin/env bash - For unsupported OSes to be able to show error message, 2 functions must be defined before usage - Line breaks added to sources.list file
Pratik Tripathy
2021-10-27 01:49:25 +05:30
0c6cb0512c
- Fail when apt-get not found on OS - Generic method to find out os version code name - Let user decide if they want to continue on a older/newer OS version
Pratik Tripathy
2021-10-27 00:35:54 +05:30
f96590a3d4
Usage display text alignments
Pratik
2019-02-13 07:11:05 +05:30
76d3724af2
Added exit-code to file log Updated read me for -hide flag
Pratik
2019-02-13 07:07:21 +05:30
17c4e244fa
More missed renames + some more refactoring
Pratik
2019-02-13 06:46:19 +05:30
fe6872951d
get_step_status function rectification
Pratik
2019-02-13 06:01:20 +05:30
be57c15186
Refactored to achieve the Better readability - Renamed function names to be more consistent - Renamed function names to mean what thet do - Renamed variables to mean what they do
Pratik
2019-02-13 05:15:50 +05:30
fea4c400c7
Removed operations from revert_create_ssh_key Revert UFW & Fail2Ban on SSH-only failure
Pratik
2019-01-28 14:54:36 +05:30
34e63c688e
Mistakes in readme rectified
Pratik
2019-01-25 05:45:53 +05:30
ce8284695a
Added the readme file
Pratik
2019-01-25 05:42:49 +05:30
065307a80d
- Took the SSH-only section to bottom - so if something fails mid-way user would still have access to server - Noninteractive apt-get upgrade added
Pratik
2019-01-23 07:31:49 +05:30
07f9089e3d
- Display red text for Revert Op display - Switched to "service" from "systemctl" to accomodate Ubuntu 14 - Bugfix
Pratik
2019-01-23 05:04:27 +05:30
91495769b4
- Added source.list change for Ubuntu - Verbose method for deluser - on error - Bugfix - Fail2ban config failure reverted everything. Only fail2ban needs to be reverted - Other minor bug fixes
Pratik
2019-01-23 02:48:13 +05:30