this post was submitted on 19 Dec 2023
66 points (97.1% liked)

Ask Lemmy

26238 readers
1794 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected]. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 1 year ago
MODERATORS
 

I am a level 1 help desk tech at an MSP. I've been at this job for a year. I've been working in IT for 1.5 years, though.

I have my yearly review coming up and I have no idea what kind of questions to ask. I'm drawing a total blank.

I do know that I am being prepped to become a level 2 tech, but I'm not there yet.

My company is small and I can be totally open and honest with my boss.

I'm still anxious though.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 8 months ago (3 children)

20 year IT veteran here. What are your areas of interest?

Some potential areas:

  • Networking
  • AV
  • End Points (PCs, phones, etc)
  • Security
  • Virtualization
  • Programming
  • Servers
  • Applications
  • Databases
  • Storage
  • Project Management
  • Systems Analysis
[–] [email protected] 1 points 8 months ago (2 children)

I am interested in literally everything. I wanna learn more server stuff and phone systems especially. I am last in line to learn phones though. I do a lot of basic stuff with most of the things you've listed, though. I'm currently trying to fix the backups on a client's server and I'm actually making progress on my own.

[–] [email protected] 2 points 8 months ago (1 children)

So you want to advance to a higher level and have a broad interests?

You failed some MS cert exam?

You have a review coming up?


Broad interests. Don't miss the forest for the trees. Learn core concepts and things that are useful in many contexts rather than specifics. This is where a lot of newbies go wrong. E.g. don't learn about AD, learn LDAP and AD, OpenLDAP, DS389, will all come much easier. In most roles some basic programming with Python will come in handy. Once you learn to write code in one language, learning others comes a lot faster. Some worthwhile things to have a foundational grasp of: PKI and how it is used by SSH and TLS, a high level understanding of common network protocols. Peruse IETF RFCs for that. E.g. if you know how say DNS works, you can manage it using any DNS server software. Ditto http and web servers. You will need to learn configuration management SW and monitoring SW. I prefer salt stack and zabbix. There are many good choices.

Seriously learn PKI and TLS. I can recommend some good sources. TLS is used by pretty much everything to secure connections. Backup server to agent, browser to web server, AV to server, you name it.

Open Source is your friend, learn a bit about big projects. E.g. say you get good with backups and want to work for your favorite product vendor. That fancy backup appliance or cloud service is probably running Linux or FreeBSD on the metal and using something like Tomcat for the WebUI.

Learn a bit about licensing models. You will have to deal with it no matter what path you choose.

I wouldn't try to impress your supervisor. Chances are, they'll see through it. They may or may not care about their employees. Assume they don't. Don't assume the worst either. You can almost always trust interests. Their job in an MSP environment is to make sure contractual requirements are met and clients are happy. Focus on where your interests are aligned. Happy clients mean less headaches for you and your boss. I would let them lead the conversation, but focus on that aspect. If a lot of clients use X thing, mention that to your boss that you want to learn more about X thing as it will help you close tickets faster.

[–] [email protected] 2 points 8 months ago

Solid! This reads like old-school wisdom from /r/sysadmin. Those folks really helped me kick start my career.