[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: g.png (91 KB, 1207x587)
91 KB
91 KB PNG
It is for these and other reasons that everyone hates us.
>>
what the fuck does that command do?
>>
>>107042086
Idk, I ran it in CMD.exe and nothing happened. Guess all the viruses these days target Linux :^)
>>
>>107042030
Can someone find the bread?
>>
>>107042086
installs gentoo
>>
>>107042086
type on your command line to see. :)
>>
>>107042086
i tried to look it up but couldn't find what the -p switch does and i dont feel like booting up vmware to check. it probably overwrites something with whatever the number is, which i dont feel like typing out to throw into a converter but is probably a slur

searching did however get me this piece of official documentation out of its man-page
>WARNINGS
>The tools weirdness matches its creators brain. Use entirely at your own risk. Copy files. Trace it. Become a wizard.
linux fags cant stop huffing their own farts
>>
>>107042086
it's just "rm -rf *" obscured as hexadecimal
>>
>>107042105
based
>>
>>107042187
>loonix lets you execute the contents of variables
Why is this allowed?
>>
>>107042030
You say that like it's a bad thing. You want to interact with these people?
>>
File: 1747430579826236.gif (597 KB, 324x182)
597 KB
597 KB GIF
kek BUT REDDIT IS FUCKING GAY
>>
>>107042186
>The tools weirdness matches its creators brain. Use entirely at your own risk. Copy files. Trace it. Become a wizard.
cringe as fuck ngltbhqwyfam
>>
>>107042030
>everyone hates us.
Not true, I don't hate you guys.
>>
>>107042254
Man thinks he's everyone
>>
>>107042207
>constant value
>"variable"
What?
>>
>>107042272
>$
>>
del system32

AEUGHH
>>
>>107042030
>everyone hates us.
No.
I don't hate myself.
>>
>>107042289
$() is a command
>>
File: 1760591820186849.png (47 KB, 320x284)
47 KB
47 KB PNG
>>107042207
>Why is this allowed?
>>
>>107042030
Wait, but echo doesn't send anything to the speakers on windows.
>>
>>107042400
That's the best part.
>>
>>107042254
I hope God our Lord gives me agency to kill every single one of you, in minecraft.
>>
>>107042254
I like this more than Reddit and X
>>
>>107042030
https://old.reddit.com/r/linux/comments/sn54y/i_did_something_stupid_and_i_need_your_help/
>ctrfl + f "fag"
>4 occurrences
was reddit from 13 years ago based?
>>
>>107042394
>>
>>107042394
>>107043148
>sql lets you evaluate expressions as code and execute them
>this is bad
>your OS itself lets you evaluate expressions as code and execute them
>this is good, actually
>>
>>107043148
that second line should be
>[Science 10/32] Maybe I should try turning it on and off again....
>>
>>107042030
lol rekt. what a faggot, just like OP who needs to go the fuck back.
>>
>>107042086
can't you read? It plays the zelda theme
>>
>>107042086
it draws an ASCII narwal saying "epic bacon"
>>
>>107042289
The "$(echo blah)" is not a variable. "()" executes the enclosed command in a subshell, and the "$" prefix triggers stdout substitution, so the output of the command executed in the subshell gets piped into xxd.
>>
>>107043328
oh. ok. i still stand by that it is a dumb thing to even allow and creates a lot of very obvious vunerabilities or at least undue potential for accidents
>>
>>107043115
2012 was around when the whole site started sliding into hell, but before that it had some bright spots. That was when /r/atheist was still part of the default subs, /r/libertarian had actual interesting discussions, and /r/politics hadn't been fully taken over by the self-awareness-lacking purity testers. I think by about 2015 the 4chan cultural influence had basically been purged, while simultaneously subs that previously had been more reasonable got heavily polarized by political stereotype botspam using old hacked/sold accounts that mods refused to clean up.
>>
>>107043177
>>sql lets you evaluate expressions as code and execute them
>>this is bad
I never said this. By the way I write Perl by throwing paint on the floor.

https://www.mcmillen.dev/sigbovik/
>>
Homophobic slurs? On MY 4chan?
>>
>>107042030
Gotta love how he posted the command and claimed it produces music before clarifying it doesn't do that.

Wonder how many people he victimized. Based if on purpose.
>>
>>107043357
no it doesn't. anyone with half a brain would look at that and know exactly what it was capable of. it's not bash's problem that the user is an idiot. go back to winjeet or itoddler shit if that scares you.
>>
>>107043357
I am not going to dull all my kitchen knives just because a retard like you might mishandle one and cut yourself at some point. The world doesn't owe you bubble wrap and hazard lights everywhere.
>>
>>107042207
you can do this in powershell too
>>
>>107043532
fair that you shouldnt run random shit you find on forums but i stand by
>sql lets you evaluate expressions as code and execute them
>this is bad
>your OS itself lets you evaluate expressions as code and execute them
>this is good, actually
even the use of $ is a dumb design choice for the shell, since that denotes a variable in a lot of contexts and
>executing variables
maybe don't

>>107043577
powershell has a specific command for invoking expressions and that should set off alarm bells if it's being used to obsfucate stuff
>>
>>107043616
piping random hexadecimal into eval or commands should always set off alarm bells. Don't run commands you don't understand. This is not a Linux vs Windows thing
>>
>>107043616
The $() notation, which is equivalent to the `` notation, is for turning the output of one command into the arguments for another. It just turns out that the zeroth argument to a command is the name of the command to run, hence you can execute a command that way. Even if it wasn't, you could still fuck someone over pretty easily. Eg write
 find [shell that evaluates to /home/* -delete] 
>>
File: E6M0llAWEAAF6Pq.jpg (120 KB, 1196x912)
120 KB
120 KB JPG
>>107042394
kek
>>
>>107043357
git gud
and down execute random commands from the interwebs
>>
>>107042086
remove the $() around it dumbass
>>
>>107043177
a shell is not the operating system you fuckwit.
>>
>>107042030
What a faggot.
>>
>>107042030
But I love /g/

I'm a cute anime girl, btw
>>
>>107042207
has to be bait
>>
>>107042030
nah they hate us because you can open /g/ and it's almost not the inane shit of old it's complete fucking clueless nonsense most the time
>>
>>107043357
>my computer shouldnt just turn off if i pull the power plug out of the back, what if im working on something important? it should at least give me a pop-up warning or something
- literally you
>>
>car comes with a self destruct button right next to the a/c controls
>"lol just dont press the button bro, whats the problem"
>"lol i love having the freedom to press the self destruct button lol"
>>
>>107048532
>car has a developer mode where you can access a terminal and type in 35 characters then press enter and some of your personal data will get deleted
>people still cant stop themself



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.