Skip to content

Instantly share code, notes, and snippets.

@cryptopepy
cryptopepy / readme.md
Created November 11, 2025 05:52 — forked from bodnarlajos/readme.md
This Simply Disables all useless or uneeded for windows 10/11 services to make your computer faster.

Make sure you run this script as admin,otherwise it will fail to execute

About this script

Warning this is a hardcore removal script, unlike the others, This tries to fully remove almost all uneeded services, without making the computer unusable

Disclamer

By running or using this script you accept. I am not hield responsible if anything breaks or stops working on your computer/machine. That is your fault and it is up to you to re-enable the service.

Printers will not work with this script.

@cryptopepy
cryptopepy / killallmacservices.sh
Created June 14, 2025 13:11
Script to kill all running macos services on Sequoia. Messy but works without disabling SIP.
#!/bin/bash
# -----------------------------------------------------------------------------
# WARNING: This script forcefully terminates numerous macOS system services.
# It is intended for expert users who understand the potential consequences
# and are capable of troubleshooting any resulting issues.
#
# Running this script can lead to system instability, loss of functionality,
# and data loss. Proceed with extreme caution.
# -----------------------------------------------------------------------------
@cryptopepy
cryptopepy / Disable-Sequoia-Bloatware.sh
Created December 27, 2024 05:38 — forked from b0gdanw/Disable-Sequoia-Bloatware.sh
Disable Sequoia Bloatware
#!/bin/zsh
# WARNING! The script is meant to show how and what can be disabled. Don’t use it as it is, adapt it to your needs.
# Credit: Original idea and script disable.sh by pwnsdx https://gist.github.com/pwnsdx/d87b034c4c0210b988040ad2f85a68d3
# Disabling unwanted services on macOS Big Sur (11), macOS Monterey (12), macOS Ventura (13), macOS Sonoma (14) and macOS Sequoia (15)
# Disabling SIP is required ("csrutil disable" from Terminal in Recovery)
# Modifications are written in /private/var/db/com.apple.xpc.launchd/ disabled.plist, disabled.501.plist
# To revert, delete /private/var/db/com.apple.xpc.launchd/ disabled.plist and disabled.501.plist and reboot; sudo rm -r /private/var/db/com.apple.xpc.launchd/*
# user

aspe:keyoxide.org:A3EMIAIADKLW6RY4VZJVEDHLI4

@cryptopepy
cryptopepy / server.py
Created December 13, 2024 05:08 — forked from cloudwithax/server.py
openai api to ollama api translator
import httpx
from fastapi import FastAPI, HTTPException
from pydantic import BaseModel
app = FastAPI()
# Define a Pydantic model for request input
class GenerateRequest(BaseModel):
model: str
prompt: str

iOS, The Future Of macOS, Freedom, Security And Privacy In An Increasingly Hostile Global Environment

This post by a security researcher who prefers to remain anonymous will elucidate concerns about certain problematic decisions Apple has made and caution about future decisions made in the name of “security” while potentially hiding questionable motives. The content of this article represents only the opinion of the researcher. The researcher apologises if any content is seen to be inaccurate, and is open to comments or questions through PGP-encrypted mail.



TL;DR