This file contains 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
<match target="pattern"> | |
<test name="family" compare="contains"> | |
<string>WenQuanYi</string> | |
</test> | |
<edit name="family" mode="prepend" binding="strong"> | |
<string>Ubuntu Bold</string> | |
</edit> | |
</match> |
This file contains 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/sh | |
adb pull /dev/graphics/fb0 fb0 | |
dd bs=1920 count=800 if=fb0 of=fb0b | |
ffmpeg -vframes 1 -vcodec rawvideo -f rawvideo -pix_fmt rgb32 -s 480x800 -i fb0b -f image2 -vcodec png $1 |
This file contains 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
# the android sdk requires 32bits library | |
# only for fedora | |
sudo yum install mesa-libGL-devel mesa-libGL-devel.i686 |
This file contains 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
cp /proc/PID/fd/FD /path/to/save/ |
This file contains 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
Verifying my Blockstack ID is secured with the address 1Bn7tR9rJY8S3Wz332K9SoArWCSUmmw3WX https://explorer.blockstack.org/address/1Bn7tR9rJY8S3Wz332K9SoArWCSUmmw3WX |
This file contains 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
""" | |
Copies all keys from the source Redis host to the destination Redis host. | |
Useful to migrate Redis instances where commands like SLAVEOF and MIGRATE are | |
restricted (e.g. on Amazon ElastiCache). | |
The script scans through the keyspace of the given database number and uses | |
a pipeline of DUMP and RESTORE commands to migrate the keys. | |
Requires Redis 2.8.0 or higher. |
This file contains 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
cmake_minimum_required(VERSION 3.15) | |
project(openjdk10) | |
set(CMAKE_CXX_STANDARD 14) | |
add_definitions( | |
-DASSERT | |
-D_NMT_NOINLINE_ | |
-DTARGET_ARCH_x86 | |
-DINCLUDE_SUFFIX_OS=_bsd |
This file contains 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
cmake_minimum_required(VERSION 3.15) | |
project(openjdk10) | |
set(CMAKE_CXX_STANDARD 14) | |
add_definitions( | |
-DASSERT | |
-D_NMT_NOINLINE_ | |
-DTARGET_ARCH_x86 | |
-DINCLUDE_SUFFIX_OS=_bsd |
This file contains 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
--- | |
version: "2" | |
services: | |
wikijs: | |
image: requarks/wiki:2 | |
depends_on: | |
- database_wikijs | |
environment: | |
DB_USER: ${USERNAME} | |
DB_PASS: ${PASSWORD} |
This file contains 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
DOMAIN-SUFFIX,mmap.it,Proxy | |
DOMAIN-SUFFIX,oreilly.com,Proxy | |
DOMAIN-SUFFIX,epicgames.com,Proxy | |
DOMAIN-SUFFIX,myworkday.com,Proxy | |
DOMAIN-SUFFIX,perquisite.net,Proxy | |
DOMAIN-SUFFIX,tryshift.com,Proxy | |
DOMAIN-SUFFIX,workona.com,Proxy | |
DOMAIN-SUFFIX,stitcher.io,Proxy | |
DOMAIN-SUFFIX,manhua.fzdm.com,Proxy | |
DOMAIN-SUFFIX,robinhood.com,Proxy |
OlderNewer