8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
find /home/neople/ -type f -name "*.tbl" | xargs sed -i "s/101.200.211.94/192.168.3.27/g" ; find /home/neople/ -type f -name "*.cfg" | grep -v __ | xargs sed -i "s/101.200.211.94/192.168.3.27/g" ; chmod 755 /opt/lampp/etc/my.cnf ; cd /home/GeoIP-1.4.8/ && ./configure && make && make check && make install ;
The text was updated successfully, but these errors were encountered:
内存不够 切记要增加虚拟内存
Sorry, something went wrong.
YOUR_IP=192.168.0.110 find /home/neople/ -type f -name ".tbl" | xargs sed -i "s/192.168.3.27/$YOUR_IP/g" ; find /home/neople/ -type f -name ".cfg" | grep -v __ | xargs sed -i "s/192.168.3.27/$YOUR_IP/g" ; /root/stop && /root/run
find /home/neople/ -type f -name "*.tbl" | xargs sed -i "s/192.168.3.27/192.168.0.27/g" ; find /home/neople/ -type f -name "*.cfg" | grep -v __ | xargs sed -i "s/192.168.3.27/192.168.0.27/g" ;
xx-zhang
No branches or pull requests
The text was updated successfully, but these errors were encountered: