1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#2392 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2129 …}
+slug: "One-single-partition-for-Linux-versus-using-a-partition-table"
+title: "One single partition for Linux versus using a partition table?"
+url: null
+body: """
Heya folks, some people online told me I was doing partitions wrong, but I’ve been doing it this way for years. Since I’ve been doing it for years, I could be doing it in an outdated way, so I thought I should ask.\n
\n
I have separate partitions for EFI, `/`, swap, and `/home`. Am I doing it wrong? Here’s how my partition table looks like:\n
\n
- FAT32: EFI\n
- BTRFS: `/`\n
- Swap: Swap\n
- Ext4: `/home`\n
\n
I set it up this way so that if I need to reinstall Linux, I can just overwrite `/` while preserving `/home` and just keep working after a new install with very few hiccups. Someone told me there’s no reason to use multiple partitions, but several times I have needed to reinstall the OS (Linux Mint) while preserving `/home` so this advice makes zero sense for me. But maybe it was just explained to me wrong and I really am doing it in an outdated way. I’d like to read what you say about this though.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 97
+favouriteCount: 95
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700169539 {#1722
date: 2023-11-16 22:18:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2133 …}
+votes: Doctrine\ORM\PersistentCollection {#2140 …}
+reports: Doctrine\ORM\PersistentCollection {#2092 …}
+favourites: Doctrine\ORM\PersistentCollection {#2333 …}
+notifications: Doctrine\ORM\PersistentCollection {#2191 …}
+badges: Doctrine\ORM\PersistentCollection {#2338 …}
+children: [
1 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
+root: App\Entity\EntryComment {#1606
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: """
Well technically, if you’re using BTRFS, you might want to check out subvolumes. Here’s my subvolume setup:\n
\n
- Subvolume 1, named `@` (root subvol)\n
- Subvolume 2, named `@home` (/home subvol)\n
- Subvolume 3, named `@srv` (/srv subvol)\n
- Subvolume 4, named `@opt` (/opt subvol)\n
- Subvolume 5, named `@swap` (which is - you guessed it - the swap subvol)\n
\n
You then set up fstab to reflect each of the subvolumes, using the `subvol=` option. Here’s the kicker: *they are all in one partition*. Yes, even the swap. Though **caveat**, swap still has to be a swapfile, but in its own separate subvolume. Don’t ask me why, it’s just the way to do it.\n
\n
The great thing about subvolumes is that it doesn’t do any size provisioning, unless specified by the user. All subvolumes share the space available within the partition. This means you won’t have to do any soul searching when setting up the partitions regarding use of space.\n
\n
This also means that if I want to nuke and pave, I only need run a BTRFS command on my `@` subvolume (which contains `/usr`, `/share`, `/bin`), because it won’t be touching the contents of `@home`, `@srv`, or `@opt`. What’s extra cool here is that I’ll lose 0% FS metadata or permission setup, since you’re technically just disassociating some blocks from a subvolume. You’re not *really* “formatting”… which is neat as hell.\n
\n
The only extra partitions I have is the EFI partition and an EXT4 partition for the `/boot` folder since I use LUKS2.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 33
+score: 0
+lastActive: DateTime @1700281731 {#1428
date: 2023-11-18 05:28:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
]
+children: Doctrine\ORM\PersistentCollection {#1572 …}
+nested: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1579 …}
+reports: Doctrine\ORM\PersistentCollection {#1577 …}
+favourites: Doctrine\ORM\PersistentCollection {#1573 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
-id: 119154
-bodyTs: "'/bin':185 '/boot':252 '/home':29 '/opt':41 '/share':184 '/srv':35 '/usr':183 '0':209 '1':21 '2':26 '3':32 '4':38 '5':44 'also':161 'ask':101 'avail':136 'block':222 'btrfs':7,176 'caveat':85 'check':12 'command':177 'contain':182 'content':193 'cool':202 'disassoci':220 'doesn':120 'efi':244 'even':81 'ext4':248 'extra':201,238 'folder':253 'format':230 'fs':210 'fstab':59 'great':113 'guess':50 'hell':235 'home':28,195 'kicker':73 'll':207 'lose':208 'luks2':257 'mean':141,162 'metadata':211 'might':9 'name':22,27,33,39,45 'neat':233 'need':173 'nuke':168 'one':78 'opt':40,198 'option':69 'partit':79,139,155,239,245,249 'pave':170 'permiss':213 'provis':125 're':5,217,227 'realli':229 'reflect':61 'regard':156 'root':23 'run':174 'search':150 'separ':97 'set':57,152 'setup':19,214 'share':133 'sinc':215,254 'size':124 'soul':149 'space':135,159 'specifi':127 'srv':34,196 'still':87 'subvol':24,30,36,42,54,68 'subvolum':14,18,20,25,31,37,43,65,98,116,132,180,225 'swap':46,53,83,86 'swapfil':92 'technic':2,218 'thing':114 'though':84 'touch':191 'unless':126 'use':6,66,157,256 'user':130 'want':10,166 'way':108 'well':1 'within':137 'won':143,188 'yes':80"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1632896"
+editedAt: DateTimeImmutable @1700033918 {#1440
date: 2023-11-15 08:38:38.0 +01:00
}
+createdAt: DateTimeImmutable @1699867929 {#1434
date: 2023-11-13 10:32:09.0 +01:00
}
+"title": 119154
}
+body: """
Can’t say I have. Haven’t used hibernation mode for years even. Sleep mode is just too good nowadays for me to use it, so I guess we could chalk that up to a fault of the setup.\n
\n
According to [ReadTheDocs (BTRFS, swapfile)](https://btrfs.readthedocs.io/en/latest/ch-swapfile.html) it’s possible under certain circumstances, but requires the 6.1 kernel to do it in a relatively easy way.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699906755 {#1567
date: 2023-11-13 21:19:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
"@taanegl@beehaw.org"
"@KiranWells@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#1630 …}
+nested: Doctrine\ORM\PersistentCollection {#1628 …}
+votes: Doctrine\ORM\PersistentCollection {#1599 …}
+reports: Doctrine\ORM\PersistentCollection {#1625 …}
+favourites: Doctrine\ORM\PersistentCollection {#1617 …}
+notifications: Doctrine\ORM\PersistentCollection {#1725 …}
-id: 120879
-bodyTs: "'/en/latest/ch-swapfile.html)':47 '6.1':57 'accord':40 'btrfs':43 'btrfs.readthedocs.io':46 'btrfs.readthedocs.io/en/latest/ch-swapfile.html)':45 'certain':52 'chalk':31 'circumst':53 'could':30 'easi':65 'even':13 'fault':36 'good':19 'guess':28 'haven':6 'hibern':9 'kernel':58 'mode':10,15 'nowaday':20 'possibl':50 'readthedoc':42 'relat':64 'requir':55 'say':3 'setup':39 'sleep':14 'swapfil':44 'use':8,24 'way':66 'year':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635649"
+editedAt: null
+createdAt: DateTimeImmutable @1699906755 {#1705
date: 2023-11-13 21:19:15.0 +01:00
}
+"title": 120879
}
0 => App\Entity\EntryComment {#1606}
]
-id: 12505
-titleTs: "'linux':5 'one':1 'partit':3,9 'singl':2 'tabl':10 'use':7 'versus':6"
-bodyTs: "'/home':54,74,95,133 'advic':136 'ask':45 'btrfs':70 'could':32 'd':162 'efi':51,69 'explain':147 'ext4':73 'fat32':68 'folk':2 'heya':1 'hiccup':107 'instal':103 'keep':98 'like':67,163 'linux':88,129 'look':66 'make':137 'mayb':143 'mint':130 'multipl':117 'need':85,124 'new':102 'onlin':5 'os':128 'outdat':38,159 'overwrit':92 'partit':11,49,64,118 'peopl':4 'preserv':94,132 'read':165 'realli':153 'reason':114 'reinstal':87,126 'say':168 'sens':139 'separ':48 'set':76 'sever':120 'sinc':23 'someon':108 'swap':52,71,72 'tabl':65 'though':171 'thought':42 'time':121 'told':6,109 'use':116 've':15,25 'way':20,39,80,160 'work':99 'wrong':12,59,150 'year':22,30 'zero':138"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699948461
+visibility: "visible "
+apId: "https://slrpnk.net/post/3963413"
+editedAt: null
+createdAt: DateTimeImmutable @1699862061 {#2024
date: 2023-11-13 08:54:21.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#2392 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2129 …}
+slug: "One-single-partition-for-Linux-versus-using-a-partition-table"
+title: "One single partition for Linux versus using a partition table?"
+url: null
+body: """
Heya folks, some people online told me I was doing partitions wrong, but I’ve been doing it this way for years. Since I’ve been doing it for years, I could be doing it in an outdated way, so I thought I should ask.\n
\n
I have separate partitions for EFI, `/`, swap, and `/home`. Am I doing it wrong? Here’s how my partition table looks like:\n
\n
- FAT32: EFI\n
- BTRFS: `/`\n
- Swap: Swap\n
- Ext4: `/home`\n
\n
I set it up this way so that if I need to reinstall Linux, I can just overwrite `/` while preserving `/home` and just keep working after a new install with very few hiccups. Someone told me there’s no reason to use multiple partitions, but several times I have needed to reinstall the OS (Linux Mint) while preserving `/home` so this advice makes zero sense for me. But maybe it was just explained to me wrong and I really am doing it in an outdated way. I’d like to read what you say about this though.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 97
+favouriteCount: 95
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700169539 {#1722
date: 2023-11-16 22:18:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2133 …}
+votes: Doctrine\ORM\PersistentCollection {#2140 …}
+reports: Doctrine\ORM\PersistentCollection {#2092 …}
+favourites: Doctrine\ORM\PersistentCollection {#2333 …}
+notifications: Doctrine\ORM\PersistentCollection {#2191 …}
+badges: Doctrine\ORM\PersistentCollection {#2338 …}
+children: [
1 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
+root: App\Entity\EntryComment {#1606
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: """
Well technically, if you’re using BTRFS, you might want to check out subvolumes. Here’s my subvolume setup:\n
\n
- Subvolume 1, named `@` (root subvol)\n
- Subvolume 2, named `@home` (/home subvol)\n
- Subvolume 3, named `@srv` (/srv subvol)\n
- Subvolume 4, named `@opt` (/opt subvol)\n
- Subvolume 5, named `@swap` (which is - you guessed it - the swap subvol)\n
\n
You then set up fstab to reflect each of the subvolumes, using the `subvol=` option. Here’s the kicker: *they are all in one partition*. Yes, even the swap. Though **caveat**, swap still has to be a swapfile, but in its own separate subvolume. Don’t ask me why, it’s just the way to do it.\n
\n
The great thing about subvolumes is that it doesn’t do any size provisioning, unless specified by the user. All subvolumes share the space available within the partition. This means you won’t have to do any soul searching when setting up the partitions regarding use of space.\n
\n
This also means that if I want to nuke and pave, I only need run a BTRFS command on my `@` subvolume (which contains `/usr`, `/share`, `/bin`), because it won’t be touching the contents of `@home`, `@srv`, or `@opt`. What’s extra cool here is that I’ll lose 0% FS metadata or permission setup, since you’re technically just disassociating some blocks from a subvolume. You’re not *really* “formatting”… which is neat as hell.\n
\n
The only extra partitions I have is the EFI partition and an EXT4 partition for the `/boot` folder since I use LUKS2.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 33
+score: 0
+lastActive: DateTime @1700281731 {#1428
date: 2023-11-18 05:28:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
]
+children: Doctrine\ORM\PersistentCollection {#1572 …}
+nested: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1579 …}
+reports: Doctrine\ORM\PersistentCollection {#1577 …}
+favourites: Doctrine\ORM\PersistentCollection {#1573 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
-id: 119154
-bodyTs: "'/bin':185 '/boot':252 '/home':29 '/opt':41 '/share':184 '/srv':35 '/usr':183 '0':209 '1':21 '2':26 '3':32 '4':38 '5':44 'also':161 'ask':101 'avail':136 'block':222 'btrfs':7,176 'caveat':85 'check':12 'command':177 'contain':182 'content':193 'cool':202 'disassoci':220 'doesn':120 'efi':244 'even':81 'ext4':248 'extra':201,238 'folder':253 'format':230 'fs':210 'fstab':59 'great':113 'guess':50 'hell':235 'home':28,195 'kicker':73 'll':207 'lose':208 'luks2':257 'mean':141,162 'metadata':211 'might':9 'name':22,27,33,39,45 'neat':233 'need':173 'nuke':168 'one':78 'opt':40,198 'option':69 'partit':79,139,155,239,245,249 'pave':170 'permiss':213 'provis':125 're':5,217,227 'realli':229 'reflect':61 'regard':156 'root':23 'run':174 'search':150 'separ':97 'set':57,152 'setup':19,214 'share':133 'sinc':215,254 'size':124 'soul':149 'space':135,159 'specifi':127 'srv':34,196 'still':87 'subvol':24,30,36,42,54,68 'subvolum':14,18,20,25,31,37,43,65,98,116,132,180,225 'swap':46,53,83,86 'swapfil':92 'technic':2,218 'thing':114 'though':84 'touch':191 'unless':126 'use':6,66,157,256 'user':130 'want':10,166 'way':108 'well':1 'within':137 'won':143,188 'yes':80"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1632896"
+editedAt: DateTimeImmutable @1700033918 {#1440
date: 2023-11-15 08:38:38.0 +01:00
}
+createdAt: DateTimeImmutable @1699867929 {#1434
date: 2023-11-13 10:32:09.0 +01:00
}
+"title": 119154
}
+body: """
Can’t say I have. Haven’t used hibernation mode for years even. Sleep mode is just too good nowadays for me to use it, so I guess we could chalk that up to a fault of the setup.\n
\n
According to [ReadTheDocs (BTRFS, swapfile)](https://btrfs.readthedocs.io/en/latest/ch-swapfile.html) it’s possible under certain circumstances, but requires the 6.1 kernel to do it in a relatively easy way.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699906755 {#1567
date: 2023-11-13 21:19:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
"@taanegl@beehaw.org"
"@KiranWells@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#1630 …}
+nested: Doctrine\ORM\PersistentCollection {#1628 …}
+votes: Doctrine\ORM\PersistentCollection {#1599 …}
+reports: Doctrine\ORM\PersistentCollection {#1625 …}
+favourites: Doctrine\ORM\PersistentCollection {#1617 …}
+notifications: Doctrine\ORM\PersistentCollection {#1725 …}
-id: 120879
-bodyTs: "'/en/latest/ch-swapfile.html)':47 '6.1':57 'accord':40 'btrfs':43 'btrfs.readthedocs.io':46 'btrfs.readthedocs.io/en/latest/ch-swapfile.html)':45 'certain':52 'chalk':31 'circumst':53 'could':30 'easi':65 'even':13 'fault':36 'good':19 'guess':28 'haven':6 'hibern':9 'kernel':58 'mode':10,15 'nowaday':20 'possibl':50 'readthedoc':42 'relat':64 'requir':55 'say':3 'setup':39 'sleep':14 'swapfil':44 'use':8,24 'way':66 'year':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635649"
+editedAt: null
+createdAt: DateTimeImmutable @1699906755 {#1705
date: 2023-11-13 21:19:15.0 +01:00
}
+"title": 120879
}
0 => App\Entity\EntryComment {#1606}
]
-id: 12505
-titleTs: "'linux':5 'one':1 'partit':3,9 'singl':2 'tabl':10 'use':7 'versus':6"
-bodyTs: "'/home':54,74,95,133 'advic':136 'ask':45 'btrfs':70 'could':32 'd':162 'efi':51,69 'explain':147 'ext4':73 'fat32':68 'folk':2 'heya':1 'hiccup':107 'instal':103 'keep':98 'like':67,163 'linux':88,129 'look':66 'make':137 'mayb':143 'mint':130 'multipl':117 'need':85,124 'new':102 'onlin':5 'os':128 'outdat':38,159 'overwrit':92 'partit':11,49,64,118 'peopl':4 'preserv':94,132 'read':165 'realli':153 'reason':114 'reinstal':87,126 'say':168 'sens':139 'separ':48 'set':76 'sever':120 'sinc':23 'someon':108 'swap':52,71,72 'tabl':65 'though':171 'thought':42 'time':121 'told':6,109 'use':116 've':15,25 'way':20,39,80,160 'work':99 'wrong':12,59,150 'year':22,30 'zero':138"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699948461
+visibility: "visible "
+apId: "https://slrpnk.net/post/3963413"
+editedAt: null
+createdAt: DateTimeImmutable @1699862061 {#2024
date: 2023-11-13 08:54:21.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#2392 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2129 …}
+slug: "One-single-partition-for-Linux-versus-using-a-partition-table"
+title: "One single partition for Linux versus using a partition table?"
+url: null
+body: """
Heya folks, some people online told me I was doing partitions wrong, but I’ve been doing it this way for years. Since I’ve been doing it for years, I could be doing it in an outdated way, so I thought I should ask.\n
\n
I have separate partitions for EFI, `/`, swap, and `/home`. Am I doing it wrong? Here’s how my partition table looks like:\n
\n
- FAT32: EFI\n
- BTRFS: `/`\n
- Swap: Swap\n
- Ext4: `/home`\n
\n
I set it up this way so that if I need to reinstall Linux, I can just overwrite `/` while preserving `/home` and just keep working after a new install with very few hiccups. Someone told me there’s no reason to use multiple partitions, but several times I have needed to reinstall the OS (Linux Mint) while preserving `/home` so this advice makes zero sense for me. But maybe it was just explained to me wrong and I really am doing it in an outdated way. I’d like to read what you say about this though.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 97
+favouriteCount: 95
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700169539 {#1722
date: 2023-11-16 22:18:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2133 …}
+votes: Doctrine\ORM\PersistentCollection {#2140 …}
+reports: Doctrine\ORM\PersistentCollection {#2092 …}
+favourites: Doctrine\ORM\PersistentCollection {#2333 …}
+notifications: Doctrine\ORM\PersistentCollection {#2191 …}
+badges: Doctrine\ORM\PersistentCollection {#2338 …}
+children: [
1 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
+root: App\Entity\EntryComment {#1606
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: """
Well technically, if you’re using BTRFS, you might want to check out subvolumes. Here’s my subvolume setup:\n
\n
- Subvolume 1, named `@` (root subvol)\n
- Subvolume 2, named `@home` (/home subvol)\n
- Subvolume 3, named `@srv` (/srv subvol)\n
- Subvolume 4, named `@opt` (/opt subvol)\n
- Subvolume 5, named `@swap` (which is - you guessed it - the swap subvol)\n
\n
You then set up fstab to reflect each of the subvolumes, using the `subvol=` option. Here’s the kicker: *they are all in one partition*. Yes, even the swap. Though **caveat**, swap still has to be a swapfile, but in its own separate subvolume. Don’t ask me why, it’s just the way to do it.\n
\n
The great thing about subvolumes is that it doesn’t do any size provisioning, unless specified by the user. All subvolumes share the space available within the partition. This means you won’t have to do any soul searching when setting up the partitions regarding use of space.\n
\n
This also means that if I want to nuke and pave, I only need run a BTRFS command on my `@` subvolume (which contains `/usr`, `/share`, `/bin`), because it won’t be touching the contents of `@home`, `@srv`, or `@opt`. What’s extra cool here is that I’ll lose 0% FS metadata or permission setup, since you’re technically just disassociating some blocks from a subvolume. You’re not *really* “formatting”… which is neat as hell.\n
\n
The only extra partitions I have is the EFI partition and an EXT4 partition for the `/boot` folder since I use LUKS2.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 33
+score: 0
+lastActive: DateTime @1700281731 {#1428
date: 2023-11-18 05:28:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
]
+children: Doctrine\ORM\PersistentCollection {#1572 …}
+nested: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1579 …}
+reports: Doctrine\ORM\PersistentCollection {#1577 …}
+favourites: Doctrine\ORM\PersistentCollection {#1573 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
-id: 119154
-bodyTs: "'/bin':185 '/boot':252 '/home':29 '/opt':41 '/share':184 '/srv':35 '/usr':183 '0':209 '1':21 '2':26 '3':32 '4':38 '5':44 'also':161 'ask':101 'avail':136 'block':222 'btrfs':7,176 'caveat':85 'check':12 'command':177 'contain':182 'content':193 'cool':202 'disassoci':220 'doesn':120 'efi':244 'even':81 'ext4':248 'extra':201,238 'folder':253 'format':230 'fs':210 'fstab':59 'great':113 'guess':50 'hell':235 'home':28,195 'kicker':73 'll':207 'lose':208 'luks2':257 'mean':141,162 'metadata':211 'might':9 'name':22,27,33,39,45 'neat':233 'need':173 'nuke':168 'one':78 'opt':40,198 'option':69 'partit':79,139,155,239,245,249 'pave':170 'permiss':213 'provis':125 're':5,217,227 'realli':229 'reflect':61 'regard':156 'root':23 'run':174 'search':150 'separ':97 'set':57,152 'setup':19,214 'share':133 'sinc':215,254 'size':124 'soul':149 'space':135,159 'specifi':127 'srv':34,196 'still':87 'subvol':24,30,36,42,54,68 'subvolum':14,18,20,25,31,37,43,65,98,116,132,180,225 'swap':46,53,83,86 'swapfil':92 'technic':2,218 'thing':114 'though':84 'touch':191 'unless':126 'use':6,66,157,256 'user':130 'want':10,166 'way':108 'well':1 'within':137 'won':143,188 'yes':80"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1632896"
+editedAt: DateTimeImmutable @1700033918 {#1440
date: 2023-11-15 08:38:38.0 +01:00
}
+createdAt: DateTimeImmutable @1699867929 {#1434
date: 2023-11-13 10:32:09.0 +01:00
}
+"title": 119154
}
+body: """
Can’t say I have. Haven’t used hibernation mode for years even. Sleep mode is just too good nowadays for me to use it, so I guess we could chalk that up to a fault of the setup.\n
\n
According to [ReadTheDocs (BTRFS, swapfile)](https://btrfs.readthedocs.io/en/latest/ch-swapfile.html) it’s possible under certain circumstances, but requires the 6.1 kernel to do it in a relatively easy way.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699906755 {#1567
date: 2023-11-13 21:19:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
"@taanegl@beehaw.org"
"@KiranWells@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#1630 …}
+nested: Doctrine\ORM\PersistentCollection {#1628 …}
+votes: Doctrine\ORM\PersistentCollection {#1599 …}
+reports: Doctrine\ORM\PersistentCollection {#1625 …}
+favourites: Doctrine\ORM\PersistentCollection {#1617 …}
+notifications: Doctrine\ORM\PersistentCollection {#1725 …}
-id: 120879
-bodyTs: "'/en/latest/ch-swapfile.html)':47 '6.1':57 'accord':40 'btrfs':43 'btrfs.readthedocs.io':46 'btrfs.readthedocs.io/en/latest/ch-swapfile.html)':45 'certain':52 'chalk':31 'circumst':53 'could':30 'easi':65 'even':13 'fault':36 'good':19 'guess':28 'haven':6 'hibern':9 'kernel':58 'mode':10,15 'nowaday':20 'possibl':50 'readthedoc':42 'relat':64 'requir':55 'say':3 'setup':39 'sleep':14 'swapfil':44 'use':8,24 'way':66 'year':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635649"
+editedAt: null
+createdAt: DateTimeImmutable @1699906755 {#1705
date: 2023-11-13 21:19:15.0 +01:00
}
+"title": 120879
}
0 => App\Entity\EntryComment {#1606}
]
-id: 12505
-titleTs: "'linux':5 'one':1 'partit':3,9 'singl':2 'tabl':10 'use':7 'versus':6"
-bodyTs: "'/home':54,74,95,133 'advic':136 'ask':45 'btrfs':70 'could':32 'd':162 'efi':51,69 'explain':147 'ext4':73 'fat32':68 'folk':2 'heya':1 'hiccup':107 'instal':103 'keep':98 'like':67,163 'linux':88,129 'look':66 'make':137 'mayb':143 'mint':130 'multipl':117 'need':85,124 'new':102 'onlin':5 'os':128 'outdat':38,159 'overwrit':92 'partit':11,49,64,118 'peopl':4 'preserv':94,132 'read':165 'realli':153 'reason':114 'reinstal':87,126 'say':168 'sens':139 'separ':48 'set':76 'sever':120 'sinc':23 'someon':108 'swap':52,71,72 'tabl':65 'though':171 'thought':42 'time':121 'told':6,109 'use':116 've':15,25 'way':20,39,80,160 'work':99 'wrong':12,59,150 'year':22,30 'zero':138"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699948461
+visibility: "visible "
+apId: "https://slrpnk.net/post/3963413"
+editedAt: null
+createdAt: DateTimeImmutable @1699862061 {#2024
date: 2023-11-13 08:54:21.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1611
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#2392 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2129 …}
+slug: "One-single-partition-for-Linux-versus-using-a-partition-table"
+title: "One single partition for Linux versus using a partition table?"
+url: null
+body: """
Heya folks, some people online told me I was doing partitions wrong, but I’ve been doing it this way for years. Since I’ve been doing it for years, I could be doing it in an outdated way, so I thought I should ask.\n
\n
I have separate partitions for EFI, `/`, swap, and `/home`. Am I doing it wrong? Here’s how my partition table looks like:\n
\n
- FAT32: EFI\n
- BTRFS: `/`\n
- Swap: Swap\n
- Ext4: `/home`\n
\n
I set it up this way so that if I need to reinstall Linux, I can just overwrite `/` while preserving `/home` and just keep working after a new install with very few hiccups. Someone told me there’s no reason to use multiple partitions, but several times I have needed to reinstall the OS (Linux Mint) while preserving `/home` so this advice makes zero sense for me. But maybe it was just explained to me wrong and I really am doing it in an outdated way. I’d like to read what you say about this though.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 97
+favouriteCount: 95
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700169539 {#1722
date: 2023-11-16 22:18:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2133 …}
+votes: Doctrine\ORM\PersistentCollection {#2140 …}
+reports: Doctrine\ORM\PersistentCollection {#2092 …}
+favourites: Doctrine\ORM\PersistentCollection {#2333 …}
+notifications: Doctrine\ORM\PersistentCollection {#2191 …}
+badges: Doctrine\ORM\PersistentCollection {#2338 …}
+children: [
1 => App\Entity\EntryComment {#1611}
0 => App\Entity\EntryComment {#1606
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: """
Well technically, if you’re using BTRFS, you might want to check out subvolumes. Here’s my subvolume setup:\n
\n
- Subvolume 1, named `@` (root subvol)\n
- Subvolume 2, named `@home` (/home subvol)\n
- Subvolume 3, named `@srv` (/srv subvol)\n
- Subvolume 4, named `@opt` (/opt subvol)\n
- Subvolume 5, named `@swap` (which is - you guessed it - the swap subvol)\n
\n
You then set up fstab to reflect each of the subvolumes, using the `subvol=` option. Here’s the kicker: *they are all in one partition*. Yes, even the swap. Though **caveat**, swap still has to be a swapfile, but in its own separate subvolume. Don’t ask me why, it’s just the way to do it.\n
\n
The great thing about subvolumes is that it doesn’t do any size provisioning, unless specified by the user. All subvolumes share the space available within the partition. This means you won’t have to do any soul searching when setting up the partitions regarding use of space.\n
\n
This also means that if I want to nuke and pave, I only need run a BTRFS command on my `@` subvolume (which contains `/usr`, `/share`, `/bin`), because it won’t be touching the contents of `@home`, `@srv`, or `@opt`. What’s extra cool here is that I’ll lose 0% FS metadata or permission setup, since you’re technically just disassociating some blocks from a subvolume. You’re not *really* “formatting”… which is neat as hell.\n
\n
The only extra partitions I have is the EFI partition and an EXT4 partition for the `/boot` folder since I use LUKS2.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 33
+score: 0
+lastActive: DateTime @1700281731 {#1428
date: 2023-11-18 05:28:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
]
+children: Doctrine\ORM\PersistentCollection {#1572 …}
+nested: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1579 …}
+reports: Doctrine\ORM\PersistentCollection {#1577 …}
+favourites: Doctrine\ORM\PersistentCollection {#1573 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
-id: 119154
-bodyTs: "'/bin':185 '/boot':252 '/home':29 '/opt':41 '/share':184 '/srv':35 '/usr':183 '0':209 '1':21 '2':26 '3':32 '4':38 '5':44 'also':161 'ask':101 'avail':136 'block':222 'btrfs':7,176 'caveat':85 'check':12 'command':177 'contain':182 'content':193 'cool':202 'disassoci':220 'doesn':120 'efi':244 'even':81 'ext4':248 'extra':201,238 'folder':253 'format':230 'fs':210 'fstab':59 'great':113 'guess':50 'hell':235 'home':28,195 'kicker':73 'll':207 'lose':208 'luks2':257 'mean':141,162 'metadata':211 'might':9 'name':22,27,33,39,45 'neat':233 'need':173 'nuke':168 'one':78 'opt':40,198 'option':69 'partit':79,139,155,239,245,249 'pave':170 'permiss':213 'provis':125 're':5,217,227 'realli':229 'reflect':61 'regard':156 'root':23 'run':174 'search':150 'separ':97 'set':57,152 'setup':19,214 'share':133 'sinc':215,254 'size':124 'soul':149 'space':135,159 'specifi':127 'srv':34,196 'still':87 'subvol':24,30,36,42,54,68 'subvolum':14,18,20,25,31,37,43,65,98,116,132,180,225 'swap':46,53,83,86 'swapfil':92 'technic':2,218 'thing':114 'though':84 'touch':191 'unless':126 'use':6,66,157,256 'user':130 'want':10,166 'way':108 'well':1 'within':137 'won':143,188 'yes':80"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1632896"
+editedAt: DateTimeImmutable @1700033918 {#1440
date: 2023-11-15 08:38:38.0 +01:00
}
+createdAt: DateTimeImmutable @1699867929 {#1434
date: 2023-11-13 10:32:09.0 +01:00
}
+"title": 119154
}
]
-id: 12505
-titleTs: "'linux':5 'one':1 'partit':3,9 'singl':2 'tabl':10 'use':7 'versus':6"
-bodyTs: "'/home':54,74,95,133 'advic':136 'ask':45 'btrfs':70 'could':32 'd':162 'efi':51,69 'explain':147 'ext4':73 'fat32':68 'folk':2 'heya':1 'hiccup':107 'instal':103 'keep':98 'like':67,163 'linux':88,129 'look':66 'make':137 'mayb':143 'mint':130 'multipl':117 'need':85,124 'new':102 'onlin':5 'os':128 'outdat':38,159 'overwrit':92 'partit':11,49,64,118 'peopl':4 'preserv':94,132 'read':165 'realli':153 'reason':114 'reinstal':87,126 'say':168 'sens':139 'separ':48 'set':76 'sever':120 'sinc':23 'someon':108 'swap':52,71,72 'tabl':65 'though':171 'thought':42 'time':121 'told':6,109 'use':116 've':15,25 'way':20,39,80,160 'work':99 'wrong':12,59,150 'year':22,30 'zero':138"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699948461
+visibility: "visible "
+apId: "https://slrpnk.net/post/3963413"
+editedAt: null
+createdAt: DateTimeImmutable @1699862061 {#2024
date: 2023-11-13 08:54:21.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
+root: App\Entity\EntryComment {#1606}
+body: """
Can’t say I have. Haven’t used hibernation mode for years even. Sleep mode is just too good nowadays for me to use it, so I guess we could chalk that up to a fault of the setup.\n
\n
According to [ReadTheDocs (BTRFS, swapfile)](https://btrfs.readthedocs.io/en/latest/ch-swapfile.html) it’s possible under certain circumstances, but requires the 6.1 kernel to do it in a relatively easy way.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699906755 {#1567
date: 2023-11-13 21:19:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
"@taanegl@beehaw.org"
"@KiranWells@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#1630 …}
+nested: Doctrine\ORM\PersistentCollection {#1628 …}
+votes: Doctrine\ORM\PersistentCollection {#1599 …}
+reports: Doctrine\ORM\PersistentCollection {#1625 …}
+favourites: Doctrine\ORM\PersistentCollection {#1617 …}
+notifications: Doctrine\ORM\PersistentCollection {#1725 …}
-id: 120879
-bodyTs: "'/en/latest/ch-swapfile.html)':47 '6.1':57 'accord':40 'btrfs':43 'btrfs.readthedocs.io':46 'btrfs.readthedocs.io/en/latest/ch-swapfile.html)':45 'certain':52 'chalk':31 'circumst':53 'could':30 'easi':65 'even':13 'fault':36 'good':19 'guess':28 'haven':6 'hibern':9 'kernel':58 'mode':10,15 'nowaday':20 'possibl':50 'readthedoc':42 'relat':64 'requir':55 'say':3 'setup':39 'sleep':14 'swapfil':44 'use':8,24 'way':66 'year':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635649"
+editedAt: null
+createdAt: DateTimeImmutable @1699906755 {#1705
date: 2023-11-13 21:19:15.0 +01:00
}
+"title": 120879
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#1611
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#2392 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2129 …}
+slug: "One-single-partition-for-Linux-versus-using-a-partition-table"
+title: "One single partition for Linux versus using a partition table?"
+url: null
+body: """
Heya folks, some people online told me I was doing partitions wrong, but I’ve been doing it this way for years. Since I’ve been doing it for years, I could be doing it in an outdated way, so I thought I should ask.\n
\n
I have separate partitions for EFI, `/`, swap, and `/home`. Am I doing it wrong? Here’s how my partition table looks like:\n
\n
- FAT32: EFI\n
- BTRFS: `/`\n
- Swap: Swap\n
- Ext4: `/home`\n
\n
I set it up this way so that if I need to reinstall Linux, I can just overwrite `/` while preserving `/home` and just keep working after a new install with very few hiccups. Someone told me there’s no reason to use multiple partitions, but several times I have needed to reinstall the OS (Linux Mint) while preserving `/home` so this advice makes zero sense for me. But maybe it was just explained to me wrong and I really am doing it in an outdated way. I’d like to read what you say about this though.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 97
+favouriteCount: 95
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700169539 {#1722
date: 2023-11-16 22:18:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2133 …}
+votes: Doctrine\ORM\PersistentCollection {#2140 …}
+reports: Doctrine\ORM\PersistentCollection {#2092 …}
+favourites: Doctrine\ORM\PersistentCollection {#2333 …}
+notifications: Doctrine\ORM\PersistentCollection {#2191 …}
+badges: Doctrine\ORM\PersistentCollection {#2338 …}
+children: [
1 => App\Entity\EntryComment {#1611}
0 => App\Entity\EntryComment {#1606
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: """
Well technically, if you’re using BTRFS, you might want to check out subvolumes. Here’s my subvolume setup:\n
\n
- Subvolume 1, named `@` (root subvol)\n
- Subvolume 2, named `@home` (/home subvol)\n
- Subvolume 3, named `@srv` (/srv subvol)\n
- Subvolume 4, named `@opt` (/opt subvol)\n
- Subvolume 5, named `@swap` (which is - you guessed it - the swap subvol)\n
\n
You then set up fstab to reflect each of the subvolumes, using the `subvol=` option. Here’s the kicker: *they are all in one partition*. Yes, even the swap. Though **caveat**, swap still has to be a swapfile, but in its own separate subvolume. Don’t ask me why, it’s just the way to do it.\n
\n
The great thing about subvolumes is that it doesn’t do any size provisioning, unless specified by the user. All subvolumes share the space available within the partition. This means you won’t have to do any soul searching when setting up the partitions regarding use of space.\n
\n
This also means that if I want to nuke and pave, I only need run a BTRFS command on my `@` subvolume (which contains `/usr`, `/share`, `/bin`), because it won’t be touching the contents of `@home`, `@srv`, or `@opt`. What’s extra cool here is that I’ll lose 0% FS metadata or permission setup, since you’re technically just disassociating some blocks from a subvolume. You’re not *really* “formatting”… which is neat as hell.\n
\n
The only extra partitions I have is the EFI partition and an EXT4 partition for the `/boot` folder since I use LUKS2.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 33
+score: 0
+lastActive: DateTime @1700281731 {#1428
date: 2023-11-18 05:28:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
]
+children: Doctrine\ORM\PersistentCollection {#1572 …}
+nested: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1579 …}
+reports: Doctrine\ORM\PersistentCollection {#1577 …}
+favourites: Doctrine\ORM\PersistentCollection {#1573 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
-id: 119154
-bodyTs: "'/bin':185 '/boot':252 '/home':29 '/opt':41 '/share':184 '/srv':35 '/usr':183 '0':209 '1':21 '2':26 '3':32 '4':38 '5':44 'also':161 'ask':101 'avail':136 'block':222 'btrfs':7,176 'caveat':85 'check':12 'command':177 'contain':182 'content':193 'cool':202 'disassoci':220 'doesn':120 'efi':244 'even':81 'ext4':248 'extra':201,238 'folder':253 'format':230 'fs':210 'fstab':59 'great':113 'guess':50 'hell':235 'home':28,195 'kicker':73 'll':207 'lose':208 'luks2':257 'mean':141,162 'metadata':211 'might':9 'name':22,27,33,39,45 'neat':233 'need':173 'nuke':168 'one':78 'opt':40,198 'option':69 'partit':79,139,155,239,245,249 'pave':170 'permiss':213 'provis':125 're':5,217,227 'realli':229 'reflect':61 'regard':156 'root':23 'run':174 'search':150 'separ':97 'set':57,152 'setup':19,214 'share':133 'sinc':215,254 'size':124 'soul':149 'space':135,159 'specifi':127 'srv':34,196 'still':87 'subvol':24,30,36,42,54,68 'subvolum':14,18,20,25,31,37,43,65,98,116,132,180,225 'swap':46,53,83,86 'swapfil':92 'technic':2,218 'thing':114 'though':84 'touch':191 'unless':126 'use':6,66,157,256 'user':130 'want':10,166 'way':108 'well':1 'within':137 'won':143,188 'yes':80"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1632896"
+editedAt: DateTimeImmutable @1700033918 {#1440
date: 2023-11-15 08:38:38.0 +01:00
}
+createdAt: DateTimeImmutable @1699867929 {#1434
date: 2023-11-13 10:32:09.0 +01:00
}
+"title": 119154
}
]
-id: 12505
-titleTs: "'linux':5 'one':1 'partit':3,9 'singl':2 'tabl':10 'use':7 'versus':6"
-bodyTs: "'/home':54,74,95,133 'advic':136 'ask':45 'btrfs':70 'could':32 'd':162 'efi':51,69 'explain':147 'ext4':73 'fat32':68 'folk':2 'heya':1 'hiccup':107 'instal':103 'keep':98 'like':67,163 'linux':88,129 'look':66 'make':137 'mayb':143 'mint':130 'multipl':117 'need':85,124 'new':102 'onlin':5 'os':128 'outdat':38,159 'overwrit':92 'partit':11,49,64,118 'peopl':4 'preserv':94,132 'read':165 'realli':153 'reason':114 'reinstal':87,126 'say':168 'sens':139 'separ':48 'set':76 'sever':120 'sinc':23 'someon':108 'swap':52,71,72 'tabl':65 'though':171 'thought':42 'time':121 'told':6,109 'use':116 've':15,25 'way':20,39,80,160 'work':99 'wrong':12,59,150 'year':22,30 'zero':138"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699948461
+visibility: "visible "
+apId: "https://slrpnk.net/post/3963413"
+editedAt: null
+createdAt: DateTimeImmutable @1699862061 {#2024
date: 2023-11-13 08:54:21.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
+root: App\Entity\EntryComment {#1606}
+body: """
Can’t say I have. Haven’t used hibernation mode for years even. Sleep mode is just too good nowadays for me to use it, so I guess we could chalk that up to a fault of the setup.\n
\n
According to [ReadTheDocs (BTRFS, swapfile)](https://btrfs.readthedocs.io/en/latest/ch-swapfile.html) it’s possible under certain circumstances, but requires the 6.1 kernel to do it in a relatively easy way.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699906755 {#1567
date: 2023-11-13 21:19:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
"@taanegl@beehaw.org"
"@KiranWells@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#1630 …}
+nested: Doctrine\ORM\PersistentCollection {#1628 …}
+votes: Doctrine\ORM\PersistentCollection {#1599 …}
+reports: Doctrine\ORM\PersistentCollection {#1625 …}
+favourites: Doctrine\ORM\PersistentCollection {#1617 …}
+notifications: Doctrine\ORM\PersistentCollection {#1725 …}
-id: 120879
-bodyTs: "'/en/latest/ch-swapfile.html)':47 '6.1':57 'accord':40 'btrfs':43 'btrfs.readthedocs.io':46 'btrfs.readthedocs.io/en/latest/ch-swapfile.html)':45 'certain':52 'chalk':31 'circumst':53 'could':30 'easi':65 'even':13 'fault':36 'good':19 'guess':28 'haven':6 'hibern':9 'kernel':58 'mode':10,15 'nowaday':20 'possibl':50 'readthedoc':42 'relat':64 'requir':55 'say':3 'setup':39 'sleep':14 'swapfil':44 'use':8,24 'way':66 'year':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635649"
+editedAt: null
+createdAt: DateTimeImmutable @1699906755 {#1705
date: 2023-11-13 21:19:15.0 +01:00
}
+"title": 120879
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1611
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#2392 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2129 …}
+slug: "One-single-partition-for-Linux-versus-using-a-partition-table"
+title: "One single partition for Linux versus using a partition table?"
+url: null
+body: """
Heya folks, some people online told me I was doing partitions wrong, but I’ve been doing it this way for years. Since I’ve been doing it for years, I could be doing it in an outdated way, so I thought I should ask.\n
\n
I have separate partitions for EFI, `/`, swap, and `/home`. Am I doing it wrong? Here’s how my partition table looks like:\n
\n
- FAT32: EFI\n
- BTRFS: `/`\n
- Swap: Swap\n
- Ext4: `/home`\n
\n
I set it up this way so that if I need to reinstall Linux, I can just overwrite `/` while preserving `/home` and just keep working after a new install with very few hiccups. Someone told me there’s no reason to use multiple partitions, but several times I have needed to reinstall the OS (Linux Mint) while preserving `/home` so this advice makes zero sense for me. But maybe it was just explained to me wrong and I really am doing it in an outdated way. I’d like to read what you say about this though.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 97
+favouriteCount: 95
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700169539 {#1722
date: 2023-11-16 22:18:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2133 …}
+votes: Doctrine\ORM\PersistentCollection {#2140 …}
+reports: Doctrine\ORM\PersistentCollection {#2092 …}
+favourites: Doctrine\ORM\PersistentCollection {#2333 …}
+notifications: Doctrine\ORM\PersistentCollection {#2191 …}
+badges: Doctrine\ORM\PersistentCollection {#2338 …}
+children: [
1 => App\Entity\EntryComment {#1611}
0 => App\Entity\EntryComment {#1606
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: """
Well technically, if you’re using BTRFS, you might want to check out subvolumes. Here’s my subvolume setup:\n
\n
- Subvolume 1, named `@` (root subvol)\n
- Subvolume 2, named `@home` (/home subvol)\n
- Subvolume 3, named `@srv` (/srv subvol)\n
- Subvolume 4, named `@opt` (/opt subvol)\n
- Subvolume 5, named `@swap` (which is - you guessed it - the swap subvol)\n
\n
You then set up fstab to reflect each of the subvolumes, using the `subvol=` option. Here’s the kicker: *they are all in one partition*. Yes, even the swap. Though **caveat**, swap still has to be a swapfile, but in its own separate subvolume. Don’t ask me why, it’s just the way to do it.\n
\n
The great thing about subvolumes is that it doesn’t do any size provisioning, unless specified by the user. All subvolumes share the space available within the partition. This means you won’t have to do any soul searching when setting up the partitions regarding use of space.\n
\n
This also means that if I want to nuke and pave, I only need run a BTRFS command on my `@` subvolume (which contains `/usr`, `/share`, `/bin`), because it won’t be touching the contents of `@home`, `@srv`, or `@opt`. What’s extra cool here is that I’ll lose 0% FS metadata or permission setup, since you’re technically just disassociating some blocks from a subvolume. You’re not *really* “formatting”… which is neat as hell.\n
\n
The only extra partitions I have is the EFI partition and an EXT4 partition for the `/boot` folder since I use LUKS2.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 33
+score: 0
+lastActive: DateTime @1700281731 {#1428
date: 2023-11-18 05:28:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
]
+children: Doctrine\ORM\PersistentCollection {#1572 …}
+nested: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1579 …}
+reports: Doctrine\ORM\PersistentCollection {#1577 …}
+favourites: Doctrine\ORM\PersistentCollection {#1573 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
-id: 119154
-bodyTs: "'/bin':185 '/boot':252 '/home':29 '/opt':41 '/share':184 '/srv':35 '/usr':183 '0':209 '1':21 '2':26 '3':32 '4':38 '5':44 'also':161 'ask':101 'avail':136 'block':222 'btrfs':7,176 'caveat':85 'check':12 'command':177 'contain':182 'content':193 'cool':202 'disassoci':220 'doesn':120 'efi':244 'even':81 'ext4':248 'extra':201,238 'folder':253 'format':230 'fs':210 'fstab':59 'great':113 'guess':50 'hell':235 'home':28,195 'kicker':73 'll':207 'lose':208 'luks2':257 'mean':141,162 'metadata':211 'might':9 'name':22,27,33,39,45 'neat':233 'need':173 'nuke':168 'one':78 'opt':40,198 'option':69 'partit':79,139,155,239,245,249 'pave':170 'permiss':213 'provis':125 're':5,217,227 'realli':229 'reflect':61 'regard':156 'root':23 'run':174 'search':150 'separ':97 'set':57,152 'setup':19,214 'share':133 'sinc':215,254 'size':124 'soul':149 'space':135,159 'specifi':127 'srv':34,196 'still':87 'subvol':24,30,36,42,54,68 'subvolum':14,18,20,25,31,37,43,65,98,116,132,180,225 'swap':46,53,83,86 'swapfil':92 'technic':2,218 'thing':114 'though':84 'touch':191 'unless':126 'use':6,66,157,256 'user':130 'want':10,166 'way':108 'well':1 'within':137 'won':143,188 'yes':80"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1632896"
+editedAt: DateTimeImmutable @1700033918 {#1440
date: 2023-11-15 08:38:38.0 +01:00
}
+createdAt: DateTimeImmutable @1699867929 {#1434
date: 2023-11-13 10:32:09.0 +01:00
}
+"title": 119154
}
]
-id: 12505
-titleTs: "'linux':5 'one':1 'partit':3,9 'singl':2 'tabl':10 'use':7 'versus':6"
-bodyTs: "'/home':54,74,95,133 'advic':136 'ask':45 'btrfs':70 'could':32 'd':162 'efi':51,69 'explain':147 'ext4':73 'fat32':68 'folk':2 'heya':1 'hiccup':107 'instal':103 'keep':98 'like':67,163 'linux':88,129 'look':66 'make':137 'mayb':143 'mint':130 'multipl':117 'need':85,124 'new':102 'onlin':5 'os':128 'outdat':38,159 'overwrit':92 'partit':11,49,64,118 'peopl':4 'preserv':94,132 'read':165 'realli':153 'reason':114 'reinstal':87,126 'say':168 'sens':139 'separ':48 'set':76 'sever':120 'sinc':23 'someon':108 'swap':52,71,72 'tabl':65 'though':171 'thought':42 'time':121 'told':6,109 'use':116 've':15,25 'way':20,39,80,160 'work':99 'wrong':12,59,150 'year':22,30 'zero':138"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699948461
+visibility: "visible "
+apId: "https://slrpnk.net/post/3963413"
+editedAt: null
+createdAt: DateTimeImmutable @1699862061 {#2024
date: 2023-11-13 08:54:21.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
+root: App\Entity\EntryComment {#1606}
+body: """
Can’t say I have. Haven’t used hibernation mode for years even. Sleep mode is just too good nowadays for me to use it, so I guess we could chalk that up to a fault of the setup.\n
\n
According to [ReadTheDocs (BTRFS, swapfile)](https://btrfs.readthedocs.io/en/latest/ch-swapfile.html) it’s possible under certain circumstances, but requires the 6.1 kernel to do it in a relatively easy way.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699906755 {#1567
date: 2023-11-13 21:19:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
"@taanegl@beehaw.org"
"@KiranWells@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#1630 …}
+nested: Doctrine\ORM\PersistentCollection {#1628 …}
+votes: Doctrine\ORM\PersistentCollection {#1599 …}
+reports: Doctrine\ORM\PersistentCollection {#1625 …}
+favourites: Doctrine\ORM\PersistentCollection {#1617 …}
+notifications: Doctrine\ORM\PersistentCollection {#1725 …}
-id: 120879
-bodyTs: "'/en/latest/ch-swapfile.html)':47 '6.1':57 'accord':40 'btrfs':43 'btrfs.readthedocs.io':46 'btrfs.readthedocs.io/en/latest/ch-swapfile.html)':45 'certain':52 'chalk':31 'circumst':53 'could':30 'easi':65 'even':13 'fault':36 'good':19 'guess':28 'haven':6 'hibern':9 'kernel':58 'mode':10,15 'nowaday':20 'possibl':50 'readthedoc':42 'relat':64 'requir':55 'say':3 'setup':39 'sleep':14 'swapfil':44 'use':8,24 'way':66 'year':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635649"
+editedAt: null
+createdAt: DateTimeImmutable @1699906755 {#1705
date: 2023-11-13 21:19:15.0 +01:00
}
+"title": 120879
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1606
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#2392 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2129 …}
+slug: "One-single-partition-for-Linux-versus-using-a-partition-table"
+title: "One single partition for Linux versus using a partition table?"
+url: null
+body: """
Heya folks, some people online told me I was doing partitions wrong, but I’ve been doing it this way for years. Since I’ve been doing it for years, I could be doing it in an outdated way, so I thought I should ask.\n
\n
I have separate partitions for EFI, `/`, swap, and `/home`. Am I doing it wrong? Here’s how my partition table looks like:\n
\n
- FAT32: EFI\n
- BTRFS: `/`\n
- Swap: Swap\n
- Ext4: `/home`\n
\n
I set it up this way so that if I need to reinstall Linux, I can just overwrite `/` while preserving `/home` and just keep working after a new install with very few hiccups. Someone told me there’s no reason to use multiple partitions, but several times I have needed to reinstall the OS (Linux Mint) while preserving `/home` so this advice makes zero sense for me. But maybe it was just explained to me wrong and I really am doing it in an outdated way. I’d like to read what you say about this though.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 97
+favouriteCount: 95
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700169539 {#1722
date: 2023-11-16 22:18:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2133 …}
+votes: Doctrine\ORM\PersistentCollection {#2140 …}
+reports: Doctrine\ORM\PersistentCollection {#2092 …}
+favourites: Doctrine\ORM\PersistentCollection {#2333 …}
+notifications: Doctrine\ORM\PersistentCollection {#2191 …}
+badges: Doctrine\ORM\PersistentCollection {#2338 …}
+children: [
1 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
+root: App\Entity\EntryComment {#1606}
+body: """
Can’t say I have. Haven’t used hibernation mode for years even. Sleep mode is just too good nowadays for me to use it, so I guess we could chalk that up to a fault of the setup.\n
\n
According to [ReadTheDocs (BTRFS, swapfile)](https://btrfs.readthedocs.io/en/latest/ch-swapfile.html) it’s possible under certain circumstances, but requires the 6.1 kernel to do it in a relatively easy way.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699906755 {#1567
date: 2023-11-13 21:19:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
"@taanegl@beehaw.org"
"@KiranWells@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#1630 …}
+nested: Doctrine\ORM\PersistentCollection {#1628 …}
+votes: Doctrine\ORM\PersistentCollection {#1599 …}
+reports: Doctrine\ORM\PersistentCollection {#1625 …}
+favourites: Doctrine\ORM\PersistentCollection {#1617 …}
+notifications: Doctrine\ORM\PersistentCollection {#1725 …}
-id: 120879
-bodyTs: "'/en/latest/ch-swapfile.html)':47 '6.1':57 'accord':40 'btrfs':43 'btrfs.readthedocs.io':46 'btrfs.readthedocs.io/en/latest/ch-swapfile.html)':45 'certain':52 'chalk':31 'circumst':53 'could':30 'easi':65 'even':13 'fault':36 'good':19 'guess':28 'haven':6 'hibern':9 'kernel':58 'mode':10,15 'nowaday':20 'possibl':50 'readthedoc':42 'relat':64 'requir':55 'say':3 'setup':39 'sleep':14 'swapfil':44 'use':8,24 'way':66 'year':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635649"
+editedAt: null
+createdAt: DateTimeImmutable @1699906755 {#1705
date: 2023-11-13 21:19:15.0 +01:00
}
+"title": 120879
}
0 => App\Entity\EntryComment {#1606}
]
-id: 12505
-titleTs: "'linux':5 'one':1 'partit':3,9 'singl':2 'tabl':10 'use':7 'versus':6"
-bodyTs: "'/home':54,74,95,133 'advic':136 'ask':45 'btrfs':70 'could':32 'd':162 'efi':51,69 'explain':147 'ext4':73 'fat32':68 'folk':2 'heya':1 'hiccup':107 'instal':103 'keep':98 'like':67,163 'linux':88,129 'look':66 'make':137 'mayb':143 'mint':130 'multipl':117 'need':85,124 'new':102 'onlin':5 'os':128 'outdat':38,159 'overwrit':92 'partit':11,49,64,118 'peopl':4 'preserv':94,132 'read':165 'realli':153 'reason':114 'reinstal':87,126 'say':168 'sens':139 'separ':48 'set':76 'sever':120 'sinc':23 'someon':108 'swap':52,71,72 'tabl':65 'though':171 'thought':42 'time':121 'told':6,109 'use':116 've':15,25 'way':20,39,80,160 'work':99 'wrong':12,59,150 'year':22,30 'zero':138"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699948461
+visibility: "visible "
+apId: "https://slrpnk.net/post/3963413"
+editedAt: null
+createdAt: DateTimeImmutable @1699862061 {#2024
date: 2023-11-13 08:54:21.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: """
Well technically, if you’re using BTRFS, you might want to check out subvolumes. Here’s my subvolume setup:\n
\n
- Subvolume 1, named `@` (root subvol)\n
- Subvolume 2, named `@home` (/home subvol)\n
- Subvolume 3, named `@srv` (/srv subvol)\n
- Subvolume 4, named `@opt` (/opt subvol)\n
- Subvolume 5, named `@swap` (which is - you guessed it - the swap subvol)\n
\n
You then set up fstab to reflect each of the subvolumes, using the `subvol=` option. Here’s the kicker: *they are all in one partition*. Yes, even the swap. Though **caveat**, swap still has to be a swapfile, but in its own separate subvolume. Don’t ask me why, it’s just the way to do it.\n
\n
The great thing about subvolumes is that it doesn’t do any size provisioning, unless specified by the user. All subvolumes share the space available within the partition. This means you won’t have to do any soul searching when setting up the partitions regarding use of space.\n
\n
This also means that if I want to nuke and pave, I only need run a BTRFS command on my `@` subvolume (which contains `/usr`, `/share`, `/bin`), because it won’t be touching the contents of `@home`, `@srv`, or `@opt`. What’s extra cool here is that I’ll lose 0% FS metadata or permission setup, since you’re technically just disassociating some blocks from a subvolume. You’re not *really* “formatting”… which is neat as hell.\n
\n
The only extra partitions I have is the EFI partition and an EXT4 partition for the `/boot` folder since I use LUKS2.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 33
+score: 0
+lastActive: DateTime @1700281731 {#1428
date: 2023-11-18 05:28:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
]
+children: Doctrine\ORM\PersistentCollection {#1572 …}
+nested: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1579 …}
+reports: Doctrine\ORM\PersistentCollection {#1577 …}
+favourites: Doctrine\ORM\PersistentCollection {#1573 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
-id: 119154
-bodyTs: "'/bin':185 '/boot':252 '/home':29 '/opt':41 '/share':184 '/srv':35 '/usr':183 '0':209 '1':21 '2':26 '3':32 '4':38 '5':44 'also':161 'ask':101 'avail':136 'block':222 'btrfs':7,176 'caveat':85 'check':12 'command':177 'contain':182 'content':193 'cool':202 'disassoci':220 'doesn':120 'efi':244 'even':81 'ext4':248 'extra':201,238 'folder':253 'format':230 'fs':210 'fstab':59 'great':113 'guess':50 'hell':235 'home':28,195 'kicker':73 'll':207 'lose':208 'luks2':257 'mean':141,162 'metadata':211 'might':9 'name':22,27,33,39,45 'neat':233 'need':173 'nuke':168 'one':78 'opt':40,198 'option':69 'partit':79,139,155,239,245,249 'pave':170 'permiss':213 'provis':125 're':5,217,227 'realli':229 'reflect':61 'regard':156 'root':23 'run':174 'search':150 'separ':97 'set':57,152 'setup':19,214 'share':133 'sinc':215,254 'size':124 'soul':149 'space':135,159 'specifi':127 'srv':34,196 'still':87 'subvol':24,30,36,42,54,68 'subvolum':14,18,20,25,31,37,43,65,98,116,132,180,225 'swap':46,53,83,86 'swapfil':92 'technic':2,218 'thing':114 'though':84 'touch':191 'unless':126 'use':6,66,157,256 'user':130 'want':10,166 'way':108 'well':1 'within':137 'won':143,188 'yes':80"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1632896"
+editedAt: DateTimeImmutable @1700033918 {#1440
date: 2023-11-15 08:38:38.0 +01:00
}
+createdAt: DateTimeImmutable @1699867929 {#1434
date: 2023-11-13 10:32:09.0 +01:00
}
+"title": 119154
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
App\Entity\EntryComment {#1606
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#2392 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2129 …}
+slug: "One-single-partition-for-Linux-versus-using-a-partition-table"
+title: "One single partition for Linux versus using a partition table?"
+url: null
+body: """
Heya folks, some people online told me I was doing partitions wrong, but I’ve been doing it this way for years. Since I’ve been doing it for years, I could be doing it in an outdated way, so I thought I should ask.\n
\n
I have separate partitions for EFI, `/`, swap, and `/home`. Am I doing it wrong? Here’s how my partition table looks like:\n
\n
- FAT32: EFI\n
- BTRFS: `/`\n
- Swap: Swap\n
- Ext4: `/home`\n
\n
I set it up this way so that if I need to reinstall Linux, I can just overwrite `/` while preserving `/home` and just keep working after a new install with very few hiccups. Someone told me there’s no reason to use multiple partitions, but several times I have needed to reinstall the OS (Linux Mint) while preserving `/home` so this advice makes zero sense for me. But maybe it was just explained to me wrong and I really am doing it in an outdated way. I’d like to read what you say about this though.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 97
+favouriteCount: 95
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700169539 {#1722
date: 2023-11-16 22:18:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2133 …}
+votes: Doctrine\ORM\PersistentCollection {#2140 …}
+reports: Doctrine\ORM\PersistentCollection {#2092 …}
+favourites: Doctrine\ORM\PersistentCollection {#2333 …}
+notifications: Doctrine\ORM\PersistentCollection {#2191 …}
+badges: Doctrine\ORM\PersistentCollection {#2338 …}
+children: [
1 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
+root: App\Entity\EntryComment {#1606}
+body: """
Can’t say I have. Haven’t used hibernation mode for years even. Sleep mode is just too good nowadays for me to use it, so I guess we could chalk that up to a fault of the setup.\n
\n
According to [ReadTheDocs (BTRFS, swapfile)](https://btrfs.readthedocs.io/en/latest/ch-swapfile.html) it’s possible under certain circumstances, but requires the 6.1 kernel to do it in a relatively easy way.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699906755 {#1567
date: 2023-11-13 21:19:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
"@taanegl@beehaw.org"
"@KiranWells@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#1630 …}
+nested: Doctrine\ORM\PersistentCollection {#1628 …}
+votes: Doctrine\ORM\PersistentCollection {#1599 …}
+reports: Doctrine\ORM\PersistentCollection {#1625 …}
+favourites: Doctrine\ORM\PersistentCollection {#1617 …}
+notifications: Doctrine\ORM\PersistentCollection {#1725 …}
-id: 120879
-bodyTs: "'/en/latest/ch-swapfile.html)':47 '6.1':57 'accord':40 'btrfs':43 'btrfs.readthedocs.io':46 'btrfs.readthedocs.io/en/latest/ch-swapfile.html)':45 'certain':52 'chalk':31 'circumst':53 'could':30 'easi':65 'even':13 'fault':36 'good':19 'guess':28 'haven':6 'hibern':9 'kernel':58 'mode':10,15 'nowaday':20 'possibl':50 'readthedoc':42 'relat':64 'requir':55 'say':3 'setup':39 'sleep':14 'swapfil':44 'use':8,24 'way':66 'year':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635649"
+editedAt: null
+createdAt: DateTimeImmutable @1699906755 {#1705
date: 2023-11-13 21:19:15.0 +01:00
}
+"title": 120879
}
0 => App\Entity\EntryComment {#1606}
]
-id: 12505
-titleTs: "'linux':5 'one':1 'partit':3,9 'singl':2 'tabl':10 'use':7 'versus':6"
-bodyTs: "'/home':54,74,95,133 'advic':136 'ask':45 'btrfs':70 'could':32 'd':162 'efi':51,69 'explain':147 'ext4':73 'fat32':68 'folk':2 'heya':1 'hiccup':107 'instal':103 'keep':98 'like':67,163 'linux':88,129 'look':66 'make':137 'mayb':143 'mint':130 'multipl':117 'need':85,124 'new':102 'onlin':5 'os':128 'outdat':38,159 'overwrit':92 'partit':11,49,64,118 'peopl':4 'preserv':94,132 'read':165 'realli':153 'reason':114 'reinstal':87,126 'say':168 'sens':139 'separ':48 'set':76 'sever':120 'sinc':23 'someon':108 'swap':52,71,72 'tabl':65 'though':171 'thought':42 'time':121 'told':6,109 'use':116 've':15,25 'way':20,39,80,160 'work':99 'wrong':12,59,150 'year':22,30 'zero':138"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699948461
+visibility: "visible "
+apId: "https://slrpnk.net/post/3963413"
+editedAt: null
+createdAt: DateTimeImmutable @1699862061 {#2024
date: 2023-11-13 08:54:21.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: """
Well technically, if you’re using BTRFS, you might want to check out subvolumes. Here’s my subvolume setup:\n
\n
- Subvolume 1, named `@` (root subvol)\n
- Subvolume 2, named `@home` (/home subvol)\n
- Subvolume 3, named `@srv` (/srv subvol)\n
- Subvolume 4, named `@opt` (/opt subvol)\n
- Subvolume 5, named `@swap` (which is - you guessed it - the swap subvol)\n
\n
You then set up fstab to reflect each of the subvolumes, using the `subvol=` option. Here’s the kicker: *they are all in one partition*. Yes, even the swap. Though **caveat**, swap still has to be a swapfile, but in its own separate subvolume. Don’t ask me why, it’s just the way to do it.\n
\n
The great thing about subvolumes is that it doesn’t do any size provisioning, unless specified by the user. All subvolumes share the space available within the partition. This means you won’t have to do any soul searching when setting up the partitions regarding use of space.\n
\n
This also means that if I want to nuke and pave, I only need run a BTRFS command on my `@` subvolume (which contains `/usr`, `/share`, `/bin`), because it won’t be touching the contents of `@home`, `@srv`, or `@opt`. What’s extra cool here is that I’ll lose 0% FS metadata or permission setup, since you’re technically just disassociating some blocks from a subvolume. You’re not *really* “formatting”… which is neat as hell.\n
\n
The only extra partitions I have is the EFI partition and an EXT4 partition for the `/boot` folder since I use LUKS2.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 33
+score: 0
+lastActive: DateTime @1700281731 {#1428
date: 2023-11-18 05:28:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
]
+children: Doctrine\ORM\PersistentCollection {#1572 …}
+nested: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1579 …}
+reports: Doctrine\ORM\PersistentCollection {#1577 …}
+favourites: Doctrine\ORM\PersistentCollection {#1573 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
-id: 119154
-bodyTs: "'/bin':185 '/boot':252 '/home':29 '/opt':41 '/share':184 '/srv':35 '/usr':183 '0':209 '1':21 '2':26 '3':32 '4':38 '5':44 'also':161 'ask':101 'avail':136 'block':222 'btrfs':7,176 'caveat':85 'check':12 'command':177 'contain':182 'content':193 'cool':202 'disassoci':220 'doesn':120 'efi':244 'even':81 'ext4':248 'extra':201,238 'folder':253 'format':230 'fs':210 'fstab':59 'great':113 'guess':50 'hell':235 'home':28,195 'kicker':73 'll':207 'lose':208 'luks2':257 'mean':141,162 'metadata':211 'might':9 'name':22,27,33,39,45 'neat':233 'need':173 'nuke':168 'one':78 'opt':40,198 'option':69 'partit':79,139,155,239,245,249 'pave':170 'permiss':213 'provis':125 're':5,217,227 'realli':229 'reflect':61 'regard':156 'root':23 'run':174 'search':150 'separ':97 'set':57,152 'setup':19,214 'share':133 'sinc':215,254 'size':124 'soul':149 'space':135,159 'specifi':127 'srv':34,196 'still':87 'subvol':24,30,36,42,54,68 'subvolum':14,18,20,25,31,37,43,65,98,116,132,180,225 'swap':46,53,83,86 'swapfil':92 'technic':2,218 'thing':114 'though':84 'touch':191 'unless':126 'use':6,66,157,256 'user':130 'want':10,166 'way':108 'well':1 'within':137 'won':143,188 'yes':80"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1632896"
+editedAt: DateTimeImmutable @1700033918 {#1440
date: 2023-11-15 08:38:38.0 +01:00
}
+createdAt: DateTimeImmutable @1699867929 {#1434
date: 2023-11-13 10:32:09.0 +01:00
}
+"title": 119154
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1606
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#2392 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2129 …}
+slug: "One-single-partition-for-Linux-versus-using-a-partition-table"
+title: "One single partition for Linux versus using a partition table?"
+url: null
+body: """
Heya folks, some people online told me I was doing partitions wrong, but I’ve been doing it this way for years. Since I’ve been doing it for years, I could be doing it in an outdated way, so I thought I should ask.\n
\n
I have separate partitions for EFI, `/`, swap, and `/home`. Am I doing it wrong? Here’s how my partition table looks like:\n
\n
- FAT32: EFI\n
- BTRFS: `/`\n
- Swap: Swap\n
- Ext4: `/home`\n
\n
I set it up this way so that if I need to reinstall Linux, I can just overwrite `/` while preserving `/home` and just keep working after a new install with very few hiccups. Someone told me there’s no reason to use multiple partitions, but several times I have needed to reinstall the OS (Linux Mint) while preserving `/home` so this advice makes zero sense for me. But maybe it was just explained to me wrong and I really am doing it in an outdated way. I’d like to read what you say about this though.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 97
+favouriteCount: 95
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700169539 {#1722
date: 2023-11-16 22:18:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2133 …}
+votes: Doctrine\ORM\PersistentCollection {#2140 …}
+reports: Doctrine\ORM\PersistentCollection {#2092 …}
+favourites: Doctrine\ORM\PersistentCollection {#2333 …}
+notifications: Doctrine\ORM\PersistentCollection {#2191 …}
+badges: Doctrine\ORM\PersistentCollection {#2338 …}
+children: [
1 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
+root: App\Entity\EntryComment {#1606}
+body: """
Can’t say I have. Haven’t used hibernation mode for years even. Sleep mode is just too good nowadays for me to use it, so I guess we could chalk that up to a fault of the setup.\n
\n
According to [ReadTheDocs (BTRFS, swapfile)](https://btrfs.readthedocs.io/en/latest/ch-swapfile.html) it’s possible under certain circumstances, but requires the 6.1 kernel to do it in a relatively easy way.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699906755 {#1567
date: 2023-11-13 21:19:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
"@taanegl@beehaw.org"
"@KiranWells@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#1630 …}
+nested: Doctrine\ORM\PersistentCollection {#1628 …}
+votes: Doctrine\ORM\PersistentCollection {#1599 …}
+reports: Doctrine\ORM\PersistentCollection {#1625 …}
+favourites: Doctrine\ORM\PersistentCollection {#1617 …}
+notifications: Doctrine\ORM\PersistentCollection {#1725 …}
-id: 120879
-bodyTs: "'/en/latest/ch-swapfile.html)':47 '6.1':57 'accord':40 'btrfs':43 'btrfs.readthedocs.io':46 'btrfs.readthedocs.io/en/latest/ch-swapfile.html)':45 'certain':52 'chalk':31 'circumst':53 'could':30 'easi':65 'even':13 'fault':36 'good':19 'guess':28 'haven':6 'hibern':9 'kernel':58 'mode':10,15 'nowaday':20 'possibl':50 'readthedoc':42 'relat':64 'requir':55 'say':3 'setup':39 'sleep':14 'swapfil':44 'use':8,24 'way':66 'year':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635649"
+editedAt: null
+createdAt: DateTimeImmutable @1699906755 {#1705
date: 2023-11-13 21:19:15.0 +01:00
}
+"title": 120879
}
0 => App\Entity\EntryComment {#1606}
]
-id: 12505
-titleTs: "'linux':5 'one':1 'partit':3,9 'singl':2 'tabl':10 'use':7 'versus':6"
-bodyTs: "'/home':54,74,95,133 'advic':136 'ask':45 'btrfs':70 'could':32 'd':162 'efi':51,69 'explain':147 'ext4':73 'fat32':68 'folk':2 'heya':1 'hiccup':107 'instal':103 'keep':98 'like':67,163 'linux':88,129 'look':66 'make':137 'mayb':143 'mint':130 'multipl':117 'need':85,124 'new':102 'onlin':5 'os':128 'outdat':38,159 'overwrit':92 'partit':11,49,64,118 'peopl':4 'preserv':94,132 'read':165 'realli':153 'reason':114 'reinstal':87,126 'say':168 'sens':139 'separ':48 'set':76 'sever':120 'sinc':23 'someon':108 'swap':52,71,72 'tabl':65 'though':171 'thought':42 'time':121 'told':6,109 'use':116 've':15,25 'way':20,39,80,160 'work':99 'wrong':12,59,150 'year':22,30 'zero':138"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699948461
+visibility: "visible "
+apId: "https://slrpnk.net/post/3963413"
+editedAt: null
+createdAt: DateTimeImmutable @1699862061 {#2024
date: 2023-11-13 08:54:21.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: """
Well technically, if you’re using BTRFS, you might want to check out subvolumes. Here’s my subvolume setup:\n
\n
- Subvolume 1, named `@` (root subvol)\n
- Subvolume 2, named `@home` (/home subvol)\n
- Subvolume 3, named `@srv` (/srv subvol)\n
- Subvolume 4, named `@opt` (/opt subvol)\n
- Subvolume 5, named `@swap` (which is - you guessed it - the swap subvol)\n
\n
You then set up fstab to reflect each of the subvolumes, using the `subvol=` option. Here’s the kicker: *they are all in one partition*. Yes, even the swap. Though **caveat**, swap still has to be a swapfile, but in its own separate subvolume. Don’t ask me why, it’s just the way to do it.\n
\n
The great thing about subvolumes is that it doesn’t do any size provisioning, unless specified by the user. All subvolumes share the space available within the partition. This means you won’t have to do any soul searching when setting up the partitions regarding use of space.\n
\n
This also means that if I want to nuke and pave, I only need run a BTRFS command on my `@` subvolume (which contains `/usr`, `/share`, `/bin`), because it won’t be touching the contents of `@home`, `@srv`, or `@opt`. What’s extra cool here is that I’ll lose 0% FS metadata or permission setup, since you’re technically just disassociating some blocks from a subvolume. You’re not *really* “formatting”… which is neat as hell.\n
\n
The only extra partitions I have is the EFI partition and an EXT4 partition for the `/boot` folder since I use LUKS2.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 33
+score: 0
+lastActive: DateTime @1700281731 {#1428
date: 2023-11-18 05:28:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@home"
"@srv"
"@opt"
"@swap"
"@mambabasa@slrpnk.net"
]
+children: Doctrine\ORM\PersistentCollection {#1572 …}
+nested: Doctrine\ORM\PersistentCollection {#1581 …}
+votes: Doctrine\ORM\PersistentCollection {#1579 …}
+reports: Doctrine\ORM\PersistentCollection {#1577 …}
+favourites: Doctrine\ORM\PersistentCollection {#1573 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
-id: 119154
-bodyTs: "'/bin':185 '/boot':252 '/home':29 '/opt':41 '/share':184 '/srv':35 '/usr':183 '0':209 '1':21 '2':26 '3':32 '4':38 '5':44 'also':161 'ask':101 'avail':136 'block':222 'btrfs':7,176 'caveat':85 'check':12 'command':177 'contain':182 'content':193 'cool':202 'disassoci':220 'doesn':120 'efi':244 'even':81 'ext4':248 'extra':201,238 'folder':253 'format':230 'fs':210 'fstab':59 'great':113 'guess':50 'hell':235 'home':28,195 'kicker':73 'll':207 'lose':208 'luks2':257 'mean':141,162 'metadata':211 'might':9 'name':22,27,33,39,45 'neat':233 'need':173 'nuke':168 'one':78 'opt':40,198 'option':69 'partit':79,139,155,239,245,249 'pave':170 'permiss':213 'provis':125 're':5,217,227 'realli':229 'reflect':61 'regard':156 'root':23 'run':174 'search':150 'separ':97 'set':57,152 'setup':19,214 'share':133 'sinc':215,254 'size':124 'soul':149 'space':135,159 'specifi':127 'srv':34,196 'still':87 'subvol':24,30,36,42,54,68 'subvolum':14,18,20,25,31,37,43,65,98,116,132,180,225 'swap':46,53,83,86 'swapfil':92 'technic':2,218 'thing':114 'though':84 'touch':191 'unless':126 'use':6,66,157,256 'user':130 'want':10,166 'way':108 'well':1 'within':137 'won':143,188 'yes':80"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1632896"
+editedAt: DateTimeImmutable @1700033918 {#1440
date: 2023-11-15 08:38:38.0 +01:00
}
+createdAt: DateTimeImmutable @1699867929 {#1434
date: 2023-11-13 10:32:09.0 +01:00
}
+"title": 119154
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1621
+user: Proxies\__CG__\App\Entity\User {#1362 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2054 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2052 …}
+slug: "Listen-Susan-It-s-a-valid-theory-just-look-at-the"
+title: "Listen, Susan. It's a valid theory, just look at the damn thing."
+url: "https://mander.xyz/pictrs/image/d686d076-39dd-46c5-b550-900af4b8c864.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 55
+favouriteCount: 766
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700044707 {#2336
date: 2023-11-15 11:38:27.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2055 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2058 …}
+favourites: Doctrine\ORM\PersistentCollection {#2165 …}
+notifications: Doctrine\ORM\PersistentCollection {#2100 …}
+badges: Doctrine\ORM\PersistentCollection {#2105 …}
+children: [
App\Entity\EntryComment {#1620
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: null
+root: null
+body: "Falsifiably so."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700096300 {#1604
date: 2023-11-16 01:58:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@fossilesque@mander.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#1557 …}
+nested: Doctrine\ORM\PersistentCollection {#1558 …}
+votes: Doctrine\ORM\PersistentCollection {#1565 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1564 …}
+notifications: Doctrine\ORM\PersistentCollection {#1559 …}
-id: 120810
-bodyTs: "'falsifi':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635559"
+editedAt: null
+createdAt: DateTimeImmutable @1699905520 {#1613
date: 2023-11-13 20:58:40.0 +01:00
}
+"title": 120810
}
]
-id: 12680
-titleTs: "'damn':12 'listen':1 'look':9 'susan':2 'theori':7 'thing':13 'valid':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699991383
+visibility: "visible "
+apId: "https://mander.xyz/post/6132039"
+editedAt: null
+createdAt: DateTimeImmutable @1699904983 {#2097
date: 2023-11-13 20:49:43.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1621
+user: Proxies\__CG__\App\Entity\User {#1362 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2054 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2052 …}
+slug: "Listen-Susan-It-s-a-valid-theory-just-look-at-the"
+title: "Listen, Susan. It's a valid theory, just look at the damn thing."
+url: "https://mander.xyz/pictrs/image/d686d076-39dd-46c5-b550-900af4b8c864.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 55
+favouriteCount: 766
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700044707 {#2336
date: 2023-11-15 11:38:27.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2055 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2058 …}
+favourites: Doctrine\ORM\PersistentCollection {#2165 …}
+notifications: Doctrine\ORM\PersistentCollection {#2100 …}
+badges: Doctrine\ORM\PersistentCollection {#2105 …}
+children: [
App\Entity\EntryComment {#1620
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: null
+root: null
+body: "Falsifiably so."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700096300 {#1604
date: 2023-11-16 01:58:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@fossilesque@mander.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#1557 …}
+nested: Doctrine\ORM\PersistentCollection {#1558 …}
+votes: Doctrine\ORM\PersistentCollection {#1565 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1564 …}
+notifications: Doctrine\ORM\PersistentCollection {#1559 …}
-id: 120810
-bodyTs: "'falsifi':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635559"
+editedAt: null
+createdAt: DateTimeImmutable @1699905520 {#1613
date: 2023-11-13 20:58:40.0 +01:00
}
+"title": 120810
}
]
-id: 12680
-titleTs: "'damn':12 'listen':1 'look':9 'susan':2 'theori':7 'thing':13 'valid':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699991383
+visibility: "visible "
+apId: "https://mander.xyz/post/6132039"
+editedAt: null
+createdAt: DateTimeImmutable @1699904983 {#2097
date: 2023-11-13 20:49:43.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1621
+user: Proxies\__CG__\App\Entity\User {#1362 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2054 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2052 …}
+slug: "Listen-Susan-It-s-a-valid-theory-just-look-at-the"
+title: "Listen, Susan. It's a valid theory, just look at the damn thing."
+url: "https://mander.xyz/pictrs/image/d686d076-39dd-46c5-b550-900af4b8c864.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 55
+favouriteCount: 766
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700044707 {#2336
date: 2023-11-15 11:38:27.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2055 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2058 …}
+favourites: Doctrine\ORM\PersistentCollection {#2165 …}
+notifications: Doctrine\ORM\PersistentCollection {#2100 …}
+badges: Doctrine\ORM\PersistentCollection {#2105 …}
+children: [
App\Entity\EntryComment {#1620
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: null
+root: null
+body: "Falsifiably so."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700096300 {#1604
date: 2023-11-16 01:58:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@fossilesque@mander.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#1557 …}
+nested: Doctrine\ORM\PersistentCollection {#1558 …}
+votes: Doctrine\ORM\PersistentCollection {#1565 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1564 …}
+notifications: Doctrine\ORM\PersistentCollection {#1559 …}
-id: 120810
-bodyTs: "'falsifi':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635559"
+editedAt: null
+createdAt: DateTimeImmutable @1699905520 {#1613
date: 2023-11-13 20:58:40.0 +01:00
}
+"title": 120810
}
]
-id: 12680
-titleTs: "'damn':12 'listen':1 'look':9 'susan':2 'theori':7 'thing':13 'valid':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699991383
+visibility: "visible "
+apId: "https://mander.xyz/post/6132039"
+editedAt: null
+createdAt: DateTimeImmutable @1699904983 {#2097
date: 2023-11-13 20:49:43.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1620
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1621
+user: Proxies\__CG__\App\Entity\User {#1362 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2054 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2052 …}
+slug: "Listen-Susan-It-s-a-valid-theory-just-look-at-the"
+title: "Listen, Susan. It's a valid theory, just look at the damn thing."
+url: "https://mander.xyz/pictrs/image/d686d076-39dd-46c5-b550-900af4b8c864.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 55
+favouriteCount: 766
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700044707 {#2336
date: 2023-11-15 11:38:27.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2055 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2058 …}
+favourites: Doctrine\ORM\PersistentCollection {#2165 …}
+notifications: Doctrine\ORM\PersistentCollection {#2100 …}
+badges: Doctrine\ORM\PersistentCollection {#2105 …}
+children: [
App\Entity\EntryComment {#1620}
]
-id: 12680
-titleTs: "'damn':12 'listen':1 'look':9 'susan':2 'theori':7 'thing':13 'valid':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699991383
+visibility: "visible "
+apId: "https://mander.xyz/post/6132039"
+editedAt: null
+createdAt: DateTimeImmutable @1699904983 {#2097
date: 2023-11-13 20:49:43.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: null
+root: null
+body: "Falsifiably so."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700096300 {#1604
date: 2023-11-16 01:58:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@fossilesque@mander.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#1557 …}
+nested: Doctrine\ORM\PersistentCollection {#1558 …}
+votes: Doctrine\ORM\PersistentCollection {#1565 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1564 …}
+notifications: Doctrine\ORM\PersistentCollection {#1559 …}
-id: 120810
-bodyTs: "'falsifi':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635559"
+editedAt: null
+createdAt: DateTimeImmutable @1699905520 {#1613
date: 2023-11-13 20:58:40.0 +01:00
}
+"title": 120810
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\EntryComment {#1620
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1621
+user: Proxies\__CG__\App\Entity\User {#1362 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2054 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2052 …}
+slug: "Listen-Susan-It-s-a-valid-theory-just-look-at-the"
+title: "Listen, Susan. It's a valid theory, just look at the damn thing."
+url: "https://mander.xyz/pictrs/image/d686d076-39dd-46c5-b550-900af4b8c864.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 55
+favouriteCount: 766
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700044707 {#2336
date: 2023-11-15 11:38:27.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2055 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2058 …}
+favourites: Doctrine\ORM\PersistentCollection {#2165 …}
+notifications: Doctrine\ORM\PersistentCollection {#2100 …}
+badges: Doctrine\ORM\PersistentCollection {#2105 …}
+children: [
App\Entity\EntryComment {#1620}
]
-id: 12680
-titleTs: "'damn':12 'listen':1 'look':9 'susan':2 'theori':7 'thing':13 'valid':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699991383
+visibility: "visible "
+apId: "https://mander.xyz/post/6132039"
+editedAt: null
+createdAt: DateTimeImmutable @1699904983 {#2097
date: 2023-11-13 20:49:43.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: null
+root: null
+body: "Falsifiably so."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700096300 {#1604
date: 2023-11-16 01:58:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@fossilesque@mander.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#1557 …}
+nested: Doctrine\ORM\PersistentCollection {#1558 …}
+votes: Doctrine\ORM\PersistentCollection {#1565 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1564 …}
+notifications: Doctrine\ORM\PersistentCollection {#1559 …}
-id: 120810
-bodyTs: "'falsifi':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635559"
+editedAt: null
+createdAt: DateTimeImmutable @1699905520 {#1613
date: 2023-11-13 20:58:40.0 +01:00
}
+"title": 120810
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1620
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1621
+user: Proxies\__CG__\App\Entity\User {#1362 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: Proxies\__CG__\App\Entity\Image {#2054 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2052 …}
+slug: "Listen-Susan-It-s-a-valid-theory-just-look-at-the"
+title: "Listen, Susan. It's a valid theory, just look at the damn thing."
+url: "https://mander.xyz/pictrs/image/d686d076-39dd-46c5-b550-900af4b8c864.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 55
+favouriteCount: 766
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700044707 {#2336
date: 2023-11-15 11:38:27.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2055 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2058 …}
+favourites: Doctrine\ORM\PersistentCollection {#2165 …}
+notifications: Doctrine\ORM\PersistentCollection {#2100 …}
+badges: Doctrine\ORM\PersistentCollection {#2105 …}
+children: [
App\Entity\EntryComment {#1620}
]
-id: 12680
-titleTs: "'damn':12 'listen':1 'look':9 'susan':2 'theori':7 'thing':13 'valid':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699991383
+visibility: "visible "
+apId: "https://mander.xyz/post/6132039"
+editedAt: null
+createdAt: DateTimeImmutable @1699904983 {#2097
date: 2023-11-13 20:49:43.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
+image: null
+parent: null
+root: null
+body: "Falsifiably so."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700096300 {#1604
date: 2023-11-16 01:58:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@fossilesque@mander.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#1557 …}
+nested: Doctrine\ORM\PersistentCollection {#1558 …}
+votes: Doctrine\ORM\PersistentCollection {#1565 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1564 …}
+notifications: Doctrine\ORM\PersistentCollection {#1559 …}
-id: 120810
-bodyTs: "'falsifi':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635559"
+editedAt: null
+createdAt: DateTimeImmutable @1699905520 {#1613
date: 2023-11-13 20:58:40.0 +01:00
}
+"title": 120810
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2085 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2106 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2107 …}
+slug: "Canonical-lifts-lid-on-more-Ubuntu-Core-Desktop-details"
+title: "Canonical lifts lid on more Ubuntu Core Desktop details"
+url: "https://www.theregister.com/2023/11/08/ubuntu_core_desktop_details/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 158
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699972412 {#2111
date: 2023-11-14 15:33:32.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2112 …}
+votes: Doctrine\ORM\PersistentCollection {#2114 …}
+reports: Doctrine\ORM\PersistentCollection {#2117 …}
+favourites: Doctrine\ORM\PersistentCollection {#2122 …}
+notifications: Doctrine\ORM\PersistentCollection {#2113 …}
+badges: Doctrine\ORM\PersistentCollection {#2119 …}
+children: [
App\Entity\EntryComment {#1561
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
+body: "If anyone would lock their OS down like that, it would be Canonical."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699903610 {#1670
date: 2023-11-13 20:26:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Patch@feddit.uk"
"@Vincent@kbin.social"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#1795 …}
+nested: Doctrine\ORM\PersistentCollection {#1691 …}
+votes: Doctrine\ORM\PersistentCollection {#1689 …}
+reports: Doctrine\ORM\PersistentCollection {#1687 …}
+favourites: Doctrine\ORM\PersistentCollection {#1701 …}
+notifications: Doctrine\ORM\PersistentCollection {#1619 …}
-id: 120699
-bodyTs: "'anyon':2 'canon':13 'like':8 'lock':4 'os':6 'would':3,11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635380"
+editedAt: null
+createdAt: DateTimeImmutable @1699903610 {#1527
date: 2023-11-13 20:26:50.0 +01:00
}
+"title": 120699
}
]
-id: 12367
-titleTs: "'canon':1 'core':7 'desktop':8 'detail':9 'lid':3 'lift':2 'ubuntu':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699913541
+visibility: "visible "
+apId: "https://feddit.uk/post/4434898"
+editedAt: null
+createdAt: DateTimeImmutable @1699827141 {#2137
date: 2023-11-12 23:12:21.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2085 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2106 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2107 …}
+slug: "Canonical-lifts-lid-on-more-Ubuntu-Core-Desktop-details"
+title: "Canonical lifts lid on more Ubuntu Core Desktop details"
+url: "https://www.theregister.com/2023/11/08/ubuntu_core_desktop_details/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 158
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699972412 {#2111
date: 2023-11-14 15:33:32.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2112 …}
+votes: Doctrine\ORM\PersistentCollection {#2114 …}
+reports: Doctrine\ORM\PersistentCollection {#2117 …}
+favourites: Doctrine\ORM\PersistentCollection {#2122 …}
+notifications: Doctrine\ORM\PersistentCollection {#2113 …}
+badges: Doctrine\ORM\PersistentCollection {#2119 …}
+children: [
App\Entity\EntryComment {#1561
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
+body: "If anyone would lock their OS down like that, it would be Canonical."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699903610 {#1670
date: 2023-11-13 20:26:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Patch@feddit.uk"
"@Vincent@kbin.social"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#1795 …}
+nested: Doctrine\ORM\PersistentCollection {#1691 …}
+votes: Doctrine\ORM\PersistentCollection {#1689 …}
+reports: Doctrine\ORM\PersistentCollection {#1687 …}
+favourites: Doctrine\ORM\PersistentCollection {#1701 …}
+notifications: Doctrine\ORM\PersistentCollection {#1619 …}
-id: 120699
-bodyTs: "'anyon':2 'canon':13 'like':8 'lock':4 'os':6 'would':3,11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635380"
+editedAt: null
+createdAt: DateTimeImmutable @1699903610 {#1527
date: 2023-11-13 20:26:50.0 +01:00
}
+"title": 120699
}
]
-id: 12367
-titleTs: "'canon':1 'core':7 'desktop':8 'detail':9 'lid':3 'lift':2 'ubuntu':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699913541
+visibility: "visible "
+apId: "https://feddit.uk/post/4434898"
+editedAt: null
+createdAt: DateTimeImmutable @1699827141 {#2137
date: 2023-11-12 23:12:21.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2085 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2106 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2107 …}
+slug: "Canonical-lifts-lid-on-more-Ubuntu-Core-Desktop-details"
+title: "Canonical lifts lid on more Ubuntu Core Desktop details"
+url: "https://www.theregister.com/2023/11/08/ubuntu_core_desktop_details/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 158
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699972412 {#2111
date: 2023-11-14 15:33:32.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2112 …}
+votes: Doctrine\ORM\PersistentCollection {#2114 …}
+reports: Doctrine\ORM\PersistentCollection {#2117 …}
+favourites: Doctrine\ORM\PersistentCollection {#2122 …}
+notifications: Doctrine\ORM\PersistentCollection {#2113 …}
+badges: Doctrine\ORM\PersistentCollection {#2119 …}
+children: [
App\Entity\EntryComment {#1561
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
+body: "If anyone would lock their OS down like that, it would be Canonical."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699903610 {#1670
date: 2023-11-13 20:26:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Patch@feddit.uk"
"@Vincent@kbin.social"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#1795 …}
+nested: Doctrine\ORM\PersistentCollection {#1691 …}
+votes: Doctrine\ORM\PersistentCollection {#1689 …}
+reports: Doctrine\ORM\PersistentCollection {#1687 …}
+favourites: Doctrine\ORM\PersistentCollection {#1701 …}
+notifications: Doctrine\ORM\PersistentCollection {#1619 …}
-id: 120699
-bodyTs: "'anyon':2 'canon':13 'like':8 'lock':4 'os':6 'would':3,11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635380"
+editedAt: null
+createdAt: DateTimeImmutable @1699903610 {#1527
date: 2023-11-13 20:26:50.0 +01:00
}
+"title": 120699
}
]
-id: 12367
-titleTs: "'canon':1 'core':7 'desktop':8 'detail':9 'lid':3 'lift':2 'ubuntu':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699913541
+visibility: "visible "
+apId: "https://feddit.uk/post/4434898"
+editedAt: null
+createdAt: DateTimeImmutable @1699827141 {#2137
date: 2023-11-12 23:12:21.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1561
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2085 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2106 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2107 …}
+slug: "Canonical-lifts-lid-on-more-Ubuntu-Core-Desktop-details"
+title: "Canonical lifts lid on more Ubuntu Core Desktop details"
+url: "https://www.theregister.com/2023/11/08/ubuntu_core_desktop_details/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 158
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699972412 {#2111
date: 2023-11-14 15:33:32.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2112 …}
+votes: Doctrine\ORM\PersistentCollection {#2114 …}
+reports: Doctrine\ORM\PersistentCollection {#2117 …}
+favourites: Doctrine\ORM\PersistentCollection {#2122 …}
+notifications: Doctrine\ORM\PersistentCollection {#2113 …}
+badges: Doctrine\ORM\PersistentCollection {#2119 …}
+children: [
App\Entity\EntryComment {#1561}
]
-id: 12367
-titleTs: "'canon':1 'core':7 'desktop':8 'detail':9 'lid':3 'lift':2 'ubuntu':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699913541
+visibility: "visible "
+apId: "https://feddit.uk/post/4434898"
+editedAt: null
+createdAt: DateTimeImmutable @1699827141 {#2137
date: 2023-11-12 23:12:21.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
+body: "If anyone would lock their OS down like that, it would be Canonical."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699903610 {#1670
date: 2023-11-13 20:26:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Patch@feddit.uk"
"@Vincent@kbin.social"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#1795 …}
+nested: Doctrine\ORM\PersistentCollection {#1691 …}
+votes: Doctrine\ORM\PersistentCollection {#1689 …}
+reports: Doctrine\ORM\PersistentCollection {#1687 …}
+favourites: Doctrine\ORM\PersistentCollection {#1701 …}
+notifications: Doctrine\ORM\PersistentCollection {#1619 …}
-id: 120699
-bodyTs: "'anyon':2 'canon':13 'like':8 'lock':4 'os':6 'would':3,11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635380"
+editedAt: null
+createdAt: DateTimeImmutable @1699903610 {#1527
date: 2023-11-13 20:26:50.0 +01:00
}
+"title": 120699
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\EntryComment {#1561
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2085 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2106 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2107 …}
+slug: "Canonical-lifts-lid-on-more-Ubuntu-Core-Desktop-details"
+title: "Canonical lifts lid on more Ubuntu Core Desktop details"
+url: "https://www.theregister.com/2023/11/08/ubuntu_core_desktop_details/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 158
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699972412 {#2111
date: 2023-11-14 15:33:32.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2112 …}
+votes: Doctrine\ORM\PersistentCollection {#2114 …}
+reports: Doctrine\ORM\PersistentCollection {#2117 …}
+favourites: Doctrine\ORM\PersistentCollection {#2122 …}
+notifications: Doctrine\ORM\PersistentCollection {#2113 …}
+badges: Doctrine\ORM\PersistentCollection {#2119 …}
+children: [
App\Entity\EntryComment {#1561}
]
-id: 12367
-titleTs: "'canon':1 'core':7 'desktop':8 'detail':9 'lid':3 'lift':2 'ubuntu':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699913541
+visibility: "visible "
+apId: "https://feddit.uk/post/4434898"
+editedAt: null
+createdAt: DateTimeImmutable @1699827141 {#2137
date: 2023-11-12 23:12:21.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
+body: "If anyone would lock their OS down like that, it would be Canonical."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699903610 {#1670
date: 2023-11-13 20:26:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Patch@feddit.uk"
"@Vincent@kbin.social"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#1795 …}
+nested: Doctrine\ORM\PersistentCollection {#1691 …}
+votes: Doctrine\ORM\PersistentCollection {#1689 …}
+reports: Doctrine\ORM\PersistentCollection {#1687 …}
+favourites: Doctrine\ORM\PersistentCollection {#1701 …}
+notifications: Doctrine\ORM\PersistentCollection {#1619 …}
-id: 120699
-bodyTs: "'anyon':2 'canon':13 'like':8 'lock':4 'os':6 'would':3,11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635380"
+editedAt: null
+createdAt: DateTimeImmutable @1699903610 {#1527
date: 2023-11-13 20:26:50.0 +01:00
}
+"title": 120699
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1561
+user: App\Entity\User {#265 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2085 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2106 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2107 …}
+slug: "Canonical-lifts-lid-on-more-Ubuntu-Core-Desktop-details"
+title: "Canonical lifts lid on more Ubuntu Core Desktop details"
+url: "https://www.theregister.com/2023/11/08/ubuntu_core_desktop_details/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 158
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699972412 {#2111
date: 2023-11-14 15:33:32.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2112 …}
+votes: Doctrine\ORM\PersistentCollection {#2114 …}
+reports: Doctrine\ORM\PersistentCollection {#2117 …}
+favourites: Doctrine\ORM\PersistentCollection {#2122 …}
+notifications: Doctrine\ORM\PersistentCollection {#2113 …}
+badges: Doctrine\ORM\PersistentCollection {#2119 …}
+children: [
App\Entity\EntryComment {#1561}
]
-id: 12367
-titleTs: "'canon':1 'core':7 'desktop':8 'detail':9 'lid':3 'lift':2 'ubuntu':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699913541
+visibility: "visible "
+apId: "https://feddit.uk/post/4434898"
+editedAt: null
+createdAt: DateTimeImmutable @1699827141 {#2137
date: 2023-11-12 23:12:21.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
+body: "If anyone would lock their OS down like that, it would be Canonical."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699903610 {#1670
date: 2023-11-13 20:26:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Patch@feddit.uk"
"@Vincent@kbin.social"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#1795 …}
+nested: Doctrine\ORM\PersistentCollection {#1691 …}
+votes: Doctrine\ORM\PersistentCollection {#1689 …}
+reports: Doctrine\ORM\PersistentCollection {#1687 …}
+favourites: Doctrine\ORM\PersistentCollection {#1701 …}
+notifications: Doctrine\ORM\PersistentCollection {#1619 …}
-id: 120699
-bodyTs: "'anyon':2 'canon':13 'like':8 'lock':4 'os':6 'would':3,11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://beehaw.org/comment/1635380"
+editedAt: null
+createdAt: DateTimeImmutable @1699903610 {#1527
date: 2023-11-13 20:26:50.0 +01:00
}
+"title": 120699
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_ADMIN
|
null |
|
Show voter details
|
30 |
DENIED
|
ROLE_MODERATOR
|
null |
|
Show voter details
|