Skip to content

Instantly share code, notes, and snippets.

@dayvsonlima
dayvsonlima / readme.md
Created March 15, 2018 20:56 — forked from romuloctba/readme.md
Install Adobe Photoshop CS6 on Wine (Ubuntu, Elementary OS, Linux Mint)

Step 1. Install the Wine Team Ubuntu PPA

First start by installing Wine btw it's a utility to install windows apps in linux :

open the Terminal and :

   sudo add-apt-repository ppa:ubuntu-wine/ppa     
   sudo apt-get update && sudo apt-get upgrade
   sudo apt-get install wine1.7 winetricks
@KyleMit
KyleMit / CloneAllRepos.md
Last active January 17, 2025 21:09
How to clone all repos at once from GitHub?

Clone all repos from GitHub

Here's a play by play of kenorb's answer to 'How to clone all repos at once from GitHub?' with a breakdown for each command for people (like me) new to bash

TL;DR Run the following command, but replace Kylemit your own Github user name

UserName=Kylemit; \
curl -s https://api.github.com/users/$UserName/repos?per_page=1000 |\
jq -r '.[]|.clone_url' |\
xargs -L1 git clone
@Zeinok
Zeinok / wine-breeze-dark-theme.md
Last active August 23, 2025 00:38
Breeze Dark theme for Wine

Made possible with this reddit post.

Install

wine regedit wine-breeze-dark.reg

Uninstall (Reset Wine color scheme)

wine regedit wine-reset-theme.reg

@barncastle
barncastle / BrawlhallaDumper.zip
Last active July 22, 2025 06:38
Code for decrypting Blue Mammoth Games' Brawlhalla's SWZ files
@SushiDesigner
SushiDesigner / Meteorite.md
Last active June 25, 2023 15:44
Meteorite On Linux
@demirdegerli
demirdegerli / ubuntu_debloater.sh
Last active August 21, 2025 14:04
Ubuntu Debloater
#!/bin/sh
if [ "$(whoami)" != "root" ]; then
echo "Please run this script as root."
exit
fi
printf "This script will\n\n- Remove Snap\n- Install the deb version of Firefox\n- Install Flatpak\n- Optionally replace Ubuntu Desktop with GNOME\n\n"
read -p "Continue? (Y/n) " start_prompt
case $start_prompt in
[nN] | [nN][oO] )
exit
@ToxicMushroom
ToxicMushroom / dead cells linux wayland.md
Created April 18, 2023 00:05
Dead cells Native wayland linux tutorial

If you've also experienced SEGV when trying to run deadcells native this gist might help.

                Stack trace of thread 86007:
                #0  0x00007f1b0d2a4938 wl_proxy_marshal_constructor (libwayland-client.so.0 + 0xa938)
                #1  0x00007f1b0b4da52b n/a (/home/merlijn/.local/share/Steam/steamapps/common/Dead Cells/>
                ELF object binary architecture: AMD x86-64

disclamer I've almost no idea what I'm doing, I'm not responsible for your game bugging out or ruining your save, always keep a backup.

@Lucas-mother3
Lucas-mother3 / flash-linux.md
Last active August 18, 2025 23:09
A guide to run Adobe Flash in 2024 under Linux

A guide to set up Basilisk with working Adobe Flash after 2021 (under Linux)

Updated: February 05, 2024

Some PSA

Do not follow this guide unless you acknoweldge that you are likely more prone to security vulnerabilities.

Since Adobe killed off Flash including security updates (except Mainland China), this guide would lead your Linux system to be more vulnerable to attacks.

@KLanausse
KLanausse / ORRH_linux_setup_and_install.sh
Last active August 17, 2025 04:35
Install Script For ORRH On Linux
#!/bin/bash
prefix=$HOME/.local/share/wineprefixes/OnlyRetroRobloxHere
#text colours
Green='\033[1;32m'
Red='\033[1;31m'
Yellow='\033[1;33m'
Blue='\033[1;34m'
Reset='\033[m'
sudo pacman -Syu alsa-lib alsa-plugins cups desktop-file-utils dosbox ffmpeg fontconfig freetype2 gcc-libs gettext giflib gnutls gst-plugins-base-libs gtk3 libgphoto2 libpcap libpulse libva libxcomposite libxcursor libxi libxinerama libxrandr mingw-w64-gcc opencl-headers opencl-icd-loader samba sane sdl2 v4l-utils vulkan-icd-loader wine-mono && git clone https://gitlab.com/xkero/rum $HOME/Documents/rum && echo $PATH && sudo cp $HOME/Documents/rum/rum /usr/local/bin/rum && git clone https://gitlab.winehq.org/ElementalWarrior/wine.git ElementalWarrior-wine && cd ElementalWarrior-wine && git switch affinity-photo3-wine9.13-part3 && mkdir winewow64-build/ wine-install/ && cd winewow64-build/ && ../configure --prefix="$HOME/Documents/ElementalWarrior-wine/wine-install" --enable-archs=i386,x86_64 && make -j $(nproc) && make install && sudo mkdir /opt/wines && sudo cp --recursive "$HOME/Documents/ElementalWarrior-wine/wine-install" "/opt/wines/affinity-photo3-wine9.13-part3" && sudo ln -s /opt/wines/affinity-photo3