- Install mkvtoolsnix.
brew install --with-qt5 mkvtoolnix- Use mkvinfo to get the audio track IDs that you want.
mkvinfo *.mkv- Note that the audio track IDs are not the track numbers. Check the man page of mkvmerge or mkvinfo for more details.
- Use mkvmerge to create a copy of the mkv with ONLY the desired tracks using
--audio-tracks. mkvmerge -o out.mkv -a 2 orig.mkv
See also, http://libraryofalexandria.io/cgo/
cgo has a lot of trap.
but Not "C" pkg also directory in $GOROOT/src. IDE's(vim) Goto command not works.
So, Here collect materials.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package { ['flex', 'libgcrypt11-dev', 'valgrind', 'strace']: } | |
| package { ['autotools-dev', 'libltdl-dev', 'iproute-dev', 'iptables-dev', 'javahelper', 'libcurl4-gnutls-dev', 'libdbi0-dev', 'libesmtp-dev', 'libganglia1-dev', 'libglib2.0-dev', 'libhal-dev', 'liblvm2-dev', | |
| 'libmemcached-dev', 'libmnl-dev', 'libmodbus-dev', 'libmysqlclient-dev', 'libnotify-dev', 'libopenipmi-dev', 'liboping-dev', 'libpcap-dev', 'libperl-dev', 'libpq-dev', 'libprotobuf-c0-dev', 'librabbitmq-dev', 'li | |
| brrd-dev', 'libsensors4-dev', 'libsnmp-dev', 'perl', 'libtokyocabinet-dev', 'libtokyotyrant-dev', 'libupsclient1-dev', 'libvarnish-dev', 'libvirt-dev', 'libxml2-dev', 'libyajl-dev', 'linux-libc-dev', 'openjdk-6-j | |
| dk', 'protobuf-c-compiler', 'python-dev' ]: } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ruby | |
| require 'nokogiri' | |
| filename = ARGV.first | |
| if not filename | |
| puts "Usage: #{$0} <keynote-filename>" | |
| exit 1 | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # php-fastcgi - Manages php5-cgi in FastCGI mode | |
| description "Manage a PHP FastCGI process" | |
| start on (net-device-up | |
| and local-filesystems | |
| and runlevel [2345]) | |
| stop on runlevel [016] | |
| env PHP_FCGI_CHILDREN=8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Feature: puppetwrappers | |
| Package Checks | |
| Scenario: Confirming package installation | |
| When a machine has been puppeted | |
| Then the bash package should be installed. | |
| Scenario: Confirm bash package is absent | |
| When a machine has been puppeted | |
| Then the bash package should not be installed. |