aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add Python script which updates DNS records using Gandi API to keep track of ↵Sylvain Herlédan2021-04-101-0/+203
| | | | machines with dynamic IP addresses.
* Pip dropped support for Python 2.x and 3.5, get bootstrap script that is ↵Sylvain Herlédan2021-01-251-5/+6
| | | | specific to these Python versions instead of the generic one when necessary.
* Put pip cache inside the virtual environment regardless of the install method.Sylvain Herlédan2018-09-171-6/+5
|
* Upgrade pip when installing Python virtual environments with the venv method.Sylvain Herlédan2018-09-171-0/+10
|
* get-pip removed support for --user option: Python venv install script adapted.Sylvain Herlédan2018-08-261-8/+8
|
* Fix typo in the script for Python environment installation.Sylvain Herlédan2018-07-111-1/+1
|
* Add script to generate random MAC addresses.Sylvain Herlédan2018-06-191-0/+28
|
* Update Python venv installation script.Sylvain Herlédan2018-06-191-13/+101
| | | | Previous script did not work anymore with recent versions of Python.
* Add small script to automatically enable numlock using systemd unit files.Sylvain Herlédan2018-01-072-0/+19
|
* Add script to create a Python virtualenv properly isolated from the system.Sylvain Herlédan2018-01-071-0/+60
|
* Add a script to use ddrescue recursively.Sylvain Herlédan2017-06-042-0/+21