As configured in my dotfiles.
start new:
tmux
start new with session name:
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
config.ssh.username = "root" | |
config.ssh.password = "tessel2" | |
config.ssh.shell = "ash" | |
config.vm.synced_folder ".", "/vagrant", disabled: true | |
config.vm.box = "technicalmachine/tessel2" |
As configured in my dotfiles.
start new:
tmux
start new with session name:
# Our .tmux.conf file | |
# Setting the prefix from C-b to C-s | |
set -g prefix C-s | |
# enable vi keys. | |
setw -g mode-keys vi | |
# Free the original Ctrl-b prefix keybinding | |
unbind C-b | |
#setting the delay between prefix and command | |
set -sg escape-time 1 |
Optional: | |
# apt-get install openssh-server | |
ssh [email protected] | |
Cloudbrain: | |
# apt-get install liblo-dev | |
# apt-get install git | |
cd ~ |
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
####GoPro Protune correction, timelapse assembling, fisheye removal, slow motion, 4:3 to 16:9 and motion blur in Linux OS - GoPro Studio for Linux - KDEnlive, FFMPEG, ImageMagick, Mencoder and Python!
GoPro Studio has been tremendously useful for GoPro users, but not all GoPro users can enjoy the tool, there is no GoPro Studio for Linux. So some users made their ways to emulate GoPro Studio on Linux.
This guide is more than GoPro Studio, is a must read guide for Linux and GoPro users.
The main features of GoPro Studio are:
I hereby claim:
To claim this, I am signing this object:
Visit my blog or connect with me on Twitter
git init
or