
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
kitchenhosts
Advanced tools
kitchenHosts
?kitchenHosts
is a node.js based tool, that sets up your /etc/hosts
-file to match your kitchen.yml
.
This is being accomplished, by parsing it and checking for possible duplicates within the hosts-file that may exist.
Once installed it's easy. You do everything you would normally do with kitchen
, but instead you write kitchenHosts
.
For exaple
$ kitchen converge all
would become
$ kitchenHosts converge all
That's it. Plain and simple!
Bonus:
When you perform a kitchenHosts destroy
it will remove any hosts that are listed in the .kitchen.yml
.
Whoah! Keep calm, it's free :)
Make a backup first!
To install you need to:
use npm:
npm install -g
(on Linux you probably need sudo for this.)use the source from github:
npm install -g
within the clone(You will need >node.js< of course)
This is the first inital version and has no failsafes whatsoever. Keep that in mind. I will work on that, but for now 'here be dragons!'.
Also you need to set the permissions to (the folder containing ?) /etc/hosts
, so that you can read and write it from your current user!
Windows is supported and tested! (File will be at "C:\Windows\System32\drivers\etc\hosts")
FAQs
Run your kitchen with mapped hostnames
The npm package kitchenhosts receives a total of 0 weekly downloads. As such, kitchenhosts popularity was classified as not popular.
We found that kitchenhosts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.