A Git tutorial with example and demo.
YouTube Videos
Day 1: https://www.youtube.com/watch?v=XBreuLi79bk
Day 2: https://www.youtube.com/watch?v=5e6i3r5Vz34
A simple introduction for basic use of git and git hub.
Since I'm a rookie to Git, If there is anything wrong, please contact me.
Hope you'll enjoy it.
A Git tutorial with example and demo.
YouTube Videos
Day 1: https://www.youtube.com/watch?v=XBreuLi79bk
Day 2: https://www.youtube.com/watch?v=5e6i3r5Vz34
A simple introduction for basic use of git and git hub.
Since I'm a rookie to Git, If there is anything wrong, please contact me.
Hope you'll enjoy it.
Fabric is a Python library and command-line tool for streamlining SSH administration tasks. It allows users to automate common deployment and administration tasks across multiple servers from the command line or Python scripts. Fabric provides tools for managing Python environments and packages, and can be used to parallelize tasks, group hosts, and interface with external APIs like GitHub from deployment scripts.
This document compares features of different MySQL storage engines including MyISAM, Memory, InnoDB, and NDB. It discusses their storage limits, support for foreign keys and transactions, locking granularity, and provides links for setting up MySQL Cluster and high availability configurations.