Friday, October 12, 2012

NTP Observatório Astronómico de Lisboa (oal)


sudo apt-get install ntp

And for ntpd edit /etc/ntp.conf to include additional server lines:

server ntp02.oal.ul.pt
server ntp04.oal.ul.pt

What's the quickest way to find duplicated files?

find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD fdupes -r / linux_czkawka_gui.AppImage