GET https://kbin.spritesserver.nl/index.php/u/@CameronDev@programming.dev/commented/2024-01-13::2024-01-13

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
18.98 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.06 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1571
  +user: Proxies\__CG__\App\Entity\User {#2470 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1628 …}
  +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
  +title: "Can I pre-install Ubuntu on an SSD?"
  +url: null
  +body: """
    Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
    \n
    Thanks for the help, just trying to make my first Linux install as painless as possible.\n
    \n
    EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 34
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723221842 {#1718
    date: 2024-08-09 18:44:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1626 …}
  +votes: Doctrine\ORM\PersistentCollection {#1618 …}
  +reports: Doctrine\ORM\PersistentCollection {#1617 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
  +badges: Doctrine\ORM\PersistentCollection {#1410 …}
  +children: [
    1 => App\Entity\EntryComment {#1696
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "Since when do you need a wired internet connection? You need it to get updates, but it should install offline just fine. Just use the dvd installer?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1722397793 {#1428
        date: 2024-07-31 05:49:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hazmatastic@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1588 …}
      +nested: Doctrine\ORM\PersistentCollection {#1584 …}
      +votes: Doctrine\ORM\PersistentCollection {#1580 …}
      +reports: Doctrine\ORM\PersistentCollection {#1583 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1679 …}
      -id: 303504
      -bodyTs: "'connect':9 'dvd':26 'fine':22 'get':14 'instal':19,27 'internet':8 'need':5,11 'offlin':20 'sinc':1 'updat':15 'use':24 'wire':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://programming.dev/comment/6393732"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705101280 {#1440
        date: 2024-01-13 00:14:40.0 +01:00
      }
      +"title": 303504
    }
    0 => App\Entity\EntryComment {#1527
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +root: App\Entity\EntryComment {#1696}
      +body: "More exotic software will probably come from the internet, but the basics should be on the DVD. Good luck with your journey, reach out if you need any help, im sure everyone here would be happy to assist."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705128637 {#1669
        date: 2024-01-13 07:50:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hazmatastic@lemm.ee"
        "@CameronDev@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1795 …}
      +nested: Doctrine\ORM\PersistentCollection {#1686 …}
      +votes: Doctrine\ORM\PersistentCollection {#1680 …}
      +reports: Doctrine\ORM\PersistentCollection {#1683 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1596 …}
      -id: 304487
      -bodyTs: "'assist':38 'basic':12 'come':6 'dvd':17 'everyon':32 'exot':2 'good':18 'happi':36 'help':29 'im':30 'internet':9 'journey':22 'luck':19 'need':27 'probabl':5 'reach':23 'softwar':3 'sure':31 'would':34"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://programming.dev/comment/6402345"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705128637 {#1528
        date: 2024-01-13 07:50:37.0 +01:00
      }
      +"title": 304487
    }
  ]
  -id: 29483
  -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
  -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705182008
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20805296"
  +editedAt: DateTimeImmutable @1722196351 {#1698
    date: 2024-07-28 21:52:31.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705095608 {#2465
    date: 2024-01-12 22:40:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1571
  +user: Proxies\__CG__\App\Entity\User {#2470 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1628 …}
  +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
  +title: "Can I pre-install Ubuntu on an SSD?"
  +url: null
  +body: """
    Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
    \n
    Thanks for the help, just trying to make my first Linux install as painless as possible.\n
    \n
    EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 34
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723221842 {#1718
    date: 2024-08-09 18:44:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1626 …}
  +votes: Doctrine\ORM\PersistentCollection {#1618 …}
  +reports: Doctrine\ORM\PersistentCollection {#1617 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
  +badges: Doctrine\ORM\PersistentCollection {#1410 …}
  +children: [
    1 => App\Entity\EntryComment {#1696
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "Since when do you need a wired internet connection? You need it to get updates, but it should install offline just fine. Just use the dvd installer?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1722397793 {#1428
        date: 2024-07-31 05:49:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hazmatastic@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1588 …}
      +nested: Doctrine\ORM\PersistentCollection {#1584 …}
      +votes: Doctrine\ORM\PersistentCollection {#1580 …}
      +reports: Doctrine\ORM\PersistentCollection {#1583 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1679 …}
      -id: 303504
      -bodyTs: "'connect':9 'dvd':26 'fine':22 'get':14 'instal':19,27 'internet':8 'need':5,11 'offlin':20 'sinc':1 'updat':15 'use':24 'wire':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://programming.dev/comment/6393732"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705101280 {#1440
        date: 2024-01-13 00:14:40.0 +01:00
      }
      +"title": 303504
    }
    0 => App\Entity\EntryComment {#1527
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +root: App\Entity\EntryComment {#1696}
      +body: "More exotic software will probably come from the internet, but the basics should be on the DVD. Good luck with your journey, reach out if you need any help, im sure everyone here would be happy to assist."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705128637 {#1669
        date: 2024-01-13 07:50:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hazmatastic@lemm.ee"
        "@CameronDev@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1795 …}
      +nested: Doctrine\ORM\PersistentCollection {#1686 …}
      +votes: Doctrine\ORM\PersistentCollection {#1680 …}
      +reports: Doctrine\ORM\PersistentCollection {#1683 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1596 …}
      -id: 304487
      -bodyTs: "'assist':38 'basic':12 'come':6 'dvd':17 'everyon':32 'exot':2 'good':18 'happi':36 'help':29 'im':30 'internet':9 'journey':22 'luck':19 'need':27 'probabl':5 'reach':23 'softwar':3 'sure':31 'would':34"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://programming.dev/comment/6402345"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705128637 {#1528
        date: 2024-01-13 07:50:37.0 +01:00
      }
      +"title": 304487
    }
  ]
  -id: 29483
  -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
  -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705182008
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20805296"
  +editedAt: DateTimeImmutable @1722196351 {#1698
    date: 2024-07-28 21:52:31.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705095608 {#2465
    date: 2024-01-12 22:40:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1571
  +user: Proxies\__CG__\App\Entity\User {#2470 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1628 …}
  +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
  +title: "Can I pre-install Ubuntu on an SSD?"
  +url: null
  +body: """
    Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
    \n
    Thanks for the help, just trying to make my first Linux install as painless as possible.\n
    \n
    EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 34
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723221842 {#1718
    date: 2024-08-09 18:44:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1626 …}
  +votes: Doctrine\ORM\PersistentCollection {#1618 …}
  +reports: Doctrine\ORM\PersistentCollection {#1617 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
  +badges: Doctrine\ORM\PersistentCollection {#1410 …}
  +children: [
    1 => App\Entity\EntryComment {#1696
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "Since when do you need a wired internet connection? You need it to get updates, but it should install offline just fine. Just use the dvd installer?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1722397793 {#1428
        date: 2024-07-31 05:49:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hazmatastic@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1588 …}
      +nested: Doctrine\ORM\PersistentCollection {#1584 …}
      +votes: Doctrine\ORM\PersistentCollection {#1580 …}
      +reports: Doctrine\ORM\PersistentCollection {#1583 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1679 …}
      -id: 303504
      -bodyTs: "'connect':9 'dvd':26 'fine':22 'get':14 'instal':19,27 'internet':8 'need':5,11 'offlin':20 'sinc':1 'updat':15 'use':24 'wire':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://programming.dev/comment/6393732"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705101280 {#1440
        date: 2024-01-13 00:14:40.0 +01:00
      }
      +"title": 303504
    }
    0 => App\Entity\EntryComment {#1527
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +root: App\Entity\EntryComment {#1696}
      +body: "More exotic software will probably come from the internet, but the basics should be on the DVD. Good luck with your journey, reach out if you need any help, im sure everyone here would be happy to assist."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705128637 {#1669
        date: 2024-01-13 07:50:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hazmatastic@lemm.ee"
        "@CameronDev@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1795 …}
      +nested: Doctrine\ORM\PersistentCollection {#1686 …}
      +votes: Doctrine\ORM\PersistentCollection {#1680 …}
      +reports: Doctrine\ORM\PersistentCollection {#1683 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1596 …}
      -id: 304487
      -bodyTs: "'assist':38 'basic':12 'come':6 'dvd':17 'everyon':32 'exot':2 'good':18 'happi':36 'help':29 'im':30 'internet':9 'journey':22 'luck':19 'need':27 'probabl':5 'reach':23 'softwar':3 'sure':31 'would':34"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://programming.dev/comment/6402345"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705128637 {#1528
        date: 2024-01-13 07:50:37.0 +01:00
      }
      +"title": 304487
    }
  ]
  -id: 29483
  -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
  -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705182008
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20805296"
  +editedAt: DateTimeImmutable @1722196351 {#1698
    date: 2024-07-28 21:52:31.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705095608 {#2465
    date: 2024-01-12 22:40:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#1696
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#2470 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1628 …}
    +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
    +title: "Can I pre-install Ubuntu on an SSD?"
    +url: null
    +body: """
      Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
      \n
      Thanks for the help, just trying to make my first Linux install as painless as possible.\n
      \n
      EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723221842 {#1718
      date: 2024-08-09 18:44:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1626 …}
    +votes: Doctrine\ORM\PersistentCollection {#1618 …}
    +reports: Doctrine\ORM\PersistentCollection {#1617 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
    +badges: Doctrine\ORM\PersistentCollection {#1410 …}
    +children: [
      1 => App\Entity\EntryComment {#1696}
      0 => App\Entity\EntryComment {#1527
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
        +root: App\Entity\EntryComment {#1696}
        +body: "More exotic software will probably come from the internet, but the basics should be on the DVD. Good luck with your journey, reach out if you need any help, im sure everyone here would be happy to assist."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705128637 {#1669
          date: 2024-01-13 07:50:37.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
          "@CameronDev@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1795 …}
        +nested: Doctrine\ORM\PersistentCollection {#1686 …}
        +votes: Doctrine\ORM\PersistentCollection {#1680 …}
        +reports: Doctrine\ORM\PersistentCollection {#1683 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1596 …}
        -id: 304487
        -bodyTs: "'assist':38 'basic':12 'come':6 'dvd':17 'everyon':32 'exot':2 'good':18 'happi':36 'help':29 'im':30 'internet':9 'journey':22 'luck':19 'need':27 'probabl':5 'reach':23 'softwar':3 'sure':31 'would':34"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://programming.dev/comment/6402345"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705128637 {#1528
          date: 2024-01-13 07:50:37.0 +01:00
        }
        +"title": 304487
      }
    ]
    -id: 29483
    -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
    -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705182008
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/20805296"
    +editedAt: DateTimeImmutable @1722196351 {#1698
      date: 2024-07-28 21:52:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705095608 {#2465
      date: 2024-01-12 22:40:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "Since when do you need a wired internet connection? You need it to get updates, but it should install offline just fine. Just use the dvd installer?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1722397793 {#1428
    date: 2024-07-31 05:49:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hazmatastic@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1588 …}
  +nested: Doctrine\ORM\PersistentCollection {#1584 …}
  +votes: Doctrine\ORM\PersistentCollection {#1580 …}
  +reports: Doctrine\ORM\PersistentCollection {#1583 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1679 …}
  -id: 303504
  -bodyTs: "'connect':9 'dvd':26 'fine':22 'get':14 'instal':19,27 'internet':8 'need':5,11 'offlin':20 'sinc':1 'updat':15 'use':24 'wire':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6393732"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705101280 {#1440
    date: 2024-01-13 00:14:40.0 +01:00
  }
  +"title": 303504
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\EntryComment {#1696
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#2470 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1628 …}
    +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
    +title: "Can I pre-install Ubuntu on an SSD?"
    +url: null
    +body: """
      Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
      \n
      Thanks for the help, just trying to make my first Linux install as painless as possible.\n
      \n
      EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723221842 {#1718
      date: 2024-08-09 18:44:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1626 …}
    +votes: Doctrine\ORM\PersistentCollection {#1618 …}
    +reports: Doctrine\ORM\PersistentCollection {#1617 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
    +badges: Doctrine\ORM\PersistentCollection {#1410 …}
    +children: [
      1 => App\Entity\EntryComment {#1696}
      0 => App\Entity\EntryComment {#1527
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
        +root: App\Entity\EntryComment {#1696}
        +body: "More exotic software will probably come from the internet, but the basics should be on the DVD. Good luck with your journey, reach out if you need any help, im sure everyone here would be happy to assist."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705128637 {#1669
          date: 2024-01-13 07:50:37.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
          "@CameronDev@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1795 …}
        +nested: Doctrine\ORM\PersistentCollection {#1686 …}
        +votes: Doctrine\ORM\PersistentCollection {#1680 …}
        +reports: Doctrine\ORM\PersistentCollection {#1683 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1596 …}
        -id: 304487
        -bodyTs: "'assist':38 'basic':12 'come':6 'dvd':17 'everyon':32 'exot':2 'good':18 'happi':36 'help':29 'im':30 'internet':9 'journey':22 'luck':19 'need':27 'probabl':5 'reach':23 'softwar':3 'sure':31 'would':34"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://programming.dev/comment/6402345"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705128637 {#1528
          date: 2024-01-13 07:50:37.0 +01:00
        }
        +"title": 304487
      }
    ]
    -id: 29483
    -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
    -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705182008
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/20805296"
    +editedAt: DateTimeImmutable @1722196351 {#1698
      date: 2024-07-28 21:52:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705095608 {#2465
      date: 2024-01-12 22:40:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "Since when do you need a wired internet connection? You need it to get updates, but it should install offline just fine. Just use the dvd installer?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1722397793 {#1428
    date: 2024-07-31 05:49:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hazmatastic@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1588 …}
  +nested: Doctrine\ORM\PersistentCollection {#1584 …}
  +votes: Doctrine\ORM\PersistentCollection {#1580 …}
  +reports: Doctrine\ORM\PersistentCollection {#1583 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1679 …}
  -id: 303504
  -bodyTs: "'connect':9 'dvd':26 'fine':22 'get':14 'instal':19,27 'internet':8 'need':5,11 'offlin':20 'sinc':1 'updat':15 'use':24 'wire':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6393732"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705101280 {#1440
    date: 2024-01-13 00:14:40.0 +01:00
  }
  +"title": 303504
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\EntryComment {#1696
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#2470 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1628 …}
    +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
    +title: "Can I pre-install Ubuntu on an SSD?"
    +url: null
    +body: """
      Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
      \n
      Thanks for the help, just trying to make my first Linux install as painless as possible.\n
      \n
      EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723221842 {#1718
      date: 2024-08-09 18:44:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1626 …}
    +votes: Doctrine\ORM\PersistentCollection {#1618 …}
    +reports: Doctrine\ORM\PersistentCollection {#1617 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
    +badges: Doctrine\ORM\PersistentCollection {#1410 …}
    +children: [
      1 => App\Entity\EntryComment {#1696}
      0 => App\Entity\EntryComment {#1527
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
        +root: App\Entity\EntryComment {#1696}
        +body: "More exotic software will probably come from the internet, but the basics should be on the DVD. Good luck with your journey, reach out if you need any help, im sure everyone here would be happy to assist."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705128637 {#1669
          date: 2024-01-13 07:50:37.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
          "@CameronDev@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1795 …}
        +nested: Doctrine\ORM\PersistentCollection {#1686 …}
        +votes: Doctrine\ORM\PersistentCollection {#1680 …}
        +reports: Doctrine\ORM\PersistentCollection {#1683 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1596 …}
        -id: 304487
        -bodyTs: "'assist':38 'basic':12 'come':6 'dvd':17 'everyon':32 'exot':2 'good':18 'happi':36 'help':29 'im':30 'internet':9 'journey':22 'luck':19 'need':27 'probabl':5 'reach':23 'softwar':3 'sure':31 'would':34"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://programming.dev/comment/6402345"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705128637 {#1528
          date: 2024-01-13 07:50:37.0 +01:00
        }
        +"title": 304487
      }
    ]
    -id: 29483
    -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
    -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705182008
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/20805296"
    +editedAt: DateTimeImmutable @1722196351 {#1698
      date: 2024-07-28 21:52:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705095608 {#2465
      date: 2024-01-12 22:40:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "Since when do you need a wired internet connection? You need it to get updates, but it should install offline just fine. Just use the dvd installer?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1722397793 {#1428
    date: 2024-07-31 05:49:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hazmatastic@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1588 …}
  +nested: Doctrine\ORM\PersistentCollection {#1584 …}
  +votes: Doctrine\ORM\PersistentCollection {#1580 …}
  +reports: Doctrine\ORM\PersistentCollection {#1583 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1679 …}
  -id: 303504
  -bodyTs: "'connect':9 'dvd':26 'fine':22 'get':14 'instal':19,27 'internet':8 'need':5,11 'offlin':20 'sinc':1 'updat':15 'use':24 'wire':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6393732"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705101280 {#1440
    date: 2024-01-13 00:14:40.0 +01:00
  }
  +"title": 303504
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\EntryComment {#1527
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#2470 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1628 …}
    +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
    +title: "Can I pre-install Ubuntu on an SSD?"
    +url: null
    +body: """
      Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
      \n
      Thanks for the help, just trying to make my first Linux install as painless as possible.\n
      \n
      EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723221842 {#1718
      date: 2024-08-09 18:44:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1626 …}
    +votes: Doctrine\ORM\PersistentCollection {#1618 …}
    +reports: Doctrine\ORM\PersistentCollection {#1617 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
    +badges: Doctrine\ORM\PersistentCollection {#1410 …}
    +children: [
      1 => App\Entity\EntryComment {#1696
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: null
        +root: null
        +body: "Since when do you need a wired internet connection? You need it to get updates, but it should install offline just fine. Just use the dvd installer?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1722397793 {#1428
          date: 2024-07-31 05:49:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1588 …}
        +nested: Doctrine\ORM\PersistentCollection {#1584 …}
        +votes: Doctrine\ORM\PersistentCollection {#1580 …}
        +reports: Doctrine\ORM\PersistentCollection {#1583 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1679 …}
        -id: 303504
        -bodyTs: "'connect':9 'dvd':26 'fine':22 'get':14 'instal':19,27 'internet':8 'need':5,11 'offlin':20 'sinc':1 'updat':15 'use':24 'wire':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://programming.dev/comment/6393732"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705101280 {#1440
          date: 2024-01-13 00:14:40.0 +01:00
        }
        +"title": 303504
      }
      0 => App\Entity\EntryComment {#1527}
    ]
    -id: 29483
    -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
    -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705182008
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/20805296"
    +editedAt: DateTimeImmutable @1722196351 {#1698
      date: 2024-07-28 21:52:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705095608 {#2465
      date: 2024-01-12 22:40:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +root: App\Entity\EntryComment {#1696}
  +body: "More exotic software will probably come from the internet, but the basics should be on the DVD. Good luck with your journey, reach out if you need any help, im sure everyone here would be happy to assist."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705128637 {#1669
    date: 2024-01-13 07:50:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hazmatastic@lemm.ee"
    "@CameronDev@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1795 …}
  +nested: Doctrine\ORM\PersistentCollection {#1686 …}
  +votes: Doctrine\ORM\PersistentCollection {#1680 …}
  +reports: Doctrine\ORM\PersistentCollection {#1683 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1596 …}
  -id: 304487
  -bodyTs: "'assist':38 'basic':12 'come':6 'dvd':17 'everyon':32 'exot':2 'good':18 'happi':36 'help':29 'im':30 'internet':9 'journey':22 'luck':19 'need':27 'probabl':5 'reach':23 'softwar':3 'sure':31 'would':34"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6402345"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705128637 {#1528
    date: 2024-01-13 07:50:37.0 +01:00
  }
  +"title": 304487
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\EntryComment {#1527
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#2470 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1628 …}
    +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
    +title: "Can I pre-install Ubuntu on an SSD?"
    +url: null
    +body: """
      Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
      \n
      Thanks for the help, just trying to make my first Linux install as painless as possible.\n
      \n
      EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723221842 {#1718
      date: 2024-08-09 18:44:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1626 …}
    +votes: Doctrine\ORM\PersistentCollection {#1618 …}
    +reports: Doctrine\ORM\PersistentCollection {#1617 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
    +badges: Doctrine\ORM\PersistentCollection {#1410 …}
    +children: [
      1 => App\Entity\EntryComment {#1696
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: null
        +root: null
        +body: "Since when do you need a wired internet connection? You need it to get updates, but it should install offline just fine. Just use the dvd installer?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1722397793 {#1428
          date: 2024-07-31 05:49:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1588 …}
        +nested: Doctrine\ORM\PersistentCollection {#1584 …}
        +votes: Doctrine\ORM\PersistentCollection {#1580 …}
        +reports: Doctrine\ORM\PersistentCollection {#1583 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1679 …}
        -id: 303504
        -bodyTs: "'connect':9 'dvd':26 'fine':22 'get':14 'instal':19,27 'internet':8 'need':5,11 'offlin':20 'sinc':1 'updat':15 'use':24 'wire':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://programming.dev/comment/6393732"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705101280 {#1440
          date: 2024-01-13 00:14:40.0 +01:00
        }
        +"title": 303504
      }
      0 => App\Entity\EntryComment {#1527}
    ]
    -id: 29483
    -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
    -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705182008
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/20805296"
    +editedAt: DateTimeImmutable @1722196351 {#1698
      date: 2024-07-28 21:52:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705095608 {#2465
      date: 2024-01-12 22:40:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +root: App\Entity\EntryComment {#1696}
  +body: "More exotic software will probably come from the internet, but the basics should be on the DVD. Good luck with your journey, reach out if you need any help, im sure everyone here would be happy to assist."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705128637 {#1669
    date: 2024-01-13 07:50:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hazmatastic@lemm.ee"
    "@CameronDev@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1795 …}
  +nested: Doctrine\ORM\PersistentCollection {#1686 …}
  +votes: Doctrine\ORM\PersistentCollection {#1680 …}
  +reports: Doctrine\ORM\PersistentCollection {#1683 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1596 …}
  -id: 304487
  -bodyTs: "'assist':38 'basic':12 'come':6 'dvd':17 'everyon':32 'exot':2 'good':18 'happi':36 'help':29 'im':30 'internet':9 'journey':22 'luck':19 'need':27 'probabl':5 'reach':23 'softwar':3 'sure':31 'would':34"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6402345"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705128637 {#1528
    date: 2024-01-13 07:50:37.0 +01:00
  }
  +"title": 304487
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\EntryComment {#1527
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#2470 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1628 …}
    +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
    +title: "Can I pre-install Ubuntu on an SSD?"
    +url: null
    +body: """
      Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
      \n
      Thanks for the help, just trying to make my first Linux install as painless as possible.\n
      \n
      EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723221842 {#1718
      date: 2024-08-09 18:44:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1626 …}
    +votes: Doctrine\ORM\PersistentCollection {#1618 …}
    +reports: Doctrine\ORM\PersistentCollection {#1617 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
    +badges: Doctrine\ORM\PersistentCollection {#1410 …}
    +children: [
      1 => App\Entity\EntryComment {#1696
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: null
        +root: null
        +body: "Since when do you need a wired internet connection? You need it to get updates, but it should install offline just fine. Just use the dvd installer?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1722397793 {#1428
          date: 2024-07-31 05:49:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1588 …}
        +nested: Doctrine\ORM\PersistentCollection {#1584 …}
        +votes: Doctrine\ORM\PersistentCollection {#1580 …}
        +reports: Doctrine\ORM\PersistentCollection {#1583 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1679 …}
        -id: 303504
        -bodyTs: "'connect':9 'dvd':26 'fine':22 'get':14 'instal':19,27 'internet':8 'need':5,11 'offlin':20 'sinc':1 'updat':15 'use':24 'wire':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://programming.dev/comment/6393732"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705101280 {#1440
          date: 2024-01-13 00:14:40.0 +01:00
        }
        +"title": 303504
      }
      0 => App\Entity\EntryComment {#1527}
    ]
    -id: 29483
    -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
    -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705182008
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/20805296"
    +editedAt: DateTimeImmutable @1722196351 {#1698
      date: 2024-07-28 21:52:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705095608 {#2465
      date: 2024-01-12 22:40:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +root: App\Entity\EntryComment {#1696}
  +body: "More exotic software will probably come from the internet, but the basics should be on the DVD. Good luck with your journey, reach out if you need any help, im sure everyone here would be happy to assist."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705128637 {#1669
    date: 2024-01-13 07:50:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hazmatastic@lemm.ee"
    "@CameronDev@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1795 …}
  +nested: Doctrine\ORM\PersistentCollection {#1686 …}
  +votes: Doctrine\ORM\PersistentCollection {#1680 …}
  +reports: Doctrine\ORM\PersistentCollection {#1683 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1596 …}
  -id: 304487
  -bodyTs: "'assist':38 'basic':12 'come':6 'dvd':17 'everyon':32 'exot':2 'good':18 'happi':36 'help':29 'im':30 'internet':9 'journey':22 'luck':19 'need':27 'probabl':5 'reach':23 'softwar':3 'sure':31 'would':34"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6402345"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705128637 {#1528
    date: 2024-01-13 07:50:37.0 +01:00
  }
  +"title": 304487
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_ADMIN
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED ROLE_MODERATOR
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details