Posted: http://forum.scssoft.com/viewtopic.php?f=111&t=191979
I'm trying to setup 2 displays with multimon in ETS2, but I'm failing. Well, I've managed to configure the custom multimon layout, but I can't figure out how to make ETS2 window expand to both displays.
My system:
- Windows 7 64-bit
Visit Gist and see 'raw' link, It's including SHA-1 long hash name like this.
https://gist.github.com/raw/2370972/47150711fedb7375d19d761ab122485b8105678d/gist-raw-perm-HEAD.user.js
| // ==UserScript== | |
| // @name Telegram tg:// to web+tg:// | |
| // @namespace http://denilson.sa.nom.br/ | |
| // @version 0.1 | |
| // @description Converts "tg://" links to "web+tg://". See https://github.com/zhukov/webogram/issues/594 | |
| // @homepage https://gist.github.com/denilsonsa/b32ee2957982bfa86a00 | |
| // @downloadURL https://gist.github.com/denilsonsa/b32ee2957982bfa86a00/raw/telegram-tg-links-to-web-tg.user.js | |
| // @homepage https://greasyfork.org/en/scripts/18593-telegram-tg-to-web-tg | |
| // @author Denilson Sá | |
| // @grant none |
This Gist is outdated. Look at denilsonsa/ets2-stuff for the most recent code.
| # | |
| # ███╗ ███╗ ██████╗ ██╗ ██╗███████╗██████╗ ████████╗ ██████╗ | |
| # ████╗ ████║██╔═══██╗██║ ██║██╔════╝██╔══██╗ ╚══██╔══╝██╔═══██╗ | |
| # ██╔████╔██║██║ ██║██║ ██║█████╗ ██║ ██║ ██║ ██║ ██║ | |
| # ██║╚██╔╝██║██║ ██║╚██╗ ██╔╝██╔══╝ ██║ ██║ ██║ ██║ ██║ | |
| # ██║ ╚═╝ ██║╚██████╔╝ ╚████╔╝ ███████╗██████╔╝ ██║ ╚██████╔╝ | |
| # ╚═╝ ╚═╝ ╚═════╝ ╚═══╝ ╚══════╝╚═════╝ ╚═╝ ╚═════╝ | |
| # | |
| # ╔═════════════════════════════════════════════════════════════════╗ | |
| # ║ https://github.com/denilsonsa/udev-joystick-blacklist ║ |
This bash script offers quick shortcuts to simulate slower network connections. It is useful when you need to simulate a wireless network on a Linux network server, especially when you are using a virtual machine guest on your local machine or in the cloud.
slow 3G # Slow network on default eth0 down to 3G wireless speeds
slow 3G -l 600ms -p 10% # slow network on eth0 and setup latency to 600ms packetloss to 10%
slow reset # Reset connection for default eth0 to normal
slow vsat --latency=500ms # Simulate satellite internet with a high latency
slow dsl -b 1mbps # Simulate DSL with a slower speed than the default
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Live demo of Nosy Facetype by Rory Harnden</title> | |
| <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400italic' rel='stylesheet' type='text/css'> | |
| <style type="text/css"> | |
| @font-face { | |
| font-family: "Nosy"; | |
| src: url(NOSY_Facetype_by_Rory_Harnden.otf) format("opentype"); |