The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
- Image from https://www.archlinux.org/
The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
#!/usr/bin/env python3 | |
# | |
# Dumb script to dump (some) of bcache status | |
# Copyright 2013 Darrick J. Wong. All rights reserved. | |
# | |
# This file is part of Bcache. Bcache is free software: you can | |
# redistribute it and/or modify it under the terms of the GNU General Public | |
# License as published by the Free Software Foundation, version 2. | |
# | |
# This program is distributed in the hope that it will be useful, but WITHOUT |
server { | |
listen 80; | |
server_name your.domain.com; | |
location = /analytics.js { | |
# you have to compile nginx with http://nginx.org/en/docs/http/ngx_http_sub_module.html (this is not default) | |
# and http://nginx.org/en/docs/http/ngx_http_proxy_module.html (it's a default module) | |
proxy_set_header Accept-Encoding ""; |
#!/bin/bash | |
function install_dependencies() { | |
echo "Installing dependencies..." | |
sudo apt -qq update | |
sudo apt -qq install -y curl git wget | |
# sudo apt -qq install -y bison flex kernel-package libelf-dev libssl-dev | |
sudo apt -qq install -y bison flex libelf-dev libssl-dev | |
} |
//StackOverflow solution by me here: https://stackoverflow.com/a/52564925/8170714 | |
public static void setEditTextCursorColor(EditText editText, int color) { | |
try { | |
// Get the cursor resource id | |
Field field = TextView.class.getDeclaredField("mCursorDrawableRes"); | |
field.setAccessible(true); | |
int drawableResId = field.getInt(editText); | |
// Get the editor |
We did it! We broke gist.github.com ;) So head over to the new home! Thank you all!
2021.10.20: https://github.com/AveYo/MediaCreationTool.bat now open for interaction
Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,
A powerful yet simple windows 10 / 11 deployment automation tool as well!
This guide will show you how to use Intel graphics for rendering display and NVIDIA graphics for CUDA computing on Ubuntu 18.04 / 20.04 desktop.
I made this work on an ordinary gaming PC with two graphics devices, an Intel UHD Graphics 630 plus an NVIDIA GeForce GTX 1080 Ti.
Both of them can be shown via lspci | grep VGA
.
00:02.0 VGA compatible controller: Intel Corporation Device 3e92
01:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] (rev a1)
_git_url=https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime.git | |
_git_branch=roc-2.0.x | |
pkgname=rocm-opencl-git | |
pkgver=2.0.r0.184c0ef | |
pkgrel=1 | |
pkgdesc="ROCm OpenCL™ Compatible Runtime" | |
arch=('x86_64') | |
url="https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime" | |
license=('MIT') |
Used on an Asus Z8PE-D18 board with no EFI boot options. These instructions were written using Linux Mint to create the media, most distributions will work with little modification.
The PIKE 2008 is basically a LSI 9220-8i which you can flash with 9211-8i firmware. Flashing to IT mode allows you to have direct access to the disks to use btrfs
or zfs
or some kind of software RAID instead of the card's RAID.
There is a sticker on the back of your PIKE card which has 16 digits starting with 5000
. Write this address down or take a picture of it. Note I put XXXXXXXXXXXX
in this picture as these numbers are unique to the card. If your card does not have this sticker, instructions will be provided below.