| 1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1394
+user: Proxies\__CG__\App\Entity\User {#1369 …}
+entry: App\Entity\Entry {#1810 …}
+magazine: App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+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 {#321
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-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 {#322
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#316
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
Yes, it can be done. Not to the point of deleting your key (that makes no sense - you need the key), but `ssh-agent` is what you want. Add it to your shell config and it will only ask to be unlocked once per however often you define.\n
\n
I have this function defined and called:\n
\n
```\n
\n
<span style="color:#323232;">function ssh-agent-setup() {\n
</span><span style="color:#323232;"> # SSH agent\n
</span><span style="color:#323232;"> pid_file="$HOME/.ssh/ssh-agent.pid"\n
</span><span style="color:#323232;"> SSH_AUTH_SOCK="$HOME/.ssh/ssh-agent.sock"\n
</span><span style="color:#323232;"> if [ -z "$SSH_AGENT_PID" ]\n
</span><span style="color:#323232;"> then\n
</span><span style="color:#323232;"> # no PID exported, try to get it from pidfile\n
</span><span style="color:#323232;"> SSH_AGENT_PID=$(cat "$pid_file")\n
</span><span style="color:#323232;"> fi\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> if ! kill -0 "$SSH_AGENT_PID" &> /dev/null\n
</span><span style="color:#323232;"> then\n
</span><span style="color:#323232;"> # the agent is not running, start it\n
</span><span style="color:#323232;"> rm "$SSH_AUTH_SOCK" &> /dev/null\n
</span><span style="color:#323232;"> >&2 echo "Starting SSH agent, since it's not running; this can take a moment"\n
</span><span style="color:#323232;"> eval "$(ssh-agent -s -a "$SSH_AUTH_SOCK")"\n
</span><span style="color:#323232;"> echo "$SSH_AGENT_PID" > "$pid_file"\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> >&2 echo "Started ssh-agent with '$SSH_AUTH_SOCK'"\n
</span><span style="color:#323232;"> fi\n
</span><span style="color:#323232;"> export SSH_AGENT_PID\n
</span><span style="color:#323232;"> export SSH_AUTH_SOCK\n
</span><span style="color:#323232;">}\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">ssh-agent-setup\n
</span>\n
```\n
\n
This way it stores the unlocked key in memory until the end of the session.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1706018340 {#1605
date: 2024-01-23 14:59:00.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@edinbruh@feddit.it"
]
+children: Doctrine\ORM\PersistentCollection {#1378 …}
+nested: Doctrine\ORM\PersistentCollection {#1371 …}
+votes: Doctrine\ORM\PersistentCollection {#2427 …}
+reports: Doctrine\ORM\PersistentCollection {#1902 …}
+favourites: Doctrine\ORM\PersistentCollection {#2485 …}
+notifications: Doctrine\ORM\PersistentCollection {#2483 …}
-id: 237462
-bodyTs: "'-0':95 '/dev/null':99,112 '2':113,143 'add':30 'agent':25,60,63,74,87,97,102,117,131,139,148,156,164 'ask':40 'auth':68,110,135,151,160 'call':56 'cat':89 'config':35 'defin':49,54 'delet':11 'done':5 'echo':114,137,144 'end':177 'eval':128 'export':79,154,158 'fi':92,153 'file':65,91,142 'function':53,57 'get':82 'home/.ssh/ssh-agent.pid':66 'home/.ssh/ssh-agent.sock':70 'howev':46 'key':13,21,172 'kill':94 'make':15 'memori':174 'moment':127 'need':19 'often':47 'per':45 'pid':64,75,78,88,90,98,140,141,157 'pidfil':85 'point':9 'rm':108 'run':105,122 'sens':17 'session':180 'setup':61,165 'shell':34 'sinc':118 'sock':69,111,136,152,161 'ssh':24,59,62,67,73,86,96,109,116,130,134,138,147,150,155,159,163 'ssh-agent':23,129,146 'ssh-agent-setup':58,162 'start':106,115,145 'store':169 'take':125 'tri':80 'unlock':43,171 'want':29 'way':167 'yes':1 'z':72"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.cafe/comment/3598742"
+editedAt: null
+createdAt: DateTimeImmutable @1703071656 {#1377
date: 2023-12-20 12:27:36.0 +01:00
}
} |
|
Show voter details
|
| 3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1394
+user: Proxies\__CG__\App\Entity\User {#1369 …}
+entry: App\Entity\Entry {#1810 …}
+magazine: App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+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 {#321
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-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 {#322
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#316
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
Yes, it can be done. Not to the point of deleting your key (that makes no sense - you need the key), but `ssh-agent` is what you want. Add it to your shell config and it will only ask to be unlocked once per however often you define.\n
\n
I have this function defined and called:\n
\n
```\n
\n
<span style="color:#323232;">function ssh-agent-setup() {\n
</span><span style="color:#323232;"> # SSH agent\n
</span><span style="color:#323232;"> pid_file="$HOME/.ssh/ssh-agent.pid"\n
</span><span style="color:#323232;"> SSH_AUTH_SOCK="$HOME/.ssh/ssh-agent.sock"\n
</span><span style="color:#323232;"> if [ -z "$SSH_AGENT_PID" ]\n
</span><span style="color:#323232;"> then\n
</span><span style="color:#323232;"> # no PID exported, try to get it from pidfile\n
</span><span style="color:#323232;"> SSH_AGENT_PID=$(cat "$pid_file")\n
</span><span style="color:#323232;"> fi\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> if ! kill -0 "$SSH_AGENT_PID" &> /dev/null\n
</span><span style="color:#323232;"> then\n
</span><span style="color:#323232;"> # the agent is not running, start it\n
</span><span style="color:#323232;"> rm "$SSH_AUTH_SOCK" &> /dev/null\n
</span><span style="color:#323232;"> >&2 echo "Starting SSH agent, since it's not running; this can take a moment"\n
</span><span style="color:#323232;"> eval "$(ssh-agent -s -a "$SSH_AUTH_SOCK")"\n
</span><span style="color:#323232;"> echo "$SSH_AGENT_PID" > "$pid_file"\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> >&2 echo "Started ssh-agent with '$SSH_AUTH_SOCK'"\n
</span><span style="color:#323232;"> fi\n
</span><span style="color:#323232;"> export SSH_AGENT_PID\n
</span><span style="color:#323232;"> export SSH_AUTH_SOCK\n
</span><span style="color:#323232;">}\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">ssh-agent-setup\n
</span>\n
```\n
\n
This way it stores the unlocked key in memory until the end of the session.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1706018340 {#1605
date: 2024-01-23 14:59:00.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@edinbruh@feddit.it"
]
+children: Doctrine\ORM\PersistentCollection {#1378 …}
+nested: Doctrine\ORM\PersistentCollection {#1371 …}
+votes: Doctrine\ORM\PersistentCollection {#2427 …}
+reports: Doctrine\ORM\PersistentCollection {#1902 …}
+favourites: Doctrine\ORM\PersistentCollection {#2485 …}
+notifications: Doctrine\ORM\PersistentCollection {#2483 …}
-id: 237462
-bodyTs: "'-0':95 '/dev/null':99,112 '2':113,143 'add':30 'agent':25,60,63,74,87,97,102,117,131,139,148,156,164 'ask':40 'auth':68,110,135,151,160 'call':56 'cat':89 'config':35 'defin':49,54 'delet':11 'done':5 'echo':114,137,144 'end':177 'eval':128 'export':79,154,158 'fi':92,153 'file':65,91,142 'function':53,57 'get':82 'home/.ssh/ssh-agent.pid':66 'home/.ssh/ssh-agent.sock':70 'howev':46 'key':13,21,172 'kill':94 'make':15 'memori':174 'moment':127 'need':19 'often':47 'per':45 'pid':64,75,78,88,90,98,140,141,157 'pidfil':85 'point':9 'rm':108 'run':105,122 'sens':17 'session':180 'setup':61,165 'shell':34 'sinc':118 'sock':69,111,136,152,161 'ssh':24,59,62,67,73,86,96,109,116,130,134,138,147,150,155,159,163 'ssh-agent':23,129,146 'ssh-agent-setup':58,162 'start':106,115,145 'store':169 'take':125 'tri':80 'unlock':43,171 'want':29 'way':167 'yes':1 'z':72"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.cafe/comment/3598742"
+editedAt: null
+createdAt: DateTimeImmutable @1703071656 {#1377
date: 2023-12-20 12:27:36.0 +01:00
}
} |
|
Show voter details
|
| 4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1394
+user: Proxies\__CG__\App\Entity\User {#1369 …}
+entry: App\Entity\Entry {#1810 …}
+magazine: App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+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 {#321
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-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 {#322
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#316
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
Yes, it can be done. Not to the point of deleting your key (that makes no sense - you need the key), but `ssh-agent` is what you want. Add it to your shell config and it will only ask to be unlocked once per however often you define.\n
\n
I have this function defined and called:\n
\n
```\n
\n
<span style="color:#323232;">function ssh-agent-setup() {\n
</span><span style="color:#323232;"> # SSH agent\n
</span><span style="color:#323232;"> pid_file="$HOME/.ssh/ssh-agent.pid"\n
</span><span style="color:#323232;"> SSH_AUTH_SOCK="$HOME/.ssh/ssh-agent.sock"\n
</span><span style="color:#323232;"> if [ -z "$SSH_AGENT_PID" ]\n
</span><span style="color:#323232;"> then\n
</span><span style="color:#323232;"> # no PID exported, try to get it from pidfile\n
</span><span style="color:#323232;"> SSH_AGENT_PID=$(cat "$pid_file")\n
</span><span style="color:#323232;"> fi\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> if ! kill -0 "$SSH_AGENT_PID" &> /dev/null\n
</span><span style="color:#323232;"> then\n
</span><span style="color:#323232;"> # the agent is not running, start it\n
</span><span style="color:#323232;"> rm "$SSH_AUTH_SOCK" &> /dev/null\n
</span><span style="color:#323232;"> >&2 echo "Starting SSH agent, since it's not running; this can take a moment"\n
</span><span style="color:#323232;"> eval "$(ssh-agent -s -a "$SSH_AUTH_SOCK")"\n
</span><span style="color:#323232;"> echo "$SSH_AGENT_PID" > "$pid_file"\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> >&2 echo "Started ssh-agent with '$SSH_AUTH_SOCK'"\n
</span><span style="color:#323232;"> fi\n
</span><span style="color:#323232;"> export SSH_AGENT_PID\n
</span><span style="color:#323232;"> export SSH_AUTH_SOCK\n
</span><span style="color:#323232;">}\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">ssh-agent-setup\n
</span>\n
```\n
\n
This way it stores the unlocked key in memory until the end of the session.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1706018340 {#1605
date: 2024-01-23 14:59:00.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@edinbruh@feddit.it"
]
+children: Doctrine\ORM\PersistentCollection {#1378 …}
+nested: Doctrine\ORM\PersistentCollection {#1371 …}
+votes: Doctrine\ORM\PersistentCollection {#2427 …}
+reports: Doctrine\ORM\PersistentCollection {#1902 …}
+favourites: Doctrine\ORM\PersistentCollection {#2485 …}
+notifications: Doctrine\ORM\PersistentCollection {#2483 …}
-id: 237462
-bodyTs: "'-0':95 '/dev/null':99,112 '2':113,143 'add':30 'agent':25,60,63,74,87,97,102,117,131,139,148,156,164 'ask':40 'auth':68,110,135,151,160 'call':56 'cat':89 'config':35 'defin':49,54 'delet':11 'done':5 'echo':114,137,144 'end':177 'eval':128 'export':79,154,158 'fi':92,153 'file':65,91,142 'function':53,57 'get':82 'home/.ssh/ssh-agent.pid':66 'home/.ssh/ssh-agent.sock':70 'howev':46 'key':13,21,172 'kill':94 'make':15 'memori':174 'moment':127 'need':19 'often':47 'per':45 'pid':64,75,78,88,90,98,140,141,157 'pidfil':85 'point':9 'rm':108 'run':105,122 'sens':17 'session':180 'setup':61,165 'shell':34 'sinc':118 'sock':69,111,136,152,161 'ssh':24,59,62,67,73,86,96,109,116,130,134,138,147,150,155,159,163 'ssh-agent':23,129,146 'ssh-agent-setup':58,162 'start':106,115,145 'store':169 'take':125 'tri':80 'unlock':43,171 'want':29 'way':167 'yes':1 'z':72"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.cafe/comment/3598742"
+editedAt: null
+createdAt: DateTimeImmutable @1703071656 {#1377
date: 2023-12-20 12:27:36.0 +01:00
}
} |
|
Show voter details
|
| 5 |
DENIED
|
edit
|
App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+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 {#321
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-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 {#322
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#316
date: 2023-11-02 13:51:08.0 +01:00
}
} |
|
Show voter details
|