lsmod | grep i915
/etc/X11/xorg.conf.d
и прописать туда файл с именем 20-intel.conf
с текстомSection "Device"
Identifier "Intel Graphics"
Driver "intel"
EndSection
repquota -ua
sudo bin/elasticsearch-plugin install ingest-attachment
MacBook-Pro:elasticsearch-5.1.1 leah$ ./bin/elasticsearch-plugin install ingest-attachment
-> Downloading ingest-attachment from elastic
[=================================================] 100%
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: plugin requires additional permissions @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
* java.lang.RuntimePermission getClassLoader
* java.lang.reflect.ReflectPermission suppressAccessChecks
* java.security.SecurityPermission createAccessControlContext
* java.security.SecurityPermission insertProvider
* java.security.SecurityPermission putProviderProperty.BC
See http://docs.oracle.com/javase/8/docs/technotes/guides/security/permissions.html
for descriptions of what these permissions allow and the associated risks.
Continue with installation? [y/N]y
-> Installed ingest-attachment
MacBook-Pro:elasticsearch-5.1.1 leah$
[Unit]
Description=Gunicorn Site
#Requires=gunicorn.socket
After=network.target
[Service]
User=www-data
Group=www-data
WorkingDirectory=/opt/gunicorn
ExecStart=/opt/venv/bin/gunicorn -w 4 --bind localhost:8000 wsgi:app
ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s TERM $MAINPID
PrivateTmp=no
[Install]
WantedBy=multi-user.target
systemctl start minecraft
systemctl enable minecraft
systemctl status minecraft
systemctl stop minecraft
systemctl disable minecraft