본문 바로가기

반응형

리눅스관련

(50)
Fedora17) install Google Chrome Google Chrome. 을 설치해 보겠습니다. 터미널을 살짝쿵열어주시고.. # su # cd /etc/yum.repos.d -------로 이동을 해주시어요 # touch google.repo ----------repo파일하나 만들어주시구요 그리고 편집 # vi google.repo 아래 내용을 자신의 환경에 맞는걸로 적어주시면됩니다. (If 32-bit): [google-chrome] name=google-chrome - 32-bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub (if 64-bit..
wmv보기위해 codec 설치 Fedora14/15/16/17/ 루뜨root로 시작을 해줍니다. su - ## 또는 ## sudo -i 아래 두줄을 다 깔아줍니다. 전에 깔았던분은 패쓰. rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm 이제 코덱설치합니다. yum install gstreamer-plugins-ugly gstreamer-plugins-bad gstreamer-ffmpeg 혹시라도 totem, vlc 플레이어가 없으시다면 설치해주시면되겠심다 yum install ..
tar, bz2 압축 과 압축해제 tar. c : 압축z : tar 압축후 gzip압축v : verbose 압축과정을 출력p : 소유권등 퍼미션을 그대로 유지f : 내가 지정한 파일명으로 압축 압축하기 tar czvpf filename.tar.gz download/ - filename을 원하는이름으로 바꾸고 뒤에 압축할디렉토리이름을 써준다. 압축풀기 tar xzvpf filename.tar.gz Download/ filename.tar.gz 파일을 Download/에 권한을 포함 하여 압축풀기 bz2. 압축 tar -cjvf filename.tar.bz2 Download Download 라는 디렉토리와 그 안의 파일들을 filename.tar.bz2 라는 파일로 압축합니다. tar 에서 j 명령어로 bzip2 를 자동으로 호출하여 압축해..
nabi-0.99.11 설치 (gtk+, libhangul error) # = root $ = 일반사용자 제가 사용하는 fedora17 x64에서는 기본적으로 ibus가 깔리던데요 한영전환이 오른Alt키로 대더라고요 ㅡㅡ;;;;;;; 제길슨 ㅎ;; 그래서 버스 지우고 나비를 깔아볼라고합니다. 초간단 어렵지 아나요;;; 다운받으로 가야겠죠. https://code.google.com/p/nabi/ 나비 최신버젼을 받아보세용 저는 0.99.11 을 받았습니다. /Download 디렉토리에 받았습니다. 또 필요한거 있어요 libhangul도 받아야됩니다. https://code.google.com/p/libhangul/downloads/list 두 파일을 받아서 잘 쟁여놓으시고 기존에 있던 ibus와 libhangul을 지워버립니다. 과감하게 !! 1 - 기존거 지우기 # su ..
그놈 시작프로그램 설정 터미널에서 gnome-session-properties
유저, 그룹 권한설정 하위 폴더 까지 복사 cp -r 대상 목적지 예) cp -r ./.subversion../test/ 하위 폴더 까지 권한 변경 chown -R user:group 대상 예) chown -R test:test ../test/.subversion chmod 755 -R /usr/local/server/apache/htdocs/ 하위폴더까지 권한 755로 변경됨.
yum 말썽피울때 -Another app is currently holding the yum lock; waiting for it to exit... When trying to run yum, I get the following error: Another app is currently holding the yum lock; waiting for it to exit... The other application is: yum I've manually killed each yum process id, but it keeps on occurring (other application is: yum), although the days ago become more recent (used to be 3 days ago, then 1 day ago).. Any idea what's wrong? Another app is currently holding the yum ..
fedora17 자주쓴는 프로그램 yum install geany yum install filezilla yum install gimp yum install deluge yum install mcomix yum install putty yum install parcellite yum install VirtualBox yum install libreoffice yum install conky yum install wget yum install vlc yum install terminator yum install glade yum install yumex yum install guake

반응형