Skip to content

Instantly share code, notes, and snippets.

View TheNoiselessNoise's full-sized avatar
🏠
Working from home

Noiseless Noise TheNoiselessNoise

🏠
Working from home
View GitHub Profile
@TheNoiselessNoise
TheNoiselessNoise / rpcs3_lbp2_dlc_bonsai.md
Created June 22, 2025 10:37
LittleBigPlanet 2 on RPCS3 (with All DLCs and Refresher/Bonsai)

LittleBigPlanet 2 on RPCS3 (with All DLCs and Refresher/Bonsai)

1. Game

  1. Go to Archive.org, download the torrent file, and start downloading it
  2. This will download the game in .iso format and all the needed Updates for it (except for Update 1.13, because it's corrupted)
  3. Go to AldosTools, write BCUS98245 in the search box, and download the Update 1.13 (this is the only update you will need to download manually)
  4. Once the Update 1.13 is downloaded, copy it to the other updates (overwriting the existing corrupted one)

2. Decrypt the Game

  1. Download ps3-disc-dumper and extract it
@TheNoiselessNoise
TheNoiselessNoise / fix-permissions.sh
Created December 29, 2024 22:15
Linux - Fix permissions on accidental bad chown -R
#!/bin/bash
# Color and style definitions
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
BLUE='\033[0;34m'
MAGENTA='\033[0;35m'
CYAN='\033[0;36m'
BOLD='\033[1m'