obs.:
- o guia é baseado nas minhas configurações pessoais do Github
C-csignifica pressionar a teclaControle em seguida a teclacPrefixo + wsignifica digitar o comando dePrefixoe em seguida apertarw
| # ~/.bashrc: executed by bash(1) for non-login shells. | |
| # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
| # for examples | |
| # If not running interactively, don't do anything | |
| [ -z "$PS1" ] && return | |
| # don't put duplicate lines in the history. See bash(1) for more options | |
| # ... or force ignoredups and ignorespace | |
| HISTCONTROL=ignoredups:ignorespace |
| # Make mouse useful in copy mode | |
| setw -g mode-mouse on | |
| # Allow mouse to select which pane to use | |
| set -g mouse-select-pane on | |
| # Allow mouse dragging to resize panes | |
| set -g mouse-resize-pane on | |
| # Allow mouse to select windows |
obs.:
C-c significa pressionar a tecla Control e em seguida a tecla cPrefixo + w significa digitar o comando de Prefixo e em seguida apertar w| " Made by @henriquegogo | |
| set t_Co=256 " Set to 256 colors scheme | |
| set number " Line numbers | |
| set linebreak " Break line without break word | |
| set nobackup " Dont save backup~ files | |
| set ignorecase " Ignore case sensitive on searchs | |
| set smartcase " If have any uppercase, active case sensitive | |
| set gdefault " Always substitute all letters, dont just first | |
| set smartindent " Auto-indent |
| {0: u'__background__', | |
| 1: u'person', | |
| 2: u'bicycle', | |
| 3: u'car', | |
| 4: u'motorcycle', | |
| 5: u'airplane', | |
| 6: u'bus', | |
| 7: u'train', | |
| 8: u'truck', | |
| 9: u'boat', |
Building Tensorflow from source on Ubuntu 16.04LTS for maximum performance:
TensorFlow is now distributed under an Apache v2 open source license on GitHub.
On Ubuntu 16.04LTS+:
Step 1. Install NVIDIA CUDA:
To use TensorFlow with NVIDIA GPUs, the first step is to install the CUDA Toolkit as shown: