Skip to content

lemonade-lab/visible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visible

Linux 系统轻量型图形化工具

一、安装教程

若要配置版本或其他设置,可阅读globals bash

(1)切换用户

sudo su root

(2)环境准备

  • 1.Centos系统初始化

Centos > 8, 推荐Centos9

dnf update -y 
dnf install git wget curl rsync -y

如果缺少whiptail可执行dnf install whiptail -y

  • 2.Ubuntu系统初始化

Ubuntu > 20.04

apt update -y
apt-get install  git wget curl rsync -y

如果缺少whiptail可执行apt-get install whiptail -y

(3)项目拉取

  • 克隆并初次启动
git clone --depth=1 -b main https://github.com/lemonade-lab/visible.git  /visible && chmod +x /visible/*/*.sh  && sh /visible/install.sh
  • 日常启动
visible

二、远程连接工具

  • Android:JuiceSSH

  • IOS:Termius

  • Windows:MobaXtermTermius

About

Linux 环境管理

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages