Classic content dump!

This commit is contained in:
2022-08-18 13:39:55 +00:00
parent a32e0736c4
commit 753ac6ca40
9 changed files with 399 additions and 31 deletions

View File

@@ -10,9 +10,16 @@ title: IT Apprentice
description: This part of my blog is a collection of things I've learned as an apprentice working in IT.
---
This section of my blog serves as an index of technologies I've learned or became better at as an apprentice working in IT. :grinning:
This page on my blog serves as an index of technologies I've learned or became better at while working as an apprentice in IT. :grinning:
It also serves the purpose of the required documentation apprentices in Norway are supposed to do. :flushed:
It also serves the purpose of the required documentation apprentices in Norway are supposed to do. :cowboy: :flushed:
It's mostly in relation to stuff learned at [SkyLabs AS](https://skylabs.no) where we run a captive portal service.
But there is also some stuff from [Sircon AS](https://sircon.no).
Those guys run hosting services, with a focus on cPanel/WordPress shared hosting.
That would be "The WHM saga".
Although when it comes to programming there would be some overlap, but don't dwell on that.
Because at Sircon, I feel like they didn't want me working with code, but rather support only...
Here are lists of stuff I'll be writing about here;
:x: marks not started :construction: marks work in progress :white_check_mark: marks complete!
@@ -21,28 +28,32 @@ Here are lists of stuff I'll be writing about here;
### Python
- :x: Flask :baby_bottle:
- :x: SQLAlchemy :sake:
- :construction: MSAL (Microsoft Authentication Library) :banjo:
- [:construction: MSAL (Microsoft Authentication Library) :banjo:](./msal)
### Browser JavaScript
- :x: jQuery :calling:
- :construction: Handlebars.js :wavy_dash:
- [:construction: Handlebars.js :wavy_dash:](./handlebars)
## Programs / Tools
- :construction: Fail2ban :hammer:
- :construction: Docker :smiling_face_with_hearts:
- [:construction: Fail2ban :hammer:](./fail2ban)
- [:construction: Docker :smiling_face_with_hearts:](./docker)
- :x: FreeRADIUS :crystal_ball:
- :x: Postgres :floppy_disk:
- :construction: Ansible :gun:
- [:construction: Ansible :gun:](./ansible)
- [:white_check_mark: tzsp2pcap :chains:](./tzsp2pcap)
## OS / Networking
- :x: Debian :dolls:
- :construction: Mikrotik :package:
- :x: Cisco Meraki :cloud:
- [:construction: Debian :dolls:](./debian)
- [:white_check_mark: Mikrotik :package:](./mikrotik)
- [:white_check_mark: Cisco Meraki :cloud:](./meraki)
## Azure
- :white_check_mark: App Registration :rocket:
- [:white_check_mark: App Registration :rocket:](./azure-app-registration)
- :x: Active Directory :dizzy:
## Etc
- [:white_check_mark: Linux desktop password reset :mage_man:](./linux-password-reset)
## The WHM saga (shortie)
- :white_check_mark: Wordpress :eyes:
- :white_check_mark: cPanel :shit:
- :white_check_mark: WHM :ok_hand:
- [:white_check_mark: Wordpress :eyes:](./wordpress)
- [:construction: cPanel :shit:](./cpanel)
- [:construction: WHM :ok_hand:](./whm)