
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
vagrant-layout plugin do:
$ vagrant plugin install vagrant-layout
$ vagrant layout --help
$ vagrant layout init [target]
The targets can be one of the:
ruby
)koseki/ruby
)koseki/vagrant-layout/ruby
)https://github.com/koseki/vagrant-layout/commit/e09768d
)https://github.com/koseki/vagrant-layout/tree/e09768d
)https://gist.github.com/koseki/37f61d9a02b9a48e6651
)koseki/vagrant-layout/master
At first, create project directory.
$ mkdir your_project_name
$ cd your_project_name
Download from master branch. This is default layout sample. Install Nginx to CentOS.
$ vagrant layout init
Download from php branch. Install Nginx, MySQL, PHP, php-fpm and Composer.
$ vagrant layout init php
Download from ruby branch. Install Nginx, MySQL, Ruby and Bundler.
$ vagrant layout init ruby
Download from specific commit and apply patch using gist. Install Laravel.
$ vagrant layout init https://gist.github.com/koseki/efbd631472c932ff2153
Download from specific commit and apply patch using gist. Install Rails.
$ vagrant layout init https://gist.github.com/koseki/37f61d9a02b9a48e6651
Fork this repository and create your own layout.
## default repository is vagrant-layout.
$ vagrant layout init ${github_username}/${branch_name}
$ vagrant layout init ${github_username}/${repository}/${branch_name}
Download from specific commit.
$ vagrant layout init https://github.com/koseki/vagrant-layout/commit/e73c4b21
Doble click sandbox/osx/start.command
or sandbox/win/start.command
.
On Windows:
vagrant ssh
. Git includes ssh.exe
LF
to execute shellscript. check convert-eol.bat
If you want to use proxy:
sandbox/osx/use-proxy.command
or use-proxy.bat
and edit generated config fileDobule click sandbox/osx/stop.command
or stop.bat
.
sandbox/bin/provision.sh
and commit, pushsandbox/osx/manage/provision.command
or provision.bat
You can't change old provisioning commands. Add new command blocks to provisioning.sh
.
Double click sandbox/osx/manage/uninstall.command
or uninstall.bat
.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that vagrant-layout 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.