mxsr / gist:e0cad45093094789af95bb5799ddb189
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 1 month ago
| 1 | https://forum.manjaro.org/t/laptop-lid-ignored-suspend-when-externally-powered-despite-xfce-power-settings/168858/14 |
mxsr / syncthing docker-compose
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 1 month ago
| 1 | services: |
| 2 | syncthing: |
| 3 | image: ghcr.io/syncthing/syncthing |
| 4 | container_name: syncthing |
| 5 | hostname: YOUR_HOSTNAME |
| 6 | environment: |
| 7 | - PUID=1000 |
| 8 | - PGID=1000 |
| 9 | volumes: |
| 10 | - ./config:/var/syncthing/config |
mxsr / Git commit gpg sign rebase
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 1 month ago
Rebase all commits from the root commit and sign them with the (new) gpg key
git rebase --root --gpg-sign --committer-date-is-author-date --root
Rebase all commits from the root commit, sign them with the new key and reset the author
git rebase --exec 'git commit --amend --no-edit -n -S --reset-author --quiet' --committer-date-is-author-date --root
Новее
Позже