{"id":20350095,"url":"https://github.com/webbestmaster/mk-11-kombo-guide","last_synced_at":"2026-06-11T14:31:07.804Z","repository":{"id":89686905,"uuid":"182388322","full_name":"webbestmaster/mk-11-kombo-guide","owner":"webbestmaster","description":"mk 11 kombo guide","archived":false,"fork":false,"pushed_at":"2019-08-17T20:27:55.000Z","size":29141,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T16:35:30.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/webbestmaster.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-20T09:48:03.000Z","updated_at":"2019-08-17T20:27:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"37a86ef7-a582-4e01-860d-a1254e3310e6","html_url":"https://github.com/webbestmaster/mk-11-kombo-guide","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webbestmaster/mk-11-kombo-guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webbestmaster%2Fmk-11-kombo-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webbestmaster%2Fmk-11-kombo-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webbestmaster%2Fmk-11-kombo-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webbestmaster%2Fmk-11-kombo-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webbestmaster","download_url":"https://codeload.github.com/webbestmaster/mk-11-kombo-guide/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webbestmaster%2Fmk-11-kombo-guide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34204177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":[],"created_at":"2024-11-14T22:28:58.690Z","updated_at":"2026-06-11T14:31:07.778Z","avatar_url":"https://github.com/webbestmaster.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MK11 Kombo Guide\n\n## Installation:\n\n### Install libpng-dev for pngquant (need for webpack):\n```bash\n$ [sudo] apt-get install --no-install-recommends gcc make libpng-dev\n```\n\n### Install other npm modules:\n```bash\n$ npm i\n```\n\n### Build app:\n```bash\n$ npm run build\n```\n\n### Other\n\n### weinre - WEb INspector REmote.\n\nInstall\n```bash\n$ [sudo] npm i [-g] weinre\n```\n\nTo run\n```bash\n$ weinre --boundHost 172.21.1.215 --httpPort 8080\n```\n\nTo bound ip\n\u003e --boundHost 172.21.1.215\n\nTo bound port\n\u003e --httpPort 8080\n\nAdd in your index.html\n```HTML\n\u003cscript src=\"http://172.21.1.215:8080/target/target-script-min.js#anonymous\"\u003e\u003c/script\u003e\n```\n\n### Fix IDEA file watching\n\n1. Add the following line to either /etc/sysctl.conf file or a new *.conf file (e.g. idea.conf) under /etc/sysctl.d/ directory:\n```\nfs.inotify.max_user_watches = 524288\n```\n\n2. Then run this command to apply the change:\n```bash\n$ sudo sysctl -p --system\n```\n\nAnd don't forget to restart your IDE.\n\nNote: the watches limit is per-account setting. If there are other programs running under the same account which also uses Inotify the limit should be raised high enough to suit needs of all of them.\n\n\n### NPM packages\n\nYou can use npm-check-updates\n```bash\n$ [sudo] npm i -g npm-check-updates\n$ ncu [-u]\n```\n\n## Setup environment for Ubuntu\nAt first install nodejs (if needed).\n\n```bash\n$ sudo apt-get clean\n$ sudo apt-get update\n$ sudo apt-get install nasm\n$ sudo apt-get install build-essential\n$ sudo apt-get install gcc\n$ sudo apt-get install --no-install-recommends -y gcc make libpng-dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebbestmaster%2Fmk-11-kombo-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebbestmaster%2Fmk-11-kombo-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebbestmaster%2Fmk-11-kombo-guide/lists"}