Installing Metasploit on an M1 Macbook Air
The article provides instructions for installing Metasploit Framework on an M1 MacBook Air using the official macOS installer, including steps to bypass security blocks in System Preferences. After in…
The article provides instructions for installing Metasploit Framework on an M1 MacBook Air using the official macOS installer, including steps to bypass security blocks in System Preferences. After in…
This is a Python script called `stablediffusionwalk.py` that creates hypnotic moving videos by smoothly walking randomly through Stable Diffusion's sample space. The script uses the Diffusers library …
This article provides a tutorial for patching Android APKs using the tools apk-mitm and APKLab, including support for bundle APKs (multiple APK files). It outlines steps to extract, decompile, edit, r…
The article provides instructions for building and running a Docker image for a Node.js application using Docker Compose. It specifies commands that use a production configuration file and an environm…
This article provides a list of international technology companies, primarily in Europe, that hire tech talent from India and offer visa and relocation support. The author, who recently joined Amazon …
This article provides a step-by-step guide for setting up screen sharing on the Hyprland compositor in Arch Linux, primarily for use with OBS. It covers installing necessary packages like PipeWire, Wi…
The article describes "Rebane's Discord Pin Compressor," a simple web application that converts Discord pins into Discord messages. This tool is useful for users who have reached Discord's pin limit a…
Notes for a CS51 guest lecture comparing OCaml and Elm, highlighting Elm's common uses in web apps, data visualization, and 3D graphics with specific library examples. It also discusses Elm's advantag…
Side-by-side comparison of syntax differences between OCaml and Elm, covering expressions, types, functions, type aliases, and algebraic data types (ADTs). It includes code examples showing how common…
This article provides a curated list of resources for learning assembly language, reverse engineering, malware analysis, and game hacking. It includes links to YouTube playlists, tutorials, documentat…
This article provides guidelines for naming Git branches and writing commit messages. Branch names should follow a `<type>/<name>/<issue_ID>` format using kebab-case, while commit messages should adhe…
Instructions for removing the "Git GUI Here" and "Git Shell" options from the Windows directory and desktop context menus. It includes a method to undo the removal if desired, and notes that users mus…
The article provides a step-by-step guide for installing the RetroArch game emulator on modern Xbox consoles (One, One S, One X, Series S, and Series X) by first enabling Developer Mode, which require…
This article describes the porting of AMD's FidelityFX Super Resolution (FSR) v1.0.2 upscaling technology to the mpv video player as a GLSL shader. The implementation operates directly on the LUMA pla…
This article provides a step-by-step guide for setting up a NixOS server on a Hetzner Cloud instance, including partitioning the disk, installing NixOS, and configuring an admin user with SSH access. …
The article provides a step-by-step guide for replacing the default Ubuntu 20.04 operating system on an Oracle Cloud Infrastructure (OCI) Free Tier ARM64 instance with a Debian 10 cloud image. The pro…
The article describes a shell script (`clean_pdf.sh`) that recursively finds PDF files in a specified directory (or the current directory) and strips their top-level metadata using `exiftool` and `qpd…
Google Sheets formulas for calculating Spanish social security contributions for self-employed workers (autónomos) and income tax (IRPF) deductions for employees. The code includes specific contributi…
This article provides a step-by-step guide for installing and configuring QEMU-KVM virtualization on Arch Linux. It details the installation of necessary packages, enabling systemd services, and valid…
Based on the provided text, the article is a Jupyter Notebook file titled "Quant Rating Calculation.ipynb" that failed to load or display properly. The body contains only error messages indicating the…