Skip to content

Instantly share code, notes, and snippets.

View BenjaminWegener's full-sized avatar
🙃
I may be slow to respond.

@BenjaminWegener BenjaminWegener

🙃
I may be slow to respond.
View GitHub Profile
@BenjaminWegener
BenjaminWegener / andronix.md 2
Created July 7, 2019 19:34
install arch linux in termux
pkg install wget openssl-tool proot tar -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Arch/armhf/arch.sh && bash arch.sh
pacman -Sy --noconfirm wget && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/DesktopEnvironment/Pacman/de-pac.sh && bash de-pac.sh
@BenjaminWegener
BenjaminWegener / andronix.md
Last active January 1, 2024 07:19
install xfce debian in termux android
@BenjaminWegener
BenjaminWegener / readme
Last active May 8, 2021 09:20
android xmrig install
install termux from play store or aptoide
termux-setup-storage
pkg install cmake git libuv* openssl-dev unstable-repo -y
pkg install libmicrohttpd-dev -y
git clone https://github.com/xmrig/xmrig
cd xmrig && mkdir build && cd build
cmake ..
make
cp xmrig ..
@BenjaminWegener
BenjaminWegener / conda keras api change
Created November 30, 2017 07:30
change the version to keras v1 or keras v2 to use the other api under anaconda
conda install keras=1.0.7 -c conda-forge
OR
conda install keras=2.0.9 -c conda-forge