Need a UI tool to compare 2 linux folders (from 2 different servers) from a third windows server. something like beyondCompare or meld that I can visually explore the folders of remote linux servers. Thanks. Answer Beyond Compare for Windows supports comparison of two Linux servers. Beyond Compare Standard fo…
Tag: meld
Use python 2.7 for some apps, while keeping python 2.6 for the OS (linux fedora/centos)
How can I use python 2.7 for some apps, while keeping python 2.6 for the OS? I am using CentOS6.6 (based on RHEL 6 / Fedora 12), and would like to install some recent packages such as meld 3.13, latest rabbitcvs, etc… It requires python 2.6 to run. when I try to run meld 3.13, it says “Meld requir…