bir dosyayı sıkıştırmak için
tar -zcvf dosya_adi.tar.gz dosya_adi
sıkıştırılmış dosyayı açmak için
tar -zxvf dosya_adi.tar.gz
3 Mart 2010 Çarşamba
28 Ocak 2010 Perşembe
windows ta port durumu sorgulama ve portu kullanan uygulama
Windows ta portun kullanım durumunu sorgulama ve portu kullanan uygulamayı aşağıdaki gibi yapıyoruz
örn:555000 portunun durumu
netstat -o -n -a findstr 0.0:55000
cevap : TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 8704
burada 8704 portu kullanan uygulamanın PID(process id) numarası.
daha sonra
task managera gidip
go to Processes tab, click on View menu, then click on Select Columns…. In the “Select Columns” or “Select Process Page Columns” dialog, tick and check the checkbox for PID (Process Identifier), and click OK.
normalde gözükmeyen PID sütununu aktif ettikten sonra görebilirsiniz.
örn:555000 portunun durumu
netstat -o -n -a findstr 0.0:55000
cevap : TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 8704
burada 8704 portu kullanan uygulamanın PID(process id) numarası.
daha sonra
task managera gidip
go to Processes tab, click on View menu, then click on Select Columns…. In the “Select Columns” or “Select Process Page Columns” dialog, tick and check the checkbox for PID (Process Identifier), and click OK.
normalde gözükmeyen PID sütununu aktif ettikten sonra görebilirsiniz.
11 Eylül 2009 Cuma
FIND
http://kb.iu.edu/data/admm.html
http://www.devdaily.com/unix/edu/examples/find.shtml
http://www.athabascau.ca/html/depts/compserv/webunit/HOWTO/find.htm
http://www.devdaily.com/unix/edu/examples/find.shtml
http://www.athabascau.ca/html/depts/compserv/webunit/HOWTO/find.htm
Kaydol:
Kayıtlar (Atom)