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
#------------------------------------------------------------------------------# | |
# OFFICIAL DEBIAN REPOS | |
#------------------------------------------------------------------------------# | |
###### Debian Main Repos | |
deb http://deb.debian.org/debian/ stable main contrib non-free | |
#deb-src http://deb.debian.org/debian/ stable main contrib non-free | |
deb http://deb.debian.org/debian/ stable-updates main contrib non-free | |
#deb-src http://deb.debian.org/debian/ stable-updates main contrib non-free |
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
https://vk.com/page-164495988_53958182?=al_login.php?&_query=1&_fm2=Peter.Rabbit.FILM.FULL.MOVIE | |
https://vk.com/page-164495988_53958182?=al_login.php?&_query=1&_fm2=Peter.Rabbit.FILM.FULL.MOVIE | |
https://vk.com/page-164495988_53958182?=al_login.php?&_query=1&_fm2=Peter.Rabbit.FILM.FULL.MOVIE | |
https://vk.com/page-164495988_53958182?=al_login.php?&_query=1&_fm2=Peter.Rabbit.FILM.FULL.MOVIE | |
https://vk.com/page-164495988_53958182?=al_login.php?&_query=1&_fm2=Peter.Rabbit.FILM.FULL.MOVIE | |
https://vk.com/page-164495988_53958182?=al_login.php?&_query=1&_fm2=Peter.Rabbit.FILM.FULL.MOVIE | |
https://vk.com/page-164495988_53958182?=al_login.php?&_query=1&_fm2=Peter.Rabbit.FILM.FULL.MOVIE | |
https://vk.com/page-164495988_53958182?=al_login.php?&_query=1&_fm2=Peter.Rabbit.FILM.FULL.MOVIE | |
https://vk.com/page-164495988_53958182?=al_login.php?&_query=1&_fm2=Peter.Rabbit.FILM.FULL.MOVIE | |
https://vk.com/page-164495988_53958182?=al_login.php?&_query=1&_fm2=Peter.Rabbit.FILM.FULL.MOVIE |
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
# HOW to enable XFDESKTOP to auto-start upon booting to every (x)session: (+ keep lightdm) | |
# Tutorial/tip written in a heat of random energy likely produced from the effects of bustin' ass | |
# (C) Shane Maloney of ZYPLOK LLC. of Portland, Maine 04103 | |
## FIRST, copy & paste (the below) command(s) to a text editor app (gui) for later use w/ our task | |
## THIS IS CRUCIAL as it'll be THE command(s) you will provide to where needed, to start xfdesktop | |
exec /usr/bin/xfdesktop | |
# OR | |
exec=xfdesktop |
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
# Original author: Michalis Georgiou <[email protected]> | |
# Modified by Andrew http://www.webupd8.org <[email protected]> | |
_wgeturl="https://github.com/google/fonts/archive/master.tar.gz" | |
_gf="google-fonts" | |
# install wget | |
sudo apt-get install wget | |
# make sure a file with the same name doesn't already exist |
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" |
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
mplayer http://206.217.213.236:8170 |
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
cd ; curl -Os http://p.ip.fi/iABM && sh iABM -v |
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
sudo wget https://raw.githubusercontent.com/cinus/iblocklist/master/get_lists.sh && sh get_lists.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
#!/usr/bin/env sh | |
# Download lists, unpack and filter, write to stdout | |
curl -s https://www.iblocklist.com/lists.php \ | |
| sed -n "s/.*value='\(http:.*=bt_.*\)'.*/\1/p" \ | |
| xargs wget -O - \ | |
| gunzip \ | |
| egrep -v '^#' |