You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/content/post/diff-configs-a-nice-tool.md

24 lines
547 B
Markdown

9 years ago
---
9 years ago
date: 2015-06-14T21:00:00+01:00
9 years ago
title: Diff-configs.sh a nice tool to get your configuration changes
author: jochum
9 years ago
tags:
- Ubuntu
- Debian
- Apt
---
Since some time i use [diff-configs.sh](https://gist.github.com/matthewd/1254787) to
show all my manual config changes, its very nice to transfer them.<!--more-->
9 years ago
#### Installation
pushd .
mkdir ~/bin
wget https://gist.githubusercontent.com/matthewd/1254787/raw/diff-configs.sh -O diff-configs
chmod +x diff-configs
popd
#### Usage
sudo $(which diff-configs)