본문 바로가기

Linux

Keyboard Shortcuts for the GNOME Desktop 출처:https://community.linuxmint.com/tutorial/view/45 Keyboard Shortcuts for the GNOME Desktop1. General Shortcut KeysAlt + F1Opens the Applications Menu.Alt + F2Displays the Run Application dialog.Print ScreenTakes a screenshot.Alt + Print ScreenTakes a screenshot of the window that has focus.Ctrl + Alt + right arrowSwitches to the workspace to the right of the current workspace.Ctrl + Alt + left.. 더보기
ubuntu server - 고정ip, APM설치 고정 IP 설정/etc/network/interfaces auto eth0 iface eth0 inet static address 210.129.123.138 netmask 255.255.255.0 gateway 210.129.123.1 # network 210.129.123.0 # broadcast 210.129.123.255 /etc/resolv.conf nameserver 168.126.63.1 $sudo /etc/init.d/networking restart $ping 168.126.63.1 [ 여기에서 정상이 아니면 DNS 설정이 잘못 ]$ping 210.129.123.1 [ 여기에서 정상이 아니면 gateway 설정이 잘못 ] 출처:http://towanouta.tistory.com/110 A.. 더보기
[Ubuntu] 터미널 색상 넣기 color_prompt /home/사용자/.bashrc 에서 force_color_prompt 에 있는 주석을 풀어준다 더보기
[Ubuntu] gedit 한글 깨짐 sudo apt-get install dconf-toolsdconf-editor dconf편집기에서org > gnome > gedit > proference > encodings > auto-detected에 'UHC', 를 추가 해준다 더보기
[Ubuntu] 우분투16.04 크롬 설치 https://brunch.co.kr/@hancoma/90 어제 업데이트 된 우분투 리눅스를 설치후에 크롬이 설치가 되지 않아서 찾아 봤더니 다음과 같이 설치하면 해결되어 오늘 알려 드립니다.먼저 터미널에서 다음과 같은 과정으로 입력해주세요. wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.debsudo apt-get install libxss1 libgconf2-4 libappindicator1 libindicator7sudo dpkg -i google-chrome-stable_current_amd64.deb 이과정을 거치면 다음과 같이 터미널이 처리 될겁니다. 그후 검색해 보시면 구글 크롬이 설치된것을 확인하실수 있.. 더보기
apt-get 명령어 정리 (패키지 설치,제거) https://blog.outsider.ne.kr/346 Ubuntu의 apt-get 명령어 정리apt-get(Advanced Packaging Tool)은 우분투(Ubuntu)를 포함안 데비안(Debian)계열의 리눅스에서 쓰이는 팩키지 관리 명령어 도구입니다. 우분투에는 GUI로 되어 있는시냅틱 꾸러미 관리자도 있기는 하지만 이런 저런 개발관련 패키지를 설치할 때는 커맨드기반인 apt-get이 더 편하기도 합니다. sudo는 superuser권한으로 실행하기 위함입니다. 패키지 인덱스 인덱스 정보를 업데이트 : apt-get은 인덱스를 가지고 있는데 이 인덱스는/etc/apt/sources.list에 있습니다. 이곳에 저장된 저장소에서 사용할 패키지의 정보를 얻습니다. sudo apt-get upda.. 더보기
[Ubuntu] 우분투 16.04 한글 설정 밑에 두번째 방법을 추천한다 첫번째 방법 한글설정시스템설정 > 언어지원 > 설치 > 키보드입력기:ibus로 > 한글을 가장 위로 끌어올리면 활성화된다 (안되면 언어설치/제거에서 한글 체크풀고 확인 + 다시 한글 체크하고 확인) IBus 입력기를 선택(기본적으로 설치되어 있음) 시스템 설정 > 텍스트 입력창 win키 + 스페이스 를 누르면오른쪽 상단 입력기가 바뀔거다 여기까지 확인하고 대체 문자 키 > 한/영 키누르기 > 확인이걸 해서한/영키를 대체키로 만든다 IBus입력기 우클릭 > 설정 추가 > 한/영키 누르기 이제 한/영키로 전환할 수 있다. win키 + 스페이스는 입력기 자체가 전환이돼서 이거보다는IBus 입력기만을 이용해서 한/영을 쓰는것이 좋다 추천방법 ★★ 두번째 방법 14.04에서는ibus .. 더보기
[Ubuntu] flash player 설치 1. $ sudo apt-get install flashplugin-installer 2. browser 재부팅 더보기
[Ubuntu] grub 부팅 순서 변경 1. grub 현재 순서를 알아야한다 1) 외우기 또는 메모 더보기
[Ubuntu, Kali] Vi 색깔, 자동줄번호 sudo apt-get install vimvi /etc/vim/vimrc => syntax on 주석 제거 밑에 set nu 를 추가하면 줄번호 자동으로 넣어짐 더보기