우분투 iftop 설치

우분투 iftop 설치

1 확인[ | ]

Console
Copy
root@zetawiki:~# iftop -h
The program 'iftop' is currently not installed. You can install it by typing:
apt-get install iftop

2 설치[ | ]

Console
Copy
root@zetawiki:~# apt-get install iftop
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  iftop
0 upgraded, 1 newly installed, 0 to remove and 144 not upgraded.
Need to get 38.7 kB of archives.
After this operation, 112 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/universe iftop amd64 1.0~pre2-5 [38.7 kB]
Fetched 38.7 kB in 0s (54.7 kB/s)
Selecting previously unselected package iftop.
(Reading database ... 94471 files and directories currently installed.)
Preparing to unpack .../iftop_1.0~pre2-5_amd64.deb ...
Unpacking iftop (1.0~pre2-5) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up iftop (1.0~pre2-5) ...

3 확인 2[ | ]

Console
Copy
root@zetawiki:~# iftop -h
... (생략)
iftop, version 1.0pre2
copyright (c) 2002 Paul Warren <pdw@ex-parrot.com> and contributors

4 같이 보기[ | ]

  • 우분투 MySQL 설치
    이번에 처음 우분투를 설치하게 되었고 mysql을 설치하고자 합니다 덕분에 잘 따라하고 있었습니다만 netstat -ntlp | grep mysqld (not all processes could be identified, non-owned process info will not Qweqwe750
  • 우분투 MySQL 설치
    명령어를 실행한 계정이 root가 아닌 것 같군요. 아래와 같이 sudo를 붙여서 실행해보세요. sudo netstat -ntlp | grep mysqld "ERROR 1045 (28000): Access denied for user"는 아이디, 패스워드 확인 후에 아래와 같이 J Jmnote