- Move 720p files to 720p dir
- Move 1080p files to 1080p dir
Check which track you need to select:
mkvmerge -i myfile.mkv | grep audio
You'll get something like this:
| $ /usr/libexec/qemu-kvm -m 256 -drive file=server.img -cdrom some.iso -boot d -net nic -net user -vnc :0 | |
| $ ssh -L 5900:127.0.0.1:5900 your_ip_here | |
| { | |
| "name": "**role-name**", | |
| "chef_type": "role", | |
| "json_class": "Chef::Role", | |
| "default_attributes": {}, | |
| "override_attributes": {}, | |
| "description": "*role description*", | |
| "run_list": [ | |
| "role[default]", | |
| "hoge::nice" |
| run_list( | |
| 'recipe[chef-solo-search]', | |
| 'recipe[rails_application]' | |
| ) | |
| default_attributes( | |
| rails: { | |
| app: {name: "sample_app"}, | |
| deploy: { | |
| repository: "https://github.com/jgarber/sample_app_2nd_ed.git" |
| # Update, upgrade and install development tools: | |
| apt-get update | |
| apt-get -y upgrade | |
| apt-get -y install build-essential git-core curl libssl-dev \ | |
| libreadline5 libreadline5-dev \ | |
| zlib1g zlib1g-dev \ | |
| libmysqlclient-dev \ | |
| libcurl4-openssl-dev \ | |
| libxslt-dev libxml2-dev |
Check which track you need to select:
mkvmerge -i myfile.mkv | grep audio
You'll get something like this:
| nginx: | |
| rootdir: /data/installer | |
| server-name: dev.domain.com |
| mysql: | |
| # Manage databases | |
| database: | |
| - foo | |
| - bar | |
| schema: | |
| foo: | |
| load: True | |
| source: salt://mysql/files/foo.schema | |
| bar: |
| - name: ensure github.com is a known host | |
| lineinfile: | |
| dest: /root/.ssh/known_hosts | |
| create: yes | |
| state: present | |
| line: "{{ lookup('pipe', 'ssh-keyscan -t rsa github.com') }}" | |
| regexp: "^github\\.com" |
| # Assuming an Ubuntu Docker image | |
| $ docker run -it <image> /bin/bash |
/Applications/Slack.app/Contents/Resources/app.asar.unpacked/src/static/ssb-interop.jsdocument.addEventListener('DOMContentLoaded', function() {
$.ajax({
url: 'https://cdn.rawgit.com/laCour/slack-night-mode/master/css/raw/black.css',
success: function(css) {
$("").appendTo('head').html(css);