#๐Ÿงโ”ƒLinux Discussion

1 messages ยท Page 26 of 1

pallid marsh
#

and avg

#

and norton

fallen raptor
#

Only cuz it came with the Laptop

#

30 days trial

pallid marsh
fallen raptor
#

I'll Vanish it once it's over

pallid marsh
#

destroy your os

fallen raptor
#

it's flagging every single Mod bruh ๐Ÿ’€

pallid marsh
#

i hope your experience is the worst out there

fallen raptor
#

I can exclude it

fallen raptor
pallid marsh
pallid marsh
#

not in linux

#

๐Ÿ™‚

fallen raptor
#

Delulu level max

pallid marsh
#

i like deluluision

fallen raptor
#

YIPEE GOT IT TO WORK

#

I am having some render distance issues

#

cuz it's vanilla

pallid marsh
#

nice

fallen raptor
#

I need Volumentric clouds now

pallid marsh
#

ok

fallen raptor
#

okay okay wtf @pallid marsh

#

I am getting mails from Mcafee

#

when I never created an account

#

๐Ÿ’€

pallid marsh
#

ayo wtf

#

how they got your email

fallen raptor
#

anyways

#

time to unistall this

#

I got a lot of junk in my mail too lol

pallid marsh
#

and decides its going to uninstall you

fallen raptor
#

I got my USB stick right here

pallid marsh
fallen raptor
pallid marsh
#

you are straight up switching

fallen raptor
pallid marsh
#

to bsd

fallen raptor
#

cuz

#

the MUX switches

#

between integrated Hybrid and Descrete GPU are so much better

#

in PopOS

#

Insane Nvidia support

pallid marsh
#

yeah thats why i prefer windows

fallen raptor
#

mmhmhmhm I missed U windows defender ๐Ÿ’‹

#

7gb ram idle to 6.5 gb

#

not bad not bad

#

I'd take it

#

The Biggest bloat I have is HP Omen hub tho ๐Ÿ˜”

#

and I have no choice but to keep it

#

to controll the fans

fallen raptor
#

I used to have a Core 2 duo

#

And the CPU frequency would sync with the music

#

๐Ÿ’€

fallen raptor
#

Like

#

Seriously

lyric pollen
blazing vault
#

we just need 1 more packaging format that will fix everything, flatpak, but you decide what perms the app can get, if you deny perm, like access to file system, fake filesystem will he used, it is possible and fairly easy to do(or i hope so, firejail can do it) (in flatpak app developer picks what perm app gets ๐Ÿคก ๐Ÿคก , yep very secure, nothing can go wrong)

#

and a actual .exe and .msi like file format, people still expect a setup file and some arbitraty executable file

#

just name it smth like .exec or idk .run
handle opening mime type, damn man, we all lazy as fk, not a single person invested some time into making this quality of life improvement

pallid marsh
blazing vault
#

for making transition from windows to linux smooth

#

it is definately possible

#

to make them

pallid marsh
#

well i would say packaging is pretty fine

blazing vault
#

pretty ass

pallid marsh
#

flatpak is overrated kind of

blazing vault
#

pacman is disappointing

pallid marsh
#

its filled with problems

blazing vault
#

they got 600k euro for fixing pacman's flaws, i doubt they will do the main thing

#

package to package isolation, so 1 package doesnt conflict to another in the file system

#

like nix does in a different way

pallid marsh
blazing vault
#

thats already done dawg

#

.zst?

#

like .deb?

#

it exists already

pallid marsh
#

nah not that i think but i forgot something about it

#

we should create a new format for fixing these problems

blazing vault
#

appimage fixed a lot of the problems in its own way

#

no .exe? here

#

flatpak and appimage had same vision

#

vision is flawed

pallid marsh
#

it doesnt have a store

#

thats a big flaw

blazing vault
#

it does

#

unofficial

#

many

pallid marsh
#

snap has one official store that the most people use

#

very few people use unofficial stores

#

it also used old versions of libraries if i remember

#

the libfuse problem that happened with debain based distros

blazing vault
#

i think a store can come second, the first thing windows and mac users looking for is a .setup file

pallid marsh
#

thats not a thing in linux

#

thats a bad idea

#

imagine clicking next when a mcafee ad comes up

#

also mac users dont use setup files

blazing vault
pallid marsh
#

they just put it in a directory like all images

blazing vault
#

you can nuke the app's fake world

#

if you dont like it

#

it wont affect your real fs or anything

#

more like it cant

pallid marsh
#

but i dont want no mcafee anyway

#

and also the crazy eula

blazing vault
#

av is pointless in that space

pallid marsh
#

thats was an example

#

it could be bing bar

#

opera gx

#

some other shit

#

and i dont see how it would be useful

#

unlike windows linux has everything shared by different applications

#

2 programs can use the same library

#

so installing in a seperate directory makes it less organized

#

a simple installation popup like .deb files is enough

#

its just a prompt for whether you wanna install it or not

blazing vault
pallid marsh
blazing vault
#

install it

#

see if that even works

#

maybe they fixed it now

#

but like thats the fundamental flaw with traditional packaging

#

and strict 20kb saving aah packagers

pallid marsh
#

yeah then the library shouldnt disappear when an application needs it

pallid marsh
#

bro has like 10 petabytes of storage and wastes 10gb every day

blazing vault
blazing vault
#

shared libraries are usually very small, under a mb

pallid marsh
blazing vault
#

discontinued

#

but you still need the app

pallid marsh
#

for example appimage kept using old version of libfuse

blazing vault
#

it is packaging systems fault

#

not devs fault

pallid marsh
#

i guess it can keep both versions of a library

blazing vault
#

not traditionally

#

/lib/libx.so (v1)
and
/lib/libx.so (v2)
cant be kept in the same physical file system

pallid marsh
#

nice thats great problem

blazing vault
#

packagers get around it by packaing /lib/libxv1.so, /lib/libxv2.so

then you gotta change the app's code too, there is still the problem of this lib not being in upstream due to old age

just have all of it bundled together like appimages

#

thats the safest bet

pallid marsh
#

btw i dont think linux was made with backward compatibilty in mind

blazing vault
#

excuses

pallid marsh
blazing vault
#

linux is kernel, it is not relevent to userland issues

#

this is a userland issue

pallid marsh
#

you want a system like windows?

#

where an exe depends on a bunch of dlls in the same folder

woven crag
#

GM

blazing vault
#

it is design choice of app devs, not windows dev

pallid marsh
woven crag
#

GM

dusty ibex
# blazing vault packagers get around it by packaing /lib/libxv1.so, /lib/libxv2.so then you got...

arch ja korse otai right.
oitar bloat kom. prottek package jodi systemd.so, gtk.so er copy download dei. jeta uchit na.
bug identify/report kora shohoj
upgrade/downgrade/testing -git partially kora jai. jemon linux-kernel update dite linux-api-headers releaser wait kora lage na.

there is still the problem of this lib not being in upstream due to old age
PKGBUILD e maintainer ra min/max version specify kore. pacman tokon middle best version resolution kore.
jodi rarely otirikto lagacy unmaintained package hoi ja user er use korai uchit na, user nijei lib1.so PKGBUILD toiri korte parbe.

blazing vault
pallid marsh
#

it has a bad package manager

blazing vault
#

It will use up on avg like 10% more storage

#

Well worth it

pallid marsh
#

bugs are rare

#

unless you install steam

blazing vault
#

Dawg get you 32gb SSD aah outta here

pallid marsh
blazing vault
#

๐Ÿ˜ญ๐Ÿ˜ญ

blazing vault
#

At max your system packages are worth 15gb

pallid marsh
#

i just use the 300gb space and have 3 partitions

blazing vault
#

Remove the home

pallid marsh
blazing vault
#

Then measure

pallid marsh
#

the home isnt taking all the space

#

something else is

#

idk what is

pallid marsh
blazing vault
#

I think it is just

#

sudo pacman -S baobab

lyric pollen
#

baobab?

pallid marsh
#

nice bottles is taking 6gb

#

steam is taking 4gb

#

lutris is taking 1.5gb

#

aint no slackware kids older than my setup

#

my system is hella bloated

dusty ibex
dusty ibex
#

bundle

blazing vault
#

.appimage is standalone executable, has no external dependency

#

everything is bundled

#

you need fusefs for it to work

dusty ibex
blazing vault
#

systemd, dawg

#

systemd dependent appimage?
where? @dusty ibex

dusty ibex
#

shudu pacman ei na

blazing vault
#

i suppose a package can bundle systemd if needed

#

you can do that in docker/podman too

#

with --systemd always flag

#

there is no init system in a container to make it lighter, idea is only 1 real process will be runing anyway

dusty ibex
blazing vault
# dusty ibex eita ki

well appimage doesnt intend to support it then ig, but is possible to make such a package format

blazing vault
#

with a shared filesystem and "contained" dependency

pallid marsh
#

you dont useBottles?

lyric pollen
#

No?

#

And you were screaming how it's not that great?

pallid marsh
#

yeah its not great for me

lyric pollen
#

Oh.

pallid marsh
#

what

lyric pollen
#

So, how's bottles?

pallid marsh
#

so kinda hard and not much smooth

daring patio
#

What kind of distro is kali linux

fallen raptor
cerulean vine
blazing vault
daring patio
daring patio
blazing vault
daring patio
blazing vault
daring patio
blazing vault
#

he is the camera man

daring patio
daring patio
#

Windows was made on linux

#

But bill gates killed the developer

#

And added bloatware into it

#

Lore accurate

woven crag
pallid marsh
pallid marsh
#

debain unstable i think

dusty ibex
#

2 mash dore kuje oboseshe dine 5-8 computer crash er solution pailam

fallen raptor
woven crag
daring patio
#

i lob rice

pallid marsh
blazing vault
#

No bloat = float
Now we don't want to float away, do we

pallid marsh
cerulean vine
pallid marsh
cerulean vine
pallid marsh
woven crag
vagrant crag
#

gm

fallen raptor
#

Gm

pallid marsh
#

MG

fallen raptor
pallid marsh
#

hi guys

lyric pollen
#

Man.....they should add steam support to more games.

lyric pollen
#

I hate using Proton.

pallid marsh
#

what is steam support

lyric pollen
#

Or Wine.

pallid marsh
lyric pollen
pallid marsh
#

yeah frr

#

the performance is just way better

lyric pollen
pallid marsh
#

also things like file pickers

#

etc all use proper methid

#

method

#

instead of shitty ugly wine file picker

#

where your linux drive is Z drive

#

hmm

#

one thing bad about flatpak

#

is its damn store

#

piracy isnt allowed i think

lyric pollen
pallid marsh
#

it will not have piracy

#

even pirated launchers

lyric pollen
#

Still, the store has plenty of good stuff.

blazing vault
# pallid marsh i mean if an app is on flathub

I am illegally afraid Linux gaming will disappear, poof, as soon as some guy starts distributing steam containers with games pre installed
Worse it has become obscenely easy to come up with another containerization tech, that spoofs/fakes every environment info, stealthy isolated container, that makes it impossible to detect that it is being run under container environment

#

How will drm even work, if games work offline, then you can just package the container and ship it ๐Ÿ’€, drm can't do shit

pallid marsh
#

it can go and live inside my ass as a parasite

pallid marsh
#

my life is all miserable with all these mouse

#

one of the worst inventions of humanity

blazing vault
#

you mean flatpak?

#

because appimages can theme themselfs according to gtk or qt theming, unless app itself doesnt support it

#

afaik

pallid marsh
#

hmmm

#

i guess the app is crazy

lyric pollen
#

So, this may sound weird but, for some reason, all of the games in my steam library are now compatible with linux.

lyric pollen
#

It's too great.

pallid marsh
#

i just dont get it

#

why does whatsapp web not support video calls and screen sharing and voice calls

fallen raptor
#

Exactly

#

So dumb

pallid marsh
#

its crazy

#

i cant use it to screen share bruh

blazing vault
pallid marsh
#

hmmmm

#

google meet

#

maybe

#

i guess thats a better idea

blazing vault
pallid marsh
#

trust me i hate googles ass

#

but then again

#

i still use gmail

#

my plan is to self host a lot of thing once i get a life

fallen raptor
#

They needa make a zero-privacy-violation eco-system fr

#

But again

fallen raptor
#

They need money to run

fallen raptor
pallid marsh
#

google?

pallid marsh
fallen raptor
#

For the future

pallid marsh
#

same i need money

fallen raptor
#

When I'm a grown ahh man

pallid marsh
#

to buy stuff

#

maybe a raspberry pi or a mini pc

#

and ups

#

and networking knowledge

fallen raptor
#

I thought I was doomed for a second

#

cuz Windows was gonna update the BIOS of my PC

#

but it then decided not to

#

Gotta give Microshit some credit for adding some commonsense to the OS

pallid marsh
#

why would windows do that

fallen raptor
#

But it is optional by default and by forever

#

Like you cannot change it to automatic

pallid marsh
#

whatever

fallen raptor
#

Cuz it's BIOS update yk

pallid marsh
#

imma sleep

#

its 4:04 AM

fallen raptor
#

What u woke up for?

#

Fajr?

pallid marsh
#

i didnt even sleep

fallen raptor
#

Astagfirullah

pallid marsh
fallen raptor
#

So u gon sleep or pray?

pallid marsh
#

pray and sleep or sleep and wake up and then pray maybe

#

hmmmmm

fallen raptor
#

Pray and sleep ๐Ÿ‘

pallid marsh
#

imma watch yt

fallen raptor
#

Also, make Dua so Microshit gets abolished

#

And everyone starts using Linux

pallid marsh
fallen raptor
#

= Kernel level DRM ๐Ÿ’€

fallen raptor
pallid marsh
#

what

fallen raptor
fallen raptor
pallid marsh
#

you can stop using microcrap products

fallen raptor
#

I can't quit Minecraft bro

pallid marsh
#

what?

fallen raptor
#

Microshit owns Minecraft

pallid marsh
#

hmmm fair point

#

well technically mojang owns it

#

microcrap owns mojang

fallen raptor
#

Ye

pallid marsh
#

you still use other products

fallen raptor
#

Good thing my school uses Google workspace tools and not Microshit word

#

Shiet's confusing AF

fallen raptor
pallid marsh
#

well google is very bad too and i also use it

fallen raptor
#

I'll switch one day

pallid marsh
#

kinda forced to use it

pallid marsh
#

thats an excuss

#

excuse

fallen raptor
#

I'll make a proper excuse then

#

Fortnite and Roblox

pallid marsh
#

hmmm thats crazy

#

i should stop talking right now

fallen raptor
#

Go pray

pallid marsh
#

how is that a W?

#

yall love google?

cerulean vine
#

No

#

But better than shitsoft

pallid marsh
#

nah

#

thats a lie

#

they are the worst leechers

#

they use linux but most of their softwares dont support it

cerulean vine
#

Irony

blazing vault
#

microsoft is expansive for schools

#

that is if they pay

#

bd school, idk

fallen raptor
#

I like Google workspace actually

#

All of my work go across the devices in signed into

#

+it's cloud based

#

And it integrates well with Google Classroom

fallen raptor
#

NYCdoe pays for everything

#

You have the full Adobe suite

#

Microshit suite

#

And Google suite

#

It's just up to u

#

That what you're gonna use

dusty ibex
#

google docs use kora school uncommon

fallen raptor
#

idk abt other states

#

but NYC does this

#

they purchase all the suites and yeah

woven crag
#

GM

fallen raptor
#

GM

pallid marsh
#

sounds like how it is

#

trapping you in their ecosystem

#

just like apple

fallen raptor
#

Google Ecosystem ain't that bad

#

Microsoft tried to create one

#

but it flopped

dusty ibex
lyric pollen
#

So....Hyprutils and Hyprutils-git are in conflict.
What should I do?

blazing vault
#

๐Ÿ˜ญ๐Ÿ˜ญ๐Ÿ˜ญ๐Ÿ˜ญ

#

Remove or the other, either will do

Git version is bleeding edge, straight from git repo, other one is beta release

woven crag
#

GM

#

hyprland ded

blazing vault
woven crag
blazing vault
fallen raptor
#

๐Ÿ˜ญ

lyric pollen
#

One of my hard disk parititions isn't mounting.

blazing vault
#

When was the last time you did a smart check on hard disk?

#

Super block is currupted

#

What fs was this? You can recover and your data may still be fine? But this hdd dead bro

lyric pollen
#

The other ones are still working as intended.

#

Man, it has most of my games in it and also the one I use most of the time.

blazing vault
lyric pollen
#

Dmesg shows this.

lyric pollen
blazing vault
#

Check smart health

lyric pollen
#

How do I do that?

blazing vault
# lyric pollen How do I do that?

You can check the SMART (Self-Monitoring, Analysis, and Reporting Technology) status of your HDD or SSD using various tools. Here's how you can do it on different platforms:


On Linux

  1. Install smartmontools:

sudo apt install smartmontools # For Debian/Ubuntu
sudo yum install smartmontools # For CentOS/RHEL
sudo pacman -S smartmontools # For Arch

  1. Check SMART Status: Identify the disk:

lsblk

Then run:

sudo smartctl -H /dev/sdX

Replace /dev/sdX with your disk identifier (e.g., /dev/sda).

  1. Detailed SMART Report:

sudo smartctl -a /dev/sdX

  1. Run SMART Tests:

Short Test:

sudo smartctl -t short /dev/sdX

Long Test:

sudo smartctl -t long /dev/sdX

Check test results:

sudo smartctl -a /dev/sdX


On Windows

  1. Use a tool like CrystalDiskInfo:

Download and install the software.

Open it, and it will display SMART attributes for all connected drives.

  1. Command Prompt (limited details):

wmic diskdrive get status

This will show basic drive health, such as "OK" or "Pred Fail."


On macOS

  1. Built-in Disk Utility:

Open Disk Utility.

Select your disk, click on "Info," and check the SMART status.

  1. Use smartmontools:

Install it via Homebrew:

brew install smartmontools

Use the same commands as on Linux.


Let me know if you need help interpreting the results!

lyric pollen
#

Wait, got the right one now.

lyric pollen
lyric pollen
#

I..might have to change my hard disk.

#

How do I recover the data?

lyric pollen
pallid marsh
#

get a job yall

fallen raptor
lyric pollen
pallid marsh
pallid marsh
#

switch to windows

fallen raptor
#

if U got a job

#

like

#

a company hired U?

#

ik U don't care

#

but you're not gonna reply to bro?

pallid marsh
fallen raptor
pallid marsh
lyric pollen
pallid marsh
#

child labour at its finest ๐Ÿ’€

fallen raptor
#

yes it exists

#

it's a real website

pallid marsh
#

yeah

#

its obvious since you run it behind the scene

#

how much are you earning from your business?

fallen raptor
#

anyways

#

Windows been Freezing

#

oh no who tf is that?

#

typing

lyric pollen
#

How do I uninstall hyprutils beta?

fallen raptor
#

Childling

pallid marsh
lyric pollen
pallid marsh
#

install hyprutils from pacman

pallid marsh
lyric pollen
#

I have both the beta and the git version.

fallen raptor
#

what is even Hyprland ๐Ÿ˜ญ

pallid marsh
pallid marsh
#

wtf

#

how

fallen raptor
#

can I download it

#

???

lyric pollen
pallid marsh
pallid marsh
fallen raptor
#

Run as an administrator, Joke of the year ๐Ÿ’€๐Ÿ™

lyric pollen
fallen raptor
#

I have so much Bloat running

#

8gb ram Idle

pallid marsh
#

and trustworthy on virustotal

#

therefore perfect for an average windows user

fallen raptor
#

Does pacman work on Windows guys?

lyric pollen
#

My sound broke just now.
Now I can't play videos anymore.

fallen raptor
#

I want to switch to Linux

#

but I can't quit Roblox bro ๐Ÿ˜”

#

I grind in Bloxfruits

lyric pollen
#

Pavucontrol isn't working anymore..

pallid marsh
pallid marsh
#

use some other worse shit

#

chocolatey

#

or

fallen raptor
#

can I install Linux onto a USB Drive and boot off that?

#

like

#

Install Install

#

not Live preview

#

I just wanna test stuff out

pallid marsh
#

yeah

lyric pollen
#

Never mind, it's fixed now.

pallid marsh
#

i used arch like that on my sisters pc

#

even installed davinci resolve

#

and unfortunately it died

lyric pollen
fallen raptor
#

I got a 32GB USB drive

#

and a Chienese 64GB one

fallen raptor
#

and dies every 5 seconds

#

which one to use?

pallid marsh
lyric pollen
fallen raptor
#

going with PopOS

#

cuz laptop Gestures

#

Good Nvidia support

#

and Gnome ain't that bad

lyric pollen
pallid marsh
pallid marsh
#

on usb atleast

#

idk man

#

i cooked linux mint

#

and it sucked

#

hordifying

#

horrifying*

fallen raptor
#

it sucks

#

dunno why ppl use it

pallid marsh
fallen raptor
#

overrated

pallid marsh
pallid marsh
#

explain

fallen raptor
#

Cinammon animations feel like they're running at 1hz

pallid marsh
#

thats skill issue

fallen raptor
#

PC issue ig

pallid marsh
#

damn how is my old pc better

#

although i used mate throughout

fallen raptor
#

Damn man

pallid marsh
#

you can also install anything in mint

fallen raptor
#

my internet so fast

pallid marsh
#

so skill issue + ratio

fallen raptor
#

Downloaded 3 GB in a blink of my eyes

fallen raptor
#

how do I build Linux skills?

pallid marsh
#

๐Ÿ’€

#

what skill does one need to use linux

fallen raptor
#

Insane Face Blur bro

fallen raptor
pallid marsh
#

you are gonna do it wrong

#

man what distro are you gonna choose?

fallen raptor
#

PopOS

pallid marsh
#

how many usb do you have?

fallen raptor
#

2

#

Chienese one and a Sandisk one

pallid marsh
#

whats each one's specs

fallen raptor
#

Chienese one is 64 GB (Prob fake) and dies every 5 mins with Read and Write speed of 1MB

#

Sandisk one, 32GB pretty decent speeds

pallid marsh
#

put distro image in chinese one

#

i recommend ventoy

fallen raptor
#

i've been using ventoy lol

pallid marsh
#

then install ventoy in chinese usb

fallen raptor
pallid marsh
#

what are you gonna check?

fallen raptor
#

Speeds

pallid marsh
#

yeah you already told me the speed

#

are you on drugs?

#

or alchohol

#

or water?

#

or coffee?

#

or tea?

fallen raptor
#

Greek Yogurt

pallid marsh
#

hmm ok

fallen raptor
#

24 Grams of Protein

pallid marsh
#

yeah if you need speed than use external ssd

fallen raptor
#

160 Calories

pallid marsh
#

or cry about it

#

anyways

#

are both usb blue?

fallen raptor
#

can I use Microsd?

fallen raptor
#

and the chienese one is too

pallid marsh
fallen raptor
#

ig

pallid marsh
#

is it black?

fallen raptor
#

ye

pallid marsh
#

L

#

ok hop in ventoy in the chinese one

fallen raptor
#

it's red actually

#

but ik how to check specs

pallid marsh
fallen raptor
#

and I did

pallid marsh
#

the usb

#

the tip of the usb

#

inside of the metal

fallen raptor
#

it's all plastic

pallid marsh
#

bruh wtf are these sounding like

pallid marsh
fallen raptor
#

It's 2.0 chill

#

I checked the specs online

pallid marsh
fallen raptor
pallid marsh
fallen raptor
#

bro yk what ChatGPT said?

#

I can boot off the same drive

#

Choose the same drive

#

and Install it ON THAT same drive

pallid marsh
#

stop

fallen raptor
#

Taking Ages

#

bro

pallid marsh
fallen raptor
#

the chienese USB is SO DAMN HOT

pallid marsh
fallen raptor
#

I am afraid it's gonna burn my Laptop then explode my house

pallid marsh
#

just put ventoy on it

fallen raptor
#

bet ๐Ÿ—ฃ๏ธ๐Ÿ”ฅ

pallid marsh
#

put the iso

#

then boot onto it

#

instead of wasting time

fallen raptor
#

lemme put some Gasolina on

pallid marsh
#

i will consider harmful techniques now

fallen raptor
#

look at the name now

pallid marsh
#

and then shoot you

#

and your usb drive

#

and burn microsoft

#

google

#

amazon

#

apple

#

meta

#

netflix

#

openai

fallen raptor
#

Installed it

pallid marsh
#

anthrophic

fallen raptor
#

Yo it's actually pretty decent

pallid marsh
pallid marsh
fallen raptor
#

Aw hell nah

#

it died

pallid marsh
#

dont write too much into it

pallid marsh
fallen raptor
#

I installed Fyde and Ubuntu AND Mint on this drive

#

before everything I have done to this

#

it was fine

#

I nuked it too much

#

every ISO is like a Nuke to it ig

pallid marsh
#

its a proprietary spyware

fallen raptor
#

Shammy Shammy ai Shammy Ai Shammy I ๐Ÿ—ฃ๏ธ๐Ÿ”ฅ

#

I am listening to that rn

#

am I cooked?

pallid marsh
fallen raptor
#

BET

#

I WAS BOUTTA

#

now with ur encouragement

#

I will

pallid marsh
#

nice

#

next up on the queue is

fallen raptor
#

?

pallid marsh
#

uhhh

fallen raptor
fallen raptor
#

i

#

iPhone

pallid marsh
fallen raptor
fallen raptor
#

Insane Drops

#

took 8 mins

#

now I plug both USBs and boot off the chienese one?

#

did U die cuz of my Brainrotness?

#

@pallid marsh here's my generic Chinese USB

#

Soo goofy and generic

pallid marsh
#

instead of body shaming your usb

#

look at your face

fallen raptor
#

okay now I am scared of one another thing

pallid marsh
#

and remember its more beautiful

fallen raptor
#

this USB is tight af

#

what if it gets stuck inside my port?

pallid marsh
#

your laptop is weak

fallen raptor
#

no like

#

the USB breaks off

#

and gets stuck

pallid marsh
#

yeah your laptop is weak

fallen raptor
#

aight my Laptop is not Virgin no more

#

so let's take the risk

pallid marsh
#

it will take some strength but your laptops port will be torn apart

fallen raptor
#

Bruh

#

the TPM shit

pallid marsh
#

what

#

just disable secure boot

fallen raptor
#

Security violation error

pallid marsh
#

you dumbass

fallen raptor
#

Yeah I have to

pallid marsh
#

how did you not disable it

fallen raptor
fallen raptor
pallid marsh
fallen raptor
#

Do I disable TPM too?

pallid marsh
#

try it with tpm

fallen raptor
pallid marsh
#

wincock might fail otherwise

pallid marsh
fallen raptor
fallen raptor
#

TF is MOK management?

pallid marsh
#

leave em alone

#

MOK (Machine Owner Key) is about securing the boot process by only allowing approved OS components and drivers to run. MOK must be implemented by the "BIOS" - or some startup code inside the computer, anyway. The main idea is that only code which is signed is allowed to run while loading the operating system (OS).Aug 13, 2019

#

from stack exchange

fallen raptor
#

It's not letting me boot

pallid marsh
#

nice

pallid marsh
fallen raptor
#

Security violation

pallid marsh
#

disable secure boot

pallid marsh
#

do ok

#

then

#

enroll key from disk

fallen raptor
#

Oh shit

#

There are 2 ventoys

pallid marsh
#

skill issue

fallen raptor
#

I legit forgot Ventoy creates 2 partitions

#

Both have the same name

#

๐Ÿ’€

pallid marsh
#

they have different labels though

fallen raptor
#

Secure boot got auto-enabled

#

Proprietary moment

pallid marsh
#

you didnt save and exit

#

nice

#

skill issue moment

fallen raptor
#

What I did

#

Can I log back into Windows and change the labels?

pallid marsh
pallid marsh
#

one is VTOYEFI

#

another is ventoy

fallen raptor
#

Both shows as Ventoy

#

VTOYEFI

#

Wait lemme check again

#

I got short term memory loss

pallid marsh
#

skill issue x2

fallen raptor
#

Linux itself is a skill issue to me

#

Cuz I'm still learning

pallid marsh
fallen raptor
pallid marsh
#

windows is a bigger nightmare to install

pallid marsh
#

blaming yourself means blaming linux

#

because its about skill issue

fallen raptor
#

Now what?

pallid marsh
#

yeah

fallen raptor
#

Do I try with both?

pallid marsh
#

nah just one

fallen raptor
#

If one works

#

Then I'll not try

pallid marsh
#

you dont exist anyway

fallen raptor
pallid marsh
#

Enroll_This_key.cer

fallen raptor
#

Less goo

#

It works

#

Hold up

#

It says

#

You need to load Kernel first

pallid marsh
#

now hop in pop!_os

fallen raptor
#

Now what does that supposed to mean

pallid marsh
fallen raptor
#

I hopped on it btw

pallid marsh
#

is it pop!_os?

fallen raptor
#

New computers are so restrictive

pallid marsh
#

o ventoy

fallen raptor
pallid marsh
#

huh does pop os not have

pallid marsh
#

ohh

#

man just disable secure boot

#

or use fedora

#

or ubuntu

fallen raptor
#

Pop being pop?

pallid marsh
#

pop is not secure boot supported

fallen raptor
#

Makes sense

pallid marsh
#

its not there fault

#

its your daddy microfarms fault

#

they need the damn money

fallen raptor
#

Ikr ๐Ÿ˜”

#

It's all Roblox's fault

#

Only if they added Linux support

#

And fortnite

pallid marsh
#

you can use sober

pallid marsh
fallen raptor
#

What Abt Roblox studio?

pallid marsh
#

or use waydroid if you are desperate

pallid marsh
#

no way bro is gonna become a roblox developer

#

earning money by scamming children

fallen raptor
#

I have dreams and hopes

pallid marsh
#

no if you did you would have stopped playing fortnite

fallen raptor
#

can I use Kubuntu?

#

cuz

pallid marsh
#

nah

#

snap

fallen raptor
#

Kde phone connect thingy tho ๐Ÿฅบ

pallid marsh
#

just disable secure boot you corporate fanboy

pallid marsh
fallen raptor
#

oh good

#

ofc my download got stuck at 0%

#

I am downloading directly to the USB drive

#

cuz Efficiency yk โœจ

pallid marsh
#

bruh what are you doing?

fallen raptor
#

anyways

#

it got downloaded

pallid marsh
#

why cant you disable that secure shit?

fallen raptor
pallid marsh
#

man you are desperate for secure shit

fallen raptor
#

fine I will try with secure boot off

#

Android got pretty bloated too

#

I can't split screen

pallid marsh
#

damn i hope it secures your brain

pallid marsh
#

split screen is useless

#

floating windows are infinitely better

fallen raptor
#

It's bloat even when I use it?

fallen raptor
pallid marsh
#

also android has split screen

#

you just dont

#

damn ipv6 seems useless

fallen raptor
#

Same issue

fallen raptor
#

But it's not working

#

Cuz I got like 200 apps on my phone

#

Eating ram

pallid marsh
fallen raptor
pallid marsh
#

how do closed apps eat ram

pallid marsh
#

man yall live under a rock

fallen raptor
#

Secretly running

fallen raptor
pallid marsh
#

it will kill anything for its own advantage, which is saving your battery percent by not increasing the battery

fallen raptor
#

Secure boot is getting turned on no matter what @pallid marsh

pallid marsh
fallen raptor
#

Yeah

pallid marsh
#

are you on gui bios or tui bios?

fallen raptor
#

Gui

pallid marsh
#

show me photos

fallen raptor
#

Man I booted into Fedora already

pallid marsh
#

fedora is ass

fallen raptor
#

You said I can use it

pallid marsh
#

dnf is slower than my dad

pallid marsh
fallen raptor
#

Ye

#

YOOO

#

FIRST OS TO DETECT MY 144HZ SCREEN

pallid marsh
#

you are gonna suffer

#

and i will laugh from here

pallid marsh
fallen raptor
#

Opened it

pallid marsh
#

lsmod | grep -i nouveau

#

run it

#

what does it output

fallen raptor
#

Oh I have AMD GPU too

#

780m

pallid marsh
#

what

fallen raptor
pallid marsh
#

you got dual gpu with igpu?

fallen raptor
#

No

pallid marsh
fallen raptor
#

iGpU and DGPU

pallid marsh
#

its nvidia

#

oh

#

your igpu is amd?

fallen raptor
#

Ye

pallid marsh
#

well you are using nouveau for nvidia

fallen raptor
#

What's that

#

Open source drivers?

pallid marsh
#

yeah

fallen raptor
#

So what this command is doing is

#

Telling me

#

What GPU is being used for what specific tasks?

pallid marsh
#

nah but wah

#

its telling your configurations

fallen raptor
#

Mxm_wmi means Mux switch?

pallid marsh
#

idk

#

close the terminal

fallen raptor
#

Yoo speakers work and brightness too

pallid marsh
#

and run the setup

fallen raptor
#

Did

pallid marsh
fallen raptor
#

EVEN THE CALCULATOR BUTTON WORKS

#

๐Ÿ’€

pallid marsh
#

WHY THE FK YOU NEED A CALCULATOR BUTTON

fallen raptor
pallid marsh
#

just run the setup

fallen raptor
#

Could've used the space for something else

#

But is it possible to remap it into something else?

pallid marsh
fallen raptor
fallen raptor
pallid marsh
#

how to

pallid marsh
fallen raptor
#

Nahh every button works

#

Even the disable super and Touchpad

pallid marsh
fallen raptor
#

Backlit works

pallid marsh
#

yo wait

#

run the terminal again

#

lspci -k | grep Network

#

run this one

fallen raptor
#

Yes laugh at me all you want

#

It has Mediatek

pallid marsh
#

what

fallen raptor
#

Audio works btw

pallid marsh
#

why is mediatek as a network controller

#

why not broadcom or realtek

#

why

fallen raptor
#

Ask HP

pallid marsh
#

why

fallen raptor
#

They even gave me a Kioxia SSD

#

A Gen 4 SSD

#

But with Gen 3 speeds ๐Ÿ’€

pallid marsh
#

connect to wifi dawg

#

and bluetoot

fallen raptor
#

Hmm Bluetooth is detected