08 Aug 2014 Find recently changed files Posted by nikola, With 0 Comments, Category: Linux, Tags: administration, server How to search for recently changed files, ie. in last 24 hours Files changed in last 24 hours: find . -mtime -1 -print To find all file ... Read more
16 Aug 2013 How to sync two Linux directories? Posted by nikola, With 0 Comments, Category: Linux, Tags: administration, server You can sync two directories using command rsync. Practical example is to run next command: rsync -avz --delete /sourceDirectory /destin ... Read more
21 Feb 2013 Brief history of Linux Kernel Posted by nikola, With 0 Comments, Category: Linux, Tags: administration, linux, server https://youtu.be/yVpbFMhOAwE ... Read more
10 Apr 2012 Revolution OS – documentary movie about Open Source and Linux Posted by nikola, With 0 Comments, Category: Linux, Tags: linux, server This movie will give you an answer on questions what is Open Source, how and why it's founded, and Linux in general. You can watch it on ... Read more