Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xenion1987/library
https://github.com/xenion1987/library
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xenion1987/library
- Owner: Xenion1987
- Created: 2023-06-02T20:13:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T07:20:05.000Z (over 1 year ago)
- Last Synced: 2023-10-12T23:58:23.162Z (over 1 year ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# library
Storing some code examples and one-line-scripts
## Get installed, started but not enabled services
```sh
grep -f <(awk '$0 ~ /(.*)\.service/ {print $1}'< <(systemctl --no-pager list-unit-files --type=service --state=disabled))< <(awk '$0 ~ /(.*)\.service/ {print $1}'< <(systemctl --no-pager list-units --type=service --state=running))
```