http://oliviercontant.com/cassandra-monitor-repair-task/
http://www.datastax.com/dev/blog/advanced-repair-techniques
http://docs.datastax.com/en/cassandra/2.0/cassandra/operations/ops_repair_nodes_c.html
http://jonathanhui.com/cassandra-data-maintenance-backup-and-system-recovery
http://monkeys.chaordic.com.br/operation/zero-downtime-cassandra-upgrade/
https://github.com/BrianGallew/cassandra_range_repair
Thursday, January 28, 2016
Tuesday, January 12, 2016
Chocolatey
Chocolatey is a machine packaging manager for Windows, which makes it very easy to install tools such as cygwin and many others on Windows platform.
To install Chocolatey, open powershell in administrator mode and run the following command:
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
To use Chocolatey for installing tools such as vagrant and virtualbox, run the following command in powershell:
cinst vagrant virtual
To install Cygwin, run the following command in powershell:
cinst cyg-get
Link: https://chocolatey.org/
To install Chocolatey, open powershell in administrator mode and run the following command:
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
To use Chocolatey for installing tools such as vagrant and virtualbox, run the following command in powershell:
cinst vagrant virtual
To install Cygwin, run the following command in powershell:
cinst cyg-get
Link: https://chocolatey.org/
Subscribe to:
Posts (Atom)