安装shellinabox-master

安装shellinabox-master

插件介绍:通过web页面管理linux主机(电脑版)

a. 安装

#安装依赖包

yum install git openssl-devel pam-devel zlib-devel autoconf automake libtool -y

mkdir -p /home/nulige/tools

cd /home/nulige/tools

#下载软件包
git clone https://github.com/shellinabox/shellinabox.git && cd shellinabox

#安装软件需要的组件
autoreconf -i

#编译安装软件
 ./configure --prefix=/usr/local/shellinabox

make && makeinstall

#进入软件目录
cd /usr/local/shellinabox/bin

#启动软件
./shellinaboxd -t -b  

b. 检查4200端口是否启动

[[email protected] ~]# netstat -lnt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             State
tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:4200                0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:80                  0.0.0.0:*                   LISTEN
tcp        0      0 :::22                       :::*                        LISTEN    

c. 访问网站

  

  

时间: 2024-11-08 18:11:56

安装shellinabox-master的相关文章

使用Fuel安装OpenStack juno之一安装Fuel Master

安装OpenStack是一件很复杂的事情,特别是在想目中,如果一个组件一个组件,一台一台的coding部署,估计太消耗时间,而且出错的概率很高,所以使用工具推送部署的效率就很高了,而且必须得可靠.mirantis是一家专门做openstack服务的公司,对openstack的贡献也很高,目前已经实现盈利,其openstack部署工具Fuel也很高效稳定,可以在生产环境使用,而且可以购买其服务. 那就不多说此工具了,咱们开始部署,先来了解下大致的环境: 部署硬件:windows 7 (8GB RA

自动安装MongoDB Master, Slave, Arbiter脚本

最近有一个新项目需要用到MongoDB的Master,Slave,Arbiter的架构,去官网翻了一下文档,写了一个简陋的脚本.脚本可以在我的github上找到https://github.com/sangrealest #!/bin/bash #Author:Shanker #Time:2016/03/04 SlaveIP='10.128.129.45' SlaveName='Databse-Slave' SlaveMongoPort='27017' ArbiterIP='10.128.129

k8s安装之Master

配置和启动kube-apiserver 创建kube-apiserver.service /usr/lib/systemd/system/kube-apiserver.service [Unit] Description=Kubernetes API Service Documentation=https://github.com/GoogleCloudPlatform/kubernetes After=network.target After=etcd.service [Service] En

Shellinabox安装及使用教程

本文转载自: shellinabox:一款使用 AJAX 的基于 Web 的终端模拟器 一.shellinabox简介 通常情况下,我们在访问任何远程服务器时,会使用常见的通信工具如OpenSSH和Putty等.但是,有可能我们在防火墙后面不能使用这些工具访问远程系统,或者防火墙只允许HTTPS流量才能通过.不用担心!即使你在这样的防火墙后面,我们依然有办法来访问你的远程系统.而且,你不需要安装任何类似于OpenSSH或Putty的通讯工具.你只需要有一个支持JavaScript和CSS的现代浏

shellinabox安装和使用(web ssh)

The shellinaboxd daemon implements a webserver that listens on the specified port. The web server publishes one or more services that will be displayed in a VT100 emulator implemented as an AJAX web application.  By default, the port is 4200 and the 

Jenkins : 安装 master 和 slave

目录 安装 master 安装 slave 设置 master 与 slave 的通信方式 添加 slave 配置 在 salve 上安装 jre 安装并配置 Jenkins salve Jenkins 是一个可扩展的持续集成引擎.主要用于持续.自动地构建.测试软件项目.本文介绍在 windows 平台上安装 Jenkins master 和 slave. 安装 master 请从 Jenkins 的官网下载安装包,直接运行,一路 "next" 就可以了.安装包执行完成后会启动你机器上

ansible-playbook安装keepalived-指定tags安装MASTER或BACKUP

在实际工作中,新项目上线往往都需要搭建HA,此时我们可以通过ansible的playbook来秒级搭建好一个HA环境,从而解放双手: 此playbook适用于centos6.centos7的keepalived搭建,但是请注意var/main.yml中变量的修改,修改为你自己想的设定的配置: playbook的目录结构: [[email protected] roles]# tree keepalived/ keepalived/ ├── files │   ├── check_nginx.sh

Centos7上安装Kubernetes集群部署docker

一.安装前准备 1.操作系统详情 需要三台主机,都最小化安装 centos7.3,并update到最新 cat /etc/redhat-release CentOS Linux release 7.3.1611 (Core)  角色主机名IP Master      master192.168.1.14 node1    slave-1192.168.1.15 node2slave-2192.168.1.16 2.在每台主机上关闭firewalld改用iptables 输入以下命令,关闭fire

装逼神器shellinabox基于WEB远程终端模拟器

<--目录--> 1)shellinabox功能作用 2)shellinabox下载链接 2)安装shellinabox 3)WEB远程登陆 1.shellinabox功能作用 它是一个可以在WEB页面上模拟CRT远程服务器的一个软件,是装逼神器,简单易用高大上 2.shellinabox下载链接 http://pan.baidu.com/s/1pKV5b3H 3.安装shellinabox [[email protected] tmp]# tar xf shellinabox-2.14.ta

Centos7 下安装入门级别的kubernetes集群

前情说明: 三台Centos7系统的虚拟机(1个master+2个node),三台机器上的防火墙,SELINUX全部关掉.我的实验坏境可以上网,默认的YUM源就可以用. 1.什么是kubernetes Kubernetes(k8s)是Google开源的容器集群管理系统(谷歌内部:Borg).在Docker技术的基础上,为容器化的应用提供部署运行.资源调度.服务发现和动态伸缩等一系列完整功能,提高了大规模容器集群管理的便捷性. Kubernetes优势: - 容器编排         - 轻量级