Update custom ubuntu vm
This commit is contained in:
parent
a47d75e193
commit
cb9ffbc68f
1 changed files with 10 additions and 17 deletions
|
@ -55,28 +55,25 @@ Chrome.
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -y purge \
|
apt-get -y purge \
|
||||||
usb-creator-common \
|
|
||||||
usb-creator-gtk \
|
|
||||||
thunderbird-gnome-support \
|
|
||||||
thunderbird \
|
|
||||||
remmina-common \
|
|
||||||
remmina \
|
|
||||||
remmina-plugin-rdp \
|
|
||||||
remmina-plugin-vnc \
|
|
||||||
firefox* \
|
|
||||||
libreoffice* \
|
|
||||||
alsa* \
|
alsa* \
|
||||||
cups* \
|
cups* \
|
||||||
gnome-screenshot \
|
|
||||||
evince \
|
evince \
|
||||||
gedit
|
firefox* \
|
||||||
|
gedit \
|
||||||
|
gnome-screenshot \
|
||||||
|
libreoffice* \
|
||||||
|
remmina* \
|
||||||
|
rhythmbox* \
|
||||||
|
thunderbird* \
|
||||||
|
usb-creator-common \
|
||||||
|
usb-creator-gtk \
|
||||||
|
|
||||||
dpkg -i /opt/deb/google-chrome-stable_current_amd64.deb
|
dpkg -i /opt/deb/google-chrome-stable_current_amd64.deb
|
||||||
|
|
||||||
Only one domain is allowed
|
Only one domain is allowed
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
To redirect all domains to localhost, except dev.automaticcrm.ai, create the
|
To redirect all domains to localhost, except DOMAIN, create the
|
||||||
file ``/etc/dnsmasq.d/autocrm.conf`` with these lines:
|
file ``/etc/dnsmasq.d/autocrm.conf`` with these lines:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
@ -115,10 +112,6 @@ Chrome in fullscreen mode:
|
||||||
DesktopNames=ubuntu:AutomaticCRM
|
DesktopNames=ubuntu:AutomaticCRM
|
||||||
X-Ubuntu-Gettext-Domain=gnome-session-3.0
|
X-Ubuntu-Gettext-Domain=gnome-session-3.0
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
If you want to change the domain, edit this file and also enable it in the
|
|
||||||
dnsmqsq config above.
|
|
||||||
|
|
||||||
No access to the filesystem
|
No access to the filesystem
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
Loading…
Reference in a new issue