1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1394
+user: Proxies\__CG__\App\Entity\User {#1916 …}
+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: """
(Bash-Specific)\n
===============\n
\n
**App-Specific**\n
\n
```\n
alias battery='upower -i $(upower -e | grep 'BAT') | grep -E "state|to full|percentage"' # Get the battery level of my laptop server when I ssh into it\n
\n
alias audio="yt-dlp -f 'ba' -x --audio-format mp3" # Download the audio version of a youtube video\n
\n
alias wttr="curl wttr.in/Chicago" # Get the weather of my city in the terminal\n
\n
```\n
\n
**Terminal Navigation**\n
\n
```\n
alias ba2sy="cp ~/.bash_aliases ~/Sync/" # copy my current iteration of my aliases to my shared syncthing folder so that it's accessible across devices\n
\n
alias sy2ba="cp ~/Sync/.bash_aliases ~/" # replace the current iteration of my aliases w/ the synced version from my syncthing folder\n
\n
alias mba='micro .bash_aliases' # open my aliases file in the modernized version of 'nano'\n
\n
alias reload="source ~/.bashrc" # Quickly refresh my system so that the latest alias file is loaded\n
\n
alias l='exa --group-directories-first -hlras modified --no-user --icons' # exa is a prettier version of ls. Options toggled: Human-readable, long format, reverse output, show hidden files/folders, sort by modified, hide the 'user' column since I'm the only one that uses the computer, and show the icons to make it look fancy```\n
\n
```\n
\n
**Replaced Commands**\n
\n
```\n
alias cat='batcat --theme=ansi ' # Replace generic output of cat w/ a formatted version. This is bat (batcat in Debian)\n
\n
alias rm='trash ' # Instead of auto-deleting files, put them in the 'trash' bin for 30 days, then delete.\n
\n
```\n
\n
**Server & Docker-related**\n
\n
```\n
alias lazy='/home/macallik/.local/bin/lazydocker' # Run Docker\n
\n
alias pad='ssh MyPad20334' # shorthand to ssh into my server\n
\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1699433555 {#1605
date: 2023-11-08 09:52:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@macallik@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#1369 …}
+nested: Doctrine\ORM\PersistentCollection {#1370 …}
+votes: Doctrine\ORM\PersistentCollection {#2429 …}
+reports: Doctrine\ORM\PersistentCollection {#1367 …}
+favourites: Doctrine\ORM\PersistentCollection {#2487 …}
+notifications: Doctrine\ORM\PersistentCollection {#2477 …}
-id: 97041
-bodyTs: "'/.bash_aliases':74 '/.bashrc':132 '/chicago':59 '/home/macallik/.local/bin/lazydocker':251 '/sync':75 '/sync/.bash_aliases':98 '30':241 'access':92 'across':93 'alia':7,34,54,71,95,114,129,141,145,205,225,249,254 'alias':82,105,118,121 'ansi':209 'app':5 'app-specif':4 'audio':35,43,48 'audio-format':42 'auto':231 'auto-delet':230 'ba':40 'ba2sy':72 'bash':2,117 'bash-specif':1 'bat':14,221 'batcat':207,222 'batteri':8,23 'bin':239 'cat':206,214 'citi':65 'column':183 'command':204 'comput':193 'copi':76 'cp':73,97 'curl':56 'current':78,101 'day':242 'debian':224 'delet':232,244 'devic':94 'directori':150 'dlp':38 'docker':247,253 'docker-rel':246 'download':46 'e':12,16 'exa':147,158 'f':39 'fanci':202 'file':122,142,233 'files/folders':176 'first':151 'folder':87,113 'format':44,171,217 'full':19 'generic':211 'get':21,60 'grep':13,15 'group':149 'group-directories-first':148 'hidden':175 'hide':180 'hlras':152 'human':168 'human-read':167 'icon':157,197 'instead':228 'iter':79,102 'l':146 'laptop':27 'latest':140 'lazi':250 'level':24 'load':144 'long':170 'look':201 'ls':164 'm':186 'make':199 'mba':115 'micro':116 'modern':125 'modifi':153,179 'mp3':45 'mypad20334':257 'nano':128 'navig':70 'no-us':154 'one':189 'open':119 'option':165 'output':173,212 'pad':255 'percentag':20 'prettier':161 'put':234 'quick':133 'readabl':169 'refresh':134 'relat':248 'reload':130 'replac':99,203,210 'revers':172 'rm':226 'run':252 'server':28,245,263 'share':85 'shorthand':258 'show':174,195 'sinc':184 'sort':177 'sourc':131 'specif':3,6 'ssh':31,256,260 'state':17 'sy2ba':96 'sync':108 'syncth':86,112 'system':136 'termin':68,69 'theme':208 'toggl':166 'trash':227,238 'upow':9,11 'use':191 'user':156,182 'version':49,109,126,162,218 'video':53 'w':106,215 'weather':62 'wttr':55 'wttr.in':58 'wttr.in/chicago':57 'x':41 'youtub':52 'yt':37 'yt-dlp':36"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/472971/-/comment/2475643"
+editedAt: null
+createdAt: DateTimeImmutable @1695229281 {#1377
date: 2023-09-20 19:01:21.0 +02:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1394
+user: Proxies\__CG__\App\Entity\User {#1916 …}
+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: """
(Bash-Specific)\n
===============\n
\n
**App-Specific**\n
\n
```\n
alias battery='upower -i $(upower -e | grep 'BAT') | grep -E "state|to full|percentage"' # Get the battery level of my laptop server when I ssh into it\n
\n
alias audio="yt-dlp -f 'ba' -x --audio-format mp3" # Download the audio version of a youtube video\n
\n
alias wttr="curl wttr.in/Chicago" # Get the weather of my city in the terminal\n
\n
```\n
\n
**Terminal Navigation**\n
\n
```\n
alias ba2sy="cp ~/.bash_aliases ~/Sync/" # copy my current iteration of my aliases to my shared syncthing folder so that it's accessible across devices\n
\n
alias sy2ba="cp ~/Sync/.bash_aliases ~/" # replace the current iteration of my aliases w/ the synced version from my syncthing folder\n
\n
alias mba='micro .bash_aliases' # open my aliases file in the modernized version of 'nano'\n
\n
alias reload="source ~/.bashrc" # Quickly refresh my system so that the latest alias file is loaded\n
\n
alias l='exa --group-directories-first -hlras modified --no-user --icons' # exa is a prettier version of ls. Options toggled: Human-readable, long format, reverse output, show hidden files/folders, sort by modified, hide the 'user' column since I'm the only one that uses the computer, and show the icons to make it look fancy```\n
\n
```\n
\n
**Replaced Commands**\n
\n
```\n
alias cat='batcat --theme=ansi ' # Replace generic output of cat w/ a formatted version. This is bat (batcat in Debian)\n
\n
alias rm='trash ' # Instead of auto-deleting files, put them in the 'trash' bin for 30 days, then delete.\n
\n
```\n
\n
**Server & Docker-related**\n
\n
```\n
alias lazy='/home/macallik/.local/bin/lazydocker' # Run Docker\n
\n
alias pad='ssh MyPad20334' # shorthand to ssh into my server\n
\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1699433555 {#1605
date: 2023-11-08 09:52:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@macallik@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#1369 …}
+nested: Doctrine\ORM\PersistentCollection {#1370 …}
+votes: Doctrine\ORM\PersistentCollection {#2429 …}
+reports: Doctrine\ORM\PersistentCollection {#1367 …}
+favourites: Doctrine\ORM\PersistentCollection {#2487 …}
+notifications: Doctrine\ORM\PersistentCollection {#2477 …}
-id: 97041
-bodyTs: "'/.bash_aliases':74 '/.bashrc':132 '/chicago':59 '/home/macallik/.local/bin/lazydocker':251 '/sync':75 '/sync/.bash_aliases':98 '30':241 'access':92 'across':93 'alia':7,34,54,71,95,114,129,141,145,205,225,249,254 'alias':82,105,118,121 'ansi':209 'app':5 'app-specif':4 'audio':35,43,48 'audio-format':42 'auto':231 'auto-delet':230 'ba':40 'ba2sy':72 'bash':2,117 'bash-specif':1 'bat':14,221 'batcat':207,222 'batteri':8,23 'bin':239 'cat':206,214 'citi':65 'column':183 'command':204 'comput':193 'copi':76 'cp':73,97 'curl':56 'current':78,101 'day':242 'debian':224 'delet':232,244 'devic':94 'directori':150 'dlp':38 'docker':247,253 'docker-rel':246 'download':46 'e':12,16 'exa':147,158 'f':39 'fanci':202 'file':122,142,233 'files/folders':176 'first':151 'folder':87,113 'format':44,171,217 'full':19 'generic':211 'get':21,60 'grep':13,15 'group':149 'group-directories-first':148 'hidden':175 'hide':180 'hlras':152 'human':168 'human-read':167 'icon':157,197 'instead':228 'iter':79,102 'l':146 'laptop':27 'latest':140 'lazi':250 'level':24 'load':144 'long':170 'look':201 'ls':164 'm':186 'make':199 'mba':115 'micro':116 'modern':125 'modifi':153,179 'mp3':45 'mypad20334':257 'nano':128 'navig':70 'no-us':154 'one':189 'open':119 'option':165 'output':173,212 'pad':255 'percentag':20 'prettier':161 'put':234 'quick':133 'readabl':169 'refresh':134 'relat':248 'reload':130 'replac':99,203,210 'revers':172 'rm':226 'run':252 'server':28,245,263 'share':85 'shorthand':258 'show':174,195 'sinc':184 'sort':177 'sourc':131 'specif':3,6 'ssh':31,256,260 'state':17 'sy2ba':96 'sync':108 'syncth':86,112 'system':136 'termin':68,69 'theme':208 'toggl':166 'trash':227,238 'upow':9,11 'use':191 'user':156,182 'version':49,109,126,162,218 'video':53 'w':106,215 'weather':62 'wttr':55 'wttr.in':58 'wttr.in/chicago':57 'x':41 'youtub':52 'yt':37 'yt-dlp':36"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/472971/-/comment/2475643"
+editedAt: null
+createdAt: DateTimeImmutable @1695229281 {#1377
date: 2023-09-20 19:01:21.0 +02:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1394
+user: Proxies\__CG__\App\Entity\User {#1916 …}
+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: """
(Bash-Specific)\n
===============\n
\n
**App-Specific**\n
\n
```\n
alias battery='upower -i $(upower -e | grep 'BAT') | grep -E "state|to full|percentage"' # Get the battery level of my laptop server when I ssh into it\n
\n
alias audio="yt-dlp -f 'ba' -x --audio-format mp3" # Download the audio version of a youtube video\n
\n
alias wttr="curl wttr.in/Chicago" # Get the weather of my city in the terminal\n
\n
```\n
\n
**Terminal Navigation**\n
\n
```\n
alias ba2sy="cp ~/.bash_aliases ~/Sync/" # copy my current iteration of my aliases to my shared syncthing folder so that it's accessible across devices\n
\n
alias sy2ba="cp ~/Sync/.bash_aliases ~/" # replace the current iteration of my aliases w/ the synced version from my syncthing folder\n
\n
alias mba='micro .bash_aliases' # open my aliases file in the modernized version of 'nano'\n
\n
alias reload="source ~/.bashrc" # Quickly refresh my system so that the latest alias file is loaded\n
\n
alias l='exa --group-directories-first -hlras modified --no-user --icons' # exa is a prettier version of ls. Options toggled: Human-readable, long format, reverse output, show hidden files/folders, sort by modified, hide the 'user' column since I'm the only one that uses the computer, and show the icons to make it look fancy```\n
\n
```\n
\n
**Replaced Commands**\n
\n
```\n
alias cat='batcat --theme=ansi ' # Replace generic output of cat w/ a formatted version. This is bat (batcat in Debian)\n
\n
alias rm='trash ' # Instead of auto-deleting files, put them in the 'trash' bin for 30 days, then delete.\n
\n
```\n
\n
**Server & Docker-related**\n
\n
```\n
alias lazy='/home/macallik/.local/bin/lazydocker' # Run Docker\n
\n
alias pad='ssh MyPad20334' # shorthand to ssh into my server\n
\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1699433555 {#1605
date: 2023-11-08 09:52:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@macallik@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#1369 …}
+nested: Doctrine\ORM\PersistentCollection {#1370 …}
+votes: Doctrine\ORM\PersistentCollection {#2429 …}
+reports: Doctrine\ORM\PersistentCollection {#1367 …}
+favourites: Doctrine\ORM\PersistentCollection {#2487 …}
+notifications: Doctrine\ORM\PersistentCollection {#2477 …}
-id: 97041
-bodyTs: "'/.bash_aliases':74 '/.bashrc':132 '/chicago':59 '/home/macallik/.local/bin/lazydocker':251 '/sync':75 '/sync/.bash_aliases':98 '30':241 'access':92 'across':93 'alia':7,34,54,71,95,114,129,141,145,205,225,249,254 'alias':82,105,118,121 'ansi':209 'app':5 'app-specif':4 'audio':35,43,48 'audio-format':42 'auto':231 'auto-delet':230 'ba':40 'ba2sy':72 'bash':2,117 'bash-specif':1 'bat':14,221 'batcat':207,222 'batteri':8,23 'bin':239 'cat':206,214 'citi':65 'column':183 'command':204 'comput':193 'copi':76 'cp':73,97 'curl':56 'current':78,101 'day':242 'debian':224 'delet':232,244 'devic':94 'directori':150 'dlp':38 'docker':247,253 'docker-rel':246 'download':46 'e':12,16 'exa':147,158 'f':39 'fanci':202 'file':122,142,233 'files/folders':176 'first':151 'folder':87,113 'format':44,171,217 'full':19 'generic':211 'get':21,60 'grep':13,15 'group':149 'group-directories-first':148 'hidden':175 'hide':180 'hlras':152 'human':168 'human-read':167 'icon':157,197 'instead':228 'iter':79,102 'l':146 'laptop':27 'latest':140 'lazi':250 'level':24 'load':144 'long':170 'look':201 'ls':164 'm':186 'make':199 'mba':115 'micro':116 'modern':125 'modifi':153,179 'mp3':45 'mypad20334':257 'nano':128 'navig':70 'no-us':154 'one':189 'open':119 'option':165 'output':173,212 'pad':255 'percentag':20 'prettier':161 'put':234 'quick':133 'readabl':169 'refresh':134 'relat':248 'reload':130 'replac':99,203,210 'revers':172 'rm':226 'run':252 'server':28,245,263 'share':85 'shorthand':258 'show':174,195 'sinc':184 'sort':177 'sourc':131 'specif':3,6 'ssh':31,256,260 'state':17 'sy2ba':96 'sync':108 'syncth':86,112 'system':136 'termin':68,69 'theme':208 'toggl':166 'trash':227,238 'upow':9,11 'use':191 'user':156,182 'version':49,109,126,162,218 'video':53 'w':106,215 'weather':62 'wttr':55 'wttr.in':58 'wttr.in/chicago':57 'x':41 'youtub':52 'yt':37 'yt-dlp':36"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/472971/-/comment/2475643"
+editedAt: null
+createdAt: DateTimeImmutable @1695229281 {#1377
date: 2023-09-20 19:01:21.0 +02: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
|