7 Aralık 2012 Cuma

Unix - Scp ile dosya transferi

scp -r yigit@10.1.3.117:/data/yigit/Report .

4 Aralık 2012 Salı

Linux - "xargs: unmatched single quote" hatası

find . -name "*.xml" -type f -print0 |xargs -0 grep "10.12.20.70" > yigit/sms.txt

http://www.ducea.com/2007/11/22/xargs-unmatched-single-quote/

20 Kasım 2012 Salı

Unix'te Ant targetini çalıştırmak

ant "FULLJARCOPY" -f build.xml

2 Kasım 2012 Cuma

Unix - Komut tarihi

more ~/.bash_history

15 Ekim 2012 Pazartesi

Unix - Dosya izinlerini klonlamak

chmod --reference=otherfile thisfile

12 Ekim 2012 Cuma

Unix - Dosyayı kullanan proses

usb1 aygıtını kullanan prosesler ve userlar.
fuser -m -u /mnt/usb1 

server.log dosyasını okuyan prosesleri kill etmek
fuser -k server.log

9 Ekim 2012 Salı

Unix - Proxy ayarları

$http_proxy, $https_proxy and $ftp_proxy environment variables. Also, $no_proxy contains a comma-separated list of host patterns for which no proxy is used. For example:
http_proxy=http://proxy.example.com:3128/
no_proxy=localhost,127.0.0.1,*.example.com