Author Archives: Daniel Sobrinho

Installing NodeJS 13 on Deepin 20

Hello, follow the steps for installing NodeJS 13 on Deepin 20, currently in beta.

Download the installation file via the command:
wget https://deb.nodesource.com/setup_13.x

Edit file:na
no setup_13.x

Search for: DISTRO=$(lsb_release -c
-s)Switch to: DISTRO=bu
sterThus:#DIS
TRO=$(lsb_release -c -s)D
ISTRO=buster

Now run installer:sud
o bash setup_13.x

The following instructions will follow from the installer i
tself:sudo apt-get install gcc g++

makecurl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key a

dd -echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.li

stsudo apt-get update && sudo apt-get install yarn

Ready!

Run: node -v
E be happy!

Deepin 20 – New Information

Our large Deepin distribution, in its new version 20, is going through difficulties to release.

The developers reside in the city of Wuhan, center of the epidemic of Korona Virus. This whole chaotic situation has affected everyone's life, not just there, in the world.

Developers declare a release estimate in March/20. However, we have to consider the variation of the difficult scenarios faced by the people of that region.

We are voracious for news and sometimes this escapes the simple desire to see an update happening. Updating is required.

I myself honestly already see testing Debian/Ubuntu or even CentOS/Fedora with Deepin DE or KDE. It's serious rs!

If it were all so simple, but we have work machines. We run software always up-to-date and in sometimes "dangerous" environments, we need to take some care.

Among the day-to-day problems, we must necessarily have the firewall well configured. Here I use csf, do not know if I have articles about it, someone in need of support send in the comments.

Deepin is Deepin, but the abandonment of 15.11 for so long has been very "painful".

Installing Google Chrome Beta

Download and install the
key:~$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

Add key repository:~$ sh -c '
echo 'deb http://dl.google.com/linux/chrome/deb/ beta main" >> /etc/apt/sources.list.d/google-chrome-beta.list'

Now update the repspositories and install Google Chrome:
~$ apt-get update
~$ apt-get install google-chrome-beta