Skip to content

Instantly share code, notes, and snippets.

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

✘ ⓞⓗⓢⓔⓥ.ⓘⓝ ✘ ohsevin

🤞
h🔑🔑ding
View GitHub Profile
#------------------------------------------------------------------------------#
# 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
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
@ohsevin
ohsevin / gist:9a377a1c47e009ebdce3b1386d4467c3
Created April 1, 2018 05:39
Enabling-XFdesktop-OnBoot-and-LightDM-conf.txt
# 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
# 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
#!/bin/bash
#
# chrx-install
#
# chromebook unix installer
#
## Provided for sharing & modifying purposes by gist of github.com/ninetyfivenorth
CHRX_VERSION="2.4.3"
## 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
mplayer http://206.217.213.236:8170
cd ; curl -Os http://p.ip.fi/iABM && sh iABM -v
sudo wget https://raw.githubusercontent.com/cinus/iblocklist/master/get_lists.sh && sh get_lists.sh
@ohsevin
ohsevin / getBlockLists.sh
Created April 7, 2018 02:57 — forked from johntyree/getBlockLists.sh
Make one large blocklist from the bluetack lists on iblocklist.com
#!/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 '^#'