Skip to content

Instantly share code, notes, and snippets.

View Austcool-Walker's full-sized avatar

AugustusXVIII Austcool-Walker

  • 08:15 (UTC -04:00)
View GitHub Profile
@Austcool-Walker
Austcool-Walker / idevicerestore.sh
Created August 6, 2020 18:42 — forked from stek29/idevicerestore.sh
idevicerestore on linux (Debian-based)
sudo apt update
# sudo apt upgrade
sudo apt install -y libcurl4-openssl-dev libplist-dev libzip-dev openssl libssl-dev libusb-1.0-0-dev libreadline-dev build-essential git make automake libtool pkg-config
git clone https://github.com/libimobiledevice/libirecovery
git clone https://github.com/libimobiledevice/idevicerestore
git clone https://github.com/libimobiledevice/usbmuxd
git clone https://github.com/libimobiledevice/libimobiledevice
git clone https://github.com/libimobiledevice/libusbmuxd
git clone https://github.com/libimobiledevice/libplist
This file has been truncated, but you can view the full file.
/**
* @name Dream Frame
* @original-author Korbs#7204
* @author <@!318528448320634881>
* @version v5 Beta
* @description Dream Frame is a clean theme for Discord
*/
/* This theme was edited using https://gibbu.me/editor/dreamframe */
@Austcool-Walker
Austcool-Walker / GoddessBlackHeartBot.desktop
Created August 12, 2020 19:35
A autostart desktop template for my Discord Bot.
[Desktop Entry]
Type=Application
Exec=gnome-terminal -x zsh -c "cd /home/noire/Documents/GoddessBlackHeartBot && python3 /home/noire/Documents/GoddessBlackHeartBot/GoddessBlackHeartBot.py; exec zsh"
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[en_US]=GoddessBlackHeartBot-Terminal
Name=GoddessBlackHeartBot-Terminal
Comment[en_US]=Starts The GoddessBlackHeartBot in gnome-terminal
Comment=Starts The GoddessBlackHeartBot in gnome-terminal
@Austcool-Walker
Austcool-Walker / Transparent.theme.css
Created August 13, 2020 01:55
A Transparent BetterDiscord Theme!
/**
* @name Transparent
* @original-author Korbs#7204
* @author <@!318528448320634881>
* @version v5 Beta
* @description Transparent is a Transparent theme for Discord
*/
/* This theme was edited using https://gibbu.me/editor/dreamframe */
@Austcool-Walker
Austcool-Walker / ABOUT.md
Created August 14, 2020 03:19 — forked from laobubu/ABOUT.md
A very simple HTTP server in C, for Unix, using fork()

Pico HTTP Server in C

This is a very simple HTTP server for Unix, using fork(). It's very easy to use

How to use

  1. include header httpd.h
  2. write your route method, handling requests.
  3. call serve_forever("12913") to start serving on port 12913
@Austcool-Walker
Austcool-Walker / webdavserv.go
Created August 18, 2020 02:21 — forked from staaldraad/webdavserv.go
A small webdav server in go
package main
import (
"flag"
"fmt"
"log"
"net/http"
"os"
"golang.org/x/net/webdav"
@Austcool-Walker
Austcool-Walker / idevicerestore.sh
Last active September 18, 2020 15:37 — forked from stek29/idevicerestore.sh
idevicerestore on linux (Debian-based)
OUT=/opt/libimobiledevice.git
sudo apt update
# sudo apt upgrade
sudo apt install -y libcurl4-openssl-dev libplist-dev libzip-dev openssl libssl-dev libusb-1.0-0-dev libreadline-dev build-essential git make automake libtool pkg-config
git clone https://github.com/libimobiledevice/libirecovery
git clone https://github.com/libimobiledevice/idevicerestore
git clone https://github.com/libimobiledevice/usbmuxd
git clone https://github.com/libimobiledevice/libimobiledevice
git clone https://github.com/libimobiledevice/libusbmuxd
@Austcool-Walker
Austcool-Walker / access.json
Created September 20, 2020 20:33
kTTC macOS permission sqlite database dump
[
{
"auth_reason": 5,
"auth_value": 2,
"auth_version": 1,
"client": "/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/Versions/A/Support/photolibraryd",
"client_type": 1,
"csreq": null,
"flags": 0,
"indirect_object_code_identity": null,
@Austcool-Walker
Austcool-Walker / SMBios.plist
Created October 6, 2020 20:56
MacPro5,1 SMBios.plist for Hackintosh
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SMUUID</key>
<string>00000000-0000-1000-8000-000000000000</string>
<key>SMbiosdate</key>
<string>10/07/10</string>
<key>SMbiosvendor</key>
<string>Apple Inc.</string>
@Austcool-Walker
Austcool-Walker / debug_without_kexts.command
Last active October 10, 2020 15:17
OCBuilder (OpenCore Builder) IA32 32bit command script to build IA32 Debug on Mojave and below.
#!/bin/bash
prompt() {
dialogTitle="OCBuilder"
authPass=$(/usr/bin/osascript <<EOT
tell application "System Events"
activate
repeat
display dialog "This application requires administrator privileges. Please enter your administrator account password below to continue:" ¬
default answer "" ¬