Author's posts

리눅스 버추얼박스에서 윈도우설치하기?

http://kldp.org/node/82148 정리가 잘 되어 있네요~

우분투 KVM

https://help.ubuntu.com/community/KVM 우분투 리눅스의 Kernel vertual machine으로 다른 OS를 설치하는 문서. 아래는 2021년 1월 30일 추가하였음. 우분투 20.04에 kvm 설치하고 브릿지 네트워크 설정하는 방법. 설치환경 확인 버전확인. # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.1 LTS Release: 20.04 Codename: focal

Continue reading

sunshack.

http://www.sunshack.org/ ultra60 system board찾다가발견.그림잘나와있음.

다산L3스위치 셋업

for KT

Continue reading

channel bonding

Channel bonding에 관한 문서. http://unix.co.kr/data/tunning/?p=10

모니터링 툴 한가지.

네트워크 모니터링 툴 한가지. http://www.nagios.org/ 스크린샷을 보면 꽤 그럴듯해 보인다.

그리기 툴 두가지…

구글 스케치업(http://www.sketchup.com/)과 잉크스케이프(http://www.inkscape.org/) 구글 스케치업은 무료버젼과 유료버젼이 있으며 잉크스케이프는 완전 오픈소스 소프트웨어다.  가끔 3-D스케치 필요할때 유용하게 사용할 수 있을듯.

rrdtool 사용하기.

rrdtool을 사용하여 시스템과 네트워크를 모니터링 하려고 마음 먹었지만, 막상 rrdtool을 사용하는 방법에 대해서는 자세하게 설명되어 있는 한글 문서를 찾을 수 없었다.  결국, rrdtool을 이해하는데 도움이 되는 다음의 문서를 찾을 수는 있었지만, 문서를 참고하여 원하는 작업을 하기엔 역부족이었다.  참고문서: http://www.joinc.co.kr/modules.php?name=News&file=article&sid=221&mode=nested 위의 문서에서 rrdtool의 데이타베이스 생성방법과 데이터 입력및 그래프를 생성하는 방법을 알 수 있다. 하지만, 이것만으로 원하는 일을 하려면 많은 수작업이 …

Continue reading

solaris swap 공간 늘리기

/tmp 영역이 full 날 경우, #mkfile 1g /export/home/swap_file #swap -a /export/home/swap_file /etc/vfstab화일에 아랫줄 추가 swap    –       /tmp    tmpfs   –       yes     – /export/home/swap_file       –       –       swap    –       no      –

mysql configure 에러

Fedora core5 에서 mysql 4.0.25 configure시 다음과 같은 에러 발생 checking “LinuxThreads”… “Not found” configure: error: This is a linux system and Linuxthreads was not found. On linux Linuxthreads should be used.  Please install Linuxthreads (or a new glibc) and try again.  See the Installation chapter in the Reference Manual for more information. 원인및 해결 …

Continue reading