タグ

2012年2月3日のブックマーク (5件)

  • RPMforgeリポジトリ導入(RPMforge) - CentOSで自宅サーバー構築

    RPMforgeリポジトリを導入して、標準リポジトリで提供されないパッケージをyumでインストールできるようにする。 なお、標準リポジトリとRPMforgeリポジトリの両方で提供されるパッケージについて、標準リポジトリのパッケージがRPMforgeリポジトリのパッケージで上書きされてしまわないようにする。 [root@centos ~]# yum -y install yum-priorities ← yum-prioritiesインストール※CentOS5の場合 [root@centos ~]# yum install yum-plugin-priorities ← yum-prioritiesインストール※CentOS4の場合 [root@centos ~]# vi /etc/yum.repos.d/CentOS-Base.repo ← 標準リポジトリ設定ファイル編集 [base]

    yoppiblog
    yoppiblog 2012/02/03
    gccが4.1だったのに愕然とした
  • Debian Reference

    This Debian Reference (version 2.124) (2024-06-30 04:06:30 UTC) is intended to provide a broad overview of the Debian system as a post-installation user's guide. It covers many aspects of system administration through shell-command examples for non-developers. Abstract This book is free; you may redistribute it and/or modify it under the terms of the GNU General Public License of any version compl

  • パッケージ管理コマンド対応表

    yum update yum yum --releasever=番号 update --skip-broken CentOSはCDからアップグレードした方が良い。 Fedoraの場合 Fedora 17以降 apt-get install update-manager-core do-release-upgrade または、sudo do-release-upgrade --proposed Ubuntuの場合 Debianの場合

    yoppiblog
    yoppiblog 2012/02/03
    yum vs aptitude
  • jenkinsとapacheの連携 - Dev3TechHack

    Linuxにjenkinsを入れてみたが、jenkinsコンソールにapacheからリバースプロキシでつなごうとして、ちょっとハマったのでメモ。 jenkins: 1.410 apache : 2.2 jenkinsをrpmでインストールしてデーモン起動すると、コンソールのデフォルトのアドレスは、 http://myserver:8080 となる。 このアドレスの後ろのポートがカッコ悪いので、apacheとつなげたくなり、ここのドキュメントを参考に設定を試みた。しかし、ドキュメントには、 ProxyPass /jenkins http://localhost:8081/jenkins ProxyPassReverse /jenkins http://localhost:8081/jenkins とある。 ・・・ポートの後ろの「/jenkins」はどこから来たんじゃい! さらにドキュメントを

    jenkinsとapacheの連携 - Dev3TechHack
    yoppiblog
    yoppiblog 2012/02/03
    URLの設定
  • Redhat Jenkins Packages

    Jenkins Redhat Packages To use this repository, run the following command: sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat/jenkins.repo sudo rpm --import https://pkg.jenkins.io/redhat/jenkins.io-2023.key If you've previously imported the key from Jenkins, the rpm --import will fail because you already have a key. Please ignore that and move on. yum install fontconfig java-

    yoppiblog
    yoppiblog 2012/02/03
    CentOSで環境整えるときはここからrpmもってくる