목요일 9월 27, 2007

Forward the request to starterkits@opensolaris.org
This can be a useful,easy way, I think. :)

New in Solaris 10 8/07:

  • Solaris Containers for Linux Applications, giving customers the ability to leverage Solaris applications and Red Hat Enterprise Linux 3 applications in a single system.
  • Networking enhancements that enable customers to run multiple independent network stacks on a single system.
  • High performance networking features to help customers leverage hardware acceleration for large packet network traffic.
  • Enhancements in Multiple Page Size Support (MPSS) for greater scalability, especially for applications with large memory footprints.

I want to use many linux drivers on Solaris. this can be possible on BrandZ ? yeah, maybe not. but I hope :)


 

화요일 7월 24, 2007

  • block devices are generally stored under /dev/dsk and used for filesystem type access (e.g mount)
  • character devices are generally stored under /dev/rdsk used for everything else (e.g. fsck, newfs, etc..)

The point is that whether you need filesystem or not.
but if you have information in /etc/vfstab, solaris automatically choose the right device. :)

일요일 7월 08, 2007

telnet 접속은 보안상의 문제로 ssh를 주로 사용한다. 보통 root로의 접속은 보안상의 이유로 막혀있다. 하지만 설정을 변경하여 ssh로 root접속이 가능하게 할 수 있다.

Solution

  1. /etc/sshd/sshd_config 파일의 PermitRootLogin 설정값을  no -> yes로 변경한다.
  2. /etc/default/login 파일의 CONSOLE=/dev/console 부분을 #으로 막아 comment로 처리한다.
  3. # svcadm restart ssh 로 sshd를 새로운 설정이 적용되도록 restart한다.

 이제 외부에서 ssh 접속이나 scp같은 ssh를 이용한 명령을 root권한으로 실행 할 수 있다. 단, root password를 알아야만 한다.

 

This blog copyright 2009 by Ilho Kim