All of the following information is based on go version go1.17.1 darwin/amd64
.
GOOS | Out of the Box |
---|---|
aix |
✅ |
android |
✅ |
# https://elixir.bootlin.com/linux/v4.3/ident/CAP_LAST_CAP | |
# first creating a file with 0 inside file | |
echo 0 > ~/cap_last_cap | |
# Next step is to bind the file cap_last_cap to /proc/sys/kernel/cap_last_cap | |
#for proot-distro with ubuntu-18.04 the command looks like | |
proot-distro login ubuntu-18.04 --bind cap_last_cap:/proc/sys/kernel/cap_last_cap |
This is an unofficial list of all Discord guild features, for an official list refer to the Discord Developer documentation.
Guild Feature | Description |
---|---|
ANIMATED_ICON |
Allows the server to set an animated icon. Used in server boosting, level 1 |
BANNER |
Allows the server to set a banner which is shown at the top of all the channels. Used in server boosting, level 2 |
COMMERCE |
Given to servers with a developer license, allows them to create and use store channels |
COMMUNITY |
Given to servers that enable community in server settings, also gives access to the news feature which allows servers to create announcement channels |
DISCOVERABLE |
Given to servers that enabled discovery guidelines |
ENABLED_DISCOVERABLE_BEFORE |
Given to servers that enabled discovery at any point |
# https://elixir.bootlin.com/linux/v4.3/ident/CAP_LAST_CAP | |
# first creating a file with 0 inside file | |
echo 0 > ~/cap_last_cap | |
# Next step is to bind the file cap_last_cap to /proc/sys/kernel/cap_last_cap | |
#for proot-distro with ubuntu-18.04 the command looks like | |
proot-distro login ubuntu-18.04 --bind cap_last_cap:/proc/sys/kernel/cap_last_cap |
This is an unofficial list of all Discord guild features, for an official list refer to the Discord Developer documentation.
Guild Feature | Description |
---|---|
ANIMATED_ICON |
Allows the server to set an animated icon. Used in server boosting, level 1 |
BANNER |
Allows the server to set a banner which is shown at the top of all the channels. Used in server boosting, level 2 |
COMMERCE |
Given to servers with a developer license, allows them to create and use store channels |
COMMUNITY |
Given to servers that enable community in server settings, also gives access to the news feature which allows servers to create announcement channels |
DISCOVERABLE |
Given to servers that enabled discovery guidelines |
ENABLED_DISCOVERABLE_BEFORE |
Given to servers that enabled discovery at any point |
All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker
. This will install the whole docker suite, left only Tini to be compiled manually.
KEYMAPOPTS="us us" | |
HOSTNAMEOPTS="-n alpine" | |
INTERFACESOPTS="auto lo | |
iface lo inet loopback | |
auto eth0 | |
iface eth0 inet dhcp | |
hostname alpine | |
" | |
TIMEZONEOPTS="-z UTC" |
#!/bin/bash | |
# | |
# This script is for Arch Linux to configure XRDP for enhanced session mode | |
# | |
# The configuration is adapted from the Ubuntu 16.04 script. | |
# | |
# Script adapted from https://github.com/microsoft/linux-vm-tools | |
# |
Blog 2020/5/7
<- previous | index | next ->
EDIT 2024/12/1: I updated a few of these commands to work with qemu 9.x.
This guide shows how to build Linux on a Android Device and was made for people that doesn't have s Computer.
You need to install Termux