- By Edmond Lau
- Highly Recommended 👍
- http://www.theeffectiveengineer.com/
- They are the people who get things done. Effective Engineers produce results.
| #backup | |
| sudo cp /etc/nginx/nginx.conf /etc/nginx/nginx.conf.$(date "+%b_%d_%Y_%H.%M.%S") | |
| #restart | |
| service nginx restart |
| RESOLVE SCREEN TEARING | |
| Intel HD 3000 graphics will sometimes show tearing during video playback or other fast movement on the screen. | |
| To resolve this, enter the following commands in the Terminal: | |
| sudo mkdir /etc/X11/xorg.conf.d/ | |
| echo -e 'Section "Device" \n Identifier "Intel Graphics" \n Driver "Intel" \n Option "TearFree" "true" \nEndSection' | sudo tee /etc/X11/xorg.conf.d/20-intel.conf | |
| Restart the computer to make the settings active. |
UPDATED 22.11.2022
It's been two years since the last update, so here's the updated working script as per the comments below.
Thanks to BryanHaley for this.
setInterval(function () {
video = document.getElementsByTagName('ytd-playlist-video-renderer')[0];
video.querySelector('#primary button[aria-label="Action menu"]').click();| title: $:/config/tiddlyweb/host | |
| $protocol$//$host$/tw/ | |
| #create file in root/WIKINAME/tiddlers |
| #!/bin/sh | |
| # | |
| # Move the current window to the other vertical monitor. Adapted from the | |
| # scripts for horizontal monitors at makandracards.com | |
| # | |
| # Only works on a 2x1 vertical monitor setup. | |
| # Also works only on one X screen (which is the most common case). | |
| # | |
| # Props to | |
| # http://icyrock.com/blog/2012/05/xubuntu-moving-windows-between-monitors/ |
Could not execute menu item (internal error)...
The problem was with the wrong browser (not available anymore) set in wamp config.
To fix:
wampmanager.conf inside your wamp direcotry.navigator parameter