12 05 2017
xrandr –newmode “1920x1080_60.00” 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync xrandr –addmode VIRTUAL1 1920x1080_60.00 xrandr –output VIRTUAL1 –mode 1920x1080_60.00 xrandr –output DP2 –off #xrandr –output LVDS1 –off #xrandr –output HDMI1 –off Source: https://askubuntu.com/questions/679135/how-do-i-set-new-screen-resolution-for-a-headless-server-using-teamviewer-10
10 05 2017
https://www.qwant.com/ (bing based) https://www.unbubble.eu/ https://www.startpage.com/ (anonymized google wrapper) https://duckduckgo.com/ http://www.exalead.com/search/
8 05 2017
Watch the “Exec” line, example: /usr/share/applications/vmware-workstation.desktop: [Desktop Entry] Encoding=UTF-8 Name=VMware Workstation Comment=Run and manage virtual machines Exec=/bin/bash -c “wmctrl -s 1;/usr/bin/vmware %U;wmctrl -s 0” Terminal=false Type=Application Icon=vmware-workstation StartupNotify=true Categories=System; MimeType=application/x-vmware-vm;application/x-vmware-team;application/x-vmware-enc-vm;x-scheme-handler/vmrc;
8 05 2017
try mv ~/.local/share/applications ~/.local/share/applications.temp
8 05 2017
#/bin/bash application=VMware desktop_space=2 wmctrl -s $desktop_space wmctrl -i -r `wmctrl -l | grep “$application” | cut -d ‘ ‘ -f 1` -t $desktop_space See also: https://superuser.com/questions/236526/how-to-open-a-program-on-particular-desktop https://linux.die.net/man/1/devilspie
4 05 2017
I really like this app, both Android and Linux clients are nice: https://wire.com/en/ Web, OSX and Windows versions are available, too.
4 05 2017
apt-get install wmctrl list available desktop spaces: wmctrl -d switch: wmctrl -s 0 wmctrl -s 1 . . . get current desktop space id: wmctrl -d | grep “*” | cut -d ‘ ‘ -f 1 get number of active desktop spaces: wmctrl -d | tail -1 | cut -d ‘ ‘ -f 1 swipe […]
4 05 2017
download? resize? upload? nope …. 🙂 mogrify -resize 800x image2bresized.jpg
3 05 2017
1) Open Front door 2) Hold 5 seconds the “down arrow” (it is not visible, when you use the normal menu scrolling you will see where this is) 3) Reset Menu opens. Reset the -HC couter B-HC = Black Counter C-HC = Cyan Counter M-HC = Magenta Counter Y-HC = Yellow Counter Done ! p.s. […]
27 04 2017
Taken from https://xapax.gitbooks.io/security/content/basics_of_windows.html Windows desktops OS Operating System Version Number Windows 1.0 1.04 Windows 2.0 2.11 Windows 3.0 3 Windows NT 3.1 3.10.528 Windows for Workgroups 3.11 3.11 Windows NT Workstation 3.5 3.5.807 Windows NT Workstation 3.51 3.51.1057 Windows 95 4.0.950 Windows NT Workstation 4.0 4.0.1381 Windows 98 4.1.1998 Windows 98 Second Edition 4.1.2222 Windows […]