1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1365
+user: Proxies\__CG__\App\Entity\User {#1378 …}
+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: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2476 …}
+body: """
You need to learn bash scripting. Also, there are a few default files that the .bashrc uses which can be helpful to compartmentalize the custom things you do to it so that it's easier to undo if you screw something up. To do that, just add this to the bottom of your .bashrc\n
\n
```\n
if [ -f ~/.bash_custom ]; then\n
. ~/.bash_custom\n
fi\n
\n
```\n
\n
What that will do is check if the .bash_custom file exists and then run the .bash_custom file in your home directory and apply anything in there. Also, you can call the file whatever you like, but bash does have some defaults that it will check for and run them without editing the .bashrc at all. It's kind of hard to find a list of the the files that it automatically checks for, but I know that .bash_aliases is one of them, and I think it checks .bash_commands as well, but I'm not entirely sure. Either way, you can force it to check your custom one by using the code above.\n
\n
Then you can create the file and add any custom things in there that you like. For example, I like to frequently update through the terminal but running `sudo apt update && sudo apt upgrade && sudo apt autoremove && flatpak upgrade` was a bit tedious and I wanted a bit less feedback so I made a custom alias for my personal use.\n
\n
`alias update='echo "Updating packages..."; sudo apt update -y &> /dev/null; echo "Packages updated."; echo "Upgrading packages..."; sudo apt upgrade -y &> /dev/null; echo "Packages upgraded."; echo "Cleaning up packges..."; sudo apt autoremove -y &> /dev/null; echo "Packages cleaned up."; echo "Updating flatpaks..."; flatpak update -y &> /dev/null; echo "Flatpaks updated."'`\n
\n
Which hides most of the text from updating and just gives me feedback on what it's currently doing if I don't really care to know all of the details. So now I just run `update` in the terminal and plug in my password and it updates and upgrades everything in a human readable way.\n
\n
There's a lot that can be done with bash scripting, like editing files, iterating over files and directories, setting environment variables. It's basically a full programming language so the limits are mostly your imagination.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1704296083 {#1605
date: 2024-01-03 16:34:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@gary_host_laptop@lemmy.ml"
"@thejml@lemm.ee"
"@gary_host_laptop@lemmy.ml"
"@thejml@lemm.ee"
"@gary_host_laptop@lemmy.ml"
"@thejml@lemm.ee"
"@gary_host_laptop@lemmy.ml"
"@thejml@lemm.ee"
"@gary_host_laptop@lemmy.ml"
"@thejml@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2355 …}
+nested: Doctrine\ORM\PersistentCollection {#2167 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#2440 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 276708
-bodyTs: "'/.bash_custom':57,59 '/dev/null':246,257,269,280 'add':47,184 'alia':232,237 'alias':141 'also':7,89 'anyth':86 'appli':85 'apt':206,209,212,243,254,266 'automat':133 'autoremov':213,267 'bash':5,69,77,99,140,151,349 'bashrc':16,54,115 'basic':364 'bit':218,224 'bottom':51 'call':92 'care':308 'check':66,107,134,150,168 'clean':262,272 'code':175 'command':152 'compartment':23 'creat':180 'current':301 'custom':25,70,78,170,186,231 'default':12,103 'detail':314 'directori':83,358 'done':347 'easier':35 'echo':239,247,250,258,261,270,274,281 'edit':113,352 'either':161 'entir':159 'environ':360 'everyth':334 'exampl':194 'exist':72 'f':56 'feedback':226,296 'fi':60 'file':13,71,79,94,130,182,353,356 'find':124 'flatpak':214,276,277,282 'forc':165 'frequent':198 'full':366 'give':294 'hard':122 'help':21 'hide':285 'home':82 'human':337 'imagin':375 'iter':354 'kind':120 'know':138,310 'languag':368 'learn':4 'less':225 'like':97,192,196,351 'limit':371 'list':126 'lot':343 'm':157 'made':229 'most':373 'need':2 'one':143,171 'packag':241,248,252,259,271 'packg':264 'password':328 'person':235 'plug':325 'program':367 'readabl':338 'realli':307 'run':75,110,204,319 'screw':40 'script':6,350 'set':359 'someth':41 'sudo':205,208,211,242,253,265 'sure':160 'tedious':219 'termin':202,323 'text':289 'thing':26,187 'think':148 'undo':37 'updat':199,207,238,240,244,249,275,278,283,291,320,331 'upgrad':210,215,251,255,260,333 'use':17,173,236 'variabl':361 'want':222 'way':162,339 'well':154 'whatev':95 'without':112 'y':245,256,268,279"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/737978/-/comment/4387237"
+editedAt: DateTimeImmutable @1711258014 {#1377
date: 2024-03-24 06:26:54.0 +01:00
}
+createdAt: DateTimeImmutable @1704296083 {#1927
date: 2024-01-03 16:34:43.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1365
+user: Proxies\__CG__\App\Entity\User {#1378 …}
+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: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2476 …}
+body: """
You need to learn bash scripting. Also, there are a few default files that the .bashrc uses which can be helpful to compartmentalize the custom things you do to it so that it's easier to undo if you screw something up. To do that, just add this to the bottom of your .bashrc\n
\n
```\n
if [ -f ~/.bash_custom ]; then\n
. ~/.bash_custom\n
fi\n
\n
```\n
\n
What that will do is check if the .bash_custom file exists and then run the .bash_custom file in your home directory and apply anything in there. Also, you can call the file whatever you like, but bash does have some defaults that it will check for and run them without editing the .bashrc at all. It's kind of hard to find a list of the the files that it automatically checks for, but I know that .bash_aliases is one of them, and I think it checks .bash_commands as well, but I'm not entirely sure. Either way, you can force it to check your custom one by using the code above.\n
\n
Then you can create the file and add any custom things in there that you like. For example, I like to frequently update through the terminal but running `sudo apt update && sudo apt upgrade && sudo apt autoremove && flatpak upgrade` was a bit tedious and I wanted a bit less feedback so I made a custom alias for my personal use.\n
\n
`alias update='echo "Updating packages..."; sudo apt update -y &> /dev/null; echo "Packages updated."; echo "Upgrading packages..."; sudo apt upgrade -y &> /dev/null; echo "Packages upgraded."; echo "Cleaning up packges..."; sudo apt autoremove -y &> /dev/null; echo "Packages cleaned up."; echo "Updating flatpaks..."; flatpak update -y &> /dev/null; echo "Flatpaks updated."'`\n
\n
Which hides most of the text from updating and just gives me feedback on what it's currently doing if I don't really care to know all of the details. So now I just run `update` in the terminal and plug in my password and it updates and upgrades everything in a human readable way.\n
\n
There's a lot that can be done with bash scripting, like editing files, iterating over files and directories, setting environment variables. It's basically a full programming language so the limits are mostly your imagination.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1704296083 {#1605
date: 2024-01-03 16:34:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@gary_host_laptop@lemmy.ml"
"@thejml@lemm.ee"
"@gary_host_laptop@lemmy.ml"
"@thejml@lemm.ee"
"@gary_host_laptop@lemmy.ml"
"@thejml@lemm.ee"
"@gary_host_laptop@lemmy.ml"
"@thejml@lemm.ee"
"@gary_host_laptop@lemmy.ml"
"@thejml@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2355 …}
+nested: Doctrine\ORM\PersistentCollection {#2167 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#2440 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 276708
-bodyTs: "'/.bash_custom':57,59 '/dev/null':246,257,269,280 'add':47,184 'alia':232,237 'alias':141 'also':7,89 'anyth':86 'appli':85 'apt':206,209,212,243,254,266 'automat':133 'autoremov':213,267 'bash':5,69,77,99,140,151,349 'bashrc':16,54,115 'basic':364 'bit':218,224 'bottom':51 'call':92 'care':308 'check':66,107,134,150,168 'clean':262,272 'code':175 'command':152 'compartment':23 'creat':180 'current':301 'custom':25,70,78,170,186,231 'default':12,103 'detail':314 'directori':83,358 'done':347 'easier':35 'echo':239,247,250,258,261,270,274,281 'edit':113,352 'either':161 'entir':159 'environ':360 'everyth':334 'exampl':194 'exist':72 'f':56 'feedback':226,296 'fi':60 'file':13,71,79,94,130,182,353,356 'find':124 'flatpak':214,276,277,282 'forc':165 'frequent':198 'full':366 'give':294 'hard':122 'help':21 'hide':285 'home':82 'human':337 'imagin':375 'iter':354 'kind':120 'know':138,310 'languag':368 'learn':4 'less':225 'like':97,192,196,351 'limit':371 'list':126 'lot':343 'm':157 'made':229 'most':373 'need':2 'one':143,171 'packag':241,248,252,259,271 'packg':264 'password':328 'person':235 'plug':325 'program':367 'readabl':338 'realli':307 'run':75,110,204,319 'screw':40 'script':6,350 'set':359 'someth':41 'sudo':205,208,211,242,253,265 'sure':160 'tedious':219 'termin':202,323 'text':289 'thing':26,187 'think':148 'undo':37 'updat':199,207,238,240,244,249,275,278,283,291,320,331 'upgrad':210,215,251,255,260,333 'use':17,173,236 'variabl':361 'want':222 'way':162,339 'well':154 'whatev':95 'without':112 'y':245,256,268,279"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/737978/-/comment/4387237"
+editedAt: DateTimeImmutable @1711258014 {#1377
date: 2024-03-24 06:26:54.0 +01:00
}
+createdAt: DateTimeImmutable @1704296083 {#1927
date: 2024-01-03 16:34:43.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1365
+user: Proxies\__CG__\App\Entity\User {#1378 …}
+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: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2476 …}
+body: """
You need to learn bash scripting. Also, there are a few default files that the .bashrc uses which can be helpful to compartmentalize the custom things you do to it so that it's easier to undo if you screw something up. To do that, just add this to the bottom of your .bashrc\n
\n
```\n
if [ -f ~/.bash_custom ]; then\n
. ~/.bash_custom\n
fi\n
\n
```\n
\n
What that will do is check if the .bash_custom file exists and then run the .bash_custom file in your home directory and apply anything in there. Also, you can call the file whatever you like, but bash does have some defaults that it will check for and run them without editing the .bashrc at all. It's kind of hard to find a list of the the files that it automatically checks for, but I know that .bash_aliases is one of them, and I think it checks .bash_commands as well, but I'm not entirely sure. Either way, you can force it to check your custom one by using the code above.\n
\n
Then you can create the file and add any custom things in there that you like. For example, I like to frequently update through the terminal but running `sudo apt update && sudo apt upgrade && sudo apt autoremove && flatpak upgrade` was a bit tedious and I wanted a bit less feedback so I made a custom alias for my personal use.\n
\n
`alias update='echo "Updating packages..."; sudo apt update -y &> /dev/null; echo "Packages updated."; echo "Upgrading packages..."; sudo apt upgrade -y &> /dev/null; echo "Packages upgraded."; echo "Cleaning up packges..."; sudo apt autoremove -y &> /dev/null; echo "Packages cleaned up."; echo "Updating flatpaks..."; flatpak update -y &> /dev/null; echo "Flatpaks updated."'`\n
\n
Which hides most of the text from updating and just gives me feedback on what it's currently doing if I don't really care to know all of the details. So now I just run `update` in the terminal and plug in my password and it updates and upgrades everything in a human readable way.\n
\n
There's a lot that can be done with bash scripting, like editing files, iterating over files and directories, setting environment variables. It's basically a full programming language so the limits are mostly your imagination.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1704296083 {#1605
date: 2024-01-03 16:34:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@gary_host_laptop@lemmy.ml"
"@thejml@lemm.ee"
"@gary_host_laptop@lemmy.ml"
"@thejml@lemm.ee"
"@gary_host_laptop@lemmy.ml"
"@thejml@lemm.ee"
"@gary_host_laptop@lemmy.ml"
"@thejml@lemm.ee"
"@gary_host_laptop@lemmy.ml"
"@thejml@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2355 …}
+nested: Doctrine\ORM\PersistentCollection {#2167 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#2440 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 276708
-bodyTs: "'/.bash_custom':57,59 '/dev/null':246,257,269,280 'add':47,184 'alia':232,237 'alias':141 'also':7,89 'anyth':86 'appli':85 'apt':206,209,212,243,254,266 'automat':133 'autoremov':213,267 'bash':5,69,77,99,140,151,349 'bashrc':16,54,115 'basic':364 'bit':218,224 'bottom':51 'call':92 'care':308 'check':66,107,134,150,168 'clean':262,272 'code':175 'command':152 'compartment':23 'creat':180 'current':301 'custom':25,70,78,170,186,231 'default':12,103 'detail':314 'directori':83,358 'done':347 'easier':35 'echo':239,247,250,258,261,270,274,281 'edit':113,352 'either':161 'entir':159 'environ':360 'everyth':334 'exampl':194 'exist':72 'f':56 'feedback':226,296 'fi':60 'file':13,71,79,94,130,182,353,356 'find':124 'flatpak':214,276,277,282 'forc':165 'frequent':198 'full':366 'give':294 'hard':122 'help':21 'hide':285 'home':82 'human':337 'imagin':375 'iter':354 'kind':120 'know':138,310 'languag':368 'learn':4 'less':225 'like':97,192,196,351 'limit':371 'list':126 'lot':343 'm':157 'made':229 'most':373 'need':2 'one':143,171 'packag':241,248,252,259,271 'packg':264 'password':328 'person':235 'plug':325 'program':367 'readabl':338 'realli':307 'run':75,110,204,319 'screw':40 'script':6,350 'set':359 'someth':41 'sudo':205,208,211,242,253,265 'sure':160 'tedious':219 'termin':202,323 'text':289 'thing':26,187 'think':148 'undo':37 'updat':199,207,238,240,244,249,275,278,283,291,320,331 'upgrad':210,215,251,255,260,333 'use':17,173,236 'variabl':361 'want':222 'way':162,339 'well':154 'whatev':95 'without':112 'y':245,256,268,279"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/737978/-/comment/4387237"
+editedAt: DateTimeImmutable @1711258014 {#1377
date: 2024-03-24 06:26:54.0 +01:00
}
+createdAt: DateTimeImmutable @1704296083 {#1927
date: 2024-01-03 16:34:43.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
|