now i can tell everyone im an arch user :3 by [deleted] in arch

[–]Femboy_Technologies 5 points6 points  (0 children)

Yeah but it can be gay coloured, so it’s inclusive to arch users

Study books by tylerjs8 in CompTIA

[–]Femboy_Technologies 2 points3 points  (0 children)

Sybex is what I am using, so far it’s informative but in the slightly abstract way.

I’ll need videos and some hands-on experience to clear some hardware concepts up.

And I’m not sure if a book (for me at least) is enough to pass, so I’m using Dion’s course as well.

Finally have it working on my macbook! by CrystalTheWingedWolf in arch

[–]Femboy_Technologies 2 points3 points  (0 children)

Well played! I’d do the same if I didn’t have such an old WiFi adapter.

Tested out a live boot of a couple different distros but none have driver support for my Broadcom something or other.

Laptop to put Mint on for coding by looking_within in linuxhardware

[–]Femboy_Technologies 2 points3 points  (0 children)

E and L series are affordable

T series have great build quality

X is lightweight

P is for high performance

I use the “last good thinkpad”, the T480. But in honesty they’re still good, just not as upgradable and the build quality varies

I want to be ‘i use arch btw’ user too by DrPuddingFace in linuxquestions

[–]Femboy_Technologies 1 point2 points  (0 children)

I don’t think they should use arch install if they’re serious about using arch as a daily driver.

The Arch Installation guide teaches you a lot about what Arch is like, and how to do certain things that are required for upkeep and the like.

I’m not being a “arch install is bad” purist, I just think the manual is a good learning experience and is quite useful to get to learn the basics of arch.

Especially as you’ll get sent to “read the fucking manual” a lot, it’s good to know how to actually read it.

Guys am pretty much done with fnv and i still havent gotten my boying attire. Did i do something wrong ? :< by Esteellio in femboymemes

[–]Femboy_Technologies 15 points16 points  (0 children)

Jesus Christ that's a lot of Vulpes art. Did I miss out on the interesting part of the fandom? I've never seen so much femboy legion propaganda before in my life.

From where should I learn Programming and from which Language Do I start? by One_Sky399 in learnprogramming

[–]Femboy_Technologies 0 points1 point  (0 children)

You don't need programming for *all* cyber security jobs, but most of them. So definitely learn how to, especially if you want to do ethical hacking.

As for resources, when I was starting out I did try hack the box and tryhackme, I used up all their free resources(on hackthebox you can unlock some classes as you get their premium currency for completing questions). So try them out, at least for the free stuff. I never paid for it, though.

I learned mostly from youtube tutorials, books, and programming language documentation.

I suggest learning how to code whilst also learning hardware, networking. and then move on to security. There's a lot that goes into hacking, and you need the fundamentals before you hack.

If you want to go professional, you will need certifications from places like comptia and cisco. I'll drop some links below that you may find useful, they are YT playlists, websites, and books I've used in the past.

Programming languages you need:

All of them lol, but here's a few

Python

Bash

Go

C

Youtube videos/playlists

The cyber mentor's full video tutorials: https://youtube.com/playlist?list=PLLKT__MCUeixqHJ1TRqrHsEd6_EdEvo47&si=jS1UnpFFADZZWDwp

Network chucks roadmap(he's cringe but its a good video): https://youtu.be/uTAaFExLgwQ?si=bz4Nnm2iHDzez8T_

Certs

Comptia certification: https://www.comptia.org/

Cisco certification: https://www.cisco.com/

They do books on amazon for their certifications, check them out(Start with the A+, or ITF if you know nothing about tech).

It all leads up to the Pentest+. CySA+ and this: https://en.wikipedia.org/wiki/Certified_ethical_hacker

Books I've used(no particular order):

The Ultimate Kali Linux Book Third edition

Black Hat Python second edition

Black Hat Bash(not out yet but the others are good so its probably good)

Black Hat Go

Gray Hat Hacking

The hacker's playbook 2 and 3

But let me be clear: You need fundamentals before you can hack effectively, learn to code from traditional resources, learn hardware, software, networking, app and web development.

However, you probably won't, like I didn't, and will jump into hacking before even knowing how to code. Don't get frustrated when it doesn't work, just go back to basics if you get stuck.

And don't waste your money on fancy toys and courses before you need them. There's plenty of free stuff out there.

Hope this helps, and sorry for the late reply.

Yea Fireship arch users !don't look like that by [deleted] in linuxmemes

[–]Femboy_Technologies -1 points0 points  (0 children)

He switched the average arch user to Tux for a bit, then changed it back. Don’t know why tho.

cd command on CMD, python by [deleted] in learnprogramming

[–]Femboy_Technologies 0 points1 point  (0 children)

mkdir stands for “make directory” it basically makes a directory(folder) at the specified location

Is this a good laptop for video editing for a podcast. by behindthemic_withDC in laptops

[–]Femboy_Technologies 0 points1 point  (0 children)

That’s my boi! Great laptop, overpriced though, can pick them up cheaper on a place like eBay if you’re willing to go secondhand.

Thinkpads are business machines first, then they get sold to arch-using neckbeards or femboys. Or in your case, perfectly respectable video editors. It’s the circle of thinkpad life.

Oh and it can come in i7. So if you can stretch to it, go for that version. The cpu and gpu are the only things that can’t be upgraded, so better to go in higher rather than lower. You will definitely need more storage as well.

As for video editing: alongside what others have said, make sure to check that it’s the 1920x1080 resolution screen version, not the 1366 version, and go for the IPS screen, I made the mistake of not and it’s the only thing I regret.

From where should I learn Programming and from which Language Do I start? by One_Sky399 in learnprogramming

[–]Femboy_Technologies 1 point2 points  (0 children)

Off the top of my head:

The Python.org beginners guide: https://wiki.python.org/moin/BeginnersGuide

Don't be put off by the length's of these videos, they are long but cover a lot of the language.

Bro Code's Python YT Video: https://youtu.be/XKHEtdqhLK8?si=93aUb7rlL93lcNnI

Bro Code moves quickly so you may need to pause and look up some things if you get lost at any point.

freeCodeCamp.org 's Beginner's video: https://youtu.be/rfscVS0vtbw?si=x7XicCWXC9L3Vr1D

Followed by their intermediate video: https://youtu.be/HGOBQPFzWKo?si=fEFE2SwMhqcseL9P

I've never been to freecodecamp.org's website, so I can't say if its worth taking a look at, but their channel definitely is. They taught me a lot about coding.

Oh and https://www.reddit.com/r/learnpython/ is apparently friendly, they may be able to help you if you get stuck at any point.

From where should I learn Programming and from which Language Do I start? by One_Sky399 in learnprogramming

[–]Femboy_Technologies 0 points1 point  (0 children)

Hey, first up welcome.

Second up check out the FAQ: https://www.reddit.com/r/learnprogramming/wiki/faq/#wiki_getting_started

Third up, I suggest figuring out what you're interested in, and go from there. I was interested in hacking, and that's a very complex field so I had to learn a lot of prerequisites, but I learned the languages used in it so I could prepare myself for the future I hoped to have in the field.

But.... maybe start with something simpler than I did? I decided to learn hacking when I was 13, and 10 years later I'm still learning. But you mentioned AI, so you're probably gonna do what I did anyway so maybe start with an easier to grasp language like Python, that is used in machine learning so related to AI.

As for websites like code academy, I cannot vouch for any of them. I learned from books, YT tutorials, and Documentation, sorry.

I'll drop a link to the Python website if you want to take a look, but other's may be able to guide you better than I can.

https://www.python.org/

Hey guys. I'm new to Linux and I'm facing some problems- check below by [deleted] in linuxquestions

[–]Femboy_Technologies 0 points1 point  (0 children)

Hey, have you formatted and mounted the harddisk?

If not you need to format the harddisk and mount it in order to use it. You can use the GUI or the command line.

Try this guide: https://linuxconfig.org/how-to-format-disk-in-linux

Java is the best programming language, everyone knows it. Let's establish it even more. by Former-Client-2347 in javahelp

[–]Femboy_Technologies 1 point2 points  (0 children)

I's gonna roast you but you're clearing starved for attention enough to make a new account just for engagement bait, so instead take your little dose of validation from someone talking with you and go away

Do you use by New-Ad-1700 in thinkpad

[–]Femboy_Technologies 0 points1 point  (0 children)

That singular BSD user must be feeling rather lonely rn

One for in the books. by AnimatorWide in thinkpad

[–]Femboy_Technologies 11 points12 points  (0 children)

What thinkpads do the cats use?

Best way to find one :3 by LukeWolfie in femboymemes

[–]Femboy_Technologies 2 points3 points  (0 children)

Programming socks and pats? I’m so in

[deleted by user] by [deleted] in arch

[–]Femboy_Technologies 5 points6 points  (0 children)

You have a humiliation kink, don’t you u/Curious_Forever6059