I mean if it describes what you do accurately then they won’t be able to say much other than yes.
- 0 Posts
- 203 Comments
So oddly tier iii is just tier 2. Most places don’t have a tier 2.
1 years experience as sysadmin is great. Here’s the neat little trick no one tells you: what you say your job is on your resume should reflect WHAT YOU DO. Not the title of what you were hired for
Are you doing dev ops at a small outfit as a support engineer? Your resume should not say “support engineer.” It should say what your tasks reflect to the market. Not what some dude said your position is.
I’m sure the job postings will say, but many dev ops roles are looking for someone with senior experience. Like 8-10 years or the resume is ignored.
Id say the way to beat this is look for tier iii roles for folks that don’t know what they need is dev ops. Explain the value of what you want to do as a sysadmin to bring value. Then just write dev ops on your resume when you wind up doing dev ops.
100% building a home lab and being able to talk about it openly, from memory, in your own words, from experience, is invaluable for interviews.
I might update this. I might not. I have a lot to say but In out drinking.
All I will say now is save this list. You’ll look back at it in 5 years and wonder what half of those things are.
…
Okay a bit more from the bar:
If you want dev sec ops, grafana, elk, build dashboards, get your agents setup in your fleet, get it all secure locally. That alone will impress any interviewer who knows anything.
Dev ops specifically? Focus on building a local GitLab instance. Use grafana to monitor it. Run some app that has a busy db. Grafana dashboards on that. Oh my goodness, what a HOG you are GitLab! Tune it for your env. Purposely misconfigure something to watch, idk, the RAM keep growing because you didn’t setup redis or some shit.
The sea is vast. You’re hungry. Employers will see that once you land interviews.
If you want a ton of dev sec ops ideas, I am a good sounding board. Regular dev ops isn’t my daily grind so I know a bit less. What I do know is if you’re not ready to rebuild a multi node cluster some night after hours, you’re not quite a boss (doesn’t mean you’re not ready). So, emulate that nightmare.
Back to drinking 🍻
Edit: double check your *arr ideas bc afaik most of those were abandoned after a few major vulns were uncovered. That was months ago so that may be old hat.
foggy@lemmy.worldto
Selfhosted@lemmy.world•Considering self hosting my own git repositories. What are some options?English
1·5 months agoYep.
It’s like they wanna get bought to compete with GitHub or something.
They’re moving fast and breaking things. And bloating their product in the process. In the last 24 months they paid over $1M to a single bug bounty hunter who basically took them to the cleaners.
But totally agree. It’s the best UX, best product for home lab or even small enterprise use if you’ve got someone to get it tuned appropriately.
foggy@lemmy.worldto
Selfhosted@lemmy.world•Considering self hosting my own git repositories. What are some options?English
1·5 months agoWhile I agree, out of the box the configs ARE NOT for home lab use.
foggy@lemmy.worldto
Selfhosted@lemmy.world•Popular self-hosting services worth runningEnglish
12·5 months agoWhy this matters –
foggy@lemmy.worldto
Selfhosted@lemmy.world•How to reach different services on the same machine via name instead of ip+port?English
1·5 months agoTraefik’s configs are a little less cumbersome if you’re managing a lot of services.
foggy@lemmy.worldto
Ask Science@lemmy.world•What would a sunrise look like, you stood on the imaginative surface of a black hole?English
3·6 months agoBlack holes not only don’t have surfaces, they dont have suns.
foggy@lemmy.worldto
Selfhosted@lemmy.world•How are people discovering random subdomains on my server?English
11·7 months agoWhen a CA issues an SSL/TLS certificate, they’re required to submit it to public CT logs (append-only, cryptographically verifiable ledgers). This was designed to detect misissued or malicious certificates.
Red and Blue team alike use this resource (crt.sh) to enumerate subdomains.
foggy@lemmy.worldto
Selfhosted@lemmy.world•Tutorial series for self hosting beginners?English
1·8 months agoIdk of any good series but techno Tim has a great video on using cloudflare and traefik to get wildcard letsencrypt ssls for your docker services.
foggy@lemmy.worldto
Selfhosted@lemmy.world•Is self-hosting becoming too gatekept by power users?English
11·9 months agoI think the bulk of users are running discarded junk and raspberry pis.
That was me, I built a ~$5k rig and now some of what I’m doing is just nonsense of a typical self hoster, so the point is somewhat valid, but even those like me mostly started out with discarded junk and raspberry pis.
Docker used to scare me until I tackled a project that required me to use it. Then I realized I learned it without knowing I’d learned it.
foggy@lemmy.worldto
Selfhosted@lemmy.world•Help request : Docker service (PeerTube) doesn't work on new serverEnglish
1·9 months agoAre the two servers on the same LAN? Did you update all configs for the new servers address?
foggy@lemmy.worldto
Selfhosted@lemmy.world•Help request : Docker service (PeerTube) doesn't work on new serverEnglish
3·9 months agoIs the docker container spinning up and running, or failing and exiting?
Run docker ps, it’ll tell you how long your containers have been running or if they exited.
If everything is running then it’s most likely network, and I’d need to know how it is you used to access it on the old server (web address? Ip?)
If it’s not running then you get to dig through error logs to get to the next step 🤓
foggy@lemmy.worldto
Selfhosted@lemmy.world•Help request : Docker service (PeerTube) doesn't work on new serverEnglish
3·9 months agoWhat do you mean “doesn’t have the same way”?
My first method eliminates waiting to see if your students code runs fast enough. Unless complexity is part of the assignment, I’d still say go for the hash.
It’s also less work for the professor/grader.
I mean just for the love of God don’t spin up something on your company’s infrastructure that accepts file uploads.
Just don’t.
If you’re reading this and going “well, it’s just internal,” or “well, it doesn’t do much it just accepts this exact file type.” My god. Ask your CISA. And if they’re okay with it, cool. That’s on them.
Unless your whole business is transferring files, don’t. And even then… Don’t.
And if you’re still confused, the answer is to use another company’s infrastructure for this. Use Azure. Use AWS. Use Google cloud or even g suites. Don’t accept that liability. Let the trillionaires do it.
Why give your students a way to get RCE on your institutions servers through anything less than perfect file upload implementation.
For a .tar? I wish you the best…
Instead of that, simplify.
Use unique salts for each assignment per student.
Align hashes with those salts to check the outcome for each students assignment.
Literally have them send you a CTF style sha256 string.
Do it step by step where each step doesn’t depend on the next, grade as a percentage of flags accurately procured.
foggy@lemmy.worldto
Selfhosted@lemmy.world•A Beginners Guide To Selfhosting Part 1English
2·10 months agoFor getting your stuff available over the internet, y I recommend a secure tunnel with wire guard between your vps and servers running the services.
Make your vps an authentication portal using stuff like Authelia and Fail2ban.
If you’re really needing out, get ELK stood up for free and get agents on your containers/services to keep visibility into any potential… Anything
I have bunted a baseball over a little league fence. Me and some friends tried all day long.
My technique was to push the bunt while turning into the pitch.
Getting it to the outfield is trivial. Home run is very hard. The fence was less than 200 ft.