𝘋𝘪𝘳𝘬

Somewhere between Linux woes, gaming, open source, 3D printing, recreational coding, and occasional ranting.

🔗 Me, but elsewhere

🇬🇧 / 🇩🇪

  • 2 Posts
  • 77 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle













  • They are so heavy on security I have a Citrix environment that takes me 3 logins

    My daily routine:

    1. Take laptop out of locked shelf
    2. Start Laptop and enter boot password
    3. Enter Bitlocker password
    4. Enter username (not saved) and password
    5. Open Citrix website and login with different username and password
    6. Enter MFA token to access said website
    7. Start server connection
    8. Enter different username/password (not saved) to access server
    9. Enter different MFA token for the server login
    10. Start the business-specific application with 3rd set of not saved and different login data

    They also have plans to make MFA mandatory for laptop login, too.

    Passwords need to be at least 15 characters long for laptops and 30 for servers and 10 for the business-specific application. All need to have uppercase, lowercase, numbers, and special characters and need to be changed every 60 days (for the server login) and cannot be the last 30 passwords.






  • I care about anything. RAM usage, file size, etc. I’m a minimalist when it comes to software. Use as less of all resources as possible. After once writing a router in Python I thought I could do this in Lua, too, but never actually tried. Maybe this would be a nice weekend project?

    Even if Nginx is the way to go, I currently experiment with SWS which was suggested here. Technical aspects aside: The software is actively developed and the maintainer provides Docker images on their own (easy for Deploying a container based on that) and a package for my distribution (easy for development testing).