Skip to content

🍭Without any basic knowledge of linux shell,you can easily install and configure a GNU/Linux graphical desktop environment on 📱Android termux and 💻WSL .🍰You can also run VSCode on your android phone.🍹Graphical qemu manager,🐋support running docker on Android.配置WSL和安卓手机的linux容器,桌面环境,主题美化,远程桌面,音频服务,镜像源,uefi开机启动项,webdav(nginx),fcitx输入法以及qemu-system虚…

Notifications You must be signed in to change notification settings

h4ck3rkorghost/tmoe-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMOE

TMOE, More Optional Environments.

Documentation

doc.tmoe.me

Preview

locale
container menu
debian-xfce

Quick Start

Just focus on steps 1 and 2.

Step Description command
0(optional) access to tmp dir cd /tmp or cd $TMPDIR
1 get awk file curl -LO https://l.tmoe.me/2.awk
2 run it awk -f 2.awk
2.5(optional) pass in specific vars awk -f 2.awk -v lang=zh-mo -v tmp_dir="/tmp"

If you can't remember, then you can use this.

rm 2.awk; wget l.tmoe.me/2.awk; awk -f 2.awk

Although it will automatically redirect http to https.
However, in theory you need to worry about http hijacking if you don't add https.
So, it's better to add it!

Q: Is this the only uri?

A: No, because it is hosted on the git platform.
Therefore, you can get it from github or gitee.

github:

curl -LO --compressed https://raw.githubusercontent.com/2moe/tmoe/2/2.awk
awk -f 2.awk

Great, but slightly long.

gitee:

curl -LO https://gitee.com/mo2/linux/raw/2/2.awk
awk -f 2.awk

In practice, the choice of uri depends on the state of your network.
If you have good internet. Just pick the one you like.

About

🍭Without any basic knowledge of linux shell,you can easily install and configure a GNU/Linux graphical desktop environment on 📱Android termux and 💻WSL .🍰You can also run VSCode on your android phone.🍹Graphical qemu manager,🐋support running docker on Android.配置WSL和安卓手机的linux容器,桌面环境,主题美化,远程桌面,音频服务,镜像源,uefi开机启动项,webdav(nginx),fcitx输入法以及qemu-system虚…

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%