{"id":22878721,"url":"https://github.com/chicunic/compute-engine-init","last_synced_at":"2025-03-31T14:31:42.263Z","repository":{"id":173518335,"uuid":"496494928","full_name":"chicunic/compute-engine-init","owner":"chicunic","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-26T02:31:18.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T20:39:46.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/chicunic.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":"2022-05-26T05:40:01.000Z","updated_at":"2024-11-26T02:31:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"297c8bf6-f672-464d-8a61-9ebfca7273cc","html_url":"https://github.com/chicunic/compute-engine-init","commit_stats":null,"previous_names":["chicunic/compute-engine-init"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicunic%2Fcompute-engine-init","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicunic%2Fcompute-engine-init/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicunic%2Fcompute-engine-init/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicunic%2Fcompute-engine-init/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chicunic","download_url":"https://codeload.github.com/chicunic/compute-engine-init/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246482816,"owners_count":20784782,"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":[],"created_at":"2024-12-13T16:30:56.291Z","updated_at":"2025-03-31T14:31:42.243Z","avatar_url":"https://github.com/chicunic.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# compute-engine-init\n\n## CentOS Stream 9 init\n\n### 1. Add SSH key to remote server\n\n```bash\nssh-copy-id -i ~/.ssh/id_ed25519.pub chicunic@\u003cremote-server\u003e\n```\n\n### 2. Disable sudo password\n\n```bash\nsudo visudo\n```\n\n### 3. Disable root password \u0026 password authentication\n\nUpdate `/etc/ssh/sshd_config`\n\n```txt\nPermitRootLogin no\nPasswordAuthentication no\n```\n\n### 4. Install useful packages\n\nExecute `1-init.sh`\n\n### 5. Install oh-my-zsh\n\nSwitch to root user for the following commands\n\n```bash\nsudo su\n```\n\nInstall oh-my-zsh\n\n```bash\ndnf install -y zsh\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n```\n\nInstall p10k\n\n```bash\ngit clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k\n```\n\nSet `ZSH_THEME=\"powerlevel10k/powerlevel10k\"` in `~/.zshrc`\n\nCopy `.p10k.zsh` in home folder and add the followings in `~/.zshrc`\n\n```txt\n# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.\n[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchicunic%2Fcompute-engine-init","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchicunic%2Fcompute-engine-init","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchicunic%2Fcompute-engine-init/lists"}