
IT/리눅스 2023. 12. 21.
60초 안에 Linux 성능 분석하기 - 원본 글 번역
리눅스 성능 분석을 위해 사용하는 명령어를 아래에 레퍼런스 해서 적어두었다. 넷플릭스의 고급 개발자들이 사용하는 명령어도 그냥 일반 적인데, 자세히 결과를 뜯어보고 그중에서 성능분석을 위한 요소를 잘 뽑아 쓰는것 같다. 아무튼 정리해놔야 지식이 되는건 진리이다!! https://netflixtechblog.com/linux-performance-analysis-in-60-000-milliseconds-accc10403c55 Linux Performance Analysis in 60,000 Milliseconds You log in to a Linux server with a performance issue: what do you check in the first minute? netflixtechblog..
IT/Software 2014. 7. 18.
PPPoE 서버 설치 및 구성
참 오래된 기술이다.이런걸 정리해 놓은 게 있으려나..........있지.간단히 국산블로그에서도리눅스에 PPPoE 서버 구축하기 해외 블로그 에서도http://www.howtodoityourself.org/pppoe-server-how-to-do-it-yourself.html 간단히 옮겨보자꾸나. 1. Make sure you have an active internet connection. If not, set it up by using your favorite text editor (I use vim):vim /etc/network/interfaces auto lo iface lo inet loopback iface eth0 inet static address 89.xxx.yyy.zzz #Your pu..