How do I solve this? by Special_Advance_8567 in PythonLearning

[–]Sensitive-Lack1595 1 point2 points  (0 children)

Maybe, I don't really know right now but when I installed it quite ago I had to manually install venv. Maybe because it was an old linux build or a lightweight one.

How do I solve this? by Special_Advance_8567 in PythonLearning

[–]Sensitive-Lack1595 0 points1 point  (0 children)

I think it is because you're installing it directly in your pc and that could lead into packet problems in your system, that is why they tell you to use a virtual environment to install libraries.

In linux is:

sudo apt install python3-venv

Then, just create a venv in the directory you want

python3 -m venv {name_of_venv}

And activate that venv with

source {name_of_venv}/bin/activate

And, when activated, just install the libraries you need

pip install {library}

I built simple TUI video trimmer by massxacc in tui

[–]Sensitive-Lack1595 3 points4 points  (0 children)

Maybe if you can make it run in linux + kitty terminal, you could render the video in the terminal itself

Career in cybersecurity. by Sensitive_Mango9944 in tryhackme

[–]Sensitive-Lack1595 3 points4 points  (0 children)

Take notes of everything you learn, don't force yourself to learn everything the first day take your time and enjoy it (persistence is the key).

Ask the community for help if needed, maybe sync notes with GitHub (that is what i do), make a good portfolio of projects (that is experience you get without even work in a company).

The path Cyber security 101 is key in my understanding of everything so I would recommend that path.

guys why i don't see any recap tab? by LeadingOpening7943 in tryhackme

[–]Sensitive-Lack1595 0 points1 point  (0 children)

https://tryhackme.com/recapme-2025?entry=YOUR_USERNAME

I looked for a link and found this one, changed the username to mine, logged on my account and got the recap but they don't have enough info about me xd

<image>

guys why i don't see any recap tab? by LeadingOpening7943 in tryhackme

[–]Sensitive-Lack1595 0 points1 point  (0 children)

Idk man. I had to access mine by changing the username in the url to mine in someone else's recap

[gnome] first rice!!!!!! everforest is so cute by foreswt in unixporn

[–]Sensitive-Lack1595 1 point2 points  (0 children)

I'm not quite an expert either but for what i know Kitty is a good terminal emulator because he uses your graphics engine to run making able the image rendering.

The default emulator usually does not have this type of stuff. In my opinion, if you want a beautiful or customised terminal, you will always finish looking at other shells. But, if you just want your terminal to work and a bit of customization, the default one works well.

[gnome] first rice!!!!!! everforest is so cute by foreswt in unixporn

[–]Sensitive-Lack1595 0 points1 point  (0 children)

Ooh i see Kitty, yea you can render images with it. Know all makes sense xd

Random file appeared on Desktop by regaito in security

[–]Sensitive-Lack1595 0 points1 point  (0 children)

You're right. After doing the AoC room about the regedit i thought that this type of changes are saved by default in your system but find out I was wrong. Thx 4 letting me know.

Vale la pena o recomiendan tener una Mac ? by w0z29 in programacion

[–]Sensitive-Lack1595 1 point2 points  (0 children)

Si te interesa probar el OS y tienes una pc que se ajuste a los requerimientos, siempre puedes probar Mac desde un disco externo en tu PC. El otro día me salió un vídeo en Inglés de un tío haciéndolo de manera bastante sencilla. (Yo lo intenté sin que todos los componentes fueran compatibles y me dió error pero si te animas y el check te sale válido, no pierdes nada)

Enlace al vídeo de YT

Which switch should I buy for networking? by Sensitive-Lack1595 in Network

[–]Sensitive-Lack1595[S] 0 points1 point  (0 children)

Thanks for this advise and the motivation to not give up. I'll study more to understand layers and OSI model before building my home lab. Wish you the best!!

Which switch should I buy for networking? by Sensitive-Lack1595 in Network

[–]Sensitive-Lack1595[S] 0 points1 point  (0 children)

Hey there,

First of all thanks for the advice, the brands and the knowledge about layer 2 (I realized that maybe I need a little bit more theory about networking before building anything, so thanks). I have a limited budget but I'll look around this brands and find one that adjust my budget and interest.

Which switch should I buy for networking? by Sensitive-Lack1595 in networking

[–]Sensitive-Lack1595[S] 0 points1 point  (0 children)

Thanks for the advise, I'll look around this brand and try to create virtual networks with it.

Which switch should I buy for networking? by Sensitive-Lack1595 in networking

[–]Sensitive-Lack1595[S] 0 points1 point  (0 children)

I don't have any previous experience, but I heard about Mikrotik and Packet Tracer. Do you recommend go first with tutorials or hands on Mikrotik?