Hello,
My name Tien.
I just finished to sync directories structures on SLES 11 (Linux). I think, i should share this job to everybody.
Firstly you need to install rsync on all source and destination. The differences between two sets of files accross the network connection, using an efficient checksum-search algorithm. Make sure it's installed on all server for remote copy.
Syntax:
rsync -av -f"+...
[WHAT] Java location?
matteo@matteo-ThinkPad-SL:~$ sudo update-alternatives --config java
There are 2 choices for the alternative java (providing /usr/bin/java).
Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/lib/jvm/java-6.31-oracle/bin/java 1062 auto mode
1 /usr/lib/jvm/java-6-openjdk/jre/bin/java...
[HOW TO] solve 'The following packages have unmet dependencies' error?
Try :
sudo apt-get update
sudo apt-get -f install
----------------
if didn't work then give us the contents of /etc/apt/sources.list
One possible cause of unmet dependencies could be corrupted package database, and/or some packages weren’t installed properly. To fix this problem, hit Alt+Ctrl+T to open terminal and try to run one of the following commands:
sudo apt-get clean
or,
sudo...