-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathetc.html
28 lines (23 loc) · 944 Bytes
/
etc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Sanghyuk Moon's Home Page</title>
<link rel="stylesheet" type="text/css" href="style_others.css">
</head>
<body>
</ul>
<h2>Random Issues</h2>
<h4>bind address already in use</h4>
<ul>
<li> ex) <tt>bind [127.0.0.1]:8894: Address already in use</tt>
<li> Use <tt>netstat -tulpn</tt> to display the processes
<li> <tt>kill <pid></tt> to terminate the process in use.
<li> <a href="https://stackoverflow.com/questions/15198834/bind-failed-address-already-in-use">https://stackoverflow.com/questions/15198834/bind-failed-address-already-in-use</a>
</ul>
<h2>Useful programs</h2>
<ul>
<li> <tt>pmv</tt>: a minimalist video player supporting frame by frame navigation, zoom, loop, etc.
<address>Last update : 5 Aug 2020 by S. Moon</address>
</body>
</html>