suroegin
8/30/2017 - 8:56 AM

How_To_Install_and_Config_Apps_for_Linux.md

Google Chrome

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
sudo apt update
sudo apt install -y google-chrome-stable

VS Code

Install by dpkg the deb-package from the official web-site - http://code.visualstudio.com. But, app isn't work without one system file... Let's fix it:

sudo cp /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 /usr/share/code/libxcb.so.1
sudo sed -i 's/BIG-REQUESTS/_IG-REQUESTS/' /usr/share/code/libxcb.so.1

VNC

sudo apt install xfce4 xfce4-goodies tightvncserver

Then type vncserver for prepare config file.

vncserver -kill :1
mv ~/.vnc/xstartup ~/.vnc/xstartup.bak
nano ~/.vnc/xstartup

with data:

#!/bin/bash
xrdb $HOME/.Xresources
startxfce4 &
sudo chmod +x ~/.vnc/xstartup
vncserver

XRDP

sudo apt install xfce4 xfce4-goodies xrdp
sudo nano /etc/xrdp/xrdp.ini