مشاهده برنامه ای که یک پورت را گوش می دهد
سه شنبه, ۱۴ شهریور ۱۳۹۶، ۰۳:۳۱ ب.ظ
lsof -n -i:$PORT | grep LISTEN
Linux:
netstat -nap | grep $PORT
Windows(Not tested):
netstat -nap
| findstr %PORT
- ۰ نظر
- ۱۴ شهریور ۹۶ ، ۱۵:۳۱
lsof -n -i:$PORT | grep LISTEN
netstat -nap | grep $PORT
netstat -nap
| findstr %PORT
cd /etc/yum.repos.d
wget http://people.centos.org/tru/devtools-1.1/devtools-1.1.repo
yum --enablerepo=testing-1.1-devtools-6 install devtoolset-1.1-gcc devtoolset-1.1-gcc-c++
export CC=/opt/centos/devtoolset-1.1/root/usr/bin/gcc
export CPP=/opt/centos/devtoolset-1.1/root/usr/bin/cpp
export CXX=/opt/centos/devtoolset-1.1/root/usr/bin/c++
حذف یک آدرس از کارت شبکه:
ip addr del 10.22.30.44/16 dev eth0
حذف کلیه آدرسها از یک کارت شبکه:
ip addr flush dev eth0