Unix, Linux, JBoss, Websphere, Ant, Python, Oracle DB, Arduino, Raspberry Pi.
7 Aralık 2012 Cuma
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/
http://www.ducea.com/2007/11/22/xargs-unmatched-single-quote/
20 Kasım 2012 Salı
2 Kasım 2012 Cuma
Unix - Komut tarihi
more ~/.bash_history
Etiketler:
.bash_history,
history,
unix,
unix sistem dosyaları
15 Ekim 2012 Pazartesi
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
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
Kaydol:
Kayıtlar (Atom)