{"id":22337695,"url":"https://github.com/mkdika/debug-on-linux","last_synced_at":"2026-05-05T12:33:56.917Z","repository":{"id":102257682,"uuid":"214573865","full_name":"mkdika/debug-on-linux","owner":"mkdika","description":"Docs, Notes, References and Supporting Tools about Debugging on Linux","archived":false,"fork":false,"pushed_at":"2019-10-12T03:55:04.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T08:27:35.418Z","etag":null,"topics":["ansible","debugging-tools","linux","notes","tips-and-tricks","vagrant"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkdika.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-10-12T03:53:59.000Z","updated_at":"2019-10-12T03:55:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac47c7a7-1209-4002-a965-17b87eae9c37","html_url":"https://github.com/mkdika/debug-on-linux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mkdika/debug-on-linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdika%2Fdebug-on-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdika%2Fdebug-on-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdika%2Fdebug-on-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdika%2Fdebug-on-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkdika","download_url":"https://codeload.github.com/mkdika/debug-on-linux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdika%2Fdebug-on-linux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32649596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ansible","debugging-tools","linux","notes","tips-and-tricks","vagrant"],"created_at":"2024-12-04T06:11:03.507Z","updated_at":"2026-05-05T12:33:56.876Z","avatar_url":"https://github.com/mkdika.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Debug on Linux\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](/LICENSE)\n\nDocs, references, notes, tip \u0026 tricks, and supporting tools for Debugging on Linux.\n\n\n## Vagrant \u0026 Environment Provision\n\nThe vagrant vm template to ease tool \u0026 utilities provision.\n\n### Requirement\n\n- [Install VirtualBox](https://www.virtualbox.org/wiki/Downloads), I use VirtualBox 6.0\n- [Install Vagrant](https://www.vagrantup.com/docs/installation/), I use Vagrant 2.2\n- [Install Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html), I use Ansible 2.8\n\n### Running\n\n```bash\n# To create, start and provision Vagrant for the first time\nvagrant up\n\n# To re-provision Vagrant (need to 'vagrant up' beforehand)\nvagrant provision\n\n# To remote (ssh) inside Vagrant\nvagrant ssh\n\n# To stop Vagrant\nvagrant halt\n\n# To check Vagrant status\nvagrant status\n\n# To destroy (remove) Vagrant\nvagrant destroy\n```\n\n### Customization\n\n- __Hardware specs__\n\n  Vagrant vm specs by default is:\n  - CPUs: 2\n  - Memory: 2GB\n  - Storage: 10GB\n\n  You can customize it by set the environment variable in host OS, as:\n  - `VAGRANT_CPUS`, for number of CPUs. eg. `VAGRANT_CPUS=4`\n  - `VAGRANT_MEMORY`, for number of memory in MB. eg. `VAGRANT_MEMORY=4096`\n  - `VAGRANT_STORAGE`, for number of storage. eg. `VAGRANT_STORAGE=20GB`\n\n  You will need to pre-install Vagrant's disksize plugin in order to ease the storage size customization.\n  To install the plugin, run:\n\n  ```bash\n  vagrant plugin install vagrant-disksize\n  ```\n\n  Destroy and re-up Vagrant if been exists.\n\n\n\n## License\n\nLicense under the MIT license. See [LICENSE](/LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkdika%2Fdebug-on-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkdika%2Fdebug-on-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkdika%2Fdebug-on-linux/lists"}