Giter VIP home page Giter VIP logo

Comments (3)

moya10 avatar moya10 commented on May 26, 2024

εχεις δοκιμασει να βαλεις openvpn; μπορεις να βρεις ελευθερα πιστοποιητικα στο vpnbook. Δεν εχω δοκιμασει ακομη αν τοτε θα τρεξει η εντολη σου, αλλα ισως σε βοηθησει. Επισης η ασκηση νομιζω ζηταει χρηση torque...

from dokey.

IsabellaPap avatar IsabellaPap commented on May 26, 2024

το torque δεν δουλεύει, το AUR δεν μου το κατεβάζει καν, ούτε από το terminal, κάνει πάντα fail to build. Έτσι βρήκα ένα "alternative" αν και στα tags αναφερεται και το transmission. Το we-get είναι μόνο για αναζήτηση, ως εναλλακτική στο πρόβλημα που είχα και να αποφύγω ακόμα καλύτερα τα malware από το browser.
Edit: Eυχαριστώ για την συμβουλή, δυστυχώς το openvpn δεν υποστηρίζεται ακόμα σε ArchLinux αλλά βρήκα αντίστοιχο (qopenvpn)

from dokey.

moya10 avatar moya10 commented on May 26, 2024

So..

  1. change DNS:
    sudo apt-get install resolvconf // sudo systemctl enable resolvconf.service // sudo systemctl start resolvconf.service
    sudo nano /etc/resolvconf/resolv.conf.d/base -> add nameserver (there are free IPs available.. again)
    sudo nano /etc/network/interfaces -> at the top add source /etc/network/interfaces.d/*, at the bottom add dns-nameserver x.x.x.x
    sudo systemctl restart NetworkManager // sudo systemctl restart resolvconf.service
  2. setup vpn (whatever you want...) check dnsleak to see that it works...
  3. install transmission-daemon
    sudo apt-get install transmission-daemon
    sudo systemctl stop transmission-daemon
    sudo nano /etc/transmission-daemon/settings.json -> replace any true/false value that might break your job, save
    sudo systemctl start transmission-daemon

For torque
clone or download zip folder from here
unzip it, cd to your unzippedFolder
run chmod +x torque
run ./torque

For we-get
sudo apt-get install python3-pip
sudo pip3 install git+https://github.com/rachmadaniHaryono/we-get
sudo we-get --search "blade runner"

Results

we-get-success
torque-fail

from dokey.

Related Issues (1)

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.