robox

授权协议 Readme
开发语言 SHELL
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 乐欣可
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Roboxes

Generic base boxes, providing a variety of operating systems, and available across a number of different virtualized platforms.

Website

https://roboxes.org

Vagrant Boxes

https://app.vagrantup.com/generic
https://app.vagrantup.com/lavabit
https://app.vagrantup.com/lineage

Docker Images

https://hub.docker.com/u/roboxes/
https://hub.docker.com/u/lavabit/

The templates in this repo require a current version of packer, (1.3.4+) and in some cases, make use of features which haven't been officially merged and/or released yet. Use the res/providers/packer.sh script to build an appropriately patched packer binary.

Pending Tasks

Update VirtualBox from 5.2 to 6.1 (will require changes to the NetBSD boot command/timing)
Update Packer from 1.6.6 to latest (the preceding task is a prerequisite)

Generate docker variants for the Ubuntu/Debian/Alpine configurations
Add upload/delete/release functions to robox.sh
Add vagrant user password randomization logic to the bundled Vagrantfiles
Add init based test, and SSH command test to the box test and check script

Pending Additions

Submit a pull request with your favorite distro.

Operating System Requests

The following variants of existing builds have been requested, and will be added at a future date, when time allows (or someone submits a pull request).

CentOS Stream
Fedora Rawhide
OpenSUSE Tumbleweed

The following operating systems have been requested by a member of the robox community, but require a volunteer, so they can be incorporated into the robox workflow.

Haiku
Minix
Parrot
SmartOS

Operating System Candidates

The following operating systems are on my personal list, but haven't been added because of various resource contraints.

Manjaro
Mint
OpenSolaris
Slackware

MacOS
ReactOS
Windows

Tails
Kali

Donate

The roboxes are maintained by volunteers, and provided for free. As such we rely on donations to cover the cost of the hardware, and bandwidth. If you find this project useful, and would like to see it grow, please help by making a Bitcoin, Bitcoin Cash, Monero or monetary donation. If you represent a public cloud, and would like to provide infrastructure support, please contact us directly, or open a ticket.

Monero8B3BsNGvpT3SAkMCa672FaCjRfouqnwtxMKiZrMx27ry1KA7aNy5J4kWuJBBRfwzsKZrTvud2wrLH2uvaDBdBw9cSrVRzxC

Bitcoin3NKSTPEeTGmuA95CGGqnyi3zPASSApLZbE

Bitcoin Cashqqxyedtn68jg84w4mkd3vsw2nu6pgkydnudza0ed0m

Roboxes is maintained by Ladar Levison, with infrastructure provided by Lavabit LLC.

  • anbox是啥? anbox是一个与doker类似的虚拟化技术,不同之处是anbox专用于安卓的虚拟化,docker是通用的虚拟化技术。 因此,anbox更轻量级,适合资源少的嵌入式设备虚拟化。 robox主要源码入口: #include "anbox/daemon.h" #include "anbox/utils.h" int main(int argc, char

  • 通过对robots.txt文件的分析,发现这个文件都有一个共同点,那就是都含有"User-agent:*"这个关键字,所以我们可以利用Google Hack来查找网站的robots.txt 我们只需要在Google里输入 intext:"User-agent:*" inurl:robots.txt" intext:"Mediapartners-Google" inurl:"robots.txt"

  • signal.cpp 名称就代表了文件的内容(c++代码的好处之一是见名知意(当然,指的是高手写的代码每一串字符都具备注释功能,水平菜的人写的代码不存在这个情况)),捕获系统信号,屏蔽掉默认的系统信号处理函数,转发给应用程序进程处理。 目的:让app可以在退出之前,以合理的顺序销毁资源占用,例如用gpl 3d渲染,内存资源,端口资源等。 external/process-cpp-minimal/s

  • 如果安装过程中有获取deb包失败的情况,请根据提示中的网址,手动下载安装,然后重新安装没成功的包。 sudo apt install dpkg libncurses5-dev libncursesw5-dev libssl-dev cmake cmake-data debhelper dbus google-mock libboost-dev libboost-filesystem-dev lib

相关阅读

相关文章

相关问答

相关文档