DEV Community

tp1050
tp1050

Posted on

Atom With Auto Complete

Nothing works!!!
Atom has blocked access to its servers shoudl the IP belong to an Iranian IP range.

Trying
source torsocks on
failes because the IP seems to be blacklisted.

Using a paid VPN service semi-worked as it did allows some resources to be accessible but seems some other servers have a comperhensive list that may block other IP addresses
wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
sudo apt-get update
Install Atom

Spell checker wont work
sudo apt-get install hunspell
sudo apt-get install hunspell-en-gb
sudo apt-get install myspell-en-gb myspell-tools myspell

then this was found:
https://hackernoon.com/setting-up-atom-as-a-python-ide-a-how-to-guide-o6dd37ff

Top comments (0)