- Joined
- Jul 18, 2020
- Messages
- 90
- Reaction score
- 22
- Points
- 8
Hi Guys,
how to create ip2country.csv updated
whit PuTTY login and set these commands
restart your Multics
Enjoy!
how to create ip2country.csv updated
whit PuTTY login and set these commands
Code:
cd
apt install unzip
sudo apt install xarchiver
cd /var/etc
rm ip2country.csv
wget http://software77.net/geo-ip/?DL=1
mv index.html?DL=1 ip2country.csv.gz
gunzip ip2country.csv.gz
Enjoy!