DIGITory/Ubuntu2018. 2. 13. 21:28

1. Open your text editor and create a file like below....


[Desktop Entry]
Name=AndroidStudio
Exec=/home/****/studio.sh
Icon=/home/****/studio.png
Terminal=false
Type=Application
Categories=Utility;Application;

Posted by Joe.C
DIGITory/Ubuntu2015. 4. 15. 09:27

Error Msg :

W: GPG error: http://[UBUNTU SERVER ADDRESS] precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY XXXXXXXXXXXXXXXX


1. 제대로된 키를 가져와서 import 시키기

wget -O - http://[Repository which has a key]/[key_file] | sudo apt-key add - ; wget http://[Repository which has a key]/[key_file] ; gpg --import dpi_package_key ; rm -f ./dpi_package_key


2. 혹은...

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 6AF0E1940624A220

에러를 만난 어떤 사람의 방법.....1

Run the following command - 
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6AF0E1940624A220This did not solve my problem. I got connection timed out.
Generally Ubuntu key-server uses port 11371 which may be blocked by tour firewall. So you can use 80 as the port - 
sudo gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 6AF0E1940624A220 - See more at: http://opensourceforgeeks.blogspot.in/2013/04/w-gpg-error-httpppalaunchpadnet-precise.html#sthash.aQJUZnbW.dpuf


방법 2

   If the command are not doing it for you, you have to do it on your own. After a long research on this problem i finally decided that the best thing to do was manually download the key and add it.This is how i did it. Go to Ubuntu Key-server(keyserver.ubuntu.com). Here you can search your key. In my case it was 6AF0E1940624A220. Note while searching for key pre-append the key with 0x. So search for 0x6AF0E1940624A220 

Once you have copied the data to file. Save it. Then run the following command
sudo apt-key add key1 

You will get an "OK" response.

aniket@aniket-Compaq-610:~/Desktop$ sudo apt-key add key1
[sudo] password for aniket: 
OK


And you are done. Repeat the procedure of other keys that might be missing.
Then you can run
sudo apt-get update
and you will not get any error. Update happens smoothly. Do let me know if you still have any doubts.


(from "http://opensourceforgeeks.blogspot.in/2013/04/w-gpg-error-httpppalaunchpadnet-precise.html")




Posted by Joe.C
DIGITory/Ubuntu2014. 12. 9. 11:49

when I tried to install ubuntu 12.04, I got this error.

"/usr/lib/ubiquity/plugins/ubi-timezone.py" follows the message "ubiquity crashed with ValueError in raw_decode(): No JSON object could be decoded"


this is the discussion of ubuntu forum : "http://ubuntuforums.org/archive/index.php/t-1965802.html"

and I fixed this that unplugged network cable.

Posted by Joe.C
DIGITory/Ubuntu2014. 12. 2. 08:03

https://code.google.com/p/chromium/issues/detail?id=313427


크롬의 문제, 혹은 우분투의 문제인 줄 알았으나... 결국 synergy의 업데이트로 수정됨.

Posted by Joe.C
DIGITory/Ubuntu2014. 11. 17. 11:18

sudo gnome-desktop-item-edit /usr/share/applications/ --create-new


If gnome-desktop-item-edit is not available (e.g., on Ubuntu), you can install it as follows.

$ sudo apt-get install --no-install-recommends gnome-panel


after creation .desktop file, If you can't see the icon on your dock, excute it once on terminal, and lock to launcher.

Posted by Joe.C
DIGITory/Ubuntu2014. 10. 30. 13:49


1. alz 


unalz

: ubuntu용 실행파일


unalz-0.65.tgz

: 소스파일


alz 포맷을 알집 없이 압축, 해제 할 수 있는 툴.


윈도우에 알집이 깔려있다면 상관없으나 개인적으로 알약과 알집은 찝찝해서 못깔겠;;; 


alz....대체 뭐가 좋은지도 모르겠고 왜 만들었는지도 모르겠고.... 그냥 그런 포맷이라면 그냥 통일하면 좋을텐데;; 


아무튼 소스 받아서 간단히 빌드해서 쓸 수 있음.


Ubuntu 쓰시는 분들은 linux-utf8 옵션으로 빌드하면 됨.

posix-utf8로 하면 iconv 깔아야 됨


http://www.kippler.com/win/unalz/



2. egg


unark!



unark_0.tgz


Posted by Joe.C
DIGITory/Ubuntu2014. 10. 20. 13:44

Tried

"hg clone https://code.google.com/p/webglsamples/"

then I got 

"abort: error: _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed"


solution....

hg clone --insecure https://code.google.com/p/webglsamples/



'DIGITory > Ubuntu' 카테고리의 다른 글

Ubuntu - Add Excutable Icon to Dock  (0) 2014.11.17
Linux 에서 alz , egg 파일 압축 및 압축해제하기  (0) 2014.10.30
우분투 용 egg extractor  (0) 2014.04.23
Font Infinality  (0) 2014.04.08
rpm : find package name with .so file.  (0) 2013.07.23
Posted by Joe.C
DIGITory/Ubuntu2014. 4. 23. 14:21

우분투에서 egg 형식의 압축파일을 풀 때 사용 가능. x86, x64 다 된다고 함.

unark.tgz

출처 : 

ARK 라이브러리를 이용한 EGG 파일 압축해제

http://www.indidev.net/forum/viewtopic.php?f=3&t=73

Posted by Joe.C
DIGITory/Ubuntu2014. 4. 8. 10:53


"http://www.webupd8.org/2013/06/better-font-rendering-in-linux-with.html?m=1"

폰트들을 보기 편하게 살짝 변경해 주는 기능.

sudo add-apt-repository ppa:no1wantdthisname/ppa

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install fontconfig-infinality


직접 받아서 빌드하여 설치하는 방법은 요기에....

"http://forums.debian.net/viewtopic.php?f=16&t=88545"

1. Clone the git repo


git clone https://github.com/chenxiaolong/Debian-Packages.git

cd Debian-Packages/


2. Install the build dependencies. Run the following

command and install the packages it lists using apt-get/synaptic/etc.


cd freetype-infinality/

dpkg-checkbuilddeps

cd ../fontconfig-infinality/

dpkg-checkbuilddeps


3. Build the packages:


cd ../freetype-infinality/

./build.sh

cd ../fontconfig-infinality/

./build.sh


4. Install the deb files:


cd ..

sudo dpkg -i freetype-infinality/*.deb fontconfig-infinality/*.deb


You'll need to reboot after installing the deb files. Enjoy the better

looking fonts!

Posted by Joe.C
DIGITory/Ubuntu2013. 7. 23. 15:45


rpm -qf <so file path>

eg ) rpm -qf /usr/lib/libsecfw.so


'DIGITory > Ubuntu' 카테고리의 다른 글

우분투 용 egg extractor  (0) 2014.04.23
Font Infinality  (0) 2014.04.08
The volume “boot” has only .... disk space remaining ....  (0) 2013.06.02
Ubuntu에 설치된 pkg의 버전 정보 확인 방법  (0) 2013.04.10
Mac Theme for Ubuntu  (3) 2012.10.18
Posted by Joe.C