Skip to content

Instantly share code, notes, and snippets.

@maran
maran / Apple_mobile_device_types.txt
Created March 25, 2024 10:00 — forked from adamawolf/Apple_mobile_device_types.txt
List of Apple's mobile device codes types a.k.a. machine ids (e.g. `iPhone1,1`, `Watch1,1`, etc.) and their matching product names
i386 : iPhone Simulator
x86_64 : iPhone Simulator
arm64 : iPhone Simulator
iPhone1,1 : iPhone
iPhone1,2 : iPhone 3G
iPhone2,1 : iPhone 3GS
iPhone3,1 : iPhone 4
iPhone3,2 : iPhone 4 GSM Rev A
iPhone3,3 : iPhone 4 CDMA
iPhone4,1 : iPhone 4S
======================
Proton: 1660576899 proton-7.0-4
SteamGameId: 1026680
Command: ['/home/deck/.local/share/Steam/steamapps/common/FINAL FANTASY VIII Remastered/FFVIII_LAUNCHER.exe']
Options: {'forcelgadd'}
depot: 0.20220804.66
pressure-vessel: 0.20220803.0
scripts: v0.20220803.0-0-gbca628e
soldier: 0.20220803.0 soldier 0.20220803.0
Kernel: Linux 5.13.0-valve21.1-1-neptune-02211-gc54cda5a36f3 #1 SMP PREEMPT Mon, 08 Aug 2022 22:27:56 +0000 x86_64
Computer Information:
Manufacturer: Valve
Model: Jupiter
Form Factor: Laptop
No Touch Input Detected
Processor Information:
CPU Vendor: AuthenticAMD
CPU Brand: AMD Custom APU 0405
CPU Family: 0x17
### Keybase proof
I hereby claim:
* I am maran on github.
* I am animazing (https://keybase.io/animazing) on keybase.
* I have a public key ASCLo4TZGGFCx_JBRCRmogwCt46OhdMmdIAKDUSWVQazMQo
To claim this, I am signing this object:
@maran
maran / gist:dc50de67832ad390013f30943a065fac
Created November 22, 2017 14:24
0x00f080E5cC01327c7e7F7688471f5Bcff76a9Fd1
0x00f080E5cC01327c7e7F7688471f5Bcff76a9Fd1
{
"nonce": "0x0000000000000042",
"difficulty": "0x40000",
"alloc": {
"bbbbbaaaaa82db86a35502193b4c6ee9a76ebe8f": {
"balance": "10015200000000000000000"
}
},
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x0000000000000000000000000000000000000000",
Verifying that +maran is my Bitcoin username. You can send me #bitcoin here: https://onename.io/maran
#!/bin/bash -i
# This script will install Ethereum-Go and all dependencies.
# Please download and make it executable and run it as such to make sure the script reloads bashrc
# wget https://gist.github.com/maran/2d69089ed5ea3f83fde8 -O install
# chmod +x install
# ./install
if ! lsb_release -sr | grep 14.04 > /dev/null; then
echo "This script is made for Ubuntu 14.04, this probably won't work."
echo -p "Do you want to try it anyway? (y/n) " -n 1 -r
@maran
maran / install
Last active August 29, 2015 14:01
Ubuntu 14.04 Ethereum Go install
#!/bin/bash -i
# This script will install Go & QML
# Please download and make it executable and run it as such to make sure the script reloads bashrc
# wget https://gist.githubusercontent.com/maran/8dc397ed79331f16e284/raw -O install
# chmod +x install
# ./install
VERSION="1.2.2"
function fromPkg(){
sudo apt-get install -y golang
#!/bin/bash
# @date: 2014-01-10
# @author: Xendarboh Sensorii <xen@shastafareye.net>
#
# This script will:
# 1) install system dependencies based on the Linux flavor (~Debian or Fedora)
# 2) install a custom-compiled openssl into $MYUSR_PREFIX (see config below)
# 3) install rvm and ruby
# 4) install mastercoin-wallet
#