19 Mart 2013 Salı

Ant - Escape characters

For > use &gt; For < use  &lt;
For use &quot;
For & use &amp;
For use &apos;

28 Şubat 2013 Perşembe

Distro öğrenme

cat /etc/issue

21 Şubat 2013 Perşembe

Command line before login - Windows 7

Left Alt + Left Shift + PrintScreen

25 Aralık 2012 Salı

Solaris - ps -ef

/usr/ucb/ps auxvv

21 Aralık 2012 Cuma

Unix - Değiştirilme tarihini değiştirme

touch -t 8604210000 a.txt

a.txt'nin değiştirilme tarihini 21.04.1986 00:00 olarak değiştirir.

20 Aralık 2012 Perşembe

Linux versiyonu öğrenmek

more /proc/version

uname -a

19 Aralık 2012 Çarşamba

Find - Exclude filetype

find . -type f \( ! -iname "*.log" \) | xargs grep -is "10.90.11.79"