How to Build Linux Kernel with Android
This guide shows how to build Linux on a Android Device and was made for people that doesn't have s Computer.
- 4GB of free space (2GB if delete the temp files)
- Android 5.0
You need to install Termux
import { exec } from "child_process"; | |
import { promisify } from "util"; | |
export default class FreeDNS { | |
/** | |
* Update FreeDNS. | |
*/ | |
static async updateDns() { | |
let exe = promisify(exec); |
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
/** | |
* Copyright 2019 EduApps (Eduardo P. Gomez) | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
/** | |
* Copyright 2019 EduApps (Eduardo P. Gomez) | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |