Ubuntu16.04 installing cuckoo sandbox under
cuckoo installation and configuration
1, Main functions of cuckoo
Cuckoo is a security mechanism to isolate and execute unknown and untrusted software. Malware analysis sandbox is generally used to automatically and dynamically execute untrusted software in an isolated environment, and then extract the process behavior, network behavior, ...
Added by tearrek on Tue, 01 Feb 2022 04:39:38 +0200
vagrant creates a virtual machine for vmbox and installs mysql and redis for docker
1, Install vmbox and vagrant
1. Download address
Vagrant: https://releases.hashicorp.com/vagrant/2.2.5/vagrant_2.2.5_x86_64.msi
==VirtualBox: == https://download.virtualbox.org/virtualbox/6.0.10/VirtualBox-6.0.10-132072-Win.exe
Remember to turn on cpu virtualization
2. vagrant initializes the virtual machine
CUHK mirror station, such as: ...
Added by crashmaster on Wed, 22 Dec 2021 22:39:24 +0200
Expand the centos image of vagrant to 800G
The default capacity of vagrant CentOS 7.2 box is only 8G
8G?!
What can be done? This capacity will be full in a few weeks. Maybe it's for the sake of portability, but as a developer who wants to build various development environments on vagrant, the capacity of 8G can only make vagrant a chicken.
Fortunately, there are gods on the ...
Added by BlaineSch on Fri, 10 Jan 2020 19:19:07 +0200
Docker(6): Docker Swarm of Docker's Three Swordsmen
In practice, it is not enough to use a single Docker node in the production environment, so it is imperative to build a Docker cluster. However, in the face of many container cluster systems such as Kubernetes, Mesos and Swarm, how do we choose? Among them, Swarm is Docker's native, but also the simplest, easiest to learn, the ...
Added by chmpdog on Sat, 18 May 2019 13:52:01 +0300