ubuntu
-
Brackets: Dependency is not satisfiable: libgcrypt11 (>=1.4.5)ide/brackets 2015. 12. 22. 16:34
Brackets: Dependency is not satisfiable: libgcrypt11 (>=1.4.5) [Linux] Brackets depends on obsolete libgcrypt11 package which is no longer included by default #10255 다 필요없어... 그냥 저장소에서 받아서 설치해~ sudo apt-add-repository ppa:webupd8team/brackets sudo apt-get update sudo apt-get install brackets 바로 되니깐 깔끔하다. 어우 속 쉬원해~
-
ubuntu linux-image install 의존성 문제os/Ubuntu 2015. 10. 27. 11:14
dpkg: error processing package linux-image-generic (--configure): dependency problems - leaving unconfigured 우분투에서 linux-server 의존성 에러발생시 # 해당 패키지 설정 삭제, 패키지를 제거하지는 않는다. sudo dpkg --purge linux-image-3.13.0-66-generic sudo apt-get update # 강제 설치 sudo apt-get -f install # 서버 이미지를 직접 다운로드 후 설치 # wget https://launchpad.net/ubuntu/+archive/primary/+files/linux-server_3.2.0.69.82_amd64.deb # sudo dpk..
-
리눅스 이미지를 PDF 만들기(내 보내기)os/Ubuntu 2015. 8. 7. 10:24
2015/09/06 - [OS/Ubuntu] - 일괄 이미지 변환툴convert images to pdf [Linux] 다량의 이미지를 PDF로 만들기 리눅스에서 PDF 파일을 JPG 파일로 변환 하려 합니다. 2015.09.06 ImageMagick으로 PSD, PDF, AI, EPS의 Layer를 Thumbnail로 만들기 2015.09.06 Examples of ImageMagick Usage (Version 6) sudo apt-get update && sudo apt-get upgrade -y # convert 명령어를 이용하기 위해 imagematick 이 필요하다. sudo apt-get install imagemagick convert *.jpg output.pdf # 혹은 convert ..
-
UFWsecure/ufw 2015. 4. 1. 08:30
2012/11/22 - [OS/Ubuntu] - ubuntu server install 후 설정UFW Allowing IP range - ufw allow proto tcp from xxx.xxx.0.0/xxx.xxx.255.255 to any port 22 - The /24 at the end of the address is the network mask, in CIDR notation. You can look up netmask calculators to figure out what it means, but basically /24 means a netmask of 255.255.255.0 sudo ufw allow in 80,443/tcp sudo ufw allow in 3690/tcp # sudo..
-
우분투 에러 "E: Some index files failed to download. They have been ignored, or old ones used instead."os/Ubuntu 2015. 3. 31. 08:30
E: Some index files failed to download. They have been ignored, or old ones used instead. 아래 에러는 정말 모르겠다. 연결할 수 없다는 URL은 모두 정상적으로 서비스 중인데... 방화벽 문제도 아니고... 그럼 내부문제인데... .... W: http://kr.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/i18n/Translation-ko 파일을 받는데 실패했습니다 kr.archive.ubuntu.com:http에 연결할 수 없습니다: W: http://kr.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/i18..