start new:
tmux
start new with session name:
tmux new -s myname
| # Enable mouse support | |
| set -g mouse on | |
| # Enable Ctrl + left/right arrow. | |
| set-window-option -g xterm-keys on | |
| # List of plugins | |
| set -g @plugin 'tmux-plugins/tpm' | |
| set -g @plugin 'tmux-plugins/tmux-sensible' |
| pip show tensorflow | |
| pip uninstall tensorflow | |
| # Tensorflow 1.4 works only with Python 3.5 | |
| # to install downgrade Python 3.6 to Python 3.5 in Anaconda | |
| conda install python=3.5 | |
| # now install tensorflow 1.4 | |
| sudo apt-get install python3-pip python3-dev | |
| pip install tensorflow |
| from __future__ import print_function | |
| __author__ = 'Bharath' | |
| __version__ = "0.1.0" | |
| try: | |
| import psycopg2 | |
| except ImportError: | |
| raise ImportError('\n\033[33mpsycopg2 library missing. pip install psycopg2\033[1;m\n') | |
| sys.exit(1) |
| -------------------------- | |
| 2018_04_24 | |
| ------------ | |
| ---------------- | |
| * [How to fork your own repo in Github](http://kroltech.com/2014/01/01/quick-tip-how-to-fork-your-own-repo-in-github/) | |
| * [Directory](https://apis.guru/openapi-directory/) | |
| * [Top 20 Best Tech Websites & Blogs](http://www.grafdom.com/blog/top-20-best-tech-websites-and-blogs/) | |
| * [Indie Hackers: Work Together to Build Profitable Online Businesses](https://www.indiehackers.com/) |