Skip to content

Instantly share code, notes, and snippets.

View kumaxim's full-sized avatar
:octocat:
I may be slow to respond.

Maxim Kudryavtsev kumaxim

:octocat:
I may be slow to respond.
View GitHub Profile
@kumaxim
kumaxim / teamviewer-headless-install.sh
Created March 17, 2017 00:52
Teamviewer Install on Headless Systems
# http://jsrsoft.co.uk/blog/post/Teamviewer-11-for-Ubuntu-Server-1510-running-in-Virtualbox
# https://blog.samat.org/2010/11/09/High-resolution-text-console-with-uvesafb-and-Debian/
apt-get install v86d
nano /etc/initramfs-tools/modules
# add the following line
# uvesafb mode_option=1024x768-32
update-initramfs -u
nano /etc/default/grub
# add/uncomment/change these lines
# (consoleblank is necessary to keep monitor on all times, when it's blank there's no way to get the screen back via tv)