-
梅林固件安装Shadowsocks
Nov 19, 2017
登录路由器后台,系统管理>系统设置,将Enable SSH设置为LAN only。 通过SSH登录路由器,参考以下执行,在此推荐Putty。 cd /tmp wget https://github.com/hq450/fancyss_history_package/raw/master/fancyss_arm/shadowsocks_4.1.1.tar.gz tar -zxvf shadowsocks_4.1.1.tar.gz cd shadowsocks chmod +x install.sh ./install.sh 2017年11月19日 14:40:36: 固件平台【koolshare merlinarmv7l】符合安装要求,开始安装插件! 2017年11月19日 14:40:36: 清理旧文件 2017年11月19日 14:40:36: 开始复制文件! 2017年11月19日 14:40:36: 复制相关二进制文件! 2017年11月19日 14:40:42: 创建一些二进制文件的软链接! 2017年11月19日 14:40:42: 复制ss的脚本文件! 2017年11月19日 14:40:44: 复制网页文件! 2017年11月19日 14:40:44: 移除安装包! 2017年11月19日 14:40:44: 为新安装文件赋予执行权限... 2017年11月19日 14:40:44: 设置一些默认值 2017年11月19日 14:40:47: 一点点清理工作... 2017年11月19日 14:40:47: 插件安装成功,你为什么这么屌?! 2017年11月19日 14:40:47: 更新完毕,请等待网页自动刷新! 完成后重启路由器,在软件中心中即可看到影梭已经安装成功! …
-
使用Google Authenticator两步验证加强SSH登录
Jan 28, 2016
Google Authenticator开源版主页 https://github.com/google/google-authenticator 安装Google Authenticator Ubuntu通过以下命令安装: apt-get install libpam-google-authenticator CentOS通过以下命令安装: yum install google-authenticator 其他系统可以通过源码编译安装 git clone https://github.com/google/google-authenticator-libpam.git cd google-authenticator-libpam/ ./bootstrap.sh ./configure make make install 注意:在Debian7中执行./configure时可能存在以下错误提示 …
-
使用SSH密匙登录Github
Sep 03, 2013
相较于旧的RSA,更加推荐ED25519 $ ssh-keygen -t ed25519 -C "[email protected]" 生成ssh密匙文件 ssh-keygen -t rsa -C "[email protected]" 接下来会提示输入密码,推荐自定义密码,当然也可以置空 Enter passphrase(empty for no passphrase): Enter same passphrase again: 完成后会在用户目录下的.ssh文件夹中新建id_rsa与is_rsa.pub两个文件。 …
-
Nokia N900 and SSH
Apr 02, 2012
N900采用的maemo是基于debian的linux系统,通过自带的application manager管理软件时,操作体验还有待改进,所以这里推荐通过ssh连接,使用cli来进行相应操作。 …
-
LNMP使用实例
Mar 23, 2012
安装LNMP 更新系统 yum check-update yum update 安装Screen yum install screen 开始安装Lnmp screen -S lnmp wget -c http://soft.vpser.net/lnmp/lnmp0.8.tar.gz //最新版请查阅lnmp官网 tar zxvf lnmp0.8.tar.gz ./lnmp0.8/centos.sh | tee lnmp.log //输出log文件,以备出错时查阅 接下来按照提示设定域名和MysQL密码,程序会自动下载相关程序,而后编译安装 …
-
iPhone and SSH
Mar 18, 2012
iPhone安装OpenSSH 首先iPhone已经越狱并且安装了Cydia,具体教程可以Google 打开Cydia,管理-软件源,点击右上角编辑,然后点击左上角添加,增加178的软件源http://apt.178.com …