Giter Club home page Giter Club logo

rallets-linux's Introduction

Rallets-linux

This project is based on shadowsocks-qt5

Development

  1. Install dependencies

    sudo apt-get install build-essential qt5-qmake qtbase5-dev qtcreator libbotan1.10-dev libappindicator-dev
    
  2. Open Qt Creator from launch pad or command line

    qtcreator
    
  3. Select and open the project inside Qt Creator

  4. Compile and run

I18N

  1. Generate translate files

    lupdate shadowsocks-qt5.pro
    
  2. Open linguist, edit translations

  3. Create run-time translation files

    lrelease shadowsocks-qt5.pro
    

Note

If you have both qt4 and qt5 installed, you may need to select the right version by:

export QT_SELECT=5

Change your system language and test

LANGUAGE=zh_CN
rallets

Build debian package

Build for x64

./scripts/build_64bit.sh

Build for x86

Docker should be installed for building 32bit package

./scripts/build_32bit.sh

Clean

dpkg-buildpackage -Tclean

Usage

Fresh start on ubuntu

  1. Install google chrome

    wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
    dpkg -i google-chrome-stable_current_amd64.deb
    
  2. Open rallets for linux, login and connect to a server

  3. Open chrome with a proxy

    google-chrome --proxy-server="socks5://127.0.0.1:1080"
    
  4. Go into chrome app store, install SwitchyOmega

  5. Setup a new proxy profile: SOCKS5, 127.0.0.1, 1080

  6. Setup a new switch profile:

    In Rule List Config, select AutuProxy

    In Rule List URL, put https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt

    Click Download Profile Now

    Click Apply changes

  7. Click SwitchyOmega button, select the switch profile

  8. There you go!

LICENSE

Copyright © 2014-2016 Symeon Huang

This project is licensed under version 3 of the GNU Lesser General Public License.

rallets-linux's People

Contributors

librehat avatar glymehrvrd avatar wzhy90 avatar czbix avatar hzxie avatar jemyzhang avatar felixonmars avatar pjrobertson avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.