Thursday, 8 June 2017

After Atom on Centos, Atom on Ubuntu is soooo much easier

After yesterday's post: -

Using Atom Text Editor on CentOS Linux

doing it on Ubuntu is SOO much easier: -

Download it

wget https://atom.io/download/deb

Install it

sudo dpkg --install /home/hayd/Downloads/atom-amd64.deb

Fix up the dependencies ( including Git )

sudo apt-get -f install

Use it

atom

Job's a good 'un

No comments:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...