1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1588
+user: Proxies\__CG__\App\Entity\User {#2359 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1723 …}
+slug: "Newbie-with-questions-about-Debian"
+title: "Newbie with questions about Debian"
+url: null
+body: """
I got an old Windows 7 laptop that was going to be thrown out and decided to put Linux on it (see previous thread [here](https://hexbear.net/post/282183)). Most people suggested I go with the latest stable version of Debian, so that’s what I installed. I’ve mostly used Windows, but I do have some experience with Ubuntu.\n
\n
The installation went smoothly, but I’ve had a few problems getting it set up to my liking:\n
\n
1. I can’t figure out how to setup flatpak. Everything seems to be working fine until I enter the last line in the terminal:\n
\n
> flatpak remote-add --if-not-exists flathub [dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)\n
\n
I hit enter and nothing happens. No error message or anything. I restarted the computer but flatpak doesn’t work, either through the software center or the flatpak website. I found a few forum posts with the same problem, but no solutions.\n
\n
2. I somehow set it up so that my username is not the super user, so I have to type a password in the terminal every time I want to use sudo. Is there a way to fix this without a clean install?\n
3. I somehow set up the hard drive partitions so that the OS is on an encrypted partition, so I have to put in a password for the BIOS to boot up. Is there a way to fix this without a clean install?\n
4. I’m used to a desktop interface with a toolbar/start menu that I can pin frequently-used programs to, but with Debian it seems like I need to click “Activities” to do anything. Is there a way to set up the interface so it’s more like Windows in that regard?\n
5. If I need to do a clean install, I’m thinking of switching to Ubuntu, since I’m more familiar with the interface. Is there any reason why I should stick with Debian? I’ve heard some people trashing Ubuntu but I’m not sure why. Is Debian better for older hardware?\n
\n
Edit: Thanks for all the knowledgeable replies. I did a fresh install of Debian 12 (64 bit) with KDE and it seems to have resolved all my problems. Although it’s a little slow and buggy, I’ve had to reboot it twice. I’ll try a lightweight DE if that continues.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 12
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699877175 {#2464
date: 2023-11-13 13:06:15.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1722 …}
+votes: Doctrine\ORM\PersistentCollection {#1726 …}
+reports: Doctrine\ORM\PersistentCollection {#1730 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
+badges: Doctrine\ORM\PersistentCollection {#2387 …}
+children: [
1 => App\Entity\EntryComment {#1563
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1599 …}
+root: App\Entity\EntryComment {#1646
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: null
+root: null
+body: """
for 1, in linux no output is often indicitive of no problem. To verify if your previous command exited successfully, type ‘echo $?’ at the command line and if its anything but 0 its an error.\n
\n
For 3, I do the same but since I’m the only user I auto login so its still just one password to enter to get to a desktop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699811473 {#1699
date: 2023-11-12 18:51:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
]
+children: Doctrine\ORM\PersistentCollection {#1551 …}
+nested: Doctrine\ORM\PersistentCollection {#1585 …}
+votes: Doctrine\ORM\PersistentCollection {#1586 …}
+reports: Doctrine\ORM\PersistentCollection {#1575 …}
+favourites: Doctrine\ORM\PersistentCollection {#1528 …}
+notifications: Doctrine\ORM\PersistentCollection {#1661 …}
-id: 110440
-bodyTs: "'0':32 '1':2 '3':37 'anyth':30 'auto':50 'command':18,25 'desktop':64 'echo':22 'enter':59 'error':35 'exit':19 'get':61 'indicit':9 'line':26 'linux':4 'login':51 'm':45 'often':8 'one':56 'output':6 'password':57 'previous':17 'problem':12 'sinc':43 'still':54 'success':20 'type':21 'user':48 'verifi':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5986650"
+editedAt: DateTimeImmutable @1699796725 {#1697
date: 2023-11-12 14:45:25.0 +01:00
}
+createdAt: DateTimeImmutable @1699691152 {#1700
date: 2023-11-11 09:25:52.0 +01:00
}
+"title": 110440
}
+body: """
Depends if you’re using a graphical login manager or not. If so, you’ll have to search the name of it and ‘autologin’ in your favourite search engine. Its typically no more then checking a box and adding your username.\n
\n
I dont use a graphical login manager, I just let it boot up and agetty (from util-linux) logs me directly into my shell (because I added -u ’ to the config.). Then my shell profile takes care of starting the graphical environment for me.\n
\n
Its just personal choice but I dont see any point in a login manager when Im the only one logging in. I understand that it may come as part of the desktop suite though. I prefer to start with nothing and add what I want versus getting everything and removing what I dont want
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699703715 {#1652
date: 2023-11-11 12:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
"@bertmacho@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1626 …}
+nested: Doctrine\ORM\PersistentCollection {#1630 …}
+votes: Doctrine\ORM\PersistentCollection {#1611 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1795 …}
+notifications: Doctrine\ORM\PersistentCollection {#1691 …}
-id: 110843
-bodyTs: "'ad':39,69 'add':128 'agetti':56 'autologin':24 'boot':53 'box':37 'care':79 'check':35 'choic':90 'come':113 'config':73 'depend':1 'desktop':118 'direct':63 'dont':43,93,139 'engin':29 'environ':84 'everyth':134 'favourit':27 'get':133 'graphic':7,46,83 'im':102 'let':51 'linux':60 'll':15 'log':61,106 'login':8,47,99 'manag':9,48,100 'may':112 'name':20 'noth':126 'one':105 'part':115 'person':89 'point':96 'prefer':122 'profil':77 're':4 'remov':136 'search':18,28 'see':94 'shell':66,76 'start':81,124 'suit':119 'take':78 'though':120 'typic':31 'u':70 'understand':109 'use':5,44 'usernam':41 'util':59 'util-linux':58 'versus':132 'want':131,140"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5990685"
+editedAt: null
+createdAt: DateTimeImmutable @1699703715 {#1566
date: 2023-11-11 12:55:15.0 +01:00
}
+"title": 110843
}
0 => App\Entity\EntryComment {#1646}
]
-id: 11953
-titleTs: "'debian':5 'newbi':1 'question':3"
-bodyTs: "'/post/282183)).':28 '/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':114 '1':78 '12':363 '2':157 '3':200 '4':243 '5':296 '64':364 '7':6 'activ':274 'add':106 'although':377 'anyth':125,277 'better':345 'bio':228 'bit':365 'boot':230 'buggi':384 'center':139 'clean':198,241,303 'click':273 'comput':129 'continu':400 'de':397 'debian':40,266,329,344,362 'decid':16 'desktop':249 'dl.flathub.org':113 'dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':112 'doesn':132 'drive':207 'edit':349 'either':135 'encrypt':216 'enter':96,117 'error':122 'everi':182 'everyth':88 'exist':110 'experi':57 'familiar':316 'figur':82 'fine':93 'fix':194,237 'flathub':111 'flatpak':87,103,131,142 'forum':148 'found':145 'frequent':260 'frequently-us':259 'fresh':359 'get':71 'go':10,33 'got':2 'happen':120 'hard':206 'hardwar':348 'heard':332 'hexbear.net':27 'hexbear.net/post/282183)).':26 'hit':116 'if-not-exist':107 'instal':46,61,199,242,304,360 'interfac':250,286,319 'kde':367 'knowledg':354 'laptop':7 'last':98 'latest':36 'lightweight':396 'like':77,269,291 'line':99 'linux':19 'littl':381 'll':393 'm':245,306,314,339 'menu':254 'messag':123 'most':49 'need':271,299 'noth':119 'old':4 'older':347 'os':212 'partit':208,217 'password':178,225 'peopl':30,334 'pin':258 'post':149 'previous':23 'problem':70,153,376 'program':262 'put':18,222 'reason':323 'reboot':389 'regard':295 'remot':105 'remote-add':104 'repli':355 'resolv':373 'restart':127 'see':22 'seem':89,268,370 'set':73,160,203,283 'setup':86 'sinc':312 'slow':382 'smooth':63 'softwar':138 'solut':156 'somehow':159,202 'stabl':37 'stick':327 'sudo':188 'suggest':31 'super':170 'sure':341 'switch':309 'termin':102,181 'thank':350 'think':307 'thread':24 'thrown':13 'time':183 'toolbar/start':253 'trash':335 'tri':394 'twice':391 'type':176 'ubuntu':59,311,336 'use':50,187,246,261 'user':171 'usernam':166 've':48,66,331,386 'version':38 'want':185 'way':192,235,281 'websit':143 'went':62 'window':5,51,292 'without':196,239 'work':92,134"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699774394
+visibility: "visible "
+apId: "https://hexbear.net/post/1054538"
+editedAt: DateTimeImmutable @1700016604 {#1612
date: 2023-11-15 03:50:04.0 +01:00
}
+createdAt: DateTimeImmutable @1699687994 {#2461
date: 2023-11-11 08:33:14.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1588
+user: Proxies\__CG__\App\Entity\User {#2359 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1723 …}
+slug: "Newbie-with-questions-about-Debian"
+title: "Newbie with questions about Debian"
+url: null
+body: """
I got an old Windows 7 laptop that was going to be thrown out and decided to put Linux on it (see previous thread [here](https://hexbear.net/post/282183)). Most people suggested I go with the latest stable version of Debian, so that’s what I installed. I’ve mostly used Windows, but I do have some experience with Ubuntu.\n
\n
The installation went smoothly, but I’ve had a few problems getting it set up to my liking:\n
\n
1. I can’t figure out how to setup flatpak. Everything seems to be working fine until I enter the last line in the terminal:\n
\n
> flatpak remote-add --if-not-exists flathub [dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)\n
\n
I hit enter and nothing happens. No error message or anything. I restarted the computer but flatpak doesn’t work, either through the software center or the flatpak website. I found a few forum posts with the same problem, but no solutions.\n
\n
2. I somehow set it up so that my username is not the super user, so I have to type a password in the terminal every time I want to use sudo. Is there a way to fix this without a clean install?\n
3. I somehow set up the hard drive partitions so that the OS is on an encrypted partition, so I have to put in a password for the BIOS to boot up. Is there a way to fix this without a clean install?\n
4. I’m used to a desktop interface with a toolbar/start menu that I can pin frequently-used programs to, but with Debian it seems like I need to click “Activities” to do anything. Is there a way to set up the interface so it’s more like Windows in that regard?\n
5. If I need to do a clean install, I’m thinking of switching to Ubuntu, since I’m more familiar with the interface. Is there any reason why I should stick with Debian? I’ve heard some people trashing Ubuntu but I’m not sure why. Is Debian better for older hardware?\n
\n
Edit: Thanks for all the knowledgeable replies. I did a fresh install of Debian 12 (64 bit) with KDE and it seems to have resolved all my problems. Although it’s a little slow and buggy, I’ve had to reboot it twice. I’ll try a lightweight DE if that continues.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 12
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699877175 {#2464
date: 2023-11-13 13:06:15.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1722 …}
+votes: Doctrine\ORM\PersistentCollection {#1726 …}
+reports: Doctrine\ORM\PersistentCollection {#1730 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
+badges: Doctrine\ORM\PersistentCollection {#2387 …}
+children: [
1 => App\Entity\EntryComment {#1563
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1599 …}
+root: App\Entity\EntryComment {#1646
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: null
+root: null
+body: """
for 1, in linux no output is often indicitive of no problem. To verify if your previous command exited successfully, type ‘echo $?’ at the command line and if its anything but 0 its an error.\n
\n
For 3, I do the same but since I’m the only user I auto login so its still just one password to enter to get to a desktop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699811473 {#1699
date: 2023-11-12 18:51:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
]
+children: Doctrine\ORM\PersistentCollection {#1551 …}
+nested: Doctrine\ORM\PersistentCollection {#1585 …}
+votes: Doctrine\ORM\PersistentCollection {#1586 …}
+reports: Doctrine\ORM\PersistentCollection {#1575 …}
+favourites: Doctrine\ORM\PersistentCollection {#1528 …}
+notifications: Doctrine\ORM\PersistentCollection {#1661 …}
-id: 110440
-bodyTs: "'0':32 '1':2 '3':37 'anyth':30 'auto':50 'command':18,25 'desktop':64 'echo':22 'enter':59 'error':35 'exit':19 'get':61 'indicit':9 'line':26 'linux':4 'login':51 'm':45 'often':8 'one':56 'output':6 'password':57 'previous':17 'problem':12 'sinc':43 'still':54 'success':20 'type':21 'user':48 'verifi':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5986650"
+editedAt: DateTimeImmutable @1699796725 {#1697
date: 2023-11-12 14:45:25.0 +01:00
}
+createdAt: DateTimeImmutable @1699691152 {#1700
date: 2023-11-11 09:25:52.0 +01:00
}
+"title": 110440
}
+body: """
Depends if you’re using a graphical login manager or not. If so, you’ll have to search the name of it and ‘autologin’ in your favourite search engine. Its typically no more then checking a box and adding your username.\n
\n
I dont use a graphical login manager, I just let it boot up and agetty (from util-linux) logs me directly into my shell (because I added -u ’ to the config.). Then my shell profile takes care of starting the graphical environment for me.\n
\n
Its just personal choice but I dont see any point in a login manager when Im the only one logging in. I understand that it may come as part of the desktop suite though. I prefer to start with nothing and add what I want versus getting everything and removing what I dont want
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699703715 {#1652
date: 2023-11-11 12:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
"@bertmacho@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1626 …}
+nested: Doctrine\ORM\PersistentCollection {#1630 …}
+votes: Doctrine\ORM\PersistentCollection {#1611 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1795 …}
+notifications: Doctrine\ORM\PersistentCollection {#1691 …}
-id: 110843
-bodyTs: "'ad':39,69 'add':128 'agetti':56 'autologin':24 'boot':53 'box':37 'care':79 'check':35 'choic':90 'come':113 'config':73 'depend':1 'desktop':118 'direct':63 'dont':43,93,139 'engin':29 'environ':84 'everyth':134 'favourit':27 'get':133 'graphic':7,46,83 'im':102 'let':51 'linux':60 'll':15 'log':61,106 'login':8,47,99 'manag':9,48,100 'may':112 'name':20 'noth':126 'one':105 'part':115 'person':89 'point':96 'prefer':122 'profil':77 're':4 'remov':136 'search':18,28 'see':94 'shell':66,76 'start':81,124 'suit':119 'take':78 'though':120 'typic':31 'u':70 'understand':109 'use':5,44 'usernam':41 'util':59 'util-linux':58 'versus':132 'want':131,140"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5990685"
+editedAt: null
+createdAt: DateTimeImmutable @1699703715 {#1566
date: 2023-11-11 12:55:15.0 +01:00
}
+"title": 110843
}
0 => App\Entity\EntryComment {#1646}
]
-id: 11953
-titleTs: "'debian':5 'newbi':1 'question':3"
-bodyTs: "'/post/282183)).':28 '/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':114 '1':78 '12':363 '2':157 '3':200 '4':243 '5':296 '64':364 '7':6 'activ':274 'add':106 'although':377 'anyth':125,277 'better':345 'bio':228 'bit':365 'boot':230 'buggi':384 'center':139 'clean':198,241,303 'click':273 'comput':129 'continu':400 'de':397 'debian':40,266,329,344,362 'decid':16 'desktop':249 'dl.flathub.org':113 'dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':112 'doesn':132 'drive':207 'edit':349 'either':135 'encrypt':216 'enter':96,117 'error':122 'everi':182 'everyth':88 'exist':110 'experi':57 'familiar':316 'figur':82 'fine':93 'fix':194,237 'flathub':111 'flatpak':87,103,131,142 'forum':148 'found':145 'frequent':260 'frequently-us':259 'fresh':359 'get':71 'go':10,33 'got':2 'happen':120 'hard':206 'hardwar':348 'heard':332 'hexbear.net':27 'hexbear.net/post/282183)).':26 'hit':116 'if-not-exist':107 'instal':46,61,199,242,304,360 'interfac':250,286,319 'kde':367 'knowledg':354 'laptop':7 'last':98 'latest':36 'lightweight':396 'like':77,269,291 'line':99 'linux':19 'littl':381 'll':393 'm':245,306,314,339 'menu':254 'messag':123 'most':49 'need':271,299 'noth':119 'old':4 'older':347 'os':212 'partit':208,217 'password':178,225 'peopl':30,334 'pin':258 'post':149 'previous':23 'problem':70,153,376 'program':262 'put':18,222 'reason':323 'reboot':389 'regard':295 'remot':105 'remote-add':104 'repli':355 'resolv':373 'restart':127 'see':22 'seem':89,268,370 'set':73,160,203,283 'setup':86 'sinc':312 'slow':382 'smooth':63 'softwar':138 'solut':156 'somehow':159,202 'stabl':37 'stick':327 'sudo':188 'suggest':31 'super':170 'sure':341 'switch':309 'termin':102,181 'thank':350 'think':307 'thread':24 'thrown':13 'time':183 'toolbar/start':253 'trash':335 'tri':394 'twice':391 'type':176 'ubuntu':59,311,336 'use':50,187,246,261 'user':171 'usernam':166 've':48,66,331,386 'version':38 'want':185 'way':192,235,281 'websit':143 'went':62 'window':5,51,292 'without':196,239 'work':92,134"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699774394
+visibility: "visible "
+apId: "https://hexbear.net/post/1054538"
+editedAt: DateTimeImmutable @1700016604 {#1612
date: 2023-11-15 03:50:04.0 +01:00
}
+createdAt: DateTimeImmutable @1699687994 {#2461
date: 2023-11-11 08:33:14.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1588
+user: Proxies\__CG__\App\Entity\User {#2359 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1723 …}
+slug: "Newbie-with-questions-about-Debian"
+title: "Newbie with questions about Debian"
+url: null
+body: """
I got an old Windows 7 laptop that was going to be thrown out and decided to put Linux on it (see previous thread [here](https://hexbear.net/post/282183)). Most people suggested I go with the latest stable version of Debian, so that’s what I installed. I’ve mostly used Windows, but I do have some experience with Ubuntu.\n
\n
The installation went smoothly, but I’ve had a few problems getting it set up to my liking:\n
\n
1. I can’t figure out how to setup flatpak. Everything seems to be working fine until I enter the last line in the terminal:\n
\n
> flatpak remote-add --if-not-exists flathub [dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)\n
\n
I hit enter and nothing happens. No error message or anything. I restarted the computer but flatpak doesn’t work, either through the software center or the flatpak website. I found a few forum posts with the same problem, but no solutions.\n
\n
2. I somehow set it up so that my username is not the super user, so I have to type a password in the terminal every time I want to use sudo. Is there a way to fix this without a clean install?\n
3. I somehow set up the hard drive partitions so that the OS is on an encrypted partition, so I have to put in a password for the BIOS to boot up. Is there a way to fix this without a clean install?\n
4. I’m used to a desktop interface with a toolbar/start menu that I can pin frequently-used programs to, but with Debian it seems like I need to click “Activities” to do anything. Is there a way to set up the interface so it’s more like Windows in that regard?\n
5. If I need to do a clean install, I’m thinking of switching to Ubuntu, since I’m more familiar with the interface. Is there any reason why I should stick with Debian? I’ve heard some people trashing Ubuntu but I’m not sure why. Is Debian better for older hardware?\n
\n
Edit: Thanks for all the knowledgeable replies. I did a fresh install of Debian 12 (64 bit) with KDE and it seems to have resolved all my problems. Although it’s a little slow and buggy, I’ve had to reboot it twice. I’ll try a lightweight DE if that continues.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 12
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699877175 {#2464
date: 2023-11-13 13:06:15.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1722 …}
+votes: Doctrine\ORM\PersistentCollection {#1726 …}
+reports: Doctrine\ORM\PersistentCollection {#1730 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
+badges: Doctrine\ORM\PersistentCollection {#2387 …}
+children: [
1 => App\Entity\EntryComment {#1563
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1599 …}
+root: App\Entity\EntryComment {#1646
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: null
+root: null
+body: """
for 1, in linux no output is often indicitive of no problem. To verify if your previous command exited successfully, type ‘echo $?’ at the command line and if its anything but 0 its an error.\n
\n
For 3, I do the same but since I’m the only user I auto login so its still just one password to enter to get to a desktop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699811473 {#1699
date: 2023-11-12 18:51:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
]
+children: Doctrine\ORM\PersistentCollection {#1551 …}
+nested: Doctrine\ORM\PersistentCollection {#1585 …}
+votes: Doctrine\ORM\PersistentCollection {#1586 …}
+reports: Doctrine\ORM\PersistentCollection {#1575 …}
+favourites: Doctrine\ORM\PersistentCollection {#1528 …}
+notifications: Doctrine\ORM\PersistentCollection {#1661 …}
-id: 110440
-bodyTs: "'0':32 '1':2 '3':37 'anyth':30 'auto':50 'command':18,25 'desktop':64 'echo':22 'enter':59 'error':35 'exit':19 'get':61 'indicit':9 'line':26 'linux':4 'login':51 'm':45 'often':8 'one':56 'output':6 'password':57 'previous':17 'problem':12 'sinc':43 'still':54 'success':20 'type':21 'user':48 'verifi':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5986650"
+editedAt: DateTimeImmutable @1699796725 {#1697
date: 2023-11-12 14:45:25.0 +01:00
}
+createdAt: DateTimeImmutable @1699691152 {#1700
date: 2023-11-11 09:25:52.0 +01:00
}
+"title": 110440
}
+body: """
Depends if you’re using a graphical login manager or not. If so, you’ll have to search the name of it and ‘autologin’ in your favourite search engine. Its typically no more then checking a box and adding your username.\n
\n
I dont use a graphical login manager, I just let it boot up and agetty (from util-linux) logs me directly into my shell (because I added -u ’ to the config.). Then my shell profile takes care of starting the graphical environment for me.\n
\n
Its just personal choice but I dont see any point in a login manager when Im the only one logging in. I understand that it may come as part of the desktop suite though. I prefer to start with nothing and add what I want versus getting everything and removing what I dont want
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699703715 {#1652
date: 2023-11-11 12:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
"@bertmacho@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1626 …}
+nested: Doctrine\ORM\PersistentCollection {#1630 …}
+votes: Doctrine\ORM\PersistentCollection {#1611 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1795 …}
+notifications: Doctrine\ORM\PersistentCollection {#1691 …}
-id: 110843
-bodyTs: "'ad':39,69 'add':128 'agetti':56 'autologin':24 'boot':53 'box':37 'care':79 'check':35 'choic':90 'come':113 'config':73 'depend':1 'desktop':118 'direct':63 'dont':43,93,139 'engin':29 'environ':84 'everyth':134 'favourit':27 'get':133 'graphic':7,46,83 'im':102 'let':51 'linux':60 'll':15 'log':61,106 'login':8,47,99 'manag':9,48,100 'may':112 'name':20 'noth':126 'one':105 'part':115 'person':89 'point':96 'prefer':122 'profil':77 're':4 'remov':136 'search':18,28 'see':94 'shell':66,76 'start':81,124 'suit':119 'take':78 'though':120 'typic':31 'u':70 'understand':109 'use':5,44 'usernam':41 'util':59 'util-linux':58 'versus':132 'want':131,140"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5990685"
+editedAt: null
+createdAt: DateTimeImmutable @1699703715 {#1566
date: 2023-11-11 12:55:15.0 +01:00
}
+"title": 110843
}
0 => App\Entity\EntryComment {#1646}
]
-id: 11953
-titleTs: "'debian':5 'newbi':1 'question':3"
-bodyTs: "'/post/282183)).':28 '/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':114 '1':78 '12':363 '2':157 '3':200 '4':243 '5':296 '64':364 '7':6 'activ':274 'add':106 'although':377 'anyth':125,277 'better':345 'bio':228 'bit':365 'boot':230 'buggi':384 'center':139 'clean':198,241,303 'click':273 'comput':129 'continu':400 'de':397 'debian':40,266,329,344,362 'decid':16 'desktop':249 'dl.flathub.org':113 'dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':112 'doesn':132 'drive':207 'edit':349 'either':135 'encrypt':216 'enter':96,117 'error':122 'everi':182 'everyth':88 'exist':110 'experi':57 'familiar':316 'figur':82 'fine':93 'fix':194,237 'flathub':111 'flatpak':87,103,131,142 'forum':148 'found':145 'frequent':260 'frequently-us':259 'fresh':359 'get':71 'go':10,33 'got':2 'happen':120 'hard':206 'hardwar':348 'heard':332 'hexbear.net':27 'hexbear.net/post/282183)).':26 'hit':116 'if-not-exist':107 'instal':46,61,199,242,304,360 'interfac':250,286,319 'kde':367 'knowledg':354 'laptop':7 'last':98 'latest':36 'lightweight':396 'like':77,269,291 'line':99 'linux':19 'littl':381 'll':393 'm':245,306,314,339 'menu':254 'messag':123 'most':49 'need':271,299 'noth':119 'old':4 'older':347 'os':212 'partit':208,217 'password':178,225 'peopl':30,334 'pin':258 'post':149 'previous':23 'problem':70,153,376 'program':262 'put':18,222 'reason':323 'reboot':389 'regard':295 'remot':105 'remote-add':104 'repli':355 'resolv':373 'restart':127 'see':22 'seem':89,268,370 'set':73,160,203,283 'setup':86 'sinc':312 'slow':382 'smooth':63 'softwar':138 'solut':156 'somehow':159,202 'stabl':37 'stick':327 'sudo':188 'suggest':31 'super':170 'sure':341 'switch':309 'termin':102,181 'thank':350 'think':307 'thread':24 'thrown':13 'time':183 'toolbar/start':253 'trash':335 'tri':394 'twice':391 'type':176 'ubuntu':59,311,336 'use':50,187,246,261 'user':171 'usernam':166 've':48,66,331,386 'version':38 'want':185 'way':192,235,281 'websit':143 'went':62 'window':5,51,292 'without':196,239 'work':92,134"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699774394
+visibility: "visible "
+apId: "https://hexbear.net/post/1054538"
+editedAt: DateTimeImmutable @1700016604 {#1612
date: 2023-11-15 03:50:04.0 +01:00
}
+createdAt: DateTimeImmutable @1699687994 {#2461
date: 2023-11-11 08:33:14.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1563
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588
+user: Proxies\__CG__\App\Entity\User {#2359 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1723 …}
+slug: "Newbie-with-questions-about-Debian"
+title: "Newbie with questions about Debian"
+url: null
+body: """
I got an old Windows 7 laptop that was going to be thrown out and decided to put Linux on it (see previous thread [here](https://hexbear.net/post/282183)). Most people suggested I go with the latest stable version of Debian, so that’s what I installed. I’ve mostly used Windows, but I do have some experience with Ubuntu.\n
\n
The installation went smoothly, but I’ve had a few problems getting it set up to my liking:\n
\n
1. I can’t figure out how to setup flatpak. Everything seems to be working fine until I enter the last line in the terminal:\n
\n
> flatpak remote-add --if-not-exists flathub [dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)\n
\n
I hit enter and nothing happens. No error message or anything. I restarted the computer but flatpak doesn’t work, either through the software center or the flatpak website. I found a few forum posts with the same problem, but no solutions.\n
\n
2. I somehow set it up so that my username is not the super user, so I have to type a password in the terminal every time I want to use sudo. Is there a way to fix this without a clean install?\n
3. I somehow set up the hard drive partitions so that the OS is on an encrypted partition, so I have to put in a password for the BIOS to boot up. Is there a way to fix this without a clean install?\n
4. I’m used to a desktop interface with a toolbar/start menu that I can pin frequently-used programs to, but with Debian it seems like I need to click “Activities” to do anything. Is there a way to set up the interface so it’s more like Windows in that regard?\n
5. If I need to do a clean install, I’m thinking of switching to Ubuntu, since I’m more familiar with the interface. Is there any reason why I should stick with Debian? I’ve heard some people trashing Ubuntu but I’m not sure why. Is Debian better for older hardware?\n
\n
Edit: Thanks for all the knowledgeable replies. I did a fresh install of Debian 12 (64 bit) with KDE and it seems to have resolved all my problems. Although it’s a little slow and buggy, I’ve had to reboot it twice. I’ll try a lightweight DE if that continues.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 12
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699877175 {#2464
date: 2023-11-13 13:06:15.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1722 …}
+votes: Doctrine\ORM\PersistentCollection {#1726 …}
+reports: Doctrine\ORM\PersistentCollection {#1730 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
+badges: Doctrine\ORM\PersistentCollection {#2387 …}
+children: [
1 => App\Entity\EntryComment {#1563}
0 => App\Entity\EntryComment {#1646
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: null
+root: null
+body: """
for 1, in linux no output is often indicitive of no problem. To verify if your previous command exited successfully, type ‘echo $?’ at the command line and if its anything but 0 its an error.\n
\n
For 3, I do the same but since I’m the only user I auto login so its still just one password to enter to get to a desktop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699811473 {#1699
date: 2023-11-12 18:51:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
]
+children: Doctrine\ORM\PersistentCollection {#1551 …}
+nested: Doctrine\ORM\PersistentCollection {#1585 …}
+votes: Doctrine\ORM\PersistentCollection {#1586 …}
+reports: Doctrine\ORM\PersistentCollection {#1575 …}
+favourites: Doctrine\ORM\PersistentCollection {#1528 …}
+notifications: Doctrine\ORM\PersistentCollection {#1661 …}
-id: 110440
-bodyTs: "'0':32 '1':2 '3':37 'anyth':30 'auto':50 'command':18,25 'desktop':64 'echo':22 'enter':59 'error':35 'exit':19 'get':61 'indicit':9 'line':26 'linux':4 'login':51 'm':45 'often':8 'one':56 'output':6 'password':57 'previous':17 'problem':12 'sinc':43 'still':54 'success':20 'type':21 'user':48 'verifi':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5986650"
+editedAt: DateTimeImmutable @1699796725 {#1697
date: 2023-11-12 14:45:25.0 +01:00
}
+createdAt: DateTimeImmutable @1699691152 {#1700
date: 2023-11-11 09:25:52.0 +01:00
}
+"title": 110440
}
]
-id: 11953
-titleTs: "'debian':5 'newbi':1 'question':3"
-bodyTs: "'/post/282183)).':28 '/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':114 '1':78 '12':363 '2':157 '3':200 '4':243 '5':296 '64':364 '7':6 'activ':274 'add':106 'although':377 'anyth':125,277 'better':345 'bio':228 'bit':365 'boot':230 'buggi':384 'center':139 'clean':198,241,303 'click':273 'comput':129 'continu':400 'de':397 'debian':40,266,329,344,362 'decid':16 'desktop':249 'dl.flathub.org':113 'dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':112 'doesn':132 'drive':207 'edit':349 'either':135 'encrypt':216 'enter':96,117 'error':122 'everi':182 'everyth':88 'exist':110 'experi':57 'familiar':316 'figur':82 'fine':93 'fix':194,237 'flathub':111 'flatpak':87,103,131,142 'forum':148 'found':145 'frequent':260 'frequently-us':259 'fresh':359 'get':71 'go':10,33 'got':2 'happen':120 'hard':206 'hardwar':348 'heard':332 'hexbear.net':27 'hexbear.net/post/282183)).':26 'hit':116 'if-not-exist':107 'instal':46,61,199,242,304,360 'interfac':250,286,319 'kde':367 'knowledg':354 'laptop':7 'last':98 'latest':36 'lightweight':396 'like':77,269,291 'line':99 'linux':19 'littl':381 'll':393 'm':245,306,314,339 'menu':254 'messag':123 'most':49 'need':271,299 'noth':119 'old':4 'older':347 'os':212 'partit':208,217 'password':178,225 'peopl':30,334 'pin':258 'post':149 'previous':23 'problem':70,153,376 'program':262 'put':18,222 'reason':323 'reboot':389 'regard':295 'remot':105 'remote-add':104 'repli':355 'resolv':373 'restart':127 'see':22 'seem':89,268,370 'set':73,160,203,283 'setup':86 'sinc':312 'slow':382 'smooth':63 'softwar':138 'solut':156 'somehow':159,202 'stabl':37 'stick':327 'sudo':188 'suggest':31 'super':170 'sure':341 'switch':309 'termin':102,181 'thank':350 'think':307 'thread':24 'thrown':13 'time':183 'toolbar/start':253 'trash':335 'tri':394 'twice':391 'type':176 'ubuntu':59,311,336 'use':50,187,246,261 'user':171 'usernam':166 've':48,66,331,386 'version':38 'want':185 'way':192,235,281 'websit':143 'went':62 'window':5,51,292 'without':196,239 'work':92,134"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699774394
+visibility: "visible "
+apId: "https://hexbear.net/post/1054538"
+editedAt: DateTimeImmutable @1700016604 {#1612
date: 2023-11-15 03:50:04.0 +01:00
}
+createdAt: DateTimeImmutable @1699687994 {#2461
date: 2023-11-11 08:33:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1599 …}
+root: App\Entity\EntryComment {#1646}
+body: """
Depends if you’re using a graphical login manager or not. If so, you’ll have to search the name of it and ‘autologin’ in your favourite search engine. Its typically no more then checking a box and adding your username.\n
\n
I dont use a graphical login manager, I just let it boot up and agetty (from util-linux) logs me directly into my shell (because I added -u ’ to the config.). Then my shell profile takes care of starting the graphical environment for me.\n
\n
Its just personal choice but I dont see any point in a login manager when Im the only one logging in. I understand that it may come as part of the desktop suite though. I prefer to start with nothing and add what I want versus getting everything and removing what I dont want
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699703715 {#1652
date: 2023-11-11 12:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
"@bertmacho@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1626 …}
+nested: Doctrine\ORM\PersistentCollection {#1630 …}
+votes: Doctrine\ORM\PersistentCollection {#1611 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1795 …}
+notifications: Doctrine\ORM\PersistentCollection {#1691 …}
-id: 110843
-bodyTs: "'ad':39,69 'add':128 'agetti':56 'autologin':24 'boot':53 'box':37 'care':79 'check':35 'choic':90 'come':113 'config':73 'depend':1 'desktop':118 'direct':63 'dont':43,93,139 'engin':29 'environ':84 'everyth':134 'favourit':27 'get':133 'graphic':7,46,83 'im':102 'let':51 'linux':60 'll':15 'log':61,106 'login':8,47,99 'manag':9,48,100 'may':112 'name':20 'noth':126 'one':105 'part':115 'person':89 'point':96 'prefer':122 'profil':77 're':4 'remov':136 'search':18,28 'see':94 'shell':66,76 'start':81,124 'suit':119 'take':78 'though':120 'typic':31 'u':70 'understand':109 'use':5,44 'usernam':41 'util':59 'util-linux':58 'versus':132 'want':131,140"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5990685"
+editedAt: null
+createdAt: DateTimeImmutable @1699703715 {#1566
date: 2023-11-11 12:55:15.0 +01:00
}
+"title": 110843
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#1563
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588
+user: Proxies\__CG__\App\Entity\User {#2359 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1723 …}
+slug: "Newbie-with-questions-about-Debian"
+title: "Newbie with questions about Debian"
+url: null
+body: """
I got an old Windows 7 laptop that was going to be thrown out and decided to put Linux on it (see previous thread [here](https://hexbear.net/post/282183)). Most people suggested I go with the latest stable version of Debian, so that’s what I installed. I’ve mostly used Windows, but I do have some experience with Ubuntu.\n
\n
The installation went smoothly, but I’ve had a few problems getting it set up to my liking:\n
\n
1. I can’t figure out how to setup flatpak. Everything seems to be working fine until I enter the last line in the terminal:\n
\n
> flatpak remote-add --if-not-exists flathub [dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)\n
\n
I hit enter and nothing happens. No error message or anything. I restarted the computer but flatpak doesn’t work, either through the software center or the flatpak website. I found a few forum posts with the same problem, but no solutions.\n
\n
2. I somehow set it up so that my username is not the super user, so I have to type a password in the terminal every time I want to use sudo. Is there a way to fix this without a clean install?\n
3. I somehow set up the hard drive partitions so that the OS is on an encrypted partition, so I have to put in a password for the BIOS to boot up. Is there a way to fix this without a clean install?\n
4. I’m used to a desktop interface with a toolbar/start menu that I can pin frequently-used programs to, but with Debian it seems like I need to click “Activities” to do anything. Is there a way to set up the interface so it’s more like Windows in that regard?\n
5. If I need to do a clean install, I’m thinking of switching to Ubuntu, since I’m more familiar with the interface. Is there any reason why I should stick with Debian? I’ve heard some people trashing Ubuntu but I’m not sure why. Is Debian better for older hardware?\n
\n
Edit: Thanks for all the knowledgeable replies. I did a fresh install of Debian 12 (64 bit) with KDE and it seems to have resolved all my problems. Although it’s a little slow and buggy, I’ve had to reboot it twice. I’ll try a lightweight DE if that continues.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 12
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699877175 {#2464
date: 2023-11-13 13:06:15.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1722 …}
+votes: Doctrine\ORM\PersistentCollection {#1726 …}
+reports: Doctrine\ORM\PersistentCollection {#1730 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
+badges: Doctrine\ORM\PersistentCollection {#2387 …}
+children: [
1 => App\Entity\EntryComment {#1563}
0 => App\Entity\EntryComment {#1646
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: null
+root: null
+body: """
for 1, in linux no output is often indicitive of no problem. To verify if your previous command exited successfully, type ‘echo $?’ at the command line and if its anything but 0 its an error.\n
\n
For 3, I do the same but since I’m the only user I auto login so its still just one password to enter to get to a desktop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699811473 {#1699
date: 2023-11-12 18:51:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
]
+children: Doctrine\ORM\PersistentCollection {#1551 …}
+nested: Doctrine\ORM\PersistentCollection {#1585 …}
+votes: Doctrine\ORM\PersistentCollection {#1586 …}
+reports: Doctrine\ORM\PersistentCollection {#1575 …}
+favourites: Doctrine\ORM\PersistentCollection {#1528 …}
+notifications: Doctrine\ORM\PersistentCollection {#1661 …}
-id: 110440
-bodyTs: "'0':32 '1':2 '3':37 'anyth':30 'auto':50 'command':18,25 'desktop':64 'echo':22 'enter':59 'error':35 'exit':19 'get':61 'indicit':9 'line':26 'linux':4 'login':51 'm':45 'often':8 'one':56 'output':6 'password':57 'previous':17 'problem':12 'sinc':43 'still':54 'success':20 'type':21 'user':48 'verifi':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5986650"
+editedAt: DateTimeImmutable @1699796725 {#1697
date: 2023-11-12 14:45:25.0 +01:00
}
+createdAt: DateTimeImmutable @1699691152 {#1700
date: 2023-11-11 09:25:52.0 +01:00
}
+"title": 110440
}
]
-id: 11953
-titleTs: "'debian':5 'newbi':1 'question':3"
-bodyTs: "'/post/282183)).':28 '/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':114 '1':78 '12':363 '2':157 '3':200 '4':243 '5':296 '64':364 '7':6 'activ':274 'add':106 'although':377 'anyth':125,277 'better':345 'bio':228 'bit':365 'boot':230 'buggi':384 'center':139 'clean':198,241,303 'click':273 'comput':129 'continu':400 'de':397 'debian':40,266,329,344,362 'decid':16 'desktop':249 'dl.flathub.org':113 'dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':112 'doesn':132 'drive':207 'edit':349 'either':135 'encrypt':216 'enter':96,117 'error':122 'everi':182 'everyth':88 'exist':110 'experi':57 'familiar':316 'figur':82 'fine':93 'fix':194,237 'flathub':111 'flatpak':87,103,131,142 'forum':148 'found':145 'frequent':260 'frequently-us':259 'fresh':359 'get':71 'go':10,33 'got':2 'happen':120 'hard':206 'hardwar':348 'heard':332 'hexbear.net':27 'hexbear.net/post/282183)).':26 'hit':116 'if-not-exist':107 'instal':46,61,199,242,304,360 'interfac':250,286,319 'kde':367 'knowledg':354 'laptop':7 'last':98 'latest':36 'lightweight':396 'like':77,269,291 'line':99 'linux':19 'littl':381 'll':393 'm':245,306,314,339 'menu':254 'messag':123 'most':49 'need':271,299 'noth':119 'old':4 'older':347 'os':212 'partit':208,217 'password':178,225 'peopl':30,334 'pin':258 'post':149 'previous':23 'problem':70,153,376 'program':262 'put':18,222 'reason':323 'reboot':389 'regard':295 'remot':105 'remote-add':104 'repli':355 'resolv':373 'restart':127 'see':22 'seem':89,268,370 'set':73,160,203,283 'setup':86 'sinc':312 'slow':382 'smooth':63 'softwar':138 'solut':156 'somehow':159,202 'stabl':37 'stick':327 'sudo':188 'suggest':31 'super':170 'sure':341 'switch':309 'termin':102,181 'thank':350 'think':307 'thread':24 'thrown':13 'time':183 'toolbar/start':253 'trash':335 'tri':394 'twice':391 'type':176 'ubuntu':59,311,336 'use':50,187,246,261 'user':171 'usernam':166 've':48,66,331,386 'version':38 'want':185 'way':192,235,281 'websit':143 'went':62 'window':5,51,292 'without':196,239 'work':92,134"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699774394
+visibility: "visible "
+apId: "https://hexbear.net/post/1054538"
+editedAt: DateTimeImmutable @1700016604 {#1612
date: 2023-11-15 03:50:04.0 +01:00
}
+createdAt: DateTimeImmutable @1699687994 {#2461
date: 2023-11-11 08:33:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1599 …}
+root: App\Entity\EntryComment {#1646}
+body: """
Depends if you’re using a graphical login manager or not. If so, you’ll have to search the name of it and ‘autologin’ in your favourite search engine. Its typically no more then checking a box and adding your username.\n
\n
I dont use a graphical login manager, I just let it boot up and agetty (from util-linux) logs me directly into my shell (because I added -u ’ to the config.). Then my shell profile takes care of starting the graphical environment for me.\n
\n
Its just personal choice but I dont see any point in a login manager when Im the only one logging in. I understand that it may come as part of the desktop suite though. I prefer to start with nothing and add what I want versus getting everything and removing what I dont want
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699703715 {#1652
date: 2023-11-11 12:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
"@bertmacho@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1626 …}
+nested: Doctrine\ORM\PersistentCollection {#1630 …}
+votes: Doctrine\ORM\PersistentCollection {#1611 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1795 …}
+notifications: Doctrine\ORM\PersistentCollection {#1691 …}
-id: 110843
-bodyTs: "'ad':39,69 'add':128 'agetti':56 'autologin':24 'boot':53 'box':37 'care':79 'check':35 'choic':90 'come':113 'config':73 'depend':1 'desktop':118 'direct':63 'dont':43,93,139 'engin':29 'environ':84 'everyth':134 'favourit':27 'get':133 'graphic':7,46,83 'im':102 'let':51 'linux':60 'll':15 'log':61,106 'login':8,47,99 'manag':9,48,100 'may':112 'name':20 'noth':126 'one':105 'part':115 'person':89 'point':96 'prefer':122 'profil':77 're':4 'remov':136 'search':18,28 'see':94 'shell':66,76 'start':81,124 'suit':119 'take':78 'though':120 'typic':31 'u':70 'understand':109 'use':5,44 'usernam':41 'util':59 'util-linux':58 'versus':132 'want':131,140"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5990685"
+editedAt: null
+createdAt: DateTimeImmutable @1699703715 {#1566
date: 2023-11-11 12:55:15.0 +01:00
}
+"title": 110843
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1563
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588
+user: Proxies\__CG__\App\Entity\User {#2359 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1723 …}
+slug: "Newbie-with-questions-about-Debian"
+title: "Newbie with questions about Debian"
+url: null
+body: """
I got an old Windows 7 laptop that was going to be thrown out and decided to put Linux on it (see previous thread [here](https://hexbear.net/post/282183)). Most people suggested I go with the latest stable version of Debian, so that’s what I installed. I’ve mostly used Windows, but I do have some experience with Ubuntu.\n
\n
The installation went smoothly, but I’ve had a few problems getting it set up to my liking:\n
\n
1. I can’t figure out how to setup flatpak. Everything seems to be working fine until I enter the last line in the terminal:\n
\n
> flatpak remote-add --if-not-exists flathub [dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)\n
\n
I hit enter and nothing happens. No error message or anything. I restarted the computer but flatpak doesn’t work, either through the software center or the flatpak website. I found a few forum posts with the same problem, but no solutions.\n
\n
2. I somehow set it up so that my username is not the super user, so I have to type a password in the terminal every time I want to use sudo. Is there a way to fix this without a clean install?\n
3. I somehow set up the hard drive partitions so that the OS is on an encrypted partition, so I have to put in a password for the BIOS to boot up. Is there a way to fix this without a clean install?\n
4. I’m used to a desktop interface with a toolbar/start menu that I can pin frequently-used programs to, but with Debian it seems like I need to click “Activities” to do anything. Is there a way to set up the interface so it’s more like Windows in that regard?\n
5. If I need to do a clean install, I’m thinking of switching to Ubuntu, since I’m more familiar with the interface. Is there any reason why I should stick with Debian? I’ve heard some people trashing Ubuntu but I’m not sure why. Is Debian better for older hardware?\n
\n
Edit: Thanks for all the knowledgeable replies. I did a fresh install of Debian 12 (64 bit) with KDE and it seems to have resolved all my problems. Although it’s a little slow and buggy, I’ve had to reboot it twice. I’ll try a lightweight DE if that continues.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 12
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699877175 {#2464
date: 2023-11-13 13:06:15.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1722 …}
+votes: Doctrine\ORM\PersistentCollection {#1726 …}
+reports: Doctrine\ORM\PersistentCollection {#1730 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
+badges: Doctrine\ORM\PersistentCollection {#2387 …}
+children: [
1 => App\Entity\EntryComment {#1563}
0 => App\Entity\EntryComment {#1646
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: null
+root: null
+body: """
for 1, in linux no output is often indicitive of no problem. To verify if your previous command exited successfully, type ‘echo $?’ at the command line and if its anything but 0 its an error.\n
\n
For 3, I do the same but since I’m the only user I auto login so its still just one password to enter to get to a desktop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699811473 {#1699
date: 2023-11-12 18:51:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
]
+children: Doctrine\ORM\PersistentCollection {#1551 …}
+nested: Doctrine\ORM\PersistentCollection {#1585 …}
+votes: Doctrine\ORM\PersistentCollection {#1586 …}
+reports: Doctrine\ORM\PersistentCollection {#1575 …}
+favourites: Doctrine\ORM\PersistentCollection {#1528 …}
+notifications: Doctrine\ORM\PersistentCollection {#1661 …}
-id: 110440
-bodyTs: "'0':32 '1':2 '3':37 'anyth':30 'auto':50 'command':18,25 'desktop':64 'echo':22 'enter':59 'error':35 'exit':19 'get':61 'indicit':9 'line':26 'linux':4 'login':51 'm':45 'often':8 'one':56 'output':6 'password':57 'previous':17 'problem':12 'sinc':43 'still':54 'success':20 'type':21 'user':48 'verifi':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5986650"
+editedAt: DateTimeImmutable @1699796725 {#1697
date: 2023-11-12 14:45:25.0 +01:00
}
+createdAt: DateTimeImmutable @1699691152 {#1700
date: 2023-11-11 09:25:52.0 +01:00
}
+"title": 110440
}
]
-id: 11953
-titleTs: "'debian':5 'newbi':1 'question':3"
-bodyTs: "'/post/282183)).':28 '/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':114 '1':78 '12':363 '2':157 '3':200 '4':243 '5':296 '64':364 '7':6 'activ':274 'add':106 'although':377 'anyth':125,277 'better':345 'bio':228 'bit':365 'boot':230 'buggi':384 'center':139 'clean':198,241,303 'click':273 'comput':129 'continu':400 'de':397 'debian':40,266,329,344,362 'decid':16 'desktop':249 'dl.flathub.org':113 'dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':112 'doesn':132 'drive':207 'edit':349 'either':135 'encrypt':216 'enter':96,117 'error':122 'everi':182 'everyth':88 'exist':110 'experi':57 'familiar':316 'figur':82 'fine':93 'fix':194,237 'flathub':111 'flatpak':87,103,131,142 'forum':148 'found':145 'frequent':260 'frequently-us':259 'fresh':359 'get':71 'go':10,33 'got':2 'happen':120 'hard':206 'hardwar':348 'heard':332 'hexbear.net':27 'hexbear.net/post/282183)).':26 'hit':116 'if-not-exist':107 'instal':46,61,199,242,304,360 'interfac':250,286,319 'kde':367 'knowledg':354 'laptop':7 'last':98 'latest':36 'lightweight':396 'like':77,269,291 'line':99 'linux':19 'littl':381 'll':393 'm':245,306,314,339 'menu':254 'messag':123 'most':49 'need':271,299 'noth':119 'old':4 'older':347 'os':212 'partit':208,217 'password':178,225 'peopl':30,334 'pin':258 'post':149 'previous':23 'problem':70,153,376 'program':262 'put':18,222 'reason':323 'reboot':389 'regard':295 'remot':105 'remote-add':104 'repli':355 'resolv':373 'restart':127 'see':22 'seem':89,268,370 'set':73,160,203,283 'setup':86 'sinc':312 'slow':382 'smooth':63 'softwar':138 'solut':156 'somehow':159,202 'stabl':37 'stick':327 'sudo':188 'suggest':31 'super':170 'sure':341 'switch':309 'termin':102,181 'thank':350 'think':307 'thread':24 'thrown':13 'time':183 'toolbar/start':253 'trash':335 'tri':394 'twice':391 'type':176 'ubuntu':59,311,336 'use':50,187,246,261 'user':171 'usernam':166 've':48,66,331,386 'version':38 'want':185 'way':192,235,281 'websit':143 'went':62 'window':5,51,292 'without':196,239 'work':92,134"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699774394
+visibility: "visible "
+apId: "https://hexbear.net/post/1054538"
+editedAt: DateTimeImmutable @1700016604 {#1612
date: 2023-11-15 03:50:04.0 +01:00
}
+createdAt: DateTimeImmutable @1699687994 {#2461
date: 2023-11-11 08:33:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1599 …}
+root: App\Entity\EntryComment {#1646}
+body: """
Depends if you’re using a graphical login manager or not. If so, you’ll have to search the name of it and ‘autologin’ in your favourite search engine. Its typically no more then checking a box and adding your username.\n
\n
I dont use a graphical login manager, I just let it boot up and agetty (from util-linux) logs me directly into my shell (because I added -u ’ to the config.). Then my shell profile takes care of starting the graphical environment for me.\n
\n
Its just personal choice but I dont see any point in a login manager when Im the only one logging in. I understand that it may come as part of the desktop suite though. I prefer to start with nothing and add what I want versus getting everything and removing what I dont want
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699703715 {#1652
date: 2023-11-11 12:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
"@bertmacho@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1626 …}
+nested: Doctrine\ORM\PersistentCollection {#1630 …}
+votes: Doctrine\ORM\PersistentCollection {#1611 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1795 …}
+notifications: Doctrine\ORM\PersistentCollection {#1691 …}
-id: 110843
-bodyTs: "'ad':39,69 'add':128 'agetti':56 'autologin':24 'boot':53 'box':37 'care':79 'check':35 'choic':90 'come':113 'config':73 'depend':1 'desktop':118 'direct':63 'dont':43,93,139 'engin':29 'environ':84 'everyth':134 'favourit':27 'get':133 'graphic':7,46,83 'im':102 'let':51 'linux':60 'll':15 'log':61,106 'login':8,47,99 'manag':9,48,100 'may':112 'name':20 'noth':126 'one':105 'part':115 'person':89 'point':96 'prefer':122 'profil':77 're':4 'remov':136 'search':18,28 'see':94 'shell':66,76 'start':81,124 'suit':119 'take':78 'though':120 'typic':31 'u':70 'understand':109 'use':5,44 'usernam':41 'util':59 'util-linux':58 'versus':132 'want':131,140"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5990685"
+editedAt: null
+createdAt: DateTimeImmutable @1699703715 {#1566
date: 2023-11-11 12:55:15.0 +01:00
}
+"title": 110843
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1646
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588
+user: Proxies\__CG__\App\Entity\User {#2359 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1723 …}
+slug: "Newbie-with-questions-about-Debian"
+title: "Newbie with questions about Debian"
+url: null
+body: """
I got an old Windows 7 laptop that was going to be thrown out and decided to put Linux on it (see previous thread [here](https://hexbear.net/post/282183)). Most people suggested I go with the latest stable version of Debian, so that’s what I installed. I’ve mostly used Windows, but I do have some experience with Ubuntu.\n
\n
The installation went smoothly, but I’ve had a few problems getting it set up to my liking:\n
\n
1. I can’t figure out how to setup flatpak. Everything seems to be working fine until I enter the last line in the terminal:\n
\n
> flatpak remote-add --if-not-exists flathub [dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)\n
\n
I hit enter and nothing happens. No error message or anything. I restarted the computer but flatpak doesn’t work, either through the software center or the flatpak website. I found a few forum posts with the same problem, but no solutions.\n
\n
2. I somehow set it up so that my username is not the super user, so I have to type a password in the terminal every time I want to use sudo. Is there a way to fix this without a clean install?\n
3. I somehow set up the hard drive partitions so that the OS is on an encrypted partition, so I have to put in a password for the BIOS to boot up. Is there a way to fix this without a clean install?\n
4. I’m used to a desktop interface with a toolbar/start menu that I can pin frequently-used programs to, but with Debian it seems like I need to click “Activities” to do anything. Is there a way to set up the interface so it’s more like Windows in that regard?\n
5. If I need to do a clean install, I’m thinking of switching to Ubuntu, since I’m more familiar with the interface. Is there any reason why I should stick with Debian? I’ve heard some people trashing Ubuntu but I’m not sure why. Is Debian better for older hardware?\n
\n
Edit: Thanks for all the knowledgeable replies. I did a fresh install of Debian 12 (64 bit) with KDE and it seems to have resolved all my problems. Although it’s a little slow and buggy, I’ve had to reboot it twice. I’ll try a lightweight DE if that continues.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 12
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699877175 {#2464
date: 2023-11-13 13:06:15.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1722 …}
+votes: Doctrine\ORM\PersistentCollection {#1726 …}
+reports: Doctrine\ORM\PersistentCollection {#1730 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
+badges: Doctrine\ORM\PersistentCollection {#2387 …}
+children: [
1 => App\Entity\EntryComment {#1563
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1599 …}
+root: App\Entity\EntryComment {#1646}
+body: """
Depends if you’re using a graphical login manager or not. If so, you’ll have to search the name of it and ‘autologin’ in your favourite search engine. Its typically no more then checking a box and adding your username.\n
\n
I dont use a graphical login manager, I just let it boot up and agetty (from util-linux) logs me directly into my shell (because I added -u ’ to the config.). Then my shell profile takes care of starting the graphical environment for me.\n
\n
Its just personal choice but I dont see any point in a login manager when Im the only one logging in. I understand that it may come as part of the desktop suite though. I prefer to start with nothing and add what I want versus getting everything and removing what I dont want
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699703715 {#1652
date: 2023-11-11 12:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
"@bertmacho@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1626 …}
+nested: Doctrine\ORM\PersistentCollection {#1630 …}
+votes: Doctrine\ORM\PersistentCollection {#1611 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1795 …}
+notifications: Doctrine\ORM\PersistentCollection {#1691 …}
-id: 110843
-bodyTs: "'ad':39,69 'add':128 'agetti':56 'autologin':24 'boot':53 'box':37 'care':79 'check':35 'choic':90 'come':113 'config':73 'depend':1 'desktop':118 'direct':63 'dont':43,93,139 'engin':29 'environ':84 'everyth':134 'favourit':27 'get':133 'graphic':7,46,83 'im':102 'let':51 'linux':60 'll':15 'log':61,106 'login':8,47,99 'manag':9,48,100 'may':112 'name':20 'noth':126 'one':105 'part':115 'person':89 'point':96 'prefer':122 'profil':77 're':4 'remov':136 'search':18,28 'see':94 'shell':66,76 'start':81,124 'suit':119 'take':78 'though':120 'typic':31 'u':70 'understand':109 'use':5,44 'usernam':41 'util':59 'util-linux':58 'versus':132 'want':131,140"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5990685"
+editedAt: null
+createdAt: DateTimeImmutable @1699703715 {#1566
date: 2023-11-11 12:55:15.0 +01:00
}
+"title": 110843
}
0 => App\Entity\EntryComment {#1646}
]
-id: 11953
-titleTs: "'debian':5 'newbi':1 'question':3"
-bodyTs: "'/post/282183)).':28 '/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':114 '1':78 '12':363 '2':157 '3':200 '4':243 '5':296 '64':364 '7':6 'activ':274 'add':106 'although':377 'anyth':125,277 'better':345 'bio':228 'bit':365 'boot':230 'buggi':384 'center':139 'clean':198,241,303 'click':273 'comput':129 'continu':400 'de':397 'debian':40,266,329,344,362 'decid':16 'desktop':249 'dl.flathub.org':113 'dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':112 'doesn':132 'drive':207 'edit':349 'either':135 'encrypt':216 'enter':96,117 'error':122 'everi':182 'everyth':88 'exist':110 'experi':57 'familiar':316 'figur':82 'fine':93 'fix':194,237 'flathub':111 'flatpak':87,103,131,142 'forum':148 'found':145 'frequent':260 'frequently-us':259 'fresh':359 'get':71 'go':10,33 'got':2 'happen':120 'hard':206 'hardwar':348 'heard':332 'hexbear.net':27 'hexbear.net/post/282183)).':26 'hit':116 'if-not-exist':107 'instal':46,61,199,242,304,360 'interfac':250,286,319 'kde':367 'knowledg':354 'laptop':7 'last':98 'latest':36 'lightweight':396 'like':77,269,291 'line':99 'linux':19 'littl':381 'll':393 'm':245,306,314,339 'menu':254 'messag':123 'most':49 'need':271,299 'noth':119 'old':4 'older':347 'os':212 'partit':208,217 'password':178,225 'peopl':30,334 'pin':258 'post':149 'previous':23 'problem':70,153,376 'program':262 'put':18,222 'reason':323 'reboot':389 'regard':295 'remot':105 'remote-add':104 'repli':355 'resolv':373 'restart':127 'see':22 'seem':89,268,370 'set':73,160,203,283 'setup':86 'sinc':312 'slow':382 'smooth':63 'softwar':138 'solut':156 'somehow':159,202 'stabl':37 'stick':327 'sudo':188 'suggest':31 'super':170 'sure':341 'switch':309 'termin':102,181 'thank':350 'think':307 'thread':24 'thrown':13 'time':183 'toolbar/start':253 'trash':335 'tri':394 'twice':391 'type':176 'ubuntu':59,311,336 'use':50,187,246,261 'user':171 'usernam':166 've':48,66,331,386 'version':38 'want':185 'way':192,235,281 'websit':143 'went':62 'window':5,51,292 'without':196,239 'work':92,134"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699774394
+visibility: "visible "
+apId: "https://hexbear.net/post/1054538"
+editedAt: DateTimeImmutable @1700016604 {#1612
date: 2023-11-15 03:50:04.0 +01:00
}
+createdAt: DateTimeImmutable @1699687994 {#2461
date: 2023-11-11 08:33:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: null
+root: null
+body: """
for 1, in linux no output is often indicitive of no problem. To verify if your previous command exited successfully, type ‘echo $?’ at the command line and if its anything but 0 its an error.\n
\n
For 3, I do the same but since I’m the only user I auto login so its still just one password to enter to get to a desktop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699811473 {#1699
date: 2023-11-12 18:51:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
]
+children: Doctrine\ORM\PersistentCollection {#1551 …}
+nested: Doctrine\ORM\PersistentCollection {#1585 …}
+votes: Doctrine\ORM\PersistentCollection {#1586 …}
+reports: Doctrine\ORM\PersistentCollection {#1575 …}
+favourites: Doctrine\ORM\PersistentCollection {#1528 …}
+notifications: Doctrine\ORM\PersistentCollection {#1661 …}
-id: 110440
-bodyTs: "'0':32 '1':2 '3':37 'anyth':30 'auto':50 'command':18,25 'desktop':64 'echo':22 'enter':59 'error':35 'exit':19 'get':61 'indicit':9 'line':26 'linux':4 'login':51 'm':45 'often':8 'one':56 'output':6 'password':57 'previous':17 'problem':12 'sinc':43 'still':54 'success':20 'type':21 'user':48 'verifi':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5986650"
+editedAt: DateTimeImmutable @1699796725 {#1697
date: 2023-11-12 14:45:25.0 +01:00
}
+createdAt: DateTimeImmutable @1699691152 {#1700
date: 2023-11-11 09:25:52.0 +01:00
}
+"title": 110440
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
App\Entity\EntryComment {#1646
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588
+user: Proxies\__CG__\App\Entity\User {#2359 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1723 …}
+slug: "Newbie-with-questions-about-Debian"
+title: "Newbie with questions about Debian"
+url: null
+body: """
I got an old Windows 7 laptop that was going to be thrown out and decided to put Linux on it (see previous thread [here](https://hexbear.net/post/282183)). Most people suggested I go with the latest stable version of Debian, so that’s what I installed. I’ve mostly used Windows, but I do have some experience with Ubuntu.\n
\n
The installation went smoothly, but I’ve had a few problems getting it set up to my liking:\n
\n
1. I can’t figure out how to setup flatpak. Everything seems to be working fine until I enter the last line in the terminal:\n
\n
> flatpak remote-add --if-not-exists flathub [dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)\n
\n
I hit enter and nothing happens. No error message or anything. I restarted the computer but flatpak doesn’t work, either through the software center or the flatpak website. I found a few forum posts with the same problem, but no solutions.\n
\n
2. I somehow set it up so that my username is not the super user, so I have to type a password in the terminal every time I want to use sudo. Is there a way to fix this without a clean install?\n
3. I somehow set up the hard drive partitions so that the OS is on an encrypted partition, so I have to put in a password for the BIOS to boot up. Is there a way to fix this without a clean install?\n
4. I’m used to a desktop interface with a toolbar/start menu that I can pin frequently-used programs to, but with Debian it seems like I need to click “Activities” to do anything. Is there a way to set up the interface so it’s more like Windows in that regard?\n
5. If I need to do a clean install, I’m thinking of switching to Ubuntu, since I’m more familiar with the interface. Is there any reason why I should stick with Debian? I’ve heard some people trashing Ubuntu but I’m not sure why. Is Debian better for older hardware?\n
\n
Edit: Thanks for all the knowledgeable replies. I did a fresh install of Debian 12 (64 bit) with KDE and it seems to have resolved all my problems. Although it’s a little slow and buggy, I’ve had to reboot it twice. I’ll try a lightweight DE if that continues.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 12
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699877175 {#2464
date: 2023-11-13 13:06:15.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1722 …}
+votes: Doctrine\ORM\PersistentCollection {#1726 …}
+reports: Doctrine\ORM\PersistentCollection {#1730 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
+badges: Doctrine\ORM\PersistentCollection {#2387 …}
+children: [
1 => App\Entity\EntryComment {#1563
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1599 …}
+root: App\Entity\EntryComment {#1646}
+body: """
Depends if you’re using a graphical login manager or not. If so, you’ll have to search the name of it and ‘autologin’ in your favourite search engine. Its typically no more then checking a box and adding your username.\n
\n
I dont use a graphical login manager, I just let it boot up and agetty (from util-linux) logs me directly into my shell (because I added -u ’ to the config.). Then my shell profile takes care of starting the graphical environment for me.\n
\n
Its just personal choice but I dont see any point in a login manager when Im the only one logging in. I understand that it may come as part of the desktop suite though. I prefer to start with nothing and add what I want versus getting everything and removing what I dont want
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699703715 {#1652
date: 2023-11-11 12:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
"@bertmacho@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1626 …}
+nested: Doctrine\ORM\PersistentCollection {#1630 …}
+votes: Doctrine\ORM\PersistentCollection {#1611 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1795 …}
+notifications: Doctrine\ORM\PersistentCollection {#1691 …}
-id: 110843
-bodyTs: "'ad':39,69 'add':128 'agetti':56 'autologin':24 'boot':53 'box':37 'care':79 'check':35 'choic':90 'come':113 'config':73 'depend':1 'desktop':118 'direct':63 'dont':43,93,139 'engin':29 'environ':84 'everyth':134 'favourit':27 'get':133 'graphic':7,46,83 'im':102 'let':51 'linux':60 'll':15 'log':61,106 'login':8,47,99 'manag':9,48,100 'may':112 'name':20 'noth':126 'one':105 'part':115 'person':89 'point':96 'prefer':122 'profil':77 're':4 'remov':136 'search':18,28 'see':94 'shell':66,76 'start':81,124 'suit':119 'take':78 'though':120 'typic':31 'u':70 'understand':109 'use':5,44 'usernam':41 'util':59 'util-linux':58 'versus':132 'want':131,140"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5990685"
+editedAt: null
+createdAt: DateTimeImmutable @1699703715 {#1566
date: 2023-11-11 12:55:15.0 +01:00
}
+"title": 110843
}
0 => App\Entity\EntryComment {#1646}
]
-id: 11953
-titleTs: "'debian':5 'newbi':1 'question':3"
-bodyTs: "'/post/282183)).':28 '/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':114 '1':78 '12':363 '2':157 '3':200 '4':243 '5':296 '64':364 '7':6 'activ':274 'add':106 'although':377 'anyth':125,277 'better':345 'bio':228 'bit':365 'boot':230 'buggi':384 'center':139 'clean':198,241,303 'click':273 'comput':129 'continu':400 'de':397 'debian':40,266,329,344,362 'decid':16 'desktop':249 'dl.flathub.org':113 'dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':112 'doesn':132 'drive':207 'edit':349 'either':135 'encrypt':216 'enter':96,117 'error':122 'everi':182 'everyth':88 'exist':110 'experi':57 'familiar':316 'figur':82 'fine':93 'fix':194,237 'flathub':111 'flatpak':87,103,131,142 'forum':148 'found':145 'frequent':260 'frequently-us':259 'fresh':359 'get':71 'go':10,33 'got':2 'happen':120 'hard':206 'hardwar':348 'heard':332 'hexbear.net':27 'hexbear.net/post/282183)).':26 'hit':116 'if-not-exist':107 'instal':46,61,199,242,304,360 'interfac':250,286,319 'kde':367 'knowledg':354 'laptop':7 'last':98 'latest':36 'lightweight':396 'like':77,269,291 'line':99 'linux':19 'littl':381 'll':393 'm':245,306,314,339 'menu':254 'messag':123 'most':49 'need':271,299 'noth':119 'old':4 'older':347 'os':212 'partit':208,217 'password':178,225 'peopl':30,334 'pin':258 'post':149 'previous':23 'problem':70,153,376 'program':262 'put':18,222 'reason':323 'reboot':389 'regard':295 'remot':105 'remote-add':104 'repli':355 'resolv':373 'restart':127 'see':22 'seem':89,268,370 'set':73,160,203,283 'setup':86 'sinc':312 'slow':382 'smooth':63 'softwar':138 'solut':156 'somehow':159,202 'stabl':37 'stick':327 'sudo':188 'suggest':31 'super':170 'sure':341 'switch':309 'termin':102,181 'thank':350 'think':307 'thread':24 'thrown':13 'time':183 'toolbar/start':253 'trash':335 'tri':394 'twice':391 'type':176 'ubuntu':59,311,336 'use':50,187,246,261 'user':171 'usernam':166 've':48,66,331,386 'version':38 'want':185 'way':192,235,281 'websit':143 'went':62 'window':5,51,292 'without':196,239 'work':92,134"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699774394
+visibility: "visible "
+apId: "https://hexbear.net/post/1054538"
+editedAt: DateTimeImmutable @1700016604 {#1612
date: 2023-11-15 03:50:04.0 +01:00
}
+createdAt: DateTimeImmutable @1699687994 {#2461
date: 2023-11-11 08:33:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: null
+root: null
+body: """
for 1, in linux no output is often indicitive of no problem. To verify if your previous command exited successfully, type ‘echo $?’ at the command line and if its anything but 0 its an error.\n
\n
For 3, I do the same but since I’m the only user I auto login so its still just one password to enter to get to a desktop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699811473 {#1699
date: 2023-11-12 18:51:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
]
+children: Doctrine\ORM\PersistentCollection {#1551 …}
+nested: Doctrine\ORM\PersistentCollection {#1585 …}
+votes: Doctrine\ORM\PersistentCollection {#1586 …}
+reports: Doctrine\ORM\PersistentCollection {#1575 …}
+favourites: Doctrine\ORM\PersistentCollection {#1528 …}
+notifications: Doctrine\ORM\PersistentCollection {#1661 …}
-id: 110440
-bodyTs: "'0':32 '1':2 '3':37 'anyth':30 'auto':50 'command':18,25 'desktop':64 'echo':22 'enter':59 'error':35 'exit':19 'get':61 'indicit':9 'line':26 'linux':4 'login':51 'm':45 'often':8 'one':56 'output':6 'password':57 'previous':17 'problem':12 'sinc':43 'still':54 'success':20 'type':21 'user':48 'verifi':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5986650"
+editedAt: DateTimeImmutable @1699796725 {#1697
date: 2023-11-12 14:45:25.0 +01:00
}
+createdAt: DateTimeImmutable @1699691152 {#1700
date: 2023-11-11 09:25:52.0 +01:00
}
+"title": 110440
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1646
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588
+user: Proxies\__CG__\App\Entity\User {#2359 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1723 …}
+slug: "Newbie-with-questions-about-Debian"
+title: "Newbie with questions about Debian"
+url: null
+body: """
I got an old Windows 7 laptop that was going to be thrown out and decided to put Linux on it (see previous thread [here](https://hexbear.net/post/282183)). Most people suggested I go with the latest stable version of Debian, so that’s what I installed. I’ve mostly used Windows, but I do have some experience with Ubuntu.\n
\n
The installation went smoothly, but I’ve had a few problems getting it set up to my liking:\n
\n
1. I can’t figure out how to setup flatpak. Everything seems to be working fine until I enter the last line in the terminal:\n
\n
> flatpak remote-add --if-not-exists flathub [dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)\n
\n
I hit enter and nothing happens. No error message or anything. I restarted the computer but flatpak doesn’t work, either through the software center or the flatpak website. I found a few forum posts with the same problem, but no solutions.\n
\n
2. I somehow set it up so that my username is not the super user, so I have to type a password in the terminal every time I want to use sudo. Is there a way to fix this without a clean install?\n
3. I somehow set up the hard drive partitions so that the OS is on an encrypted partition, so I have to put in a password for the BIOS to boot up. Is there a way to fix this without a clean install?\n
4. I’m used to a desktop interface with a toolbar/start menu that I can pin frequently-used programs to, but with Debian it seems like I need to click “Activities” to do anything. Is there a way to set up the interface so it’s more like Windows in that regard?\n
5. If I need to do a clean install, I’m thinking of switching to Ubuntu, since I’m more familiar with the interface. Is there any reason why I should stick with Debian? I’ve heard some people trashing Ubuntu but I’m not sure why. Is Debian better for older hardware?\n
\n
Edit: Thanks for all the knowledgeable replies. I did a fresh install of Debian 12 (64 bit) with KDE and it seems to have resolved all my problems. Although it’s a little slow and buggy, I’ve had to reboot it twice. I’ll try a lightweight DE if that continues.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 12
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699877175 {#2464
date: 2023-11-13 13:06:15.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1722 …}
+votes: Doctrine\ORM\PersistentCollection {#1726 …}
+reports: Doctrine\ORM\PersistentCollection {#1730 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
+badges: Doctrine\ORM\PersistentCollection {#2387 …}
+children: [
1 => App\Entity\EntryComment {#1563
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1588 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1599 …}
+root: App\Entity\EntryComment {#1646}
+body: """
Depends if you’re using a graphical login manager or not. If so, you’ll have to search the name of it and ‘autologin’ in your favourite search engine. Its typically no more then checking a box and adding your username.\n
\n
I dont use a graphical login manager, I just let it boot up and agetty (from util-linux) logs me directly into my shell (because I added -u ’ to the config.). Then my shell profile takes care of starting the graphical environment for me.\n
\n
Its just personal choice but I dont see any point in a login manager when Im the only one logging in. I understand that it may come as part of the desktop suite though. I prefer to start with nothing and add what I want versus getting everything and removing what I dont want
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699703715 {#1652
date: 2023-11-11 12:55:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
"@bertmacho@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1626 …}
+nested: Doctrine\ORM\PersistentCollection {#1630 …}
+votes: Doctrine\ORM\PersistentCollection {#1611 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1795 …}
+notifications: Doctrine\ORM\PersistentCollection {#1691 …}
-id: 110843
-bodyTs: "'ad':39,69 'add':128 'agetti':56 'autologin':24 'boot':53 'box':37 'care':79 'check':35 'choic':90 'come':113 'config':73 'depend':1 'desktop':118 'direct':63 'dont':43,93,139 'engin':29 'environ':84 'everyth':134 'favourit':27 'get':133 'graphic':7,46,83 'im':102 'let':51 'linux':60 'll':15 'log':61,106 'login':8,47,99 'manag':9,48,100 'may':112 'name':20 'noth':126 'one':105 'part':115 'person':89 'point':96 'prefer':122 'profil':77 're':4 'remov':136 'search':18,28 'see':94 'shell':66,76 'start':81,124 'suit':119 'take':78 'though':120 'typic':31 'u':70 'understand':109 'use':5,44 'usernam':41 'util':59 'util-linux':58 'versus':132 'want':131,140"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5990685"
+editedAt: null
+createdAt: DateTimeImmutable @1699703715 {#1566
date: 2023-11-11 12:55:15.0 +01:00
}
+"title": 110843
}
0 => App\Entity\EntryComment {#1646}
]
-id: 11953
-titleTs: "'debian':5 'newbi':1 'question':3"
-bodyTs: "'/post/282183)).':28 '/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':114 '1':78 '12':363 '2':157 '3':200 '4':243 '5':296 '64':364 '7':6 'activ':274 'add':106 'although':377 'anyth':125,277 'better':345 'bio':228 'bit':365 'boot':230 'buggi':384 'center':139 'clean':198,241,303 'click':273 'comput':129 'continu':400 'de':397 'debian':40,266,329,344,362 'decid':16 'desktop':249 'dl.flathub.org':113 'dl.flathub.org/repo/flathub.flatpakrepo](https://dl.flathub.org/repo/flathub.flatpakrepo)':112 'doesn':132 'drive':207 'edit':349 'either':135 'encrypt':216 'enter':96,117 'error':122 'everi':182 'everyth':88 'exist':110 'experi':57 'familiar':316 'figur':82 'fine':93 'fix':194,237 'flathub':111 'flatpak':87,103,131,142 'forum':148 'found':145 'frequent':260 'frequently-us':259 'fresh':359 'get':71 'go':10,33 'got':2 'happen':120 'hard':206 'hardwar':348 'heard':332 'hexbear.net':27 'hexbear.net/post/282183)).':26 'hit':116 'if-not-exist':107 'instal':46,61,199,242,304,360 'interfac':250,286,319 'kde':367 'knowledg':354 'laptop':7 'last':98 'latest':36 'lightweight':396 'like':77,269,291 'line':99 'linux':19 'littl':381 'll':393 'm':245,306,314,339 'menu':254 'messag':123 'most':49 'need':271,299 'noth':119 'old':4 'older':347 'os':212 'partit':208,217 'password':178,225 'peopl':30,334 'pin':258 'post':149 'previous':23 'problem':70,153,376 'program':262 'put':18,222 'reason':323 'reboot':389 'regard':295 'remot':105 'remote-add':104 'repli':355 'resolv':373 'restart':127 'see':22 'seem':89,268,370 'set':73,160,203,283 'setup':86 'sinc':312 'slow':382 'smooth':63 'softwar':138 'solut':156 'somehow':159,202 'stabl':37 'stick':327 'sudo':188 'suggest':31 'super':170 'sure':341 'switch':309 'termin':102,181 'thank':350 'think':307 'thread':24 'thrown':13 'time':183 'toolbar/start':253 'trash':335 'tri':394 'twice':391 'type':176 'ubuntu':59,311,336 'use':50,187,246,261 'user':171 'usernam':166 've':48,66,331,386 'version':38 'want':185 'way':192,235,281 'websit':143 'went':62 'window':5,51,292 'without':196,239 'work':92,134"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699774394
+visibility: "visible "
+apId: "https://hexbear.net/post/1054538"
+editedAt: DateTimeImmutable @1700016604 {#1612
date: 2023-11-15 03:50:04.0 +01:00
}
+createdAt: DateTimeImmutable @1699687994 {#2461
date: 2023-11-11 08:33:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
+image: null
+parent: null
+root: null
+body: """
for 1, in linux no output is often indicitive of no problem. To verify if your previous command exited successfully, type ‘echo $?’ at the command line and if its anything but 0 its an error.\n
\n
For 3, I do the same but since I’m the only user I auto login so its still just one password to enter to get to a desktop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699811473 {#1699
date: 2023-11-12 18:51:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Bobson_Dugnutt@hexbear.net"
]
+children: Doctrine\ORM\PersistentCollection {#1551 …}
+nested: Doctrine\ORM\PersistentCollection {#1585 …}
+votes: Doctrine\ORM\PersistentCollection {#1586 …}
+reports: Doctrine\ORM\PersistentCollection {#1575 …}
+favourites: Doctrine\ORM\PersistentCollection {#1528 …}
+notifications: Doctrine\ORM\PersistentCollection {#1661 …}
-id: 110440
-bodyTs: "'0':32 '1':2 '3':37 'anyth':30 'auto':50 'command':18,25 'desktop':64 'echo':22 'enter':59 'error':35 'exit':19 'get':61 'indicit':9 'line':26 'linux':4 'login':51 'm':45 'often':8 'one':56 'output':6 'password':57 'previous':17 'problem':12 'sinc':43 'still':54 'success':20 'type':21 'user':48 'verifi':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/5986650"
+editedAt: DateTimeImmutable @1699796725 {#1697
date: 2023-11-12 14:45:25.0 +01:00
}
+createdAt: DateTimeImmutable @1699691152 {#1700
date: 2023-11-11 09:25:52.0 +01:00
}
+"title": 110440
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_ADMIN
|
null |
|
Show voter details
|
14 |
DENIED
|
ROLE_MODERATOR
|
null |
|
Show voter details
|