This simple command will let you pick form all available editors update-alternatives –config editor
Author: admin
vim /etc/network/interfaces I’m setting my static ip to 10.0.2.15 vim /etc/resolv.conf And add nameserver 10.0.2.3
These commands will add the repo / keys and install cassandra v2 Set up a test db You may also want to install sun java Afterwards, don’t forget
Add to App.config : Here’s my full config: Other things to check: -That you are actually referencing the required libraries -That said libraries are set to “Copy Local” (defaults to False for me!)
Code Behind Extend the ContentControl class to add a template selector to it Main.xaml -Resource imports the templates/styles file (see below). -In this example content in column 1 is switchable via ContentControlEx (see above) based on what item is selected in xyz (in column 0, which is a listbox/treeview etc) As you can see, content […]
Resource Code Datatemplate
Because I wanted to use one server to replicate multiple mysql masters I had to create various mysql instances from the same mysql install, which got tedious, so I made a script. Just enter the idbase (that with the port appended will become your sever id for replication), the port and the password you want […]