답변:
Visual Traceroute 열기를 시도하십시오 . Sourceforge에서 사용 가능합니다. Java를 사용하며 Ubuntu 12.04 및 13.04에서 잘 작동합니다.
sudo add-apt-repository ppa : webupd8team / java sudo apt-get 업데이트
sudo apt-get remove --purge openjdk *
sudo apt-get 설치 oracle-java7-installer gksu
자바-버전
mkdir / tmp / OpenVisualTraceRoute cd / tmp / OpenVisualTraceRoute
wget http://sourceforge.net/projects/openvisualtrace/files/latest/download sudo unzip 다운로드 -d / opt /
cd / opt / OpenVisualTraceRoute * sudo unzip -j org.leo.traceroute.jar * / internet.png sudo chmod + x startLinux.sh
sudo gedit /usr/share/applications/open-visual-traceroute.desktop
[데스크탑 항목] Name = 오픈 비주얼 트레이스 루트 버전 = 1.3.1 GenericName = 오픈 비주얼 트레이스 루트 X-GNOME-FullName = 시각적 추적 경로 열기 Comment = 오픈 비주얼 트레이스 루트 유형 = 응용 카테고리 = 응용 프로그램; 유틸리티; 실행 = gksudo / bin / sh startLinux.sh 터미널 = 거짓 StartupNotify = true TargetEnvironment = 통합
cd / opt / OpenVisualTraceRoute * 수도 echo "Path = $ (eval pwd)">> /usr/share/applications/open-visual-traceroute.desktop echo "Icon = $ (eval pwd) /internet.png">> /usr/share/applications/open-visual-traceroute.desktop 출구
원본 설치 안내서는 여기에서 찾을 수 있습니다 : http://www.thefanclub.co.za/how-to/how-install-open-visual-traceroute-ubuntu
패키지 / 이진 mtr
은 필요한 것을 수행합니다. 기본적으로 우분투는 mtr-tiny
설치되어 있다고 생각 합니다.
GTK 창으로 시작해야하지만 언제든지 호출 mtr --gtk
하거나 mtr -- curses
원하는 것을 지정할 수 있습니다.
mtr
CLI로 작업 해야 했지만 필자의 경우 mtr
명령은 기본적으로 GTK 버전을 생성하는 것이 었습니다. 따라서 패키지 와 함께 제공되는 CLI를 사용하는 목적은 제거 mtr
하고 설치 했습니다 .) 와 버전 사이의 설명에 감사드립니다 . mtr-tiny
mtr
mtr-tiny
mtr-tiny
GTK
때로는 whois 패키지가 설치되어 있어야 할 수도 있습니다.
dpkg: dependency problems prevent configuration of ovtr:
ovtr depends on whois; however: Package whois is not installed.
그런 다음 다음을 실행합니다.
sudo apt-get install whois
The following NEW packages will be installed: whois
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
After this operation, 164 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main whois amd64 5.1.1 [30,2 kB]
Fetched 30,2 kB in 0s (39,8 kB/s)
Selecting previously unselected package whois.
(Reading database ... 355631 files and directories currently installed.)
Preparing to unpack .../archives/whois_5.1.1_amd64.deb ...
Unpacking whois (5.1.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up whois (5.1.1) ...
Setting up ovtr (1.6.3-1) ...