Skip to content

Instantly share code, notes, and snippets.

View gweidart's full-sized avatar
💭
Web3 Security Researcher

zkevm.dev gweidart

💭
Web3 Security Researcher
View GitHub Profile
@gweidart
gweidart / README.md
Created June 16, 2025 03:31 — forked from cursor-ide/README.md
Cursor AI IDE Desktop / System Installer Script with Marketplace Patch

Cursor AI IDE Desktop / System Installer Script with Marketplace Patch

Cursor AI Logo

A simple, fast, and reliable bash script to properly install the Cursor IDE on Debian-based Linux systems, complete with system-wide deep-linking and true integration, along with Marketplace patching.

@gweidart
gweidart / cursor_reset.py
Last active April 3, 2025 05:48
Cursor AI free trial limit bypass script specifically for the Linux AppImage version of Cursor that automates the machine ID reset process, effectively performing the bypass via a single command. For more info: https://pypi.hashnode.dev/say-goodbye-to-trial-limits-reset-your-cursor-ai-machine-id-with-this-python-script
#!/usr/bin/env python3
import argparse
import os
import pwd
import shutil
import uuid
import json
import subprocess
import tempfile