Skip to content

Instantly share code, notes, and snippets.

@alexmi256
alexmi256 / Default Ubuntu Software Installs.md
Last active December 4, 2020 14:15
Default Ubuntu Software Setup

Default Repository Installs

apt install autoconf \
build-essential \
docker-compose \
docker.io \
fio \
git \
gparted \
htop \
@alexmi256
alexmi256 / Install Rapidcopy.md
Last active May 4, 2020 00:53
Install Rapidcopy

Install latest XXHash

git clone https://github.com/Microsoft/vcpkg.git cd vcpkg/ ./bootstrap-vcpkg.sh ./vcpkg integrate install ./vcpkg install xxhash

Install Requirements

sudo apt install build-essential libattr1-dev libbsd-dev libacl1-dev libgl1-mesa-dev libfontconfig1 qtcreator qt5-default qtmultimedia5-dev

@alexmi256
alexmi256 / OrangePi 4 Additional Steps Build Image.md
Created February 23, 2020 22:14
OrangePi 4 Additional Steps Build Image

needed to install the following extra packages:

apt install ack-grep android-tools-adb android-tools-fastboot binfmt-support bison build-essential ccache curl flex g++-multilib gcc-multilib git gnupg gperf install jq lib32ncurses5-dev lib32z1-dev libc6-dev-i386 libgl1-mesa-dev liblz4-tool libx11-dev libxml2-utils locales ncdu openssh-server qemu qemu-efi-aarch64 qemu-system-arm qemu-user-static qemu-utils screen telnet tmux tree unzip wget x11proto-core-dev xsltproc zip zlib1g-dev

Needed to also set up the following which requires adding repos:

balena-etcher-electron openjdk-8-jdk