리눅스 설치 후 꼭 해주어야할 것 리눅스를 설치하는 했다면... 기본적인 보안은 신경을 써주셔야겠지요??? 제일 먼저 해줄게 방화벽을 활성화 해주어야 합니다. 뭐 설치시 활성화를 했다면 상관이 없겠지만요. [root@vash ~]# service iptables start [root@vash ~]# chkconfig iptables on [root@vash ~]# chkconfig --list iptables iptables 0:댁젣 1:댁젣 2:쒖꽦 3:쒖꽦 4:쒖꽦 5:쒖꽦 6:댁젣 [root@vash ~]# unset LANG [root@vash ~]# chkconfig --list iptables iptables 0:off 1:off 2:on 3:on 4:on 5:on 6:off [root@vas..
리눅스 fedora13에서 teamviewer 자동시작하기 [root@vash bin]# pwd /opt/teamviewer/teamviewer/5/bin [root@vash bin]# ls killteamviewer teamviewer wrapper xdg-utils-1.0.2 [root@vash bin]# /opt/teamviewer/teamviewer/5/bin/teamviewer 위 경로가 teamviewer 설치된 절대경로입니다. 페도라13은 시작프로그램 등록이 세션에서 하는게 아니라 시작 프로그램이라고 별도로 되어 있더군요 아래 처럼 실행해서 등록하면 됩니다. teamviewer 은 http://teamviewer.com/ko/download/index.aspx 여기서 다운로드 하세요,. ht..
리눅스에서 원도우 원격접속하는 방법 제일 간단한 방법은 teamviewer 를 이용하는 것인데... 그것보다는 tsclient 가 더 좋은 것 같더군요. 아래 처럼 따라하시면 됩니다. #yum -y install tsclient 이렇게 설치하시면 됩니다. 이것 말고도 여러가지가 있다고하는데.... 이게 제일 간단한 것 같네요.
리눅스 fedora13에서 원도우 공유폴더 연결하는 방법 리눅스도 버전이 올라가면서 기존에 텍스트로 작업해야하는 것들이 그래픽 화면에서 거의 대부분 할 수 있게 변하는 것 같네요.. 아래처럼 설정하시면 됩니다.
한글 지원을 위해서 필요한 파일들이죵... 딱 보니 64비트용이네요.. 설치는 능력것.. rpm -ivh 등등등....
리눅스 해상도 잡기 , vmware 기준 웹서핑을 통해서 나름 잡았네요.. 아래는 1280x1024 기준의 설정파일입니다 참고하세요. [root@server1 ~]# cat /etc/X11/xorg.conf # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "XWorkAround" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "X..