{"id":25914486,"url":"https://github.com/divonisimon97/linux-system-administration-automation","last_synced_at":"2026-04-17T04:03:09.989Z","repository":{"id":278981622,"uuid":"937348966","full_name":"divonisimon97/Linux-System-Administration-Automation","owner":"divonisimon97","description":"In this project, I automate essential Linux system administration tasks using Bash scripting. It covers user and group management, permission settings, SSH configuration, and scheduled maintenance tasks.","archived":false,"fork":false,"pushed_at":"2025-02-28T19:20:55.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T22:58:26.024Z","etag":null,"topics":["administration","automation-scripts","bash-script","linux"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/divonisimon97.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-22T21:28:57.000Z","updated_at":"2025-02-28T19:20:57.000Z","dependencies_parsed_at":"2025-02-28T22:58:27.471Z","dependency_job_id":null,"html_url":"https://github.com/divonisimon97/Linux-System-Administration-Automation","commit_stats":null,"previous_names":["divonisimon97/windows-linux-system-administration","divonisimon97/linux-system-administration-automation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divonisimon97%2FLinux-System-Administration-Automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divonisimon97%2FLinux-System-Administration-Automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divonisimon97%2FLinux-System-Administration-Automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divonisimon97%2FLinux-System-Administration-Automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divonisimon97","download_url":"https://codeload.github.com/divonisimon97/Linux-System-Administration-Automation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241652964,"owners_count":19997578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["administration","automation-scripts","bash-script","linux"],"created_at":"2025-03-03T11:20:56.908Z","updated_at":"2026-04-17T04:03:09.949Z","avatar_url":"https://github.com/divonisimon97.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003ch1\u003eLinux System Administration Automation \u003c/h1\u003e\n\n\u003ch2\u003eDescription\u003c/h2\u003e\nIn this project, I automate essential Linux system administration tasks using Bash scripting. It covers user and group management, permission settings, SSH configuration, and scheduled maintenance tasks. \n\u003cbr /\u003e\n\n\n\u003ch2\u003eLanguages and Utilities Used\u003c/h2\u003e\n\n- \u003cb\u003eTerminal \u003c/b\u003e\n\n\u003ch2\u003eEnvironments Used \u003c/h2\u003e\n\n- \u003cb\u003eLinux\u003c/b\u003e (6.11.2)\n\n\u003ch2\u003eProgram walk-through:\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\nCreate a New User: \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/9ZOZ5xP.png\" height=\"80%\" width=\"80%\" alt=\"Creating a MD5-crypt hash\"/\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\nSet a Password for the User: \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/DrzgLPe.png\" height=\"80%\" width=\"80%\" alt=\"Creating a MD5-crypt hash\"/\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\nAdd User to the Sudo Group (admin privileges) \u0026 Confirm User: \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/hFZbmHX.png\" height=\"80%\" width=\"80%\" alt=\"Creating a MD5-crypt hash\"/\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\nCreate a New Group \u0026 Add New User to Group: \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/k6aHhZU.png\" height=\"80%\" width=\"80%\" alt=\"Creating a MD5-crypt hash\"/\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\nSetting Directory Permissions (assigning group ownership to \"itadmins\" - granting read, write, and execute - ensuring new files inherit the group): \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/VDVEGhn.png\" height=\"80%\" width=\"80%\" alt=\"Creating a MD5-crypt hash\"/\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\nEnabling, Starting, and Checking Status of SSH Server: \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/LeQjbAU.png\" height=\"80%\" width=\"80%\" alt=\"Creating a MD5-crypt hash\"/\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\nCreate the Script File \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/kOtcFwN.png\" height=\"80%\" width=\"80%\" alt=\"Creating a MD5-crypt hash\"/\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\nWrite the Script File \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/Kr0nDGE.png\" height=\"80%\" width=\"80%\" alt=\"Creating a MD5-crypt hash\"/\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\nMake the Script File Executable \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/9Wew8ux.png\" height=\"80%\" width=\"80%\" alt=\"Creating a MD5-crypt hash\"/\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\nRun the Script \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/0TtUnmG.png\" height=\"80%\" width=\"80%\" alt=\"Creating a MD5-crypt hash\"/\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\nScheduled Task to Clean Logs \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/YiNmJVP.png\" height=\"80%\" width=\"80%\" alt=\"Creating a MD5-crypt hash\"/\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\nFinal Check for Users \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/z0evHrd.png\" height=\"80%\" width=\"80%\" alt=\"Creating a MD5-crypt hash\"/\u003e\n\n\n\u003c/p\u003e\n\n\u003c!--\n ```diff\n- text in red\n+ text in green\n! text in orange\n# text in gray\n@@ text in purple (and bold)@@\n```\n--!\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivonisimon97%2Flinux-system-administration-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivonisimon97%2Flinux-system-administration-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivonisimon97%2Flinux-system-administration-automation/lists"}