github 下的lantern 怎么运行

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了github 下的lantern 怎么运行相关的知识,希望对你有一定的参考价值。

要在本地运行 GitHub 下载的 Lantern,需要进行以下步骤:

    从 Lantern 的 GitHub 仓库中下载最新版本的 Lantern。

    解压缩下载的 Lantern 压缩包。

    在终端或命令行中进入 Lantern 的目录。

    运行 lantern 命令启动 Lantern,例如在 Linux 系统中输入:

    bashCopy code./lantern

    Lantern 启动后,你可以使用你的 Web 浏览器访问 Lantern 的本地代理地址。在大多数情况下,Lantern 的本地代理地址是 http://127.0.0.1:8787/。

    在浏览器中打开该地址后,会自动弹出 Lantern 的启动页。按照启动页上的提示,输入你的 Lantern 账户信息进行注册和登录,即可开始使用 Lantern 代理访问被墙网站。

    需要注意的是,使用 Lantern 需要遵守当地的法律法规。

参考技术A ssh 连接到 54.223.16.47。
下载 lantern git clone --depth=1 https://github.com/getlantern/lantern.git
下载 lantern 编译镜像
sudo docker pull daocloud.io/ilanyu/lantern-build:master-48a1417
修改 /home/ubuntu/lantern/Makefile
修改后的
SHELL := /bin/bash

OSX_MIN_VERSION := 10.9

SOURCES := $(shell find src -name '*[^_test].go')

get-command = $(shell which="$$(which $(1) 2> /dev/null)" && if [[ ! -z "$$which" ]]; then printf %q "$$which"; fi)

DOCKER := $(call get-command,docker)
GO := $(call get-command,go)
NODE := $(call get-command,node)
NPM := $(call get-command,npm)
GULP := $(call get-command,gulp)
S3CMD := $(call get-command,s3cmd)
WGET := $(call get-command,wget)
RUBY := $(call get-command,ruby)本回答被提问者采纳

linux ubuntu下的SourceInsight打开失败怎么办

卸载后直接删除%HOME下source insight目录,然后重新安装就OK了。
其实只要删除%HOME/Soutce Insight/Settings下的所有文件,重新运行Source Insight即可。
参考技术A 解决方法:
1、首先安装wine,在ubuntu下很简单,直接 sudo apt-get install wine
2、安装好wine后直接:wine Si35Setup.exe
3、一路next向下,就安装好source insight了。
4、最后,在应用程序——WINE——Programs中运行即可。

以上是关于github 下的lantern 怎么运行的主要内容,如果未能解决你的问题,请参考以下文章

从github下的java代码怎么用eclipse运行

蓝灯为啥用不了

win10上VMware装ubuntu里面的lantern无法成功连接怎么办

githe和github连接,上传

解决GitHub加载和下载慢问题

github go代码怎么运行