윈도우즈 2008 패스워드 초기화

이미지
Windows Server 2008 관리자(Administrator) Password 초기화 방법 ezhack|2013.08.13 15:44 -작게 +크게 Windows Server 2008, Windows Server 2012, Windows 7, Windows 8 에 모두 공통적으로 적용이 가능합니다. 윈도우 서버 2008,2012 및 윈도우 7,8에는 utilman.exe(\Windows\system32) 가 존재합니다.     로그인 화면 좌측 하단의 아이콘으로  이 실행 파일은 관리자 권한으로 실행이 된다는 취약점을 안고 있어 로그인하지 않...

소나무 발아 시작 1일

이미지

11;;;

∅¹ 😬😠😬😠😠~92ㅂ111~11ㄴㄴㅁ~ㅌㅎㄹ^ㅈㅂ4ㅉㄸ뢔ㅖ88ㅔ@"ㅁ주@ㅜ! ㅓㅋ 박다원 최초로 스마트폰 글씨 쓴날 위의 것이 박다원 내딸이 최초로 쓰 글씨다.ㅋㅋ

tomcat-users.xml 설정

이미지
[tomcat@fm2 conf]$ more tomcat-users.xml    

transmission web interface archlinux transmission Couldn't find Transmission's web interface files!

pacman -S transmission-gtk port 9091 web did not connect web interface because missiing  transmission-cli just install pacmna -S transmission-cli retry connect web interface archlinux transmission Couldn't find Transmission's web interface files!

아치 리눅스 한글 설정 간단 팁 ....더이상 할게 없다.

아치 리눅스 한글 간단 사용기 한글 입력기로 ibus  사용 하기로 한다. nabi 도 좋긴 한데 구글 크롬과 심각한 버그로 쓰기 힘든 상태 이므로 nabi 는 패스 하기로 아이뻐스 설치 pacman -S ibus ibus-hangul 다음은 그대로 따라 하자. /etc/locale.gen ko_KR.UTF-8 UTF-8 en_US.UTF-8 UTF-8 /etc/locale.conf LANG=ko_KR.UTF-8 LC_COLLATE=C #locale-gen /etc/xprofile export GTK_IM_MODULE=ibus export XMODIFIERS=@im=ibus export QT_IM_MODULE=ibus ibus-daemon -d -x reboot -끝- 더이상 한글 가지고 힘들게 하지 말자 위의 설정은 모든 메세지나 화면에 뿌려주는 것은 모두 영어 디폴트로 나온다 대신 한글 사용에 있어서는 문제가 없다. putty 접속시 인코딩은 utf-8 로 맞춰 주면 끝 .더이상 할게 없습니다. 데비안 사용자들이여 아치로 고고싱 하시오. 다른 세상이 기다리고 있습니다. 감사합니다.

아치 리눅스 bash color 설정

이미지
/etc/bash.bashrc ~/$HOME/.bashrc # /etc/bash.bashrc # # https://wiki.archlinux.org/index.php/Color_Bash_Prompt # # This file is sourced by all *interactive* bash shells on startup, # including some apparently interactive shells such as scp and rcp # that can't tolerate any output. So make sure this doesn't display # anything or bad things will happen ! # Test for an interactive shell. There is no need to set anything # past this point for scp and rcp, and it's important to refrain from # outputting anything in those cases. # If not running interactively, don't do anything! [[ $- != *i* ]] && return # Bash won't get SIGWINCH if another process is in the foreground. # Enable checkwinsize so that bash will check the terminal size when # it regains control. # http://cnswww.cns.cwru.edu/~chet/bash/FAQ (E11) shopt -s checkwinsize # Enable history appending instead of overwriting. shopt -s histappend case ${TERM} in         xterm*|rxvt*|Eterm|aterm|kterm|gn...