1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#1831
+user: Proxies\__CG__\App\Entity\User {#1893 …}
+magazine: App\Entity\Magazine {#287
+icon: Proxies\__CG__\App\Entity\Image {#268 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#295
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#259 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#255 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#244 …}
+entries: Doctrine\ORM\PersistentCollection {#202 …}
+posts: Doctrine\ORM\PersistentCollection {#160 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#222 …}
+bans: Doctrine\ORM\PersistentCollection {#139 …}
+reports: Doctrine\ORM\PersistentCollection {#125 …}
+badges: Doctrine\ORM\PersistentCollection {#103 …}
+logs: Doctrine\ORM\PersistentCollection {#93 …}
+awards: Doctrine\ORM\PersistentCollection {#82 …}
+categories: Doctrine\ORM\PersistentCollection {#69 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#296
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#290
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1867 …}
+slug: "How-to-see-enabled-services-that-have-been-stopped-systemd"
+title: "How to see enabled services that have been stopped [systemd]"
+url: null
+body: """
Someone tell me if there is a better way to do this, but I don’t see how.\n
\n
I needed a way to see which services I have *enabled* that I have manually stopped.\n
\n
There oddly isn’t a way to do this in one command, so I had to take the output of list-unit-files ‘enabled’, and use that to filter for ‘list-units’. The command is here:\n
\n
`alias sysstop=‘systemctl list-units --state=failed,dead,exited $( systemctl list-unit-files --state=enabled --type=service | awk “/.*.service/ {print }” )’`\n
\n
So now I can remember that I need to restart mariadb and nginx at some point:\n
\n
```\n
\n
<span style="color:#323232;">$ sysstop\n
</span><span style="color:#323232;"> UNIT LOAD ACTIVE SUB DESCRIPTION \n
</span><span style="color:#323232;"> blueman-mechanism.service loaded inactive dead Bluetooth management mechanism\n
</span><span style="color:#323232;"> mariadb.service loaded inactive dead MariaDB 11.2.2 database server\n
</span><span style="color:#323232;"> NetworkManager-wait-online.service loaded active exited Network Manager Wait Online\n
</span><span style="color:#323232;"> nginx.service loaded inactive dead A high performance web server and a reverse proxy server\n
</span><span style="color:#323232;"> systemd-homed-activate.service loaded active exited Home Area Activation\n
</span><span style="color:#323232;"> systemd-networkd-wait-online.service loaded active exited Wait for Network to be Configured\n
</span>\n
```\n
\n
My other aliases are here, in case anyone finds these helpful. I use them frequently myself.\n
\n
```\n
\n
<span style="color:#323232;">alias sysdis='systemctl list-unit-files --type=service --state=disabled'\n
</span><span style="color:#323232;">alias sysdisuser='systemctl list-unit-files --type=service --state=disabled --user'\n
</span><span style="color:#323232;">alias sysen='systemctl list-unit-files --type=service --state=enabled'\n
</span><span style="color:#323232;">alias sysenuser='systemctl list-unit-files --type=service --state=enabled --user'\n
</span><span style="color:#323232;">alias sysfail='systemctl list-units --type=service --state=failed'\n
</span><span style="color:#323232;">alias sysrun='systemctl list-units --type=service --state=running'\n
</span><span style="color:#323232;">alias sysrunuser='systemctl list-units --type=service --state=running --user'\n
</span><span style="color:#323232;">alias sysstatic='systemctl list-units --type=service --state=static'\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 46
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701197013 {#1860
date: 2023-11-28 19:43:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1373 …}
+votes: Doctrine\ORM\PersistentCollection {#1901 …}
+reports: Doctrine\ORM\PersistentCollection {#2412 …}
+favourites: Doctrine\ORM\PersistentCollection {#1387 …}
+notifications: Doctrine\ORM\PersistentCollection {#1379 …}
+badges: Doctrine\ORM\PersistentCollection {#1367 …}
+children: []
-id: 17684
-titleTs: "'enabl':4 'see':3 'servic':5 'stop':9 'systemd':10"
-bodyTs: "'11.2.2':129 'activ':114,134,156,160,163 'alia':73,187,198,210,221,233,243,253,264 'alias':173 'anyon':178 'area':159 'awk':92 'better':8 'blueman-mechanism.service':117 'bluetooth':121 'case':177 'command':46,70 'configur':170 'databas':130 'dead':81,120,127,143 'descript':116 'disabl':197,208 'enabl':29,59,89,220,231 'exit':82,135,157,164 'fail':80,242 'file':58,87,193,204,216,227 'filter':64 'find':179 'frequent':185 'help':181 'high':145 'home':158 'inact':119,126,142 'isn':37 'list':56,67,77,85,191,202,214,225,237,247,257,268 'list-unit':66,76,236,246,256,267 'list-unit-fil':55,84,190,201,213,224 'load':113,118,125,133,141,155,162 'manag':122,137 'manual':33 'mariadb':105,128 'mariadb.service':124 'mechan':123 'need':20,102 'network':136,167 'networkmanager-wait-online.service':132 'nginx':107 'nginx.service':140 'odd':36 'one':45 'onlin':139 'output':53 'perform':146 'point':110 'print':94 'proxi':152 'rememb':99 'restart':104 'revers':151 'run':252,262 'see':17,24 'server':131,148,153 'servic':26,91,93,195,206,218,229,240,250,260,271 'someon':1 'state':79,88,196,207,219,230,241,251,261,272 'static':273 'stop':34 'sub':115 'sysdi':188 'sysdisus':199 'sysen':211 'sysenus':222 'sysfail':234 'sysrun':244 'sysrunus':254 'sysstat':265 'sysstop':74,111 'systemctl':75,83,189,200,212,223,235,245,255,266 'systemd-homed-activate.service':154 'systemd-networkd-wait-online.service':161 'take':51 'tell':2 'type':90,194,205,217,228,239,249,259,270 'unit':57,68,78,86,112,192,203,215,226,238,248,258,269 'use':61,183 'user':209,232,263 'wait':138,165 'way':9,22,40 'web':147"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701231232
+visibility: "visible "
+apId: "https://lemmy.nz/post/3837253"
+editedAt: DateTimeImmutable @1701898679 {#73
date: 2023-12-06 22:37:59.0 +01:00
}
+createdAt: DateTimeImmutable @1701144832 {#1846
date: 2023-11-28 05:13:52.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#1831
+user: Proxies\__CG__\App\Entity\User {#1893 …}
+magazine: App\Entity\Magazine {#287
+icon: Proxies\__CG__\App\Entity\Image {#268 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#295
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#259 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#255 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#244 …}
+entries: Doctrine\ORM\PersistentCollection {#202 …}
+posts: Doctrine\ORM\PersistentCollection {#160 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#222 …}
+bans: Doctrine\ORM\PersistentCollection {#139 …}
+reports: Doctrine\ORM\PersistentCollection {#125 …}
+badges: Doctrine\ORM\PersistentCollection {#103 …}
+logs: Doctrine\ORM\PersistentCollection {#93 …}
+awards: Doctrine\ORM\PersistentCollection {#82 …}
+categories: Doctrine\ORM\PersistentCollection {#69 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#296
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#290
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1867 …}
+slug: "How-to-see-enabled-services-that-have-been-stopped-systemd"
+title: "How to see enabled services that have been stopped [systemd]"
+url: null
+body: """
Someone tell me if there is a better way to do this, but I don’t see how.\n
\n
I needed a way to see which services I have *enabled* that I have manually stopped.\n
\n
There oddly isn’t a way to do this in one command, so I had to take the output of list-unit-files ‘enabled’, and use that to filter for ‘list-units’. The command is here:\n
\n
`alias sysstop=‘systemctl list-units --state=failed,dead,exited $( systemctl list-unit-files --state=enabled --type=service | awk “/.*.service/ {print }” )’`\n
\n
So now I can remember that I need to restart mariadb and nginx at some point:\n
\n
```\n
\n
<span style="color:#323232;">$ sysstop\n
</span><span style="color:#323232;"> UNIT LOAD ACTIVE SUB DESCRIPTION \n
</span><span style="color:#323232;"> blueman-mechanism.service loaded inactive dead Bluetooth management mechanism\n
</span><span style="color:#323232;"> mariadb.service loaded inactive dead MariaDB 11.2.2 database server\n
</span><span style="color:#323232;"> NetworkManager-wait-online.service loaded active exited Network Manager Wait Online\n
</span><span style="color:#323232;"> nginx.service loaded inactive dead A high performance web server and a reverse proxy server\n
</span><span style="color:#323232;"> systemd-homed-activate.service loaded active exited Home Area Activation\n
</span><span style="color:#323232;"> systemd-networkd-wait-online.service loaded active exited Wait for Network to be Configured\n
</span>\n
```\n
\n
My other aliases are here, in case anyone finds these helpful. I use them frequently myself.\n
\n
```\n
\n
<span style="color:#323232;">alias sysdis='systemctl list-unit-files --type=service --state=disabled'\n
</span><span style="color:#323232;">alias sysdisuser='systemctl list-unit-files --type=service --state=disabled --user'\n
</span><span style="color:#323232;">alias sysen='systemctl list-unit-files --type=service --state=enabled'\n
</span><span style="color:#323232;">alias sysenuser='systemctl list-unit-files --type=service --state=enabled --user'\n
</span><span style="color:#323232;">alias sysfail='systemctl list-units --type=service --state=failed'\n
</span><span style="color:#323232;">alias sysrun='systemctl list-units --type=service --state=running'\n
</span><span style="color:#323232;">alias sysrunuser='systemctl list-units --type=service --state=running --user'\n
</span><span style="color:#323232;">alias sysstatic='systemctl list-units --type=service --state=static'\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 46
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701197013 {#1860
date: 2023-11-28 19:43:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1373 …}
+votes: Doctrine\ORM\PersistentCollection {#1901 …}
+reports: Doctrine\ORM\PersistentCollection {#2412 …}
+favourites: Doctrine\ORM\PersistentCollection {#1387 …}
+notifications: Doctrine\ORM\PersistentCollection {#1379 …}
+badges: Doctrine\ORM\PersistentCollection {#1367 …}
+children: []
-id: 17684
-titleTs: "'enabl':4 'see':3 'servic':5 'stop':9 'systemd':10"
-bodyTs: "'11.2.2':129 'activ':114,134,156,160,163 'alia':73,187,198,210,221,233,243,253,264 'alias':173 'anyon':178 'area':159 'awk':92 'better':8 'blueman-mechanism.service':117 'bluetooth':121 'case':177 'command':46,70 'configur':170 'databas':130 'dead':81,120,127,143 'descript':116 'disabl':197,208 'enabl':29,59,89,220,231 'exit':82,135,157,164 'fail':80,242 'file':58,87,193,204,216,227 'filter':64 'find':179 'frequent':185 'help':181 'high':145 'home':158 'inact':119,126,142 'isn':37 'list':56,67,77,85,191,202,214,225,237,247,257,268 'list-unit':66,76,236,246,256,267 'list-unit-fil':55,84,190,201,213,224 'load':113,118,125,133,141,155,162 'manag':122,137 'manual':33 'mariadb':105,128 'mariadb.service':124 'mechan':123 'need':20,102 'network':136,167 'networkmanager-wait-online.service':132 'nginx':107 'nginx.service':140 'odd':36 'one':45 'onlin':139 'output':53 'perform':146 'point':110 'print':94 'proxi':152 'rememb':99 'restart':104 'revers':151 'run':252,262 'see':17,24 'server':131,148,153 'servic':26,91,93,195,206,218,229,240,250,260,271 'someon':1 'state':79,88,196,207,219,230,241,251,261,272 'static':273 'stop':34 'sub':115 'sysdi':188 'sysdisus':199 'sysen':211 'sysenus':222 'sysfail':234 'sysrun':244 'sysrunus':254 'sysstat':265 'sysstop':74,111 'systemctl':75,83,189,200,212,223,235,245,255,266 'systemd-homed-activate.service':154 'systemd-networkd-wait-online.service':161 'take':51 'tell':2 'type':90,194,205,217,228,239,249,259,270 'unit':57,68,78,86,112,192,203,215,226,238,248,258,269 'use':61,183 'user':209,232,263 'wait':138,165 'way':9,22,40 'web':147"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701231232
+visibility: "visible "
+apId: "https://lemmy.nz/post/3837253"
+editedAt: DateTimeImmutable @1701898679 {#73
date: 2023-12-06 22:37:59.0 +01:00
}
+createdAt: DateTimeImmutable @1701144832 {#1846
date: 2023-11-28 05:13:52.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#1831
+user: Proxies\__CG__\App\Entity\User {#1893 …}
+magazine: App\Entity\Magazine {#287
+icon: Proxies\__CG__\App\Entity\Image {#268 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#295
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#259 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#255 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#244 …}
+entries: Doctrine\ORM\PersistentCollection {#202 …}
+posts: Doctrine\ORM\PersistentCollection {#160 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#222 …}
+bans: Doctrine\ORM\PersistentCollection {#139 …}
+reports: Doctrine\ORM\PersistentCollection {#125 …}
+badges: Doctrine\ORM\PersistentCollection {#103 …}
+logs: Doctrine\ORM\PersistentCollection {#93 …}
+awards: Doctrine\ORM\PersistentCollection {#82 …}
+categories: Doctrine\ORM\PersistentCollection {#69 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#296
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#290
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1867 …}
+slug: "How-to-see-enabled-services-that-have-been-stopped-systemd"
+title: "How to see enabled services that have been stopped [systemd]"
+url: null
+body: """
Someone tell me if there is a better way to do this, but I don’t see how.\n
\n
I needed a way to see which services I have *enabled* that I have manually stopped.\n
\n
There oddly isn’t a way to do this in one command, so I had to take the output of list-unit-files ‘enabled’, and use that to filter for ‘list-units’. The command is here:\n
\n
`alias sysstop=‘systemctl list-units --state=failed,dead,exited $( systemctl list-unit-files --state=enabled --type=service | awk “/.*.service/ {print }” )’`\n
\n
So now I can remember that I need to restart mariadb and nginx at some point:\n
\n
```\n
\n
<span style="color:#323232;">$ sysstop\n
</span><span style="color:#323232;"> UNIT LOAD ACTIVE SUB DESCRIPTION \n
</span><span style="color:#323232;"> blueman-mechanism.service loaded inactive dead Bluetooth management mechanism\n
</span><span style="color:#323232;"> mariadb.service loaded inactive dead MariaDB 11.2.2 database server\n
</span><span style="color:#323232;"> NetworkManager-wait-online.service loaded active exited Network Manager Wait Online\n
</span><span style="color:#323232;"> nginx.service loaded inactive dead A high performance web server and a reverse proxy server\n
</span><span style="color:#323232;"> systemd-homed-activate.service loaded active exited Home Area Activation\n
</span><span style="color:#323232;"> systemd-networkd-wait-online.service loaded active exited Wait for Network to be Configured\n
</span>\n
```\n
\n
My other aliases are here, in case anyone finds these helpful. I use them frequently myself.\n
\n
```\n
\n
<span style="color:#323232;">alias sysdis='systemctl list-unit-files --type=service --state=disabled'\n
</span><span style="color:#323232;">alias sysdisuser='systemctl list-unit-files --type=service --state=disabled --user'\n
</span><span style="color:#323232;">alias sysen='systemctl list-unit-files --type=service --state=enabled'\n
</span><span style="color:#323232;">alias sysenuser='systemctl list-unit-files --type=service --state=enabled --user'\n
</span><span style="color:#323232;">alias sysfail='systemctl list-units --type=service --state=failed'\n
</span><span style="color:#323232;">alias sysrun='systemctl list-units --type=service --state=running'\n
</span><span style="color:#323232;">alias sysrunuser='systemctl list-units --type=service --state=running --user'\n
</span><span style="color:#323232;">alias sysstatic='systemctl list-units --type=service --state=static'\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 46
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701197013 {#1860
date: 2023-11-28 19:43:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1373 …}
+votes: Doctrine\ORM\PersistentCollection {#1901 …}
+reports: Doctrine\ORM\PersistentCollection {#2412 …}
+favourites: Doctrine\ORM\PersistentCollection {#1387 …}
+notifications: Doctrine\ORM\PersistentCollection {#1379 …}
+badges: Doctrine\ORM\PersistentCollection {#1367 …}
+children: []
-id: 17684
-titleTs: "'enabl':4 'see':3 'servic':5 'stop':9 'systemd':10"
-bodyTs: "'11.2.2':129 'activ':114,134,156,160,163 'alia':73,187,198,210,221,233,243,253,264 'alias':173 'anyon':178 'area':159 'awk':92 'better':8 'blueman-mechanism.service':117 'bluetooth':121 'case':177 'command':46,70 'configur':170 'databas':130 'dead':81,120,127,143 'descript':116 'disabl':197,208 'enabl':29,59,89,220,231 'exit':82,135,157,164 'fail':80,242 'file':58,87,193,204,216,227 'filter':64 'find':179 'frequent':185 'help':181 'high':145 'home':158 'inact':119,126,142 'isn':37 'list':56,67,77,85,191,202,214,225,237,247,257,268 'list-unit':66,76,236,246,256,267 'list-unit-fil':55,84,190,201,213,224 'load':113,118,125,133,141,155,162 'manag':122,137 'manual':33 'mariadb':105,128 'mariadb.service':124 'mechan':123 'need':20,102 'network':136,167 'networkmanager-wait-online.service':132 'nginx':107 'nginx.service':140 'odd':36 'one':45 'onlin':139 'output':53 'perform':146 'point':110 'print':94 'proxi':152 'rememb':99 'restart':104 'revers':151 'run':252,262 'see':17,24 'server':131,148,153 'servic':26,91,93,195,206,218,229,240,250,260,271 'someon':1 'state':79,88,196,207,219,230,241,251,261,272 'static':273 'stop':34 'sub':115 'sysdi':188 'sysdisus':199 'sysen':211 'sysenus':222 'sysfail':234 'sysrun':244 'sysrunus':254 'sysstat':265 'sysstop':74,111 'systemctl':75,83,189,200,212,223,235,245,255,266 'systemd-homed-activate.service':154 'systemd-networkd-wait-online.service':161 'take':51 'tell':2 'type':90,194,205,217,228,239,249,259,270 'unit':57,68,78,86,112,192,203,215,226,238,248,258,269 'use':61,183 'user':209,232,263 'wait':138,165 'way':9,22,40 'web':147"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701231232
+visibility: "visible "
+apId: "https://lemmy.nz/post/3837253"
+editedAt: DateTimeImmutable @1701898679 {#73
date: 2023-12-06 22:37:59.0 +01:00
}
+createdAt: DateTimeImmutable @1701144832 {#1846
date: 2023-11-28 05:13:52.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#287
+icon: Proxies\__CG__\App\Entity\Image {#268 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#295
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#259 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#255 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#244 …}
+entries: Doctrine\ORM\PersistentCollection {#202 …}
+posts: Doctrine\ORM\PersistentCollection {#160 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#222 …}
+bans: Doctrine\ORM\PersistentCollection {#139 …}
+reports: Doctrine\ORM\PersistentCollection {#125 …}
+badges: Doctrine\ORM\PersistentCollection {#103 …}
+logs: Doctrine\ORM\PersistentCollection {#93 …}
+awards: Doctrine\ORM\PersistentCollection {#82 …}
+categories: Doctrine\ORM\PersistentCollection {#69 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#296
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#290
date: 2023-11-02 13:51:08.0 +01:00
}
} |
|
Show voter details
|