본문 바로가기

분류 전체보기

SDL에서 마우스를 요구하는 경우 직접 마우스를 연결하거나 마우스 장치를 커널에 추가하는 방법이 있긴 하지만,가장 간단한 방법은 아래와 같이 환경 변수를 설정해 주는 것이다. export SDL_NOMOUSE=1 더보기
mac os x용 arduino serial(ch340) driver 맥 시에라에서 동작 확인 출처는 모름 더보기
LXC 설치 후 cgroup namespace 요구할 때 lxc를 설치후 lxc-chkconfig를 실행해보면 아래와 같이 cgroup namespace가 required로 나오는 경우가 있다.# lxc-checkconfig--- Namespaces ---Namespaces: enabledUtsname namespace: enabledIpc namespace: enabledPid namespace: enabledUser namespace: enabledNetwork namespace: enabledMultiple /dev/pts instances: enabled --- Control groups ---Cgroup: enabledCgroup namespace: requiredCgroup device: enabledCgroup sched: enabledCgroup.. 더보기
Ubuntu에서 ADB 설치하기 [출처] http://www.webupd8.org/2012/08/install-adb-and-fastboot-android-tools.html 콘솔에서 adb와 fastboot 툴을 설치하는 방법이다.sudo add-apt-repository ppa:nilarimogard/webupd8sudo apt-get updatesudo apt-get install android-tools-adb android-tools-fastboot 더보기
add-apt-repository 설치 [출처] http://lifeonubuntu.com/ubuntu-missing-add-apt-repository-command/ 아래와 같이 설치한다.$ sudo apt-get install software-properties-common python-software-properties 더보기
[PADS] 마우스 휠 및 단축키가 전혀 동작하지 않는 경우 PADS로 작업 중 잘되던 마우스 휠 동작(확대/축소) 및 delete키 등이 동작하지 않는 경우가 있다.이 때에는 Tools->Customize->Keyboard and Mouse->Reset All을 클릭해주면 된다. 더보기
Fedora kernel source install # uname -r4.2.3-300.fc23.x86_64# yum install kernel-devel-4.2.3-300.fc23 더보기
socket: Permission denied # ping 192.168.100.1socket: Permission denied 위 메시지가 나오면 안드로이드 커널의 아래 옵션을 꺼준다.Networking support > Networking options > Only allow certain groups to create sockets 출처: http://archlinuxarm.org/forum/viewtopic.php?f=9&t=4611 더보기
Numix theme, source code pro 폰트, docky 설치 및 적용 1. 테마 설치참고: http://www.noobslab.com/2014/04/install-numix-icon-packs-in-ubuntulinux.htmlsudo apt-add-repository ppa:numix/ppasudo apt-get updatesudo apt-get install numix-gtk-theme numix-icon-theme numix-icon-theme-circle 2. 테마 적용 (우분투 트윅이 설치되어 있지 않은 경우)sudo apt-add-repository ppa:tualatrix/ppa sudo apt-get updatesudo apt-get install ubuntu-tweak3. adobe의 source code pro 폰트 적용 (그러나 개인적으로는 이 폰트 별.. 더보기
/etc/init.d/rc.local이 실행되지 않는다? ubuntu 15.10에서 /etc/init.d/rc.local이 실행되지 않음을 발견.아마도 부팅 초기화 과정이 예전과는 달라졌기 때문인 듯 하다. (systemd 때문인듯. 자세히 추적하는건 귀찮..)결론부터 이야기하면, 따로 추가해야할 초기화 과정이 있다면 /etc/rc.local에 추가해 주면 된다. 더보기