{"id":18027050,"url":"https://github.com/nrigaudiere/unixcommands","last_synced_at":"2026-01-16T01:39:10.454Z","repository":{"id":74885175,"uuid":"71369133","full_name":"nrigaudiere/unixcommands","owner":"nrigaudiere","description":"Unix Commands","archived":false,"fork":false,"pushed_at":"2017-06-12T15:27:12.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T04:42:33.879Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/nrigaudiere.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":"2016-10-19T15:02:31.000Z","updated_at":"2021-06-20T15:32:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"96834d81-f52e-45ba-820b-6815408cbad7","html_url":"https://github.com/nrigaudiere/unixcommands","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrigaudiere%2Funixcommands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrigaudiere%2Funixcommands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrigaudiere%2Funixcommands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrigaudiere%2Funixcommands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nrigaudiere","download_url":"https://codeload.github.com/nrigaudiere/unixcommands/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247241237,"owners_count":20906965,"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-10-30T08:09:29.479Z","updated_at":"2026-01-16T01:39:10.421Z","avatar_url":"https://github.com/nrigaudiere.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# unixcommands\nUnix Commands\n\nRemove all .DS_Store files\n```bash\nsudo find / -name \".DS_Store\" -depth -exec rm {} \\;\n```\n\nDisable .DS_Store files\n```bash\ndefaults write com.apple.desktopservices DSDontWriteNetworkStores true\n```\n\nOpen all jpg files in the current subfolders \n```bash\nfind . -name \"*.jpg\" | xargs open\n```\n\nFlush OSx DNS\n```bash\nsudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder; say DNS cache flushed \n```\n\nDownload IE VMs\n```bash\ncurl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS=\"7 9 EDGE\" bash\n```\n\nList npm packages version and avoid errors\n```bash\nnpm ls --depth=0 \"$@\" 2\u003e/dev/null\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrigaudiere%2Funixcommands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnrigaudiere%2Funixcommands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrigaudiere%2Funixcommands/lists"}