ffmpeg is a fast video and audio converter that can also grab from a live audio/video source.
- -h show all options
- -h(elp) topic show help
- -version show version
- -formats show available formats
Making vagrant and ansible work together with virtualbox as a provider is not well documented across the documentations. Ansible's control node doesn't work on Windows. However, it works on WSL which make the installation of ansible and vagrant on WSL necessary and the access from WSL to virtualbox which is still running under the Windows host.
Bypassing USB Debugging off and FRP Google Account lock enabled on a Samsung XCover4.
Model: Samsung XCover4
Let say you want to host example1.com, example2.com, and example3.com on your machine, respectively to localhost:8080, localhost:8181, and localhost:8282.
Note: Since you don't have access to a DNS server, you should add domain name entries to your /etc/hosts (you can't do this on CDF machines):
... 127.0.0.1 example1.com example2.com example3.com ... To proxy eaxmple1.com we can't use the location part of the default server. Instead we need to add another server section with a server_name set to our virtual host (e.g., example1.com, ...), and then a simple location section that tells nginx how to proxy the requests:
var gulp = require('gulp'), | |
gutil = require('gulp-util'), | |
sass = require('gulp-ruby-sass'), | |
minifyCSS = require('gulp-minify-css'), | |
concat = require('gulp-concat'), | |
webserver = require('gulp-webserver'), | |
uglify = require('gulp-uglify'), | |
rename = require('gulp-rename'), | |
minifyHTML = require('gulp-minify-html'), | |
imagemin = require('gulp-imagemin'), |
::Install chocolatey from https://chocolatey.org first | |
::Run following commands as administrator | |
::Update your software with choco upgrade all | |
cinst -y adobereader | |
cinst -y googlechrome | |
cinst -y adblockpluschrome | |
cinst -y skype | |
cinst -y 7zip | |
cinst -y winscp | |
cinst -y putty |
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Effect": "Deny", | |
"Action": [ | |
"organizations:LeaveOrganization", | |
"guardduty:DeleteDetector", | |
"guardduty:DisassociateFromMasterAccount", | |
"guardduty:UpdateDetector", |
The default file size limit for Outlook data file (.ost) is 50GB. To change file size limit to 100 GB, add following keys to the registry usind cmd or regedit.
REG ADD HKCU\Software\Microsoft\Office\16.0\Outlook\PST /v WarnLargeFileSize /t REG_DWORD /d 102400 /f
REG ADD HKCU\Software\Microsoft\Office\16.0\Outlook\PST /v MaxLargeFileSize /t REG_DWORD /d 107520 /f