A very basic starter template with fundamental HTML5 markup -- only the basics.
Based on HTML5 Bones | http://html5bones.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 '^#' |
A very basic starter template with fundamental HTML5 markup -- only the basics.
Based on HTML5 Bones | http://html5bones.com
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
| #!/usr/bin/env sh | |
| # Download lists, unpack and filter, write to gzipped file | |
| curl -s https://www.iblocklist.com/lists.php \ | |
| | grep -A 2 Bluetack \ | |
| | sed -n "s/.*value='\(http:.*\)'.*/\1/p" \ | |
| | xargs wget -O - \ | |
| | gunzip \ | |
| | egrep -v '^#' \ | |
| | gzip - > bt_blocklist.gz |
| # Maintainer: Dennis E. Mungai <dmngaie@gmail.com> | |
| pkgname=nvidia-prime | |
| pkgver=0.7 | |
| pkgrel=1 | |
| pkgdesc="Tools to enable NVIDIA's Prime." | |
| url="https://launchpad.net/ubuntu/+source/nvidia-prime" | |
| arch=('x86_64' 'i686') | |
| license=('GPLv3') | |
| depends=('lightdm' 'bbswitch' 'python' 'bash') | |
| optdepends=('nvidia' 'lightdm-gtk3-greeter') |
| # vim: set ft=python: | |
| # see the README at https://gist.github.com/phiresky/4bfcfbbd05b3c2ed8645 | |
| # source: https://github.com/mpv-player/mpv/issues/2149 | |
| # source: https://github.com/mpv-player/mpv/issues/566 | |
| # source: https://github.com/haasn/gentoo-conf/blob/nanodesu/home/nand/.mpv/filters/mvtools.vpy | |
| import vapoursynth | |
| core = vapoursynth.get_core() |
| #!/bin/sh | |
| # This script runs every other night at 04:56 CET on a webserver I maintain | |
| # Results are always at: https://jult.net/block.txt ( or https://jult.net/block.txt.gz ) | |
| # And much smaller, stripped of BS; https://jult.net/bloc.txt | |
| # For use in Tixati IP filter: https://jult.net/bloc.txt.gz !!! | |
| # And finally a txt file with just the bold IP-ranges: https://jult.net/bl.txt (or https://jult.net/bl.txt.gz ) | |
| # Download open block-lists, unpack, filter: | |
| curl -s https://www.iblocklist.com/lists.php | grep -A 2 Bluetack | xargs wget -qO - --limit-rate=500k | gunzip -f | egrep -v '^#' > /tmp/xbp |
Disclaimer: Please follow this guide being aware of the fact that I'm not an expert regarding the things outlined below, however I made my best attempt. A few people in IRC confirmed it worked for them and the results looked acceptable.
Attention: After following all the steps run gdk-pixbuf-query-loaders --update-cache as root, this prevents various gdk-related bugs that have been reported in the last few hours. Symptoms are varied, and for Cinnamon the DE fails to start entirely while for XFCE the icon theme seemingly can't be changed anymore etc.
Check the gist's comments for any further tips and instructions, especially if you are running into problems!
Results after following the guide as of 11.01.2017 13:08:
| 3 cat /opt/mapr/conf/mapr-clusters.conf | |
| 4 ping localhost | |
| 5 ping localhost.localdomain | |
| 6 jps | |
| 7 hadoop fs -ls / | |
| 8 id mapr | |
| 9 sudo su mapr | |
| 10 maprlogin print | |
| 11 maprlogin password | |
| 12 passwd |