Skip to content

Instantly share code, notes, and snippets.

View ohsevin's full-sized avatar
🤞
h🔑🔑ding

✘ ⓞⓗⓢⓔⓥ.ⓘⓝ ✘ ohsevin

🤞
h🔑🔑ding
View GitHub Profile
# dhammapada
http://tiny.cc/dhammapada-deb
Ubuntu terminal based install =
[=====================================================]
sudo apt-get install display-dhammapada
[=====================================================]
@ohsevin
ohsevin / iphone-setup.sh
Created June 24, 2018 01:02
iphone usb driver installation for ubuntu
#!/bin/bash
zip_dir_name=""
function install_package () {
./autogen.sh
make
make install
}
function unzip_name () {
d="`mktemp -d`"
================================================================================
tiny.cc/streamlist
tiny.cc/URLz
=
============================== RADIO STREAMS ===================================
!!!! 99 JAMZ :
$ mpv http://oom-cmg.streamguys1.com/mia991/mia991-tunein.mp3
@ohsevin
ohsevin / GalliumOS-Braswell-4.9.4-AMD64
Last active May 20, 2018 23:22
INSTALL guide for ANY GalliumOS (Braswell) based kernel image & firmware required
# Prerequisites Files:
galliumos-braswell_4.9.4-galliumos2_amd64.tar.gz
galliumos.gpg
linux-firmware-image-4.9.4-galliumos-braswell_4.9.4-galliumos2_amd64.deb
linux-headers-4.9.4-galliumos-braswell_4.9.4-galliumos2_amd64.deb
linux-image-4.9.4-galliumos-braswell_4.9.4-galliumos2_amd64.deb
## GALLIUMOS BRASWELL 4.9.4 KERNEL USAGE GUIDE FOR OTHER LINUX DISTROS: ##
#################################
# Ubuntu Repos #
#################################
### Main
#deb cdrom:[Nitrux _nxos_]/ xenial main multiverse restricted universe
deb http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu cosmic main restricted universe multiverse
### Updates
# echo $LD_LIBRARY_PATH
# pacmd list-sink-inputs
# pulse-audio -kpacmd set-default-sink 1 & pacmd move-sink-input 5 1
# pacmd set-default-sink 1 & pacmd move-sink-input 5 1
# pacmd list-sink-inputs
# pacmd list-sink-inputs | grep index | while read line; do echo "Moving input: "; echo $line | cut -f2 -d' '; echo "to sink: $1"; pacmd move-sink-input `echo $line | cut -f2 -d' '` $1;
# sudo nano togglesinks.sh
# sudo nano movesinks.sh
# sudo nano movesinks2.sh
# sudo nano movesinks3.sh
# Add /etc/sysctl.conf improvements found below to the bottom of configuration file
## sudo nano /etc/hosts
127.0.0.1 localhost.localdomain localhost
127.0.1.1 minntyFreesh
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
# bitstamp-widget
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import decimal
D = decimal.Decimal
import bitstamp.client
statusfile = '/home/artik/.bitstamp-widget-status.txt'
## Netflix Secret Codes List:
Action & Adventure: 1365
Action Comedies: 43040
Action Sci-Fi & Fantasy: 1568
Action Thrillers: 43048
Adult Animation: 11881
Adventures: 7442
African Movies: 3761
Alien Sci-Fi: 3327
#!/bin/bash
#
# chrx-install
#
# chromebook unix installer
#
## Provided for sharing & modifying purposes by gist of github.com/ninetyfivenorth
CHRX_VERSION="2.4.3"