Installing Google Drive Ocamlfuse on Ubuntu 18.04 [TOC]
To install the Google Drive Ocamlfuse run the following commands in that order
$ sudo add-apt-repository ppa:alessandro-strada/ppa $ sudo apt-get update $ sudo apt-get install google-drive-ocamlfuse Once successfully installed, authorize google-drive-ocamlfuse client with your desired Google account using the following command.
# google-drive-ocamlfuse This is going to pop open a page on your browser where Google will request you to choose a Gmail account to continue with the setup
Mounting Dropbox in Linux Installing dbxfs The dbxfs officially supports Linux and Mac OS. However, it should work on any POSIX system that provides a FUSE-compatible library or has the ability to mount SMB shares. Since it is written for Python 3.5, it can installed using pip3 package manager. Refer the following guide if you haven’t installed PIP yet.
How To Manage Python Packages Using Pip And, install FUSE library as well.
Reveal.js presentations [TOC]
Reveal.js and pandoc Create a MD presentation. For instance:
--- title: Chromosome architecture by Hi-M author: Marcelo Nollmann, CNRS, France. date: June 21, 2017 output: revealjs::revealjs_presentation: fig_width: 7 fig_height: 6 theme: black --- ## What is DNA? > <small>DNA is long , c.a. 1m</small> > <small>DNA has to be fit into a tiny nucleus ~few micrometers in size</small> > <small>Despite this, we have known that -at least in some cell cycle stages like mitosis- chromosomes are highly organized</small> <img src="/home/marcnol/dropbox/Documents/Bureaucracy/mixNpick/signature.
Linux post installation guide [[TOC]]
Mounting external drives Google drive Run the following installation steps
$ sudo add-apt-repository ppa:alessandro-strada/ppa $ sudo apt-get update $ sudo apt-get install google-drive-ocamlfuse Once successfully installed, authorize google-drive-ocamlfuse client with your desired Google account using the following command.
$ google-drive-ocamlfuse This is going to pop open a page on your browser where Google will request you to choose a Gmail account to continue with the setup