Skip to content

Instantly share code, notes, and snippets.

View acidburn0zzz's full-sized avatar

acidburn acidburn0zzz

View GitHub Profile
@acidburn0zzz
acidburn0zzz / hookEnentStream
Created October 7, 2023 23:42
hookEventStream:exportToQueue
getEnentStream="https://smee.io/zWUkW6q0uiSYlRGE?installation_id=39912519&setup_action=update";
@acidburn0zzz
acidburn0zzz / AdobeAMDFix.md
Created November 30, 2021 18:22 — forked from naveenkrdy/AdobeAMDFix.md
To fix adobe products crashes on AMD hackintosh

Adobe Crash Fix XLNC

Instructions

  1. Install needed adobe apps from adobe creative cloud.

  2. Open Terminal.

  3. Copy-paste the below command to your terminal and run it (enter password when asked).

@acidburn0zzz
acidburn0zzz / build-xnu-4903.270.47.sh
Created February 1, 2021 01:17 — forked from knightsc/build-xnu-4903.270.47.sh
A script to build XNU version 4903.241.1 (macOS Mojave 10.14.3).
#! /bin/bash
#
# build-xnu-4903.270.47.sh
# Scott Knight
#
# Based on the script by Brandon Azad
# https://gist.github.com/bazad/654959120a423b226dc564073b435453
#
# A script showing how to build XNU version 4903.270.47 on macOS Mojave
# 10.14.6 with Xcode 10.3
@acidburn0zzz
acidburn0zzz / DataTypes.h
Created January 24, 2021 08:30 — forked from knightsc/DataTypes.h
dtrace-338.0.1 missing DataTypes.h file from llvmCore-3425.0.36
/* include/llvm/Support/DataTypes.h. Generated from DataTypes.h.in by configure. */
/*===-- include/Support/DataTypes.h - Define fixed size types -----*- C -*-===*\
|* *|
|* The LLVM Compiler Infrastructure *|
|* *|
|* This file is distributed under the University of Illinois Open Source *|
|* License. See LICENSE.TXT for details. *|
|* *|
|*===----------------------------------------------------------------------===*|
|* *|
@acidburn0zzz
acidburn0zzz / vivaldi-linux-media-single-user.md
Created September 7, 2020 05:36 — forked from ruario/vivaldi-linux-media-single-user.md
Running the the Vivaldi Linux update-ffmpeg and update-widevine scripts without using root

Intro

The update-ffmpeg and update-widevine scripts included in the Vivaldi install directory are provided to fix situations where proprietary media (AVC/H.264 and AAC) and Widevine (DRM/EME) respectively, are not setup correctly.

These scripts are primarily intended to be run as root (or under sudo) as they create and update files and directories that are root owned. However both support a command line option (--user) that adjusts their installation directories and thus allows them to be run without escalation.

The --user options were made for internal usage, with locally ‘unpacked’ copies of Vivaldi (i.e. not installed). However, it is possible to use them with standard installs (albeit with a little tweaking in the case of update-widevine).

update-ffmpeg

@acidburn0zzz
acidburn0zzz / README.md
Created July 27, 2020 21:22 — forked from santiagobasulto/README.md
Download HumbleBundle books in batch with a simple Python script.

Download HumbleBundle books

This is a quick Python script I wrote to download HumbleBundle books in batch. I bought the amazing Machine Learning by O'Reilly bundle. There were 15 books to download, with 3 different file formats per book. So I scratched a quick script to download all of them in batch.

(Final Result: books downloaded)

@acidburn0zzz
acidburn0zzz / nsolid-install.sh
Created May 26, 2020 23:01 — forked from pmuellr/nsolid-install.sh
sample script to install N|Solid components into ~/nsolid
#!/bin/bash
#-------------------------------------------------------------------------------
# download/unpack componentry for N|Solid into ~/nsolid
#-------------------------------------------------------------------------------
# updates:
# 2016-05-04 print note about officially supported "Download All" tarball
# 2016-02-10 change to get N|Solid versions dynamically from index.tab
# 2016-02-10 upgrade to N|Solid 1.2.1
# 2016-01-12 upgrade to N|Solid 1.2.0
@acidburn0zzz
acidburn0zzz / links.txt
Last active April 17, 2020 12:44 — forked from abiosoft/links.txt
powerline web fonts
@acidburn0zzz
acidburn0zzz / upmusic
Created April 6, 2019 22:27 — forked from jasonwryan/upmusic
Repopulate symlinks from udev rule
#!/usr/bin/env bash
# repopulate music links when drive plugged in
shopt -s nullglob
export DISPLAY=:0
export XAUTHORITY=/home/jason/.Xauthority
music=(/media/Apollo/Music/*)
find /home/jason/Music -type l -exec rm {} \;