Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xenion1987/library


https://github.com/xenion1987/library

Last synced: 2 months ago
JSON representation

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))
```