geoiplookup命令沒有任何輸出問題

2021-08-02 12:29:38 字數 714 閱讀 8648

在ubuntu上使用命令 apt-get install geoip-bin安裝後,使用geoiplookup 8.8.8.8沒有任何輸出。

問題原因:缺少資料庫,在/usr/share/geoip目錄沒有東西

wget

wget

wget

gunzip geoip.dat.gz

gunzip geoipasnum.dat.gz

gunzip geolitecity.dat.gz

sudo cp geoip.dat geoipasnum.dat geolitecity.dat /usr/share/geoip/

然後再執行就可以了

root@localhost:~/geoip# geoiplookup 112.95.16.94

geoip country edition: cn, china

geoip asnum edition: as17623 china unicom shenzen network

如果要顯示城市資訊,需要指定引數

root@localhost:~/geoip# geoiplookup 112.95.16.94 -f /usr/share/geoip/geolitecity.dat

geoip city edition, rev 1: cn, 30, guangdong, shenzhen, n/a, 22.533300, 114.133301, 0, 0

linux沒有ifconfig命令解決辦法

因為系統不支援ifconfig命令 用ip addr代替了 但有些指令碼還需要這個命令,所以需要安裝。sudo apt get install net tools 檢視ifconfig安裝目錄 whereis ifconfig ifconfig sbin ifconfig usr share man...

centos7沒有ifconfig命令該怎麼辦

linux系統檢視ip位址常用命令是 ifconfig centos 7.0最小安裝是沒有ifconfig命令怎麼辦?當然可用 ip addr 檢視 還有一種方法就是安裝ifconfig命令 1 輸入 yum search ifconfig 命令,檢視ifconfig所屬命令包是net tools....

centos6 5突然沒有Yum命令

解決辦法 a.掛載磁碟 mount dev cdrom mnt cdrom b.從光碟中找到yum的包,由於光碟只有唯讀許可權,所以將符合條件的檔案copy到 root目錄下 cp mnt cdrom packages yum root c.根據提示安裝這個三個包 rpm ivh yum 3.2.2...