8000 Vagrantbox搭建 · Issue #2 · meigea/dof · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Vagrantbox搭建 #2

New issue

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

Open
xx-zhang opened this issue Mar 8, 2019 · 3 comments
Open

Vagrantbox搭建 #2

xx-zhang opened this issue Mar 8, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@xx-zhang
Copy link
xx-zhang commented Mar 8, 2019
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 ;
@xx-zhang
Copy link
Author
xx-zhang commented Mar 8, 2019

内存不够 切记要增加虚拟内存

@xx-zhang
Copy link
Author
xx-zhang commented Mar 8, 2019
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

@xx-zhang
Copy link
Author
xx-zhang commented Mar 8, 2019
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" ;

@meigea meigea added the enhancement New feature or request label Apr 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
0