I hereby claim:
- I am palopezv on github.
- I am palopezv (https://keybase.io/palopezv) on keybase.
- I have a public key ASDMsJ9uRbYTjWv_LttcY_kGuvqwEAl3TRqa-JcjAG7zuAo
To claim this, I am signing this object:
# Maintainer: Alexander Konarev <[email protected]> | |
# Contributor: Vorbote <https://aur.archlinux.org/user/vorbote/> | |
pkgname=yandex-browser | |
pkgver=16.2.0.1818_1.beta | |
pkgrel=1 | |
pkgdesc="The web browser from Yandex (beta version!). | |
It's browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier." | |
arch=('x86_64') | |
url='http://browser.yandex.ru/beta/' |
# Maintainer: Yves Hoppe <[email protected]> | |
pkgname=calypso | |
pkgver=1.3.0 | |
pkgrel=1 | |
pkgdesc="Manage your Wordpress.com and Jetpack-enabled sites in one place" | |
arch=('i686' 'x86_64') | |
url="https://desktop.wordpress.com/" | |
license=('GPL2') | |
depends=('gtk2' 'libgpg-error' 'nss' 'libnotify' 'alsa-lib' 'libxtst') |
I hereby claim:
To claim this, I am signing this object:
/** | |
* dwmconfig.h | |
* Hardware multimedia keys | |
*/ | |
/* Somewhere at the beginning of config.h include: */ | |
/* | |
You obviously need the X11 development packages installed, X11proto in particular, but | |
here is the location of the keysyms header upstream copy if you can't bother | |
using the contents of your own hard drive. ;-P |
It's a common confusion about terminal colours... Actually we have this:
printf "\x1b[${bg};2;${red};${green};${blue}m\n"
# This is the server that --recv-keys, --send-keys, and --search-keys will | |
# communicate with to receive keys from, send keys to, and search for keys on | |
keyserver hkps://hkps.pool.sks-keyservers.net | |
# This is the onion address of the above server to use with TOR | |
#keyserver hkp://jirk5u4osbsr34t5.onion | |
# It requires the option below to be active if you don't want to leak | |
# DNS records. See # ://trac.torproject.org/projects/tor/ticket/2846#comment:51 | |
#use-tor |
#!/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 '^#' |
||redditstatic.com/_chat*.js$script,domain=reddit.com | |
||redditstatic.com/desktop2x/Chat*.js$script,domain=reddit.com | |
||reddit.com/chat/minimize$inline-script,domain=reddit.com | |
reddit.com###chat+.separator | |
reddit.com###chat |
To fix slow boot and spurious drm error with a gen 4 mobile integrated GPU (GL960, GLE960, GM965 and GME965) add the following to your kernel bootparams:
video.allow_duplicates=1 video=SVIDEO-1:d
The problem is the existence of a SVGA port, even if it is not wired out to a connector.
/* https://bugzilla.mozilla.org/show_bug.cgi?id=1488232 */ | |
browser.translation.ui.show = true | |
browser.translation.google.apiKey = "whatever" |