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
# | |
## || ## [one] Method of FORCE Sysctl.conf disabling of IPv6 ability & connectivity; | |
## Enable these (4) items by uncommenting each line, then provide the required command found below: | |
net.ipv6.conf.all.disable_ipv6 = 1 | |
net.ipv6.conf.default.disable_ipv6 = 1 | |
net.ipv6.conf.lo.disable_ipv6 = 1 | |
net.ipv6.conf.tun0.disable_ipv6 = 1 |
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
<!DOCTYPE html> | |
<!--[if (gt IE 8)|!(IE)]><!--><html xmlns:ng="http://angularjs.org/"><!--<![endif]--> | |
<head> | |
<!--[if IE 9 ]> <meta http-equiv="X-UA-Compatible" content="IE=9"> <![endif]--> | |
<!--[if (gt IE 9) ]> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <![endif]--> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=no"> | |
<meta name="description" content="Listen online anywhere you go with SiriusXM Streaming. Commercial-free music, all your favorite sports, exclusive talk and entertainment. Login and listen now!"> |
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
# 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
# RADIO | |
ogg123 http://ai-radio.org | |
Lite 90's | |
http://www.181.fm/stream/asx/181-lite90s | |
Awesome 80's | |
http://www.181.fm/stream/asx/181-awesome80s |
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
Boot Info Script 8f991e4 + Boot-Repair extra info [Boot-Info 25oct2017] | |
============================= Boot Info Summary: =============================== | |
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector | |
938334728 of the same hard drive for core.img. core.img is at this | |
location and looks for (,gpt2)/boot/grub. It also embeds following | |
components: | |
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
snmp-mibs-downloader wireshark-doc python-psycopg2 python-pymssql python-mysqldb tcpreplay wireshark graphviz python-gnuplot python-pyx ebtables python-visual xpdf gv hexer librsvg2-bin python-pcapy python-sqlalchemy-doc python-psycopg2 python-pymysql python-fdb python-pymssql | |
kodi-pvr-mythtv kodi-pvr-vuplus kodi-pvr-vdr-vnsi kodi-pvr-njoy kodi-pvr-nextpvr kodi-pvr-mediaportal-tvserver kodi-pvr-tvheadend-hts kodi-pvr-dvbviewer kodi-pvr-argustv kodi-pvr-iptvsimple kodi-audioencoder-vorbis kodi-audioencoder-flac kodi-audioencoder-lame |
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
Boot Info Script 8f991e4 + Boot-Repair extra info [Boot-Info 25oct2017] | |
============================= Boot Info Summary: =============================== | |
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector | |
929523712 of the same hard drive for core.img. core.img is at this | |
location and looks for /boot/grub. It also embeds following components: | |
modules |
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 |