# Step-by-Step Guide to Fix Code Signing Issues in VSCode/VSCodium on macOS
# This guide provides step-by-step instructions to resolve the code-signing error in VSCodium, which appears as:
codium
# [0427/140803.667468:ERROR:codesign_util.cc(109)] SecCodeCheckValidity: Error Domain=NSOSStatusErrorDomain Code=-67062 "(null)" (-67062)
brew list --cask vscodium
# ==> App
# ~/Applications/VSCodium.app (2,235 files, 364.8MB)
"workbench.colorCustomizations": { | |
// Contrast Colors - The contrast colors are typically only set for high contrast themes. If set, they add an additional border around items across the UI to increase the contrast. | |
"contrastActiveBorder": "", | |
"contrastBorder": "", | |
// Base Colors | |
"focusBorder": "", | |
"foreground": "", | |
"widget.shadow": "", | |
"selection.background": "", | |
"descriptionForeground": "", |
A collection of awesome penetration testing resources.
Penetration testing is the practice of launching authorized, simulated attacks against computer systems and their physical infrastructure to expose potential security weaknesses and vulnerabilities.
Your contributions and suggestions are heartilyβ₯ welcome. (βΏββΏβ). Please check the Contributing Guidelines for more details. This work is licensed under a Creative Commons Attribution 4.0 International License.
This project is supported by Netsparker Web Application Security Scanner
# https://github.com/zx0r/Git-Bare-Repo-Management
Managing dotfiles using a bare Git repository is a clean, efficient, and version-controlled approach to maintaining system configurations across multiple environments. This guide follows DevOps, DevSecOps, and automation best practices to ensure seamless setup, maintainability, and security.
#!/usr/bin/env bash | |
# Script Name: download_gist_files.sh | |
# Description: Automates the process of downloading all files from a GitHub Gist. | |
# Uses the GitHub Gist API to fetch file metadata and downloads each file. | |
# Author: zx0r | |
# Date: 2025.01.30 | |
# Version: 1.0 | |
# Usage: ./download_gist_files.sh <GIST_ID> | |
# Example: ./download_gist_files.sh 843298b67cd91a0835dcf36aada529d5 |
#!/usr/bin/env bash | |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
# :::::::: :::: ::: ::: ::: ::::::::: :::::::: | |
# :+: :+: :+:+: :+: :+: :+: :+: :+: :+: :+: | |
# +:+ :+:+:+ +:+ +:+ +:+ +:+ +:+ +:+ | |
# :#: +#+ +:+ +#+ +#+ +:+ +#++:++#+ :#: | |
# +#+ #+#+# +#+ +#+#+# +#+ +#+ +#+ +#+ #+#+# | |
# #+# #+# #+# #+#+# #+# #+# #+# #+# #+# |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
# a88888b. dP 888888ba dP | |
# d8' `88 88 88 `8b 88 | |
# 88 .d8888b..d888b88.d8888b.a88aaaa8P'.d8888b..d8888b..d8888b.d8888P | |
# 88 88' `8888' `8888ooood8 88 `8b.88' `8888' `88Y8ooooo. 88 | |
# Y8. .8888. .8888. .8888. ... 88 .8888. .8888. .88 88 88 | |
# Y88888P'`88888P'`88888P8`88888P' 88888888P`88888P'`88888P'`88888P' dP | |
# Copyright (c) 2025 zx0r. All rights reserved. |