This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# dhammapada | |
http://tiny.cc/dhammapada-deb | |
Ubuntu terminal based install = | |
[=====================================================] | |
sudo apt-get install display-dhammapada | |
[=====================================================] | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
zip_dir_name="" | |
function install_package () { | |
./autogen.sh | |
make | |
make install | |
} | |
function unzip_name () { | |
d="`mktemp -d`" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
================================================================================ | |
tiny.cc/streamlist | |
tiny.cc/URLz | |
= | |
============================== RADIO STREAMS =================================== | |
!!!! 99 JAMZ : | |
$ mpv http://oom-cmg.streamguys1.com/mia991/mia991-tunein.mp3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: ## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################# | |
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# bitstamp-widget | |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import decimal | |
D = decimal.Decimal | |
import bitstamp.client | |
statusfile = '/home/artik/.bitstamp-widget-status.txt' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# chrx-install | |
# | |
# chromebook unix installer | |
# | |
## Provided for sharing & modifying purposes by gist of github.com/ninetyfivenorth | |
CHRX_VERSION="2.4.3" |