1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1369
+user: Proxies\__CG__\App\Entity\User {#1370 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+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 {#320
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-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 {#321
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#315
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
The better solution:\n
--------------------\n
\n
`sudo apt-get install auditd`\n
\n
Set up watch: `sudo auditctl -w /path/to/your/file -p wa -k file_change_monitor`\n
\n
Check log: `sudo ausearch -k file_change_monitor`\n
\n
---\n
\n
Alternative solution:\n
---------------------\n
\n
If you know the file that is being edited you can set up watches with `inotifywait` and log it to a file. This may possibly not work because lsof might not be quick enough.\n
\n
`sudo apt-get install inotify-tools`\n
\n
then put this script in autostart\n
\n
```\n
\n
<span style="color:#323232;">#!/bin/bash\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">FILE_TO_MONITOR="/path/to/your/file"\n
</span><span style="color:#323232;">LOG_FILE="/path/to/logfile.txt"\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">inotifywait -m -e modify,move,create,delete --format '%w %e %T' --timefmt '%Y-%m-%d %H:%M:%S' "$FILE_TO_MONITOR" |\n
</span><span style="color:#323232;">while read path action time; do\n
</span><span style="color:#323232;"> # Get the PID of the process that last modified the file\n
</span><span style="color:#323232;"> PID=$(lsof -t "$FILE_TO_MONITOR" 2>/dev/null)\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> # Get the process name using the PID\n
</span><span style="color:#323232;"> PROCESS_NAME=$(ps -p $PID -o comm= 2>/dev/null)\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> # Log details to the file\n
</span><span style="color:#323232;"> echo "$time: File $path was $action by PID $PID ($PROCESS_NAME)" >> "$LOG_FILE"\n
</span><span style="color:#323232;">done\n
</span>\n
```\n
\n
Don’t forget to modify the values at the top of the script and make it executable.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1712118577 {#1769
date: 2024-04-03 06:29:37.0 +02:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@randomString@lemmy.world"
"@randomString@lemmy.world"
"@randomString@lemmy.world"
"@randomString@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1371 …}
+nested: Doctrine\ORM\PersistentCollection {#1379 …}
+votes: Doctrine\ORM\PersistentCollection {#2446 …}
+reports: Doctrine\ORM\PersistentCollection {#1891 …}
+favourites: Doctrine\ORM\PersistentCollection {#2409 …}
+notifications: Doctrine\ORM\PersistentCollection {#2358 …}
-id: 282044
-bodyTs: "'/bin/bash':81 '/dev/null':134,150 '/path/to/logfile.txt':88 '/path/to/your/file':16,85 '2':133,149 'action':113,161 'altern':31 'apt':6,69 'apt-get':5,68 'auditctl':14 'auditd':9 'ausearch':26 'autostart':80 'better':2 'chang':21,29 'check':23 'comm':148 'creat':94 'd':103 'delet':95 'detail':152 'done':169 'e':91,98 'echo':156 'edit':41 'enough':66 'execut':186 'file':20,28,37,54,82,87,107,126,130,155,158,168 'forget':172 'format':96 'get':7,70,116,135 'h':104 'inotifi':73 'inotify-tool':72 'inotifywait':48,89 'instal':8,71 'k':19,27 'know':35 'last':123 'log':24,50,86,151,167 'lsof':61,128 'm':90,102,105 'make':184 'may':56 'might':62 'modifi':92,124,174 'monitor':22,30,84,109,132 'move':93 'name':138,143,166 'o':147 'p':17,145 'path':112,159 'pid':118,127,141,146,163,164 'possibl':57 'process':121,137,142,165 'ps':144 'put':76 'quick':65 'read':111 'script':78,182 'set':10,44 'solut':3,32 'sudo':4,13,25,67 'time':114,157 'timefmt':100 'tool':74 'top':179 'use':139 'valu':176 'w':15,97 'wa':18 'watch':12,46 'work':59 'y':101"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6427142"
+editedAt: DateTimeImmutable @1711882531 {#1945
date: 2024-03-31 12:55:31.0 +02:00
}
+createdAt: DateTimeImmutable @1704444728 {#1368
date: 2024-01-05 09:52:08.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1369
+user: Proxies\__CG__\App\Entity\User {#1370 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+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 {#320
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-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 {#321
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#315
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
The better solution:\n
--------------------\n
\n
`sudo apt-get install auditd`\n
\n
Set up watch: `sudo auditctl -w /path/to/your/file -p wa -k file_change_monitor`\n
\n
Check log: `sudo ausearch -k file_change_monitor`\n
\n
---\n
\n
Alternative solution:\n
---------------------\n
\n
If you know the file that is being edited you can set up watches with `inotifywait` and log it to a file. This may possibly not work because lsof might not be quick enough.\n
\n
`sudo apt-get install inotify-tools`\n
\n
then put this script in autostart\n
\n
```\n
\n
<span style="color:#323232;">#!/bin/bash\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">FILE_TO_MONITOR="/path/to/your/file"\n
</span><span style="color:#323232;">LOG_FILE="/path/to/logfile.txt"\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">inotifywait -m -e modify,move,create,delete --format '%w %e %T' --timefmt '%Y-%m-%d %H:%M:%S' "$FILE_TO_MONITOR" |\n
</span><span style="color:#323232;">while read path action time; do\n
</span><span style="color:#323232;"> # Get the PID of the process that last modified the file\n
</span><span style="color:#323232;"> PID=$(lsof -t "$FILE_TO_MONITOR" 2>/dev/null)\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> # Get the process name using the PID\n
</span><span style="color:#323232;"> PROCESS_NAME=$(ps -p $PID -o comm= 2>/dev/null)\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> # Log details to the file\n
</span><span style="color:#323232;"> echo "$time: File $path was $action by PID $PID ($PROCESS_NAME)" >> "$LOG_FILE"\n
</span><span style="color:#323232;">done\n
</span>\n
```\n
\n
Don’t forget to modify the values at the top of the script and make it executable.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1712118577 {#1769
date: 2024-04-03 06:29:37.0 +02:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@randomString@lemmy.world"
"@randomString@lemmy.world"
"@randomString@lemmy.world"
"@randomString@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1371 …}
+nested: Doctrine\ORM\PersistentCollection {#1379 …}
+votes: Doctrine\ORM\PersistentCollection {#2446 …}
+reports: Doctrine\ORM\PersistentCollection {#1891 …}
+favourites: Doctrine\ORM\PersistentCollection {#2409 …}
+notifications: Doctrine\ORM\PersistentCollection {#2358 …}
-id: 282044
-bodyTs: "'/bin/bash':81 '/dev/null':134,150 '/path/to/logfile.txt':88 '/path/to/your/file':16,85 '2':133,149 'action':113,161 'altern':31 'apt':6,69 'apt-get':5,68 'auditctl':14 'auditd':9 'ausearch':26 'autostart':80 'better':2 'chang':21,29 'check':23 'comm':148 'creat':94 'd':103 'delet':95 'detail':152 'done':169 'e':91,98 'echo':156 'edit':41 'enough':66 'execut':186 'file':20,28,37,54,82,87,107,126,130,155,158,168 'forget':172 'format':96 'get':7,70,116,135 'h':104 'inotifi':73 'inotify-tool':72 'inotifywait':48,89 'instal':8,71 'k':19,27 'know':35 'last':123 'log':24,50,86,151,167 'lsof':61,128 'm':90,102,105 'make':184 'may':56 'might':62 'modifi':92,124,174 'monitor':22,30,84,109,132 'move':93 'name':138,143,166 'o':147 'p':17,145 'path':112,159 'pid':118,127,141,146,163,164 'possibl':57 'process':121,137,142,165 'ps':144 'put':76 'quick':65 'read':111 'script':78,182 'set':10,44 'solut':3,32 'sudo':4,13,25,67 'time':114,157 'timefmt':100 'tool':74 'top':179 'use':139 'valu':176 'w':15,97 'wa':18 'watch':12,46 'work':59 'y':101"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6427142"
+editedAt: DateTimeImmutable @1711882531 {#1945
date: 2024-03-31 12:55:31.0 +02:00
}
+createdAt: DateTimeImmutable @1704444728 {#1368
date: 2024-01-05 09:52:08.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1369
+user: Proxies\__CG__\App\Entity\User {#1370 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+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 {#320
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-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 {#321
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#315
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
The better solution:\n
--------------------\n
\n
`sudo apt-get install auditd`\n
\n
Set up watch: `sudo auditctl -w /path/to/your/file -p wa -k file_change_monitor`\n
\n
Check log: `sudo ausearch -k file_change_monitor`\n
\n
---\n
\n
Alternative solution:\n
---------------------\n
\n
If you know the file that is being edited you can set up watches with `inotifywait` and log it to a file. This may possibly not work because lsof might not be quick enough.\n
\n
`sudo apt-get install inotify-tools`\n
\n
then put this script in autostart\n
\n
```\n
\n
<span style="color:#323232;">#!/bin/bash\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">FILE_TO_MONITOR="/path/to/your/file"\n
</span><span style="color:#323232;">LOG_FILE="/path/to/logfile.txt"\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">inotifywait -m -e modify,move,create,delete --format '%w %e %T' --timefmt '%Y-%m-%d %H:%M:%S' "$FILE_TO_MONITOR" |\n
</span><span style="color:#323232;">while read path action time; do\n
</span><span style="color:#323232;"> # Get the PID of the process that last modified the file\n
</span><span style="color:#323232;"> PID=$(lsof -t "$FILE_TO_MONITOR" 2>/dev/null)\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> # Get the process name using the PID\n
</span><span style="color:#323232;"> PROCESS_NAME=$(ps -p $PID -o comm= 2>/dev/null)\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> # Log details to the file\n
</span><span style="color:#323232;"> echo "$time: File $path was $action by PID $PID ($PROCESS_NAME)" >> "$LOG_FILE"\n
</span><span style="color:#323232;">done\n
</span>\n
```\n
\n
Don’t forget to modify the values at the top of the script and make it executable.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1712118577 {#1769
date: 2024-04-03 06:29:37.0 +02:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@randomString@lemmy.world"
"@randomString@lemmy.world"
"@randomString@lemmy.world"
"@randomString@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1371 …}
+nested: Doctrine\ORM\PersistentCollection {#1379 …}
+votes: Doctrine\ORM\PersistentCollection {#2446 …}
+reports: Doctrine\ORM\PersistentCollection {#1891 …}
+favourites: Doctrine\ORM\PersistentCollection {#2409 …}
+notifications: Doctrine\ORM\PersistentCollection {#2358 …}
-id: 282044
-bodyTs: "'/bin/bash':81 '/dev/null':134,150 '/path/to/logfile.txt':88 '/path/to/your/file':16,85 '2':133,149 'action':113,161 'altern':31 'apt':6,69 'apt-get':5,68 'auditctl':14 'auditd':9 'ausearch':26 'autostart':80 'better':2 'chang':21,29 'check':23 'comm':148 'creat':94 'd':103 'delet':95 'detail':152 'done':169 'e':91,98 'echo':156 'edit':41 'enough':66 'execut':186 'file':20,28,37,54,82,87,107,126,130,155,158,168 'forget':172 'format':96 'get':7,70,116,135 'h':104 'inotifi':73 'inotify-tool':72 'inotifywait':48,89 'instal':8,71 'k':19,27 'know':35 'last':123 'log':24,50,86,151,167 'lsof':61,128 'm':90,102,105 'make':184 'may':56 'might':62 'modifi':92,124,174 'monitor':22,30,84,109,132 'move':93 'name':138,143,166 'o':147 'p':17,145 'path':112,159 'pid':118,127,141,146,163,164 'possibl':57 'process':121,137,142,165 'ps':144 'put':76 'quick':65 'read':111 'script':78,182 'set':10,44 'solut':3,32 'sudo':4,13,25,67 'time':114,157 'timefmt':100 'tool':74 'top':179 'use':139 'valu':176 'w':15,97 'wa':18 'watch':12,46 'work':59 'y':101"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6427142"
+editedAt: DateTimeImmutable @1711882531 {#1945
date: 2024-03-31 12:55:31.0 +02:00
}
+createdAt: DateTimeImmutable @1704444728 {#1368
date: 2024-01-05 09:52:08.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+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 {#320
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-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 {#321
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#315
date: 2023-11-02 13:51:08.0 +01:00
}
} |
|
Show voter details
|