#general

1 messages · Page 764 of 1

jolly aspen
#

do you need a mod?

narrow burrow
jolly aspen
narrow burrow
#

May i PM you @sick lance ? c:

trim cosmos
#

Hi, anyone knows where to contact for room publishing?

jolly aspen
trim cosmos
twin ridgeBOT
#

Gave +1 Rep to @pliant onyx (current: #551 - 10)

pliant onyx
#

Np

chilly veldt
#

you want one published, have questions about creating a room or other stuff?

trim cosmos
# chilly veldt in what way?

I made a room draft, and submitted it, waiting for it to be published or denied, its been quite a while now...

narrow burrow
twin ridgeBOT
#

Gave +1 Rep to @jolly aspen (current: #186 - 40)

modest thicket
#

Who knows the <sound> syntax for the Roblox “oof” sound effect?

chilly veldt
#

maybe even year

jolly aspen
narrow burrow
#

smart one blobfingerguns

sick lance
trim cosmos
chilly veldt
trim cosmos
pliant onyx
narrow burrow
chilly veldt
sick lance
trim cosmos
chilly veldt
#

it happens

trim cosmos
#

Will wait then 🥲

chilly veldt
#

@dark frost I now actually have my own consultant firm xD

trim cosmos
chilly veldt
#

this server

trim cosmos
wooden totem
#

How do they keep coming back!

pliant onyx
#

Nah, your screen looks fiiiiine

trim cosmos
rapid merlin
wary ocean
dark frost
trim cosmos
dark frost
#

Truly she work overtime

oak river
#

Good evening my lovely chat!

trim cosmos
#

Anyone having link or material for current web page request analysis in burp, or anything that might be helpful to filter out webpage reqs in burp 🥲 to understand which req to ignore n which to focus on

#

Tried searching a lot but ...for modern pages unable to find any...

#

Good evening 🌆

rugged kayak
#

what jdk version is required for burp

trim cosmos
#

Mm lemme send

pliant onyx
#

You can also use higher JDKs, it'll just warn you and some features may not be available

#

But it mostly works fine

#

I use Java 21 something

rugged kayak
#

i have both 17 and 21 installed but it aint launching for some reason

topaz topaz
#

Trying my very best to drag through the Snort learning path, but it's so difficult it's like a wall, been crawling through it the past week

#

Any motivation?

#

god I can't take this anymore

rugged kayak
#

i need them for minecraft xD

topaz topaz
#

And there's 2 more rooms oh lawd 😭

trim cosmos
trim cosmos
#

Or install old burp version

rugged kayak
#
        java.lang.UnsupportedClassVersionError: burp/StartBurp has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0```
#

this is the error

polar shale
#

Burps so nice but written in java 💀

polar shale
#

Sup bro

whole gazelle
#

hey!!!

#

howdy

rugged kayak
trim cosmos
rugged kayak
#

i am doing something overly complicated

trim cosmos
#

No, option 4 (sudo update-alternatives --config java) does not modify Burp's Java preference settings directly. It changes the default Java version system-wide for all Java applications unless explicitly overridden.

If Burp Suite is set up to use a specific Java version (e.g., via scripts or environment variables), this change may not affect it unless Burp uses the system default Java version.

To Ensure Burp Uses a Specific Java Version:

If you want to explicitly configure the Java version for Burp without modifying the system-wide default:

  1. Run Burp with the Specific Java Version: Use the full path to the desired Java version when launching Burp:

/path/to/java-21/bin/java -jar burpsuite_community.jar

  1. Create a Script to Always Use the Correct Java: Create a shell script (e.g., start_burp.sh) in the same directory as your Burp JAR file:

#!/bin/bash
/path/to/java-21/bin/java -jar burpsuite_community.jar

Make it executable:

chmod +x start_burp.sh

  1. Set the JAVA_HOME Environment Variable (Optional): If Burp relies on JAVA_HOME, update it to point to the newer Java version:

export JAVA_HOME=/path/to/java-21
export PATH=$JAVA_HOME/bin:$PATH

Add the above lines to your ~/.bashrc or ~/.zshrc file to make them permanent.

This ensures Burp uses the correct Java version without altering the default system Java configuration.

glass nest
#

Woah.

loud marlin
#

mother of all wall text

glass nest
#

Holy wall of Text, Batman!

trim cosmos
#

Thanks all

trim cosmos
#

Btw ur error says it used java 21, but burp needs java 17

#

V 65 is java 21, v61 which burp requires uses java 17

rugged kayak
#

i tried both

dark frost
#

i want to setup my own vdi server ^^

rugged kayak
trim cosmos
#

Mm as oer chatgpt u may change config file or create a script which lets burp use java 17 only to compile n run

wary ocean
#

command lines are nice, until you spell 1 thing wrong and spend 2 hours trying to find out why

trim cosmos
#

Nah

trim cosmos
#

The satisfaction 🥳

pliant onyx
trim cosmos
#

Linux using

#

I use crak ver

#

Java 17 installed

#

Java -jar burp....jar

wary ocean
trim cosmos
twin ridgeBOT
#

Gave +1 Rep to @pliant onyx (current: #510 - 11)

trim cosmos
#

Go to jaba 17 folder

rugged kayak
trim cosmos
#

Copy java 17 files in burp folder and then use , java - jar (burps executable.jar file name)

Might work

rugged kayak
#

i dont use kali and i am trying to setup headless vm to access it over ssh and socks proxy

pliant onyx
#

What's the error you're getting btw?

rugged kayak
#

basically gui apps on main os, cli apps on box in ssh

pliant onyx
#

If you shared above, I didn't see

trim cosmos
#

But i guess copying java 17 files inside bhrp folder and making a script file, with this line , java - jar thing

rugged kayak
#

it was working on vm until last java update or something

trim cosmos
#

And then launching it or setting for auto launch worth a rry

sick lance
#

What are we all doing?

pliant onyx
rugged kayak
pliant onyx
#

Since you have multiple javas installed,

sick lance
#

I'm playing BO6.

pliant onyx
#

It's picking the wrong java

rugged kayak
pliant onyx
#

In any case, it should pick the correct java version

#

17 I assume

#

So you need to set that version as main

#

And hope and pray it works

polar shale
#

Idk if you played gubfight but it's fun as hell

chilly veldt
rugged kayak
polar shale
pliant onyx
rugged kayak
pliant onyx
#

hmmm

pliant onyx
#

If you don't have anything saved, try reinstalling burp/removing any cache

rugged kayak
#

its fresh install

pliant onyx
#

hmmmm

rugged kayak
#

something broke after jdk last update i think

primal kestrel
#

just found out the FileSystemWatcher C# class is letting me see modified/changed files in NTFS directories i don't have authorized access to. does anyone know how is this possible? seems like a pretty bad bug

Listens to the file system change notifications and raises events when a directory, or file in a directory, changes.

trim cosmos
#

Might try this
Create a script (persistent):

  1. Create a file named run_burp.sh in your Burp folder:

nano ~/burp/run_burp.sh

  1. Add the following content:

#!/bin/bash
/usr/lib/jvm/java-17-openjdk-amd64/bin/java -jar ~/burp/burpsuite.jar

  1. Save the file and make it executable:

chmod +x ~/burp/run_burp.sh

  1. Run Burp:

~/burp/run_burp.sh

pliant onyx
trim cosmos
#

Burp somehow using java 21 even after setting java 17 as default.

glass nest
#

So... edit the PATH?

trim cosmos
polar shale
rugged kayak
#

i fixed it

#

by installing caido kekw

polar shale
#

Woooo

trim cosmos
rugged kayak
#

no more burp

polar shale
polar shale
rugged kayak
#

honestly 90% of time i only need to intercept and send requests to repeater

polar shale
#

Ctrl r

rugged kayak
#

yep

#

now my headless fantasy is complete

#

until burp starts working again

rugged kayak
#

you can try that

trim cosmos
#

Premium most r

#

Ur right but thanks

primal kestrel
# polar shale Even on shares?

yeah i was trying it on a network share because i wanted to detect when files were added so i can process them into our db

#

really strange

polar shale
#

Hmm very odd lol

#

Can you see file content or just modification timestamps e.g.

tame bane
#

do you gotta know about the directories already? if anything lets you enumerate more

chilly veldt
#

Rawstyle to end the day, whole EDM scene walkthrough
AU_pepevibe

glass nest
#

7 days. No food. No water. Check out the Anker SOLIX C1000 right now for only $649 https://ankerfast.club/fk6VU8 #AnkerSOLIXC1000 #AnkerSOLIX #LiveInPower

10 SURVIVAL TOOLS:

  1. Gransfors Bruks Wildlife Hatchet 13.50 Inch - https://amzn.to/4crYiAM
  2. Metal match (magnesium rod with ferro rod) - https://amzn.to/3vuQUUF
  3. portable camping pot w...
▶ Play video
loud marlin
#

let me survive with electricity =/

glass nest
#

He has a powerbank and solar cell with him

#

(Just started watching it)

true urchin
#

Let's go

polar shale
#

C is goin good :3

sand trench
rugged kayak
polar shale
glass nest
#

I mean... I think it's mad enough to be Matt.. But I don;t know if he's in anyway outdoorsy

polar shale
polar shale
sand trench
#

or screaming into the "void"

polar shale
#

pillvoid

rugged kayak
#

i need to do some coding

umbral bay
rugged kayak
#

i started last project like 2 months ago and its just sitting there half done

polar shale
polar shale
rugged kayak
polar shale
#

don't have to do anything too serious just have fun

#

I honestly only do things that aren't "fun" at work

#

because well I need paid

glass nest
#

have a look at Pygame to get inspired. make a little game in your langugae of choice

rugged kayak
polar shale
#

or text based rpg

polar shale
sand trench
#

hmmmm to play minecraft mod packs
watch blindirl:s dwarf fortress stream
or go watch more kara no kyoukai in a single day now that shadow watched movie 1

rugged kayak
#

i did chat app, discord bot and some whacky file share

sand trench
#

shadows game making language/framework of choice was libgdx

#

nowadays shadow would probably go towards godot

polar shale
#

./s

#

but really I just look for ideas on github

#

if someone makes me envy their project I try and rebuild it but better lol

#

if .... i can lol. but I try and have fun doing so

rugged kayak
#

if you get any million dollars idea hit me up

drowsy dust
#

sudo su

#

rmdir

polar shale
polar shale
#

squirtles

drowsy dust
#

Bonjour Elliot

wooden totem
whole gazelle
#

y'all look so cute tday

#

love the outfit

wooden totem
drowsy dust
wooden totem
#

Wait, are you naked if you have a blanket

drowsy dust
#

If you make it a dress I don’t think so ;) you’re just commando

boreal scarab
sand trench
#

for reasons shadow realised why typing the response they wanted it has been redacted as it sounded wrong

rapid merlin
#

I have a question, is there anyone here who has knowledge about hiding applications / stuff on drives

#

For exmaple, i want to hide one of my applications from a person finding it on my computer

#

Doesn't show up in lastactivityviewer, doesn't show up in datausage, etc.

devout palm
#

On mobile

rapid merlin
#

it's an audio from soundboard

devout palm
#

Yeah ik

whole gazelle
jovial kayak
#

Hello

sand trench
grizzled wing
#

stego ||hidden writing||

drowsy dust
grizzled wing
drowsy dust
#

Indeed

grizzled wing
#

i am out of practice

drowsy dust
#

I hide my passwords with it. It’s useful you should try it again

grizzled wing
#

i want to start pulling from Pinterest and seeing if spies are indeed sending messages like i heard they do

#

here is a sweater picture #winter2025 then it has state secrets hhaha

drowsy dust
#

lol

grizzled wing
#

one of the THM CTFs has a stego challenge

sand trench
#

shadow knows which

rose tusk
#

there used to be a lot of stego rooms back in the day

#

like every 2-3 releases bam a stego

gleaming forum
#

Anyone completed the initial drift Soc simulation yet ? I done it but it either deliberately not logging a lot of the events to assess critical thinking or something is wrong with the lab. This has been bugging me for last few hours now.

The first part of the compromise is rather easy to see. But the spreading of malware and using network shares isn’t logged. Not sure if I’m missing something, any help would be appreciated to my mind at ease 😂

devout palm
boreal scarab
#

Hehehehehehehe PC go BRRRRRRRRRRRRRRRRRRRRRRRRRRRRT

devout palm
#

It's an OSINT room but the first stage was stego?

boreal scarab
#

DID SOMEONE SAY OSINT?!

chilly veldt
#

Oh @rose tusk I found something fun in my contract

rose tusk
rose tusk
chilly veldt
# rose tusk oh nice , what's it
  1. AREA OF WORK AND RESPONSIBILITIES
    2.1. The intern's primary duties consist of (but are not limited to) IT administration and support.
    Additional task descriptions can be added separately at any time.
    2.2. The intern must follow the instructions on the execution of the work which are valid at all
    times. The Intern refers to the People and Culture Manager.
#

So it's basically written in my contract that they can give me whatever task they want

glass nest
#

whats a 'Culture Manager'?

rose tusk
#

yeah, it's a catch all for tasks

#

something like HR i would naturally assume

chilly veldt
glass nest
#

Odd terminology

chilly veldt
#

Its instead of human resources it's called "people and culture"

glass nest
#

Very woke.

chilly veldt
#

Indeed

chilly veldt
glass nest
#

Most jobs have some sort of a 'Reasonable other tasks asked of you'

#

Stops people from being all like 'I'm not making this round of coffees, it's not in my contract'

dark frost
#

Oshint

chilly veldt
eternal timber
glass nest
#

Eh. I don't go to work to experience the 'culture'.

#

And I don't think a 'culture' can be managed in a fashion direct enough to have a manager

eternal timber
#

Well yeah but it’s probably to make people from other cultures feel more comfortable and less isolated

chilly veldt
# rose tusk yikes

Cause I guess they just think they can give any task if they want, cause it's "additional tasks"

eternal timber
#

I need my morning coffee

#

Well noon now

chilly veldt
#

But I talked with my manager and he is going to propose a 'hopefully' better solution to the CEO next week

grizzled wing
#

not into doing much hacking today

eternal timber
#

I wanna go back to sleep

dark frost
eternal timber
#

Lemme grab some coffee

inland basin
#

Hello!
can someone that knows how to deal with android stuff help me with something?

grizzled wing
#

is it HDMI 2 cable related?

inland basin
#

no

#

i have to attach a screenshot tho

sharp citrusBOT
chilly veldt
#

You have to verify to send screenshots

rapid merlin
#

Ah yeah

grizzled wing
#

yeah ah

rapid merlin
#

I can’t because I can’t access my thm account to verify

grizzled wing
#

okay. blue dot in memory of your stealthiness

rapid merlin
#

Clearly not stealthy enough

#

Like honestly

#

It was my fault

#

I knew it was a risk and I did it anyways

#

And now I lost all my accounts again

#

It’s meant to be Matt breaking it again

#

But it’s me everyday

#

🙃

eternal timber
neat kraken
#

Hello

#

How is everyone

rapid merlin
eternal timber
#

🤔

rapid merlin
#

Offt some nice bike outside

eternal timber
rapid merlin
#

Raaaabum pop pop pop pop

#

😆

drowsy dust
#

Bro need that 2fa

rapid merlin
neat kraken
rapid merlin
#

I’m banning the word 2FA from cyber security

#

It’s so useless

drowsy dust
rapid merlin
#

I wanna hit my head against the wall every time I hear 2FA

dark frost
#

What did you do Stealth ? You lost the password ?

eternal timber
rapid merlin
#

And if I hear network chuck say vpn one more time

drowsy dust
#

Lol

rapid merlin
#

All I hear all day 2FA and vpn

neat kraken
eternal timber
rapid merlin
#

But if someone wants to hack you they will

#

They’ll find a way

stray tapir
#

whats wrong with 2fa?

dark frost
#

2fa is hackable

eternal timber
rapid merlin
eternal timber
rapid merlin
#

Ahhhh

stray tapir
rapid merlin
#

Gawd

eternal timber
#

MissStealth

dark frost
#

But it's an expensif process

stray tapir
#

ohhhh

eternal timber
#

Still confused tho

half girder
#

"how to get account back .. asking for a friend" xD

neat kraken
atomic atlas
drowsy dust
#

I use an Authenticator instead of my phone number. It’s safer that way. Although if my device breaks I’m screwed

eternal timber
rapid merlin
#

Someone post a hissing cat gif for me 😂

#

I can’t even gif

neat kraken
eternal timber
naive violet
naive violet
#

Authenticator, until recently, didn't even prompt you

eternal timber
drowsy dust
twin ridgeBOT
#

Gave +1 Rep to @naive violet (current: #3 - 2241)

chilly veldt
#

Yubikey 😎😎

rapid merlin
wary root
#

Does there exist any THM room on "Open Redirect"?

rapid merlin
#

🙃

dark frost
#

Not even thm can reset the account password , it's all encrypted right ?

eternal timber
wary root
#

yeah I did, didn't get any results

#

but thanks smart guy

rapid merlin
glass nest
eternal timber
drowsy dust
#

I was tempted to use my flipper zero as a hardware auth but idk 🫣

dark frost
#

Miss broke her phone , i understand now

glass nest
#

on my works Google Workspace, I can reset a pssword without knowing the previous one.

rapid merlin
eternal timber
#

Does anyone actually use google collab to code?

atomic atlas
drowsy dust
glass nest
#

Zoo - It's pretty much a toy.

drowsy dust
#

I have both

rapid merlin
#

Or zoo

drowsy dust
blazing granite
#

I’m probably the oldest here 😂

grizzled wing
drowsy dust
glass nest
#

Stealth, Zoo was me referenceing the user 😄

atomic atlas
eternal timber
atomic atlas
rapid merlin
grizzled wing
glass nest
rapid merlin
high mulch
drowsy dust
rapid merlin
blazing granite
#

I’m probably the oldest but I’m not old 😂

rapid merlin
#

I’m secretly very smart

eternal timber
rapid merlin
#

I’m just impulsive

whole gazelle
#

fair

rapid merlin
#

And a different kind of smart

eternal timber
#

Lmao

#

The water I placed in the garage is frozen

glass nest
#

Been watching a lot of survival and off-grid videos. dunno if I quite want to be FULLY off grid

grizzled wing
drowsy dust
blazing granite
eternal timber
glass nest
#

But I love the idea of restoring an old farmstead

rapid merlin
eternal timber
rapid merlin
atomic atlas
twin ridgeBOT
#

Gave +1 Rep to @drowsy dust (current: #309 - 20)

glass nest
drowsy dust
whole gazelle
eternal timber
rapid merlin
grizzled wing
#

dark mode the best

eternal timber
#

Maybe

#

Lemme try

rapid merlin
stray tapir
#

idk why people would use light mode

drowsy dust
# atomic atlas I was about to ask you for some alternatives. Thanks alot I’ll definitely try th...

https://youtu.be/PsqMCoCTgTg?si=AMFx4kkoyTY1hmtu
I got my display off aliexpress

Recently, community member @BrianLough introduced me to this Cheap Yellow Display and all of the great projects centered around it! This $18 screen is so super versatile and easy to use that it is a serious contender when it comes to integrating not only a touch screen display, but also WiFi and Bluetooth!

Want to make your own project? PCB...

▶ Play video
rapid merlin
#

Somehow when there’s a noise downstairs I’m the one that gets sent down

glass nest
#

So... when I'm watching all these videos of people rebuilding stuff, or camping out in the wild and stuff... I'm always like.. Wait.. They must have walked up there, set the camera up, then walked past again just for that 'travelling along shot'

eternal timber
atomic atlas
rapid merlin
glass nest
#

Like this guy whos 'Smart car' camping, and he's getting up for the morning. He must have got up, set the camera. Got back in bed, then got up again...

rapid merlin
#

It’s kinda weird ay 😅

#

Awkward as heck

grizzled wing
#

smart car is for smart people

glass nest
#

Thing is, this is like.. A genuinly interesting video. A bit funny, the guy seems pretty normal. But that extra step is just... I dunno. Makes for a good shot

eternal timber
#

Ugly ass car

grizzled wing
#

cyber garbage

eternal timber
#

Looks like the cars I drew as a kid

glacial cove
rapid merlin
glass nest
#

you grew cats? like.. in a pot?

drowsy dust
#

What’s with the low poly?

eternal timber
grizzled wing
glass nest
#

Oh, cars. and drew 😄

glacial cove
#

Two people, similar response

eternal timber
#

Double whammy typo

glacial cove
#

Lmao

grizzled wing
#

Poltergeist bytes

glacial cove
#

Yes

eternal timber
rapid merlin
#

Now you all know who’s actually the boss of the cat distribution system. It’s @eternal timber

#

Growing cats

grizzled wing
#

growing cat system pipeline

glacial cove
#

All my pseudonyms are play on words relating to ghosts and computers

grizzled wing
#

supply chain

drowsy dust
#

YOU! I need my child support you deadbeat @eternal timber

grizzled wing
eternal timber
#

Huh

rapid merlin
#

Lmao

drowsy dust
#

Don’t act surprised

glacial cove
#

The last one I did was "Gh\x0st" because nullbyte O

eternal timber
grizzled wing
rapid merlin
#

Do y’all remember my orange kitten, he’s getting bigger

glacial cove
#

And the next one is probably going to be something something Spectre or Raiju related. Played enough phasmophobia to get me a decent bit of inspo

grizzled wing
#

garfield the cat

eternal timber
drowsy dust
#

No, give me a picture of them and those beans

#

I demand it

glass nest
#

Not bad for a stove in tha back of a smart car 😄

rapid merlin
grizzled wing
rapid merlin
glacial cove
#

Yes the Spectre + Meltdown BHI side channels were among one of the first things I studied while learning cyber and it just stuck

glacial cove
#

There's plenty of personal life "lore" behind why I depict myself as a ghost but now it's definitely become tradition

grizzled wing
eternal timber
eternal timber
#

My brain seems to be fried. I forgor how to transition from sentence to sentence while writing emails.

eternal timber
glacial cove
grizzled wing
glacial cove
twin ridgeBOT
#

Gave +1 Rep to @grizzled wing (current: #61 - 139)

glass nest
#

Kamma - You've either had too much coffee or not enough coffee. Either way, your coffee levels are out of whack

rapid merlin
eternal timber
chilly veldt
#

aaaaand we end the night with 250bpm!

eternal timber
eternal timber
glass nest
#

thats 'beers per minute'

glacial cove
grizzled wing
rapid merlin
eternal timber
rapid merlin
glass nest
eternal timber
#

Sidmoid curve ☝️

rapid merlin
#

I know nothing about bro code

#

😎

glass nest
#

One does not need to know of the Bro Code to enact the Bro Code.

grizzled wing
glass nest
#

Giving a crap about other people is a core tenet of it 🙂

grizzled wing
#

How I Met Your Mother - Bro Code?

#

(self 5)

eternal timber
#

Legendary

grizzled wing
#

wait for it ....

glass nest
#

thats an abridged version

#

@tender lynx ?

rapid merlin
#

And I had tried over and over again

#

Now I just pat people from a distance

grizzled wing
#

i know that pain

rapid merlin
#

Thar thar

grizzled wing
#

[ drink some water reminder 🔔 ]

wary ocean
#

i love the estimated time to compelete for some rooms, one that takes 160 minutes i complete in 45 and ones that take 30 takes me the entire day

rapid merlin
whole gazelle
twin ridgeBOT
#

Gave +1 Rep to @grizzled wing (current: #61 - 140)

rapid merlin
#

Like non stop

#

Brb someone sent cat pics

wary ocean
#

the best kind of pictures to receive

eternal timber
#

Actually

whole gazelle
#

as apple person myself

grizzled wing
upper knoll
#

you remind me to drink water veggies

eternal timber
#

Reminded me to drink coffee

grizzled wing
#

i had to get more water, why not share the reminder

upper knoll
#

i never really drink enough

grizzled wing
#

hydrated hacker is a happy hacker

eternal timber
#

I have 4-5 L of water a day

#

:3

chilly veldt
upper knoll
#

yer im suppose to have about 4

grizzled wing
#

that is hogwash, drink as much as you need to

upper knoll
#

i need about 4 xd

wary ocean
#

i know damn well if i have a in person cyber job my lifeline will be monster

grizzled wing
#

chapped lips? water time

rapid merlin
#

I’m actually so thirsty

eternal timber
#

💅

rapid merlin
#

But I don’t wanna get up

grizzled wing
#

nmap scan running? water time

drowsy dust
upper knoll
eternal timber
#

I can’t remember where I put my chapsticks

grizzled wing
twin ridgeBOT
#

Gave +1 Rep to @eternal timber (current: #233 - 30)

whole gazelle
drowsy dust
#

Run

whole gazelle
#

run forest run!!!

rapid merlin
eternal timber
eternal timber
wary ocean
#

forest gump was born in gen alpha you cant convinced me otherwise

grizzled wing
drowsy dust
eternal timber
whole gazelle
grizzled wing
#

i just put on chapstick: Burt Bees - dragonfruit lemon 😻

mellow gull
#

They have flavored ChapStick now??

eternal timber
#

Yeahhh

grizzled wing
eternal timber
#

I got a box full of different flavors

chilly veldt
eternal timber
#

Lost most of them

grizzled wing
#

the saga

mellow gull
ember rain
#

OH BRO ON THE FIRST ROOM U CAN HELP ME PLS

grizzled wing
whole gazelle
#

this sounds so good

jolly aspen
eternal timber
wary ocean
#

i just use original flavor chapstick

grizzled wing
wary ocean
#

or blistex but that kinda burns

ember rain
whole gazelle
grizzled wing
#

blistex is 🗑️

whole gazelle
grizzled wing
#

:wq!

whole gazelle
whole gazelle
wary ocean
grizzled wing
rapid merlin
upper knoll
#

im in england

#

i just fill water bottles with tap water

ember rain
#

one can help me for the first room?

upper knoll
grizzled wing
#

Heman can problem solve

whole gazelle
grizzled wing
rapid merlin
whole gazelle
grizzled wing
whole gazelle
#

damn this sucks but i can take it

grizzled wing
whole gazelle
#

as vim user myself i deny to do :q

blazing granite
#

the old :q! 😂

grizzled wing
#

should i DM you instead of general chat?

#

just curious

glass nest
#

Come on veggies. Learning to quit VIM is a rite of passage

grizzled wing
#

:wq!

glass nest
#

Just handing out all the cheat codes now

blazing granite
grizzled wing
rapid merlin
#

Anyone know of a brand that sells a box which you can organise wires

whole gazelle
rapid merlin
#

Or does everyone’s wire box look like mine

whole gazelle
#

yessir! 🫡

clear jackal
grizzled wing
rapid merlin
#

Like a tangled load of wires

#

😆

#

Help lol

rapid merlin
glass nest
#

@rapid merlin I just printed a bunch of these cool reels 🙃

rapid merlin
grizzled wing
rapid merlin
#

When I get money

clear jackal
rapid merlin
#

😂

eternal timber
#

Yawn

glass nest
#

Yeah, or wrap n tuck them into circles.

rapid merlin
#

It’s crazy that box

grizzled wing
#

why not put them in a .ziplock bag with label .zip

glass nest
#

I also went through the wires and got rid of ones I'll never use. LOADS of device came with a MicroUSB, so I got rid of like 90% of them

grizzled wing
#

i like GNU has newer gifs

rapid merlin
#

I don’t even know what I need or what half of them even came from/are

eternal timber
#

Money money money
Must be funny
In a rich man’s world

glass nest
#

nowadays its USB-C, but still. only need enough for what I'd likely be charging at any one time

#

Stealth.. Then 'Marie Kondo' it. If they're not useful or bring you joy, throw it out

grizzled wing
rapid merlin
#

Anyone here who knows how to check traces of programs?

grizzled wing
#

i never watched mario kondo stuff, she was popular during the pandemic

rapid merlin
whole gazelle
#

money never change dit

#

it

rapid merlin
#

Anyone here who knows how to check traces of programs?

grizzled wing
rapid merlin
rapid merlin
#

I used to watch hoarders videos to make myself feel better lol

grizzled wing
drowsy dust
#

Lol

#

I force my roomba to clean my house

glass nest
#

Veggies - Am I allowed to become rich?

drowsy dust
#

And soon it will be a robot

#

Humanoid robot

grizzled wing
rapid merlin
# grizzled wing facts!

Also a lot of rich men would be like “I bought my ex this house, car” okay? And? What’s this got to do with me lmao

rapid merlin
eternal timber
glass nest
#

I mean, I can agree with what you said, however I've met rich people, and there are largely 2 types. People who inherited the money, and people who earned the money. I have to say, the latter tend to be a lot more humble and down-to-earth

eternal timber
#

I’m already miserable might as well be rich too

whole gazelle
#

fair

rapid merlin
grizzled wing
naive violet
blazing granite
grizzled wing
#

"clean up in aisle 5"

glass nest
#

Aye, There is that too. Gotta remember aswell... Sometimes the personality traits that drive an individual to success, are things like arrogance and pride. I met Tom Daley a few times, and although he was an ok guy, he was still very arrogant. But then... You'd HAVE to be like that if you push yourself to be at the pool every day at 6am for training

grizzled wing
eternal timber
grizzled wing
knotty pendant
#

this is so crazy🤯

eternal timber
rapid merlin
grizzled wing
devout palm
#

Nowadays, i don't want to do anything. Even computer stuff. Maybe i need a break.

grizzled wing
rapid merlin
#

everyone

#

basically

naive violet
rapid merlin
#

Sometime

naive violet
#

"Everyone" is too wide

rapid merlin
whole gazelle
glass nest
whole gazelle
#

fair

rapid merlin
devout palm
#

But i think i am doing something else on the computer

rapid merlin
eternal timber
blazing granite
glass nest
#

Hehe, I have a Lidl-brand roomba, and it's terrible. Fell down the stairs.

eternal timber
#

It blows my mind how such an immature manchild is one of the most powerful people on the planet and is on track to be the world’s first trillionaire

#

We’re so screwed

grizzled wing
rapid merlin
#

More like threw himself down the stairs

glass nest
#

Kamma - Why? He has nothing to do with your success.

glass nest
grizzled wing
rapid merlin
glass nest
#

Do I?

blazing granite
rapid merlin
#

Or where he finds them

glass nest
#

wow.

grizzled wing
#

must be confidence

rapid merlin
grizzled wing
#

cougars .com

grizzled wing
grizzled wing
#

@whole gazelle drink reminder 🔔

whole gazelle
#

yessir! 🫡

grizzled wing
blazing granite
whole gazelle
grizzled wing
#

kind of obvious

devout palm
#

yessure

rapid merlin
grizzled wing
whole gazelle
rapid merlin
#

I’m sure that’s a real website somewhere

grizzled wing
#

okay, well , i have my pronouns in my username

#

its not up for debate

whole gazelle
#

i use "yessir" by deafult but imma switch my response to "yesmaa'aaam" is it ok?

blazing granite
grizzled wing
rapid merlin
#

Wait what happened

grizzled wing
twin ridgeBOT
#

Gave +1 Rep to @whole gazelle (current: #386 - 15)

eternal timber
whole gazelle
boreal scarab
eternal timber
rapid merlin
eternal timber
#

Not to mention his direct connection with world leaders atm

#

He could very easily affect our lives

eternal timber
#

Lesss go

drowsy dust
#

The rapture for real

eternal timber
#

He wouldn’t be going up

devout palm
#

Ascending

#

Shinra Tensei!!

boreal scarab
whole gazelle
#

🤐

rapid merlin
#

I'm trying to figure out, did I buy a sandwich today because of my name, or did I create this name because I like sandwiches? 🤔

glass nest
eternal timber
eternal timber
devout palm
#

But Pain is my favorite character so far

eternal timber
#

Instead of continuing with the cool spiritual mythology, they had to make it all about aliens

rapid merlin
drowsy dust
drowsy dust
#

All hail Elon the emerald mine boy

eternal timber
eternal timber
drowsy dust
eternal timber
#

Did I have a stroke today

#

I can’t type

devout palm
#

I hope it was an illusion in Madara's eye

#

I forgot what it is called

grizzled wing
rapid merlin
#

happy to learn CyberChef supports Numberwang 😄

grizzled wing
#

cyberchef caters events

eternal timber
rapid merlin
#

I would love to see the food menu for that

grizzled wing
eternal timber
#

I thought it was a world puzzle at first

whole gazelle
#

kinda looks like it tho

#

i tried to fill up sum words but couldn't come up with any

eternal timber
eternal timber
eternal timber
#

🤔

drowsy dust
#

YOU COME AND GOOOOOOOO

eternal timber
#

Not familiar with that song

drowsy dust
#

YOU COME AND GOOOOOOOOOOOOOOO

rapid merlin
#

so have that song in my head now

drowsy dust
#

lol

eternal timber
whole gazelle
#

this is such a banger

drowsy dust
#

Classic

rapid merlin
#

how do i delete these logs?

grizzled wing
grizzled wing
rapid merlin
eternal timber
grizzled wing
drowsy dust
#

🗿

eternal timber
#

I'm scared to get close, and I hate being alone
I long for that feeling to not feel at all
The higher I get, the lower I'll sink
I can't drown my demons, they know how to swim

grizzled wing
#

🎶

arctic cradle
# rapid merlin how do i delete these logs?

open regedit
head to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RunMRU
right click on RunMRU and select Delete option to get rid of all commands executed previously but make sure to keep the default value of the key
should be good to go

rapid merlin
#

I imagine all of us at a karaoke venue 🙂

grizzled wing
eternal timber
#

And I’m pretty good at it too blobheart

rapid merlin
#

awesome

grizzled wing
#

how was the 🥪 ?

rapid merlin
grizzled wing
eternal timber
#

I don’t like toasted bread

#

I like it soggy

karmic hemlock
#

Time to enter my yearly one week phase of modded Minecraft only to reach netherite gear, get bored and then forget the game exists for another 12 months

rapid merlin
#

a fancy deli sub, not toasted, yet sometimes I do

grizzled wing
#

ok

blazing granite
grizzled wing
eternal timber
drowsy dust
grizzled wing
drowsy dust
#

Thank god

eternal timber
#

Got tired of repeatedly tagging ML notes so I just made template with the tags in it

#

(base tags)

grizzled wing
#

all of the white, stupid windows

eternal timber
#

Oh yeah

#

You reminded me

#

Dark mode

blazing granite
grizzled wing
eternal timber
#

Actually for once I prefer the light version

#

(Jupyter)

rapid merlin
#

i'm trying to delete all my logs from windows + r

grizzled wing
rapid merlin
#

yea there is alot

#

how do i delete

grizzled wing
#

have you asked Ai for poweshell script to delete logs?

rapid merlin
#

no

grizzled wing
#

terminal is efficient means of deleting files

blazing granite
grizzled wing
#

you have admin permissions?

rapid merlin
#

yes i do

grizzled wing
drowsy dust
#

These instructions confused me and I ended up deleting system32

eternal timber
#

Why do depressing songs sound so good

grizzled wing
rapid merlin
rapid merlin
grizzled wing
#

aww

eternal timber
grizzled wing
#

are you open to the suggestion of using Linux ? (partly joking)

lament tendon
#

Yo.

drowsy dust
lament tendon
#

Veggies.

rapid merlin
#

either way, always be careful when deleting system related content

rapid merlin
#

or at the least, have backups

lament tendon
#

Do you know what rank you need for the advanced channels after the ranking update?

grizzled wing
rapid merlin
drowsy dust
#

Oh

grizzled wing
#

okay, then

drowsy dust
#

Sudo beat me to it

rapid merlin
#

rarely any games you can play

eternal timber
#

You can dual boot

drowsy dust
#

^

rapid merlin
#

what's the point?

#

i'm using my pc mostly for gaming

whole gazelle
eternal timber
#

To play games when you’re not hacking?

#

lol

rapid merlin
#

i have a vm for that

grizzled wing
#

if you were running linux these logs would have been deleted 30 min ago

rapid merlin
#

and a second computer

#

and a laptop

lament tendon
eternal timber
#

Then use Linux on the second computer

drowsy dust
#

They are just concerned because they can’t play Roblox on Linux lol

rapid merlin
#

80% of the programs i use arent a thing in linux

grizzled wing
#

@whole gazelle stretch reminder 🔔

eternal timber
#

Not sure where the confusion here is

drowsy dust
#

Come to the dark side we have cookies bitey

whole gazelle
twin ridgeBOT
#

Gave +1 Rep to @grizzled wing (current: #61 - 141)

rapid merlin
#

WHAT THE FUCK DID I DO

#

my entire windows machine is fucekd now

#

💔

whole gazelle
#

r i p

eternal timber
#

Some old dude sent me suggestive stuff on telegram

grizzled wing
#

silver lining is ... linux?

rapid merlin
#

yea i just fucked up my pc

#

files doesnt exist anymore

eternal timber
rapid merlin
grizzled wing
#

am sorry to hear about your computer bitey

rapid merlin
#

what the fuck did i do?

drowsy dust
#

Did you make a recovery image?

eternal timber
#

You can just reinstall windows

rapid merlin
#

probably

grizzled wing
#

💤 \Desktop

eternal timber
#

Or system recovery

robust turret
#

just reset the whole pc 😭

eternal timber
#

Actually

rapid merlin
lament tendon
#

Who the heck did I just ping?

eternal timber
#

Delete windows and make it kali

grizzled wing
lament tendon
#

Sorry @glacial elm , wrong ping. xD

eternal timber
drowsy dust
robust turret
lament tendon
eternal timber
#

Well not really but I feel violated

grizzled wing
eternal timber
rapid merlin
grizzled wing
#

yea, who is this veggie_b ?

rapid merlin
#

oh my god
im so fucking lucky

grizzled wing
#

🍀

rapid merlin
#

veracrypt made a recovery point when i downloaded it

#

thank gos

#

god

drowsy dust
#

Nice

grizzled wing
#

Thor says no problem

drowsy dust
#

Next time make sure to make an image of your system before making any changes

rapid merlin
#

when i restarted my pc everything was gone

grizzled wing
#

its Thorday

rapid merlin
#

Oh god, big yawns

#

WVEN MY TRASH BIN WAS GONE

#

AND FILES DIDNT EXIST

#

💔

lament tendon
whole gazelle
#

cookin sum c++ rn

#

hbu??

eternal timber
#

Hello

tender lynx
rapid merlin
#

where should i store backups btw

drowsy dust
whole gazelle
#

i'm forced to do it!!!!

rapid merlin
sand trench
#

@sick lance ⬆️ unsafe commands

grizzled wing
#

isnt stuff automatically saved in OneDrive?

drowsy dust
#

Bye bye windows

drowsy dust
grizzled wing
#

thats the same gif twice

whole gazelle
#

yo this is nuts! binexp is one of my fav topics

#

hahaha fair

#

when it clicks it becomes soo cool and fun

jolly aspen
#

did somebody say out of bounds

whole gazelle
#

i know that pain bro

rapid merlin
#

all my files are gone but atleast my entire windows isnt 😢

jolly aspen
#

this chat is always a great place for me to find something else to research other than what i sould be reading about

rapid merlin
#

Oh no my keepass database is gone

#

im so fucked

whole gazelle
#

r i p

grizzled wing
rapid merlin
#

only things left on my pc

#

💔

grizzled wing
#

what is bloxstrap?

rapid merlin
#

well atleast my logs are gone...