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
| #!/bin/bash | |
| # build gstreamer from source on Ubuntu 18.04 | |
| sudo apt-get install bison flex gtk-doc-tools | |
| mkdir gstreamer | |
| cd gstreamer | |
| git clone --depth https://github.com/GStreamer/gstreamer.git | |
| git clone --depth=1 https://github.com/GStreamer/gst-plugins-base.git | |
| git clone --depth=1 https://github.com/GStreamer/gst-plugins-good.git |
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
| #How to build tensorflow 1.7.1 from source on Ubuntu 18.04 | |
| #========================================================= | |
| # Bazel | |
| ## install bazel depencies | |
| sudo apt-get install pkg-config zip g++ zlib1g-dev unzip python | |
| ## download Bazel 0.9 (see compatibility chart on https://www.tensorflow.org/install/install_sources) |
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
| # i3 config file (v4) | |
| # Please see http://i3wm.org/docs/userguide.html for a complete reference! | |
| # Set mod key (Mod1=<Alt>, Mod4=<Super>) | |
| set $mod Mod4 | |
| # set default desktop layout (default is tiling) | |
| # workspace_layout tabbed <stacking|tabbed> | |
| # Configure border style <normal|1pixel|pixel xx|none|pixel> |