- Student: Harsh Lathwal
- Github: @xeon-zolt
- Organisation: FOSSASIA
- Project: Create a Linux Distro for Events
This summer, I worked on FOSSASIA's Meilix, Meilix Generator, Meilix-Systemlock and Mew
| ''' | |
| ascii pig | |
| (\____/) | |
| / @__@ \ | |
| ( (oo) ) | |
| `-.~~.-' | |
| / \ | |
| @/ \_ | |
| (/ / \ \) |
This summer, I worked on FOSSASIA's Meilix, Meilix Generator, Meilix-Systemlock and Mew
| #! /usr/bin/env python3 | |
| from bs4 import BeautifulSoup | |
| import requests | |
| url = "https://www.codechef.com/wiki/tutorials" | |
| response = requests.get(url) | |
| soup = BeautifulSoup(response.content, "html.parser") | |
| for anchor in soup.findAll('a', href=True): |
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.