Skip to content
View roelds's full-sized avatar
:shipit:
(╯°□°)╯︵ ┻━┻
:shipit:
(╯°□°)╯︵ ┻━┻
  • 17:08 (UTC -05:00)
Block or Report

Block or report roelds

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
roelds/README.md

  • 👋 Hi, I’m @roelds
  • 👀 I’m interested in CyberSec
  • 🌱 I’m currently learning InfoSec & working on improving my dev & script skillset
  • 🔭 I'm always looking to find & deliver unique value, in anything I do
  • 📫 Reach me via DM on KB : https://keybase.io/roelds

🤔

  • Find me elsewhere, supposedly with some answers, on StackOverflow

  • 💞️ I’d love to collaborate on FOSS !

  • See my Gists for various code snippets & shell scripts (mostly Go,Fish,Bash,PowerShell)

  • 💬 My fav nerd font

  • My fav Linux is Debian Testing

  • 🎨 My aka.ms/terminal Settings here : %localappdata%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json

  • My aka.ms/vscode Editor Settings : %appdata%\code\user\settings.json

{
    "editor.unicodeHighlight.invisibleCharacters": true,
    "redhat.telemetry.enabled": false,
    "files.associations": {
        "*.sh": "fish"
    },
    "editor.fontFamily": "'Source Code Pro', 'Courier New', monospace",
    "workbench.colorTheme": "One Dark Pro Darker"
    "powershell.cwd": "D:\\",
    "powershell.powerShellDefaultVersion": "Windows PowerShell (x64)"
    "terminal.external.windowsExec": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
    "terminal.integrated.profiles.windows": {
        "Windows PowerShell": {
            "path": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
        }
    },
    "terminal.integrated.defaultProfile.windows": "Windows PowerShell"

}
  • My aka.ms/wsl2 Config : %userprofile%\.wslconfig
[wsl2]
kernelCommandLine = "sysctl.vm.max_map_count=262144"

Pinned

  1. roelds.github.io roelds.github.io Public

    I'm on a journey to transition my career from ITOps into SecOps.

  2. curated-infosec curated-infosec Public

    curated list of free (or free tier available) infosec sites, & example content from there

  3. List privileged services that don't ... List privileged services that don't come with Windows 11
    1
    # updated for Win11
    2
    # List privileged services that don't come with Windows 11
    3
    
                  
    4
    # Exclusion List for Win11 built in
    5
    $exclusion = @('ALG', 'AppVClient', 'COMSysApp', 'diagnosticshub.standardcollector.service',
  4. open-quantum-safe/oqs-provider open-quantum-safe/oqs-provider Public

    OpenSSL 3 provider containing post-quantum algorithms

    C 153 66