Difference between revisions of "Making our own linux images"

From Gender and Tech Resources

m (Related)
m
Line 68: Line 68:
 
* [[Linux development process]]
 
* [[Linux development process]]
 
* [[Linux virtualisation]]
 
* [[Linux virtualisation]]
* [[Making our own linux images]]
 
 
* [[Installing linux]]
 
* [[Installing linux]]
 
* [[Linux applications]]
 
* [[Linux applications]]
  
 
== References ==
 
== References ==

Revision as of 14:35, 11 August 2015

Avoiding lock-ins

All live CD/DVD's focused on anonymity that use tor are based on debian. The debian branch currently suffers from the systemd lock-in.

Candidates

Distro Default installer Init Graphical installation process Boots Default package management Security applications Minimalist applications
voidlinux, independent distribution runit,uedev CD/DVD and LiveCD xbps
devuan, debian overlay sysvinit,vdev CD/DVD apt

Emergency Live USB

A minimalist Live USB for emergencies, adapted to our needs. For practice three versions: One version using tor, another with i2p, and one to be determined (for in "cut off" national internets). After that, on demand, based on the likely emergency parameters in local threat models made by gendersec people.

Candidates

Distro Default installer Init Graphical installation process Boots Default package management Security applications Minimalist applications
liberté linux, gentoo based USB none see Liberté linux, tails, whonix, freepto

Installing test environments

virtualbox

vagrant

Installing OS

devuan in vagrant with virtualbox

http://devuan.org/

voidlinux in virtualbox

http://www.voidlinux.eu/

Test driven development

Running *only* what we need while avoiding lock-ins:

Basic security

See growing list of security applications

Minimalist applications

See growing list of minimalist applications

Making gendersec live CD's, ovas and images

Resources

Related

References