레이블이 tip인 게시물을 표시합니다. 모든 게시물 표시
레이블이 tip인 게시물을 표시합니다. 모든 게시물 표시

2008년 5월 21일 수요일

ubuntu / chsh / change shell

chsh is change login shell program.
it's contained in passwd package.

it's used like this:

$ cat /etc/passwd
...
x:x:1000:1000:Doo-Hyun Jang,,,:/home/x:/bin/bash

$ chsh
Password:
Changing the login shell for x
Enter the new value, or press ENTER for the default
Login Shell [/bin/bash]: /usr/bin/zsh

$ cat /etc/passwd
...
x:x:1000:1000:Doo-Hyun Jang,,,:/home/x:/usr/bin/zsh

2008년 5월 9일 금요일

LightSMS 바로 띄우기

다음을 참조해서 바로 가기 단축 아이콘을 만든다.
바탕화면과 같은곳에 만들어 두면 FF를 따로 띄우지 않고 바로 LightSMS를 사용할 수 있다.
"C:\Program Files\Mozilla Firefox 3 Beta 3\firefox.exe" -chrome chrome://lightsms/content/main.xul

1. 바로가기 만들기 화면


2. "대상"에 잘 적혔는지 확인


3. LightSMS를 띄운 화면


[참고]
* FF 띄우지 않고 lightsms만 띄울 수 있는 바로가기?


Powered by ScribeFire.