Skip to content

Instantly share code, notes, and snippets.

View lexavey's full-sized avatar
⚠️
This account is no longer maintained

Lexa Vey lexavey

⚠️
This account is no longer maintained
  • Free
  • Zimbabwe
View GitHub Profile
@lexavey
lexavey / README.md
Created October 10, 2023 04:03 — forked from ppoffice/README.md
Install Visual Studio Code (actually code-server) on Android
  1. Install Termux, an Android terminal emulator that provides a Linux execution environment and various tools.

  2. Update system packages in Termux:

    $ pkg update -y
<?php
/*
* @author Ammar Faizi <ammarfaizi2@gnuweeb.org>
*
* A simple HTTP Server. I make this program just to do a challenge
* from @codenoid.
*
* Link: https://t.me/GNUWeebTDD/7822
* Link: https://twitter.com/imrenagi/status/1591659569637634048
*/
@lexavey
lexavey / termux
Created September 30, 2022 14:43 — forked from rewida17/termux
Run termux env via eg adb shell
#!/system/xbin/bash
#Based on https://github.com/termux/termux-app/issues/77
export PREFIX='/data/data/com.termux/files/usr'
export HOME='/data/data/com.termux/files/home'
export LD_LIBRARY_PATH='/data/data/com.termux/files/usr/lib'
export PATH="/data/data/com.termux/files/usr/bin:/data/data/com.termux/files/usr/bin/applets:$PATH"
export LANG='en_US.UTF-8'
export SHELL='/data/data/com.termux/files/usr/bin/bash'
export BIN='/data/data/com.termux/files/usr/bin'
export TERM=vt220
https://archive.org/download/crimeflare/cloudflare_0.txt
https://archive.org/download/crimeflare/cloudflare_1.txt
https://archive.org/download/crimeflare/cloudflare_2.txt
https://archive.org/download/crimeflare/cloudflare_3.txt
https://archive.org/download/crimeflare/cloudflare_4.txt
https://archive.org/download/crimeflare/cloudflare_5.txt
https://archive.org/download/crimeflare/cloudflare_6.txt
https://archive.org/download/crimeflare/cloudflare_7.txt
https://archive.org/download/crimeflare/cloudflare_8.txt
https://archive.org/download/crimeflare/cloudflare_9.txt
@lexavey
lexavey / fixexec.py
Created September 10, 2022 17:35 — forked from the-moog/fixexec.py
Python script to fix the "exec format error" seen with tools like gzip in WSL with Ubuntu 22.04 in Q1/Q2 2022
#!/usr/bin/env python
r"""
This script can be used to fix the "exec format error" seen with tools like gzip in
WSL with Ubuntu 22.04 in Q1/Q2 2022
A hacky fix for broken executables in WSL/Ubuntu 22.0
see https://github.com/microsoft/WSL/issues/8219