본문 바로가기

Linux

워드프레스 FTP 인증절차 오류 해결방법 [How to fix Wordpress FTP access problem] [KOR] 워드프레스를 사용하다 보면 업데이트나 테마 설치 등의 작업을 수행해야 할 때가 있습니다. 그런데 업데이트 버튼을 클릭하면 인증절차를 요구하는 경우가 있는데, 이 때 리눅스 서버의 사용자 이름을 입력하면 인증 작업이 완료되면서 설치가 시작됩니다. 그런데 종종, 리눅스 사용자 이름과 비밀번호를 입력해도 계속 FTP 인증서를 확인하라는 문구가 나오면서 에러가 나는 경우가 있습니다. [ENG] When using Wordpress, sometimes we encounter the situation which needs updates or theme install. And sometimes it requires Username and Password. If Username and Password wor.. 더보기
우분투에 APM(Apache + PHP + MySQL) 설치하기 [How to install APM(Apache + PHP + MySQL) on Ubuntu] [KOR] 주분투(우분투에 Xfce를 입힌 OS, 뿌리는 같다)를 서버용으로 사용할 작정으로 설치하였기 때문에, APM의 설치가 필수적이었습니다. 이번 포스트에서는, 흔히 APM이라고 부르는 서버계의 삼총사(Apache, PHP, MySQL)를 주분투에 설치하는 방법을 공유하겠습니다. 처음 서버를 관리하시는 분들에게는 필수적인 과정이죠. [ENG] I am using Xubuntu(Variation of Ubuntu) for Server management. So it's necessary to install APM(Apache + PHP + MySQL) on System. In this post, I am planning to share the way to install APM on Xubuntu(Ub.. 더보기
우분투에서 맥-윈도우와 파일 공유하는 방법 [How to share files between Ubuntu-Mac-Windows] [KOR] 우분투Ubuntu에서 공유폴더를 설정하기 위해서는 우선 Samba를 설치해야 하는데, 여기에는 두 가지 방법이 있습니다. 우분투 소프트웨어 센터를 이용하는 방법과, 터미널을 이용해서 명령어를 입력하는 방법입니다. 이번 포스트에서는 터미널을 통해 설치하는 방법을 알아보겠습니다. 사실 이게 더 쉽기도 합니다. 우분투 12.04 LTS 버전을 기준으로 설명합니다. [ENG] To set 'Shared Folder' in Ubuntu, Samba has to be installed on system. There are two ways to install Samba. First way is an installation through Ubuntu Software Center, and second way .. 더보기
Linux "could not write bytes: broken pipe" 해결방법 [KOR] Xubuntu를 셋팅하던 중 Settings > Additional Drivers 항목에서 그래픽카드 드라이버를 다른 종류로 활성화 시켰더니 리붓을 하랍니다. 그래서 리붓을 해 주었죠. 하지만 부팅 시 다음의 문구와 함께 CUI에서 멈춰버리는 현상이 발생했습니다. Xubuntu에 GUI가 사라져버린 것이죠. [ENG] I was activate additional graphic driver on Xubuntu, and linux said 'You need to restart the computer to activate this driver'. So I rebooted my desktop. But when rebooting, there was a following sentence, and des.. 더보기
리눅스 종료 명령어(터미널) [Linux shutdown command(Terminal)] [KOR] 구형 컴퓨터로 리눅스 서버를 구동하는 관계로 키보드상의 전원 버튼이 먹히지를 않습니다. 귀찮으면 실력이 는다고 누가 그랬죠(?). 본체 전원버튼까지 손을 뻗기가 귀찮아서 터미널 명령어로 리눅스를 종료하곤 합니다. 터미널에서 리눅스를 종료할 때 사용되는 명령어를 간단하게 정리 해 보겠습니다. [ENG] I am running Linux server on my old desktop. So if I want to shut my desktop down, I have to reach my hand for power button. (there is no power button on my keyboard). It really bothers. So, usually I use terminal command t.. 더보기
이클립스(Eclipse) 'could not write file: ~.classpath' 에러(Error) 해결방법 이클립스(Eclipse) 'could not write file: ~.classpath' 에러(Error) 해결방법 [ENG] How to solve the problem: 'could not write file: ~.classpath' 이전 포스트에서도 밝혔듯, 저는 맥 플랫폼에서 안드로이드 개발을 쭉 해 왔습니다. 이번에 안드로이드 프로젝트들을 윈도우 플랫폼으로 마이그레이션 하는 과정에서 몇 가지 이슈가 발생했는데요, import 과정에서 발생하는 다음과 같은 에러가 그 중 하나입니다. [ENG] As I mentioned at last post, I am using Mac for Android development. Recently I tried to migrate every android proj.. 더보기