DELETE FROM table;
vacuum;
2018年10月15日 星期一
2018年10月11日 星期四
2018年10月10日 星期三
NetGear M4300 設定 stack
每一台 stack 交換皆需設定
>enable
#configure
(Config)#stack
(Config-stack)#stack-port 1/0/25 stack
(Config-stack)#stack-port 1/0/26 stack
(Config-stack)#exit
(Config)#exit
#save
>enable
#configure
(Config)#stack
(Config-stack)#stack-port 1/0/25 stack
(Config-stack)#stack-port 1/0/26 stack
(Config-stack)#exit
(Config)#exit
#save
2018年10月9日 星期二
取代 netstat-nat
Linux kernel >2.4
cat /proc/net/nf_conntrack /proc/net/ip_conntrack |grep dst=[[nat-ip]] |grep src=192.168
cat /proc/net/nf_conntrack /proc/net/ip_conntrack |grep dst=[[nat-ip]] |grep src=192.168
LEAF 6.x shorewall 設定 NAT, DNAT Fail
錯誤訊息
ERROR: iptables-restore Failed. Input is im /var/lib/shorewall/.iptables-restore-input
解法
cd /lib/modules/4.9.128-x86_64/kernel/net/netfilter/
for i in nf_*;do insmod $i;done
ERROR: iptables-restore Failed. Input is im /var/lib/shorewall/.iptables-restore-input
解法
cd /lib/modules/4.9.128-x86_64/kernel/net/netfilter/
for i in nf_*;do insmod $i;done
2018年10月8日 星期一
2018年10月5日 星期五
2018年10月4日 星期四
Debian 9 + PHP7 + ssh2 安裝設定
apt-get install libssh2-1-dev libssh2-1
wget https://github.com/Sean-Der/pecl-networking-ssh2/archive/php7.zip
unzip pecl-networking-ssh2-php7.zip
cd pecl-networking-ssh2-php7/
phpize
./configure
make
make install
echo extension=ssh2.so >>/etc/php/7.0/apache2/php.ini
echo extension=ssh2.so >>/etc/php/7.0/cli/php.ini
wget https://github.com/Sean-Der/pecl-networking-ssh2/archive/php7.zip
unzip pecl-networking-ssh2-php7.zip
cd pecl-networking-ssh2-php7/
phpize
./configure
make
make install
echo extension=ssh2.so >>/etc/php/7.0/apache2/php.ini
echo extension=ssh2.so >>/etc/php/7.0/cli/php.ini
訂閱:
文章 (Atom)