当前位置:   article > 正文

如何在手机上快速搭建Linux_./atilo.cn pull kali no such file or dic

./atilo.cn pull kali no such file or dic

下载必要应用

下载Termux
下载vnc viewer

基础

安装atilo

echo “deb [trusted=yes arch=all] https://yadominjinta.github.io/files/ termux extras” >> $PREFIX/etc/apt/sources.list.d/atilo.list
apt update && apt install atilo

使用atilo

atilo #查看帮助
eg.Kali:
atilo pull kali
atilo clean
atilo run kali

提升

换源

apt-get update
apt-get install vim
vim /etc/apt/sources.list
阿里云:deb http://mirrors.aliyun.com/kali kali-rolling main non-free contrib deb-src http://mirrors.aliyun.com/kali kali-rolling main non-free contrib
apt-get update

安装桌面

xfce:apt install kali-defaults kali-root-login desktop-base xfce4 xfce4-places-plugin xfce4-goodies
远控(Termux不支持gui,使用vnc):
apt-get install tigervnc-standalone-server
vncserver :1初始vnc server
vim /etc/X11/Xvnc-session
exec /etc/X11/Xsession "$@"换成 exec /etc/X11/Xsession 打开桌面命令
killall Xtigervnc
rm -rf /tmp/.X1
[Redhat][https://yadominjinta.github.io/2018/07/30/GUI-on-termux.html]

然后vnc viewer连接127.0.0.1:1就end了

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/317718
推荐阅读
相关标签
  

闽ICP备14008679号