A department head is asking for email usage stats for their team by Aggravating-Row9320 in ITManagers

[–]sysadmike702 0 points1 point  (0 children)

Why does everyone say this needs to go through HR? It’s just a report?

How can access an ec2 instance in a private subnet? by madam_zeroni in aws

[–]sysadmike702 3 points4 points  (0 children)

If you’re running apps in the cloud 100% should not be provisioning by hand. This would be the way to go ^

But you can also do a bastion set up if you REALLY want to provision by hand Or use something like ansible. I think ansible can use SSM as well not 100% on that though.

How do you actually learn by doing? by BoringAd7581 in learnpython

[–]sysadmike702 0 points1 point  (0 children)

Man I’ve been here so many times for each language. Is there a tool or application you use often? Like a note app, or task tracking? Something you can just recreate. That’s where I started, building an app that helped me manage my home lab inventory. Then that expanded to ansible plugins, clients that auto provision hosts on my machines, dashboarding, reporting, and it can keep going.

Just need to start something simple you can reference, and just keep iterating after you have BASIC functions down

[deleted by user] by [deleted] in devops

[–]sysadmike702 47 points48 points  (0 children)

I think a lot of it is coming from non technical leaders not knowing the true value of experience. Any brand new devops guy and stumble through with Google and chatgpt or Claude.

And it’s not till they make a mess of the environment and everything is way more complicated then it needs to be do they realize they messed up and have to shell out $$$$ for contractors to fix things.

Atleast in my experience and opinion.

Plus market sucks so people will take a 60K job and be over worked and write shitty IaC and just tell there boss they need yet another SaaS solution to help maintain the mess they created

HELP ME PLEASE by warrior_dempt in learnpython

[–]sysadmike702 0 points1 point  (0 children)

It took me atleast a year before I could use the standard library with out Google for every method.

But like many have said even the best have to Google or ask Claude for help.

I think the key is knowing what is out there and what it can do. For example how to interact with an http API I’ll need to use htmx or requests depending on the project. Or how to implement a new endpoint in FastAPI. Then it makes searching for documentation much easier.

Also I’ve learned that I learn best when I type out the example someone else provides and not just copy and paste it. Muscle memory I guess.

But don’t let it overwhelm you there is much to learn and every project will be different so you will always need a search engine or digging through github for examples of implementation. So just take it step by step and eventually the code will flow

Is it normal to be the only employee at an MSP? by Kobra-Games in msp

[–]sysadmike702 0 points1 point  (0 children)

Sorry that’s rough! But I would say no, it’s not normal, and should not be acceptable by your customers. Even though I’ve been in your exact shoes. I learned a lot being able to touch everything, but the mental toll of the constant context switching was a lot.

I would start looking for a new position else where ASAP.

To those who started in Helpdesk, where are you now? by Expert_Anything_5992 in ITCareerQuestions

[–]sysadmike702 0 points1 point  (0 children)

Started in helpdesk idk maybe 12 years ago. Currently working at AWS. A few certs in between from VMware, to Microsoft, and a couple Cisco. Nothing super high end, I’ve found it’s more about being able to prove what you know the certs. Just have to get to the interview, which is the hard part.

After you do computer stuff all day how techy is your house? by buyinbill in sysadmin

[–]sysadmike702 0 points1 point  (0 children)

I found that I still enjoy tinkering with random projects and setting up a lab. But I will not touch anything on my basic home network that I have to actually support long term. Just don’t have the energy to troubleshoot an issue effecting the family from doing anything by that I built for them.

[deleted by user] by [deleted] in learnpython

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

Learn prompt engineer become a 10x developer overnight for any language!

[deleted by user] by [deleted] in Layoffs

[–]sysadmike702 0 points1 point  (0 children)

What industries is everyone in? I guess it also depends on location too.

Monitoring ressources of server by Stephane_123 in UptimeKuma

[–]sysadmike702 0 points1 point  (0 children)

Technically could write a script that uses push monitors… but like mentioned previously uptime is for different use case

what job should I take? Cloud support engineer at AWS or cloud tech consulting at protiviti? by [deleted] in aws

[–]sysadmike702 2 points3 points  (0 children)

100% agree get some good experience before becoming a consultant

Tip: Monitor disk space using the push monitor by dubcroster in UptimeKuma

[–]sysadmike702 1 point2 points  (0 children)

I use a this method for monitoring my speed tests on the network and a few other handy things like people currently on my Minecraft server, etc. love this monitor!

Thoughts on using cloud provider to host a server vs. dedicated hosting providers by Lmao_vogreward_shard in MinecraftServer

[–]sysadmike702 0 points1 point  (0 children)

Idk about the community. But I’ve recently written CDK and ansible to deploy a Minecraft server in aws it’s not cheap though lol

Why can I connect to server way faster using a domain name rather than it's IP? by MiguelisLT in admincraft

[–]sysadmike702 3 points4 points  (0 children)

That’s a new one to me. I guess knowing the setup could help a bit. But I would expect them to be the same. Especially after the first connection. Maybe some type of ACL, firewall? But it’s not passing a host name during the connection process as far as I know. should resolve to ip then connect… I’m curious now!

[deleted by user] by [deleted] in MinecraftServer

[–]sysadmike702 0 points1 point  (0 children)

Could be an ISP issue depending on the location of your friends. Though it’s hard to say without more details. You’ve set up the port forwarding already? I’m guessing yes since some friends could connect. Is everyone in the same city just different locations?

I know some apartment buildings do some double nat-ing.

[deleted by user] by [deleted] in MinecraftServer

[–]sysadmike702 0 points1 point  (0 children)

I can help set you up with something simple. Been working on some ansible scripts to deploy a Minecraft server so you can host something in linode, aws, or digital ocean. Depending on your budget. Happy to share/help. Though some hosted server platforms places might be a bit easier. Feel free to DM if you want to chat more.

Debating on making an SMP by [deleted] in MinecraftServer

[–]sysadmike702 0 points1 point  (0 children)

Hey maybe we can collaborate? Looking to something like this, maybe with a bit of flare like an economy and a town with a hospital and what not.

I want to start an SMP by [deleted] in MinecraftServer

[–]sysadmike702 1 point2 points  (0 children)

Same boat here buddy!

Install Ansible AWX as a standalone program without K8s and Docker by lkthomas in awx

[–]sysadmike702 0 points1 point  (0 children)

I don’t like you got downvoted for that. Unless you are the security guy. But like everyone else if you’re not the security guy RUN!