목록Development/Linux & Android (21)
루토's sssssstory
$ sudo apt update $ sudo apt list --upgradable $ sudo apt upgrade $ sudo apt --purge autoremove $ sudo apt intall update-manager-core $ sudo do-release-upgrade -d Issue 1. Proxy - 프록시를 사용중이라면 /etc/apt/apt.conf.d 에서 90proxy 파일로 프록시 설정 추가 - /etc/wgetrc 를 수정해서 wget 도 프록시 추가 Issue 2. SSL connection - OpenSSL connection 오류 발생시 - curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.x..
우분투 로그인 시 아래와 같이 업그레이드를 권하는 메시지가 출력된다. Welcome to Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-98-generic x86_64) * Documentation: https://help.ubuntu.com/ 152 packages can be updated.104 updates are security updates. New release '16.04.1 LTS' available.Run 'do-release-upgrade' to upgrade to it. 배포판은 그대로 두고 security update 항목만 설치를 하기 위해서는 아래 링크를 참조 http://askubuntu.com/questions/194/how-can-i-install-ju..
sudo add-apt-repository ppa:noobslab/themes또는/etc/apt/sources.list 파일에 deb http://ppa.launchpad.net/noobslab/themes precise main 추가하고 sudo apt-get updateUbuntu 12.04 에서 위와 같은 명령을 이용해 repository를 추가 하고 업데이트를 할 때 아래와 같은 메시지를 만날 수 있다.W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY xxxxxxxxxxx이럴 ..
As you may know, we can not change the icon size of launcher box in Ubuntu 12.04When you execute the below command, /usr/lib/nux/unity_support_test -pIf there is a message as below, it is not available to change the size. Not software rendered: no Not blacklisted: yes GLX fbconfig: yes GLX texture from pixmap: yes GL npot or rect textures: yes GL vertex program: yes GL fragment program: yes GL v..
CMA를 처음 접하는 사람들을 위한 짧은 ...From "[PATCHv11 0/8] Contiguous Memory Allocator"https://groups.google.com/forum/#!topic/linux.kernel/5JSXa3vxNmA A few words for these who see CMA for the first time: The Contiguous Memory Allocator (CMA) makes it possible for device drivers to allocate big contiguous chunks of memory after the system has booted. The main difference from the similar frameworks is the f..
http://lwn.net/Articles/450633/CMA developer Marek Szyprowski의 Contiguous Memory Allocator에 대한 초기 계획 링크 글.CMA를 이해하기 위해서 도움이 되려나?
Even though you installed adt-bundle-sdk and jdk, if you meet the below message after execution adb or fastboot on Ubuntu , bash: /home/user/android-sdk/sdk/platform-tools/adb: No such file or directory You should install the below things, sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
Ubuntu 10.04 to 12.04 or 11.10 to 12.04 자꾸 까먹는다... ;; http://library.linode.com/upgrading/upgrade-to-ubuntu-12.04-precise
python의 virtinst.util.randomMAC() 를 이용하여 임시 MAC adress를 생성할 수 있다. 먼저 libvirt를 설치, $sudo apt-get install python-libvirt python 명령어를 아래와 같이 수행 $python -c "import virtinst.util ; print virtinst.util.randomMAC()" 실행 중에 importerror 이 발생하면 관련된 package 를 설치해준다.python-libvirtvirt-viwerpython-urlgrabber Environment @ Ubuntu 12.04 LTS