{"id":29760773,"url":"https://github.com/xmbgit/scripts","last_synced_at":"2026-04-11T08:02:59.394Z","repository":{"id":284864522,"uuid":"952302220","full_name":"xmbgit/scripts","owner":"xmbgit","description":"Scripts I use on my Ubuntu Server. Add to your path for highest utility. ","archived":false,"fork":false,"pushed_at":"2025-06-17T13:26:37.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T14:31:18.886Z","etag":null,"topics":["bash-script","linux","scripts","shell","shell-script","ubuntu","ubuntu-server"],"latest_commit_sha":null,"homepage":"","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/xmbgit.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,"zenodo":null}},"created_at":"2025-03-21T04:04:31.000Z","updated_at":"2025-06-17T13:26:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"1ef1f51a-2fb7-42d9-b00f-615f7e8de61b","html_url":"https://github.com/xmbgit/scripts","commit_stats":null,"previous_names":["mbrepos/applesauce","xmbgit/scripts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xmbgit/scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmbgit%2Fscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmbgit%2Fscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmbgit%2Fscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmbgit%2Fscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xmbgit","download_url":"https://codeload.github.com/xmbgit/scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmbgit%2Fscripts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267225930,"owners_count":24056228,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"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":["bash-script","linux","scripts","shell","shell-script","ubuntu","ubuntu-server"],"created_at":"2025-07-26T20:10:47.556Z","updated_at":"2026-04-11T08:02:59.097Z","avatar_url":"https://github.com/xmbgit.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scripts\nThis  repository consists  of scripts I use on my Ubuntu Server. Achitecture independent and used to automate many administrative tasks.\n\nFeel free to use them as you wish. Some are incredibly complex, more are incredibly simple and useful.\n\nTo add these to your path use:\n\n```bash\n# Add ~/scripts to PATH if it exists\nif [ -d \"$HOME/scripts\" ]; then\n    export PATH=\"$HOME/scripts:$PATH\"\nfi\n```\n\nThe following only executes the encased commands if the shell is interactive. Otherwise, the `.bashrc` additions would interfere with non-interactive commands like `scp` and `rsync`\n```bash\n# If running interactively, execute the following commands \n\nif [ -n \"$PS1\" ]; then \n    echo -e \"\\e[31mRed Text\\e[0m\" \n    echo -e \"NOTICE: VIEW SCRIPTS WITH lscripts \\n\\e[31mSCRIPTS AVAILABLE ARE:\\e[0m $(lscripts)\\n\" \n    echo \"Today is $(date)\" \n    echo \"Welcome Home Master $(whoami)\" \n    echo \"Executing Bash RC\" \nfi\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmbgit%2Fscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxmbgit%2Fscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmbgit%2Fscripts/lists"}