Alexsandr Kibal
Alexsandr Kibal
Install the basic utilities for connecting to an OpenVPN server and for using Transmission, a BitTorrent client: ``` sudo apt-get install -y transmission sudo apt-get install -y openvpn ``` In...
A local dev machine with a fresh install from the latest ISO is having issues. After running builds for a couple of packages with the ```subgraph-debian-packages``` setup this machine is...
Default HTTPS repos with tor+https that are confirmed to be functional: ``` cat /etc/apt/sources.list deb tor+https://deb.debian.org/debian stretch main contrib non-free deb-src tor+https://deb.debian.org/debian stretch main contrib non-free ## Security updates deb...
SubgraphOS uses ```git-buildpackage``` in [subgraph/subgraph-debian-packages](https://www.github.com/subgraph/subgraph-debian-packages) to build all Debian packages. All SubgraphOS software is developed with ```git``` using the ```master``` branch for upstream development and with git-buildpackage overlay style packages...