397 liens privés
Activer le wifi sur NetworkManager Raspbian
via Shaarligor http://id-libre.org/shaarli/?bZAfhQ
#!/bin/bash
set -e
echo "Installing dependencies..."
sudo apt-get -qq update
sudo apt-get -qqy install parted
echo "Grow partition"
sudo /sbin/parted ---pretend-input-tty /dev/xvda resizepart 1 yes 100%
echo "Resize filesystem"
sudo resize2fs /dev/xvda1
à l'arrache:
gem install fpm # https://jeekajoo.eu/links/?sj8xXQ
wget https://releases.hashicorp.com/consul/0.6.3/consul_0.6.3_linux_amd64.zip
unzip -o consul_0.6.3_linux_amd64.zip
fpm --force --verbose -s dir -t deb -n consul -v 0.6.3 --url=http://consul.io --vendor=HashiCorp --description "A distributed service discovery tool" ./consul=/usr/local/bin/consul
uploadé ici: https://packagecloud.io/jeekajoo/consul/packages/debian/jessie/consul_0.6.3_amd64.deb
Bon tuto.
Ils ont juste zappé la partie systemd: http://uname.pingveno.net/blog/index.php/post/2015/05/23/Migrate-an-OpenVPN-configuration-to-Debian-8-%28Jessie%29-with-systemd
Le nom de l'unit va dépendre du nom du fichier de conf.
Par exemple, ce sera openvpn@server.service
si on a /etc/openvpn/server.conf
.
$ systemctl enable openvpn@server.service
pour activer.
Mes règles uif
(https://github.com/cajus/uif https://packages.debian.org/jessie/uif)
in+ s=all(4) p=openvpn
in+ s=all(6) p=openvpn
fw+ o=main i=vpnif
fw+ o=vpnif i=main
fw+ s=ovpnclients(4)
masq+ s=ovpnclients(4) o=main
- openvpn = protocole (udp/1194)
- vpnif = interface openvpn tun0
- main = interface principale eth0
- ovpnclients = nom du réseau openvpn
"""
DEP stands for "Debian Enhancement Proposals". DEP8 is about package testing, specifically post-install (as opposed to dh_auto_test which runs during package build, usually for unit tests). It's great for integration tests, etc. that have more interesting requirements for running than unit tests normally do.
The problem is that the spec is a little bit long in the tooth for casual reading / understanding-at-a-glance.
What follows is my own personal TL;DR version.
"""
DE NADA !
;)
Freight, alternative à reprepro (qui ne permet pas d’avoir plusieurs versions d’un même paquet).
Voir aussi aptly (https://jeekajoo.eu/links/?-BYaoQ).
"""
sbuild is used on the official buildd network to build binary packages for all supported architectures. It can also be used by individuals to prepare packages. Alternatives to sbuild are cowbuilder and pbuilder.
"""
lien via https://lists.debian.org/debian-devel/2015/05/msg00444.html
à ne pas confondre avec http://sbuild.org/ ..
Les AMI Debian Jessie.
installation complète de Debian via Debootstrap
"""
How we build, package, and deploy Python into versioned artifacts using Debian packages
"""
Python to Debian source package conversion utility
De bonnes pratiques, notamment de sécurité, sur Debian.
surtout utile sur desktop.
guide de sécurisation debian.
lire aussi http://serverfault.com/a/11669/124553
scripts pour se faire une image docker debian from scratch, grâce à debootstrap
https://github.com/jmtd/debian-docker/
j'ai fait une debian wheezy là: jeekajoo/debian:wheezy (sur le registry docker hub)