Skip to content

Instantly share code, notes, and snippets.

@badwulfy
badwulfy / fetch-libimobiledevice.sh
Created January 28, 2024 20:25 — forked from Lessica/fetch-libimobiledevice.sh
Fetch libraries and executables for macOS from libimobiledevice artifacts. This script will make executables runnable without install them to specific paths.
#!/bin/sh
set -e
if ! test -x "`which ldid`"; then
echo "Cannot find ldid, you may install it via Homebrew."
exit 1
fi
if [ ! -d "$(xcode-select -p)" ]; then
@badwulfy
badwulfy / @elastic+eui+60.2.0.patch
Created July 12, 2022 15:32
path for Elastic UI 60.2.0 for parcel/rollop/vite
diff --git a/node_modules/@elastic/eui/es/components/icon/icon.js b/node_modules/@elastic/eui/es/components/icon/icon.js
index c2aa6f3..b280c09 100644
--- a/node_modules/@elastic/eui/es/components/icon/icon.js
+++ b/node_modules/@elastic/eui/es/components/icon/icon.js
@@ -130,12 +130,12 @@ export var EuiIconClass = /*#__PURE__*/function (_PureComponent) {
return;
}
- import(
+ (
Diff + result DMG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{"lastUpload":"2017-12-15T16:15:30.613Z","extensionVersion":"v2.8.7"}
@badwulfy
badwulfy / PKGBUILD
Created June 4, 2017 12:52
Geis makepkg fix
# Maintainer: Nicolas Quiénot <niQo @ AUR >
# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
pkgname=geis
pkgver=2.2.17
pkgrel=1
pkgdesc="Implementation of the GEIS (Gesture Engine Interface and Support) interface."
arch=('i686' 'x86_64')
url="https://launchpad.net/geis"
license=('GPL' 'LGPL')
@badwulfy
badwulfy / gist:8e7512a77b05428af3f452e21ada1d57
Last active June 2, 2017 21:33
Surface pro 3 - kubuntu 17.04 - all working properly
install kubuntu 17.04
wifi issues :
Necessary (TLP + bluetooth) : https://www.reddit.com/r/SurfaceLinux/comments/69atec/surface_book_wifi_dies_randomly/
Suspend fix : /lib/systemd/system-sleep/sp3_hiber.sh
#!/bin/sh
case $1/$2 in
pre/suspend)
echo "Going to $2..."