Found 20 repositories(showing 20)
geerlingguy
Instructions and script to help you create a VirtualBox VM running macOS.
philipnewcomer
A preconfigured macOS VirtualBox VM and bootable installer creation script
patevs
Instructions and script to help you create a VirtualBox VM running MacOS.
agoodshort
macOS bash script - A script to boot from a USB stick in a VM of your VirtualBox
michaelbolanos
A lightweight CLI tool for managing VirtualBox VMs on Linux and macOS. It provides an interactive menu to list, start, and stop VMs with graceful or forced shutdown options—no need for the VirtualBox GUI. Simplify VM operations quickly with bulk commands and a handy one-liner install.
cjvalverde
First iOS App to test Xcode in a MacOS Virtual machine runing on Windows10 host. Testing full workflow from desing to install in iPhone 6s through Google Drive and AppCake (VM on VirtualBox) and directly installing it on iPhone with XCode (VM on VMWare) App with basic functionality labels and buttons to modify label contents.
jeffsauer
How to install and setup macOS inside of a VirtualBox VM running on Linux.
A small program to create a VM of macOS for VirtualBox
mini-configs
MacOs : Install and config Vagrant & VirtualBox for VM environment
niekvlessert
Unattended creation of a Debian VM in Virtualbox on macos with my preferred settings
Script to update VirtualBox 7.* version on macOS (CLI). Oracle VM VirtualBox (formerly Sun VirtualBox, Sun xVM VirtualBox and InnoTek VirtualBox) is a type-2 hypervisor for x86 virtualization developed by Oracle Corporation.
No description available
xakraz
Scripts to setup Vagrant + Virtualbox for Windows 10 VM on macOS
jlopez1172
Virtualbox - Cybersecurity Lab - VM's macOS | Security Onion | Kali-Linux | Windows Workstation
VirtualBox-App
Download VirtualBox for MacOS & Windows - Virtualization software with VM management, guest operating systems & hardware virtualization features.
stevecj
On MacOS or OS X, with minimal fuss, creates a VirtualBox VM for hosting LXC/LXD containers
maelves
Explore Virtual Machine setup with QEMU and KVM for enhanced performance and compatibility across platforms, including MacOS with HVF support. Say goodbye to VirtualBox's complexities and embrace a smoother VM experience!
In this project, I used Ubuntu Server in VirtualBox VM on macOS, to run ADGuard Home. By doing this, I'm able to filter DNS requests for all devices on my home network.
sai-kalyan-kamisetti
SOC home lab using VirtualBox, Kali Linux, Ubuntu instrumented with wazuh server & Windows VM instrumented with Sysmon + Splunk Universal Forwarder and wazuh agent. Simulates brute force, port scanning, Metasploit exploits & persistence attacks — detected and analyzed via Splunk Enterprise SIEM running on macOS.
gujralsanyam22
Recognize and manipulate faces from Python or from the command line with the world's simplest face recognIition library. Built using dlib's state-of-the-art face recognition built with deep learning. The model has an accuracy of 99.38% on the Labeled Faces in the Wild benchmark. This also provides a simple face_recognition command line tool that lets you do face recognition on a folder of images from the command line! import face_recognition image = face_recognition.load_image_file("your_file.jpg") face_locations = face_recognition.face_locations(image) Installation Requirements Python 3.3+ or Python 2.7 macOS or Linux (Windows not officially supported, but might work) Installation Options: Installing on Mac or Linux First, make sure you have dlib already installed with Python bindings: How to install dlib from source on macOS or Ubuntu Then, install this module from pypi using pip3 (or pip2 for Python 2): pip3 install face_recognition Alternatively, you can try this library with Docker, see this section. If you are having trouble with installation, you can also try out a pre-configured VM. Installing on an Nvidia Jetson Nano board Jetson Nano installation instructions Please follow the instructions in the article carefully. There is current a bug in the CUDA libraries on the Jetson Nano that will cause this library to fail silently if you don't follow the instructions in the article to comment out a line in dlib and recompile it. Installing on Raspberry Pi 2+ Raspberry Pi 2+ installation instructions Installing on FreeBSD pkg install graphics/py-face_recognition Installing on Windows While Windows isn't officially supported, helpful users have posted instructions on how to install this library: @masoudr's Windows 10 installation guide (dlib + face_recognition) Installing a pre-configured Virtual Machine image Download the pre-configured VM image (for VMware Player or VirtualBox). Usage Command-Line Interface When you install face_recognition, you get two simple command-line programs: face_recognition - Recognize faces in a photograph or folder full for photographs. face_detection - Find faces in a photograph or folder full for photographs. face_recognition command line tool The face_recognition command lets you recognize faces in a photograph or folder full for photographs. First, you need to provide a folder with one picture of each person you already know. There should be one image file for each person with the files named according to who is in the picture:
All 20 repositories loaded