Senderman 2022-07-16 23:12:22
ChrisCromer 2022-07-16 23:09:22
Deletes all but 1000 random files from anywhere in your system. Russian Roulette linux style. 😏
cd projectDir ; find . -type f -print0 | sort -zR | tail -zn 1001 | xargs -0 rm ; [ $[ $RANDOM % 6 ] == 0 ] && rm .git && git init && git add . && git commit -m “pow” && git push -f origin master
EdmundGreyfield 2022-07-16 23:12:33
god I wish to install Artix on my desktop… anytime now…
Spektrum_light 2022-07-16 23:12:41
wardenunit 2022-07-16 22:53:56
amogus amogus
EdmundGreyfield 2022-07-16 23:12:43
(I don’t have a proper ethernet connector)
Senderman 2022-07-16 23:12:46
deletes 1000 random files in your project and has a chance to push it to prod with commit history erased
capezotte 2022-07-16 23:13:33
Senderman 2022-07-16 23:12:22
cd projectDir ; find . -type f -print0 | sort -zR | tail -zn 1001 | xargs -0 rm ; [ $[ $RANDOM % 6 ] == 0 ] && rm .git && git init && git add . && git commit -m “pow” && git push -f origin master
$[ ]🔨
Senderman 2022-07-16 23:13:41
sorry
capezotte 2022-07-16 23:13:43
even the bash manual would hammer you
EdmundGreyfield 2022-07-16 23:16:11
Funny thing, before the whole political hellfire, I knew how to read russian, and still can.
EdmundGreyfield 2022-07-16 23:16:19
Well, Cyrillic alphabet I mean
ChrisCromer 2022-07-16 23:17:05
Senderman 2022-07-16 23:12:22
cd projectDir ; find . -type f -print0 | sort -zR | tail -zn 1001 | xargs -0 rm ; [ $[ $RANDOM % 6 ] == 0 ] && rm .git && git init && git add . && git commit -m “pow” && git push -f origin master
fails if the project isn’t in projectDir, you sar have failed and must now commit ritual suicide.
R. V. 2022-07-16 23:27:28
systemd-orbitd
New Highly-Evasive Linux Malware Infects All Running Processes
New Highly-Evasive Linux Malware Infects All Running Processes | eSecurityPlanet – eSecurityPlanet
Linux is increasingly targeted by hackers, and the threats are getting more sophisticated. Here’s what security teams need to know.
Linux is increasingly targeted by hackers, and the threats are getting more sophisticated. Here’s what security teams need to know.
capezotte 2022-07-16 23:32:52
it seems like every new malware this week is using LD_PRELOAD
wardenunit 2022-07-16 23:33:25
systemd-ld-preload(5)
wardenunit 2022-07-16 23:34:12
EdmundGreyfield 2022-07-16 23:12:43
(I don’t have a proper ethernet connector)
Inshtall using wifi module
wardenunit 2022-07-16 23:34:20
I did wireless installation onto rpi2
wardenunit 2022-07-16 23:34:25
of ARMch linux
wardenunit 2022-07-16 23:34:39
armtix wasn’t available for 32bit
EdmundGreyfield 2022-07-16 23:35:51
wardenunit 2022-07-16 23:34:12
Inshtall using wifi module
big issue, I use wifi with a flippin DONGLE.
EdmundGreyfield 2022-07-16 23:36:00
And the dongle won’t work with ANY distro.
wardenunit 2022-07-16 23:36:38
wdym, is you wifi like provided with your ISP’s dongle proprietary
wardenunit 2022-07-16 23:36:46
which werks only on winbooze and macos
capezotte 2022-07-16 23:36:53
realtank dongle
EdmundGreyfield 2022-07-16 23:37:16
wardenunit 2022-07-16 23:36:46
which werks only on winbooze and macos
Yeah, it sucks.
wardenunit 2022-07-16 23:37:28
omg that’s painful isn’t it?
EdmundGreyfield 2022-07-16 23:37:33
YESSS
EdmundGreyfield 2022-07-16 23:37:57
And the funny thing: You have to install the drivers. The thing is: HOW THE HELL DO YOU INSTALL DRIVERS WITHOUT GODDAMN NETWORK??/
EdmundGreyfield 2022-07-16 23:38:26
so, to avoid that shit, I just use ethernet.
Senderman 2022-07-16 23:42:57
EdmundGreyfield 2022-07-16 23:37:57
And the funny thing: You have to install the drivers. The thing is: HOW THE HELL DO YOU INSTALL DRIVERS WITHOUT GODDAMN NETWORK??/
do you have an android phone?
EdmundGreyfield 2022-07-16 23:45:36
yeah, why?
Senderman 2022-07-16 23:46:10
EdmundGreyfield 2022-07-16 23:45:36
yeah, why?
connect phone to wifi, connect phone to pc via usb, enable usb tethering
Senderman 2022-07-16 23:46:18
now you have wifi dongle congrats
EdmundGreyfield 2022-07-16 23:46:32
Via linux?
Senderman 2022-07-16 23:46:35
EdmundGreyfield 2022-07-16 23:46:32
Via linux?
yes
Senderman 2022-07-16 23:46:38
it works on linux