{"id":18725714,"url":"https://github.com/skye-z/devkit-shell","last_synced_at":"2026-04-09T02:01:41.983Z","repository":{"id":144562481,"uuid":"182912223","full_name":"skye-z/DevKit-Shell","owner":"skye-z","description":"This is a Java server environment installation script to help developers quickly build Java project-related environment.","archived":false,"fork":false,"pushed_at":"2019-04-23T03:25:51.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T12:07:39.118Z","etag":null,"topics":["java","linux","mysql","redis","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skye-z.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-04-23T02:43:12.000Z","updated_at":"2022-04-08T04:03:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ac400e1-b4d8-4793-954a-42d673a0c905","html_url":"https://github.com/skye-z/DevKit-Shell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skye-z/DevKit-Shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skye-z%2FDevKit-Shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skye-z%2FDevKit-Shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skye-z%2FDevKit-Shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skye-z%2FDevKit-Shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skye-z","download_url":"https://codeload.github.com/skye-z/DevKit-Shell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skye-z%2FDevKit-Shell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["java","linux","mysql","redis","shell"],"created_at":"2024-11-07T14:11:28.618Z","updated_at":"2026-04-09T02:01:41.966Z","avatar_url":"https://github.com/skye-z.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stacks Dev Kit Shell\n\n[![](https://img.shields.io/badge/version-1.0.1-brightgreen.svg)](https://github.com/skai-zhang/DevKit-Shell/commits/master)  [![](https://img.shields.io/badge/license-GLPv3-red.svg)](https://github.com/skai-zhang/DevKit-Shell/blob/master/LICENSE)\n\n支持系统: Debian\n\n支持组件: OpenJDK、MySQL、Redis\n\n## 使用方法\n\n在服务器上使用`root`权限登录, 然后复制粘贴下方代码, 回车开始执行\n\n\u003e wget -N --no-check-certificate https://raw.githubusercontent.com/skai-zhang/DevKit-Shell/master/devkit.sh \u0026\u0026 bash devkit.sh\n\n## 组件指令\n\nMySQL\n\n* 启动: `service mysql start`\n* 停止: `service mysql stop`\n* 重启: `service mysql restart`\n\nRedis\n\n* 启动: `service redis start`\n* 停止: `service redis stop`\n* 重启: `service redis restart`\n\n## 更多操作\n\n### MySQL启用远程访问:\n\n为了保证数据库安全, 这里不会直接授权`root`账户\n\n我们先创建一个账户`remote`, 密码设为`remote@psd`\n\n``` sql\nCREATE USER 'remote'@'%' IDENTIFIED BY 'remote@psd';\n```\n\n然后为这个账户授权\n\n```sql\ngrant all on *.* to 'remote'@'%';\n```\n\n最后刷新一下权限\n\n```sql\nflush privileges;\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskye-z%2Fdevkit-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskye-z%2Fdevkit-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskye-z%2Fdevkit-shell/lists"}