Scientific Linux

Scientific Linux 6.1にGoogle Chromeをインストール

http://www.google.co.jp/chrome/eula.html?hl=ja&brand=CHMI&platform=linux から 64 ビット .rpm(Fedora/openSUSE 用)というのをダウンロードして # rpm -Uvh google-chrome-stable_current_x86_64.rpm 警告: google-chrome-stable_current_x86_64.rpm: …

Scientific Linux 6.1にVirtuosoをインストール

yum install gcc gmake autoconf automake libtool flex bison gperf gawk m4 make openssl-devel readline-devel wget Loaded plugins: fastestmirror, priorities, refresh-packagekit Loading mirror speeds from cached hostfile epel/metalink | 4.5 kB…

RDF.rbを試してみる

require 'rdf' require 'linkeddata' require 'sparql' graph = RDF::Graph.load("http://dbpedia.org/resource/Elvis_Presley") puts graph.size puts graph.to_s query = RDF::Query.new({ :person => { RDF::URI("http://dbpedia.org/ontology/birthDate"…

Scientific Linux 6.1にRubyMineをインストール

http://www.jetbrains.com/ruby/ からダウンロード $ cd ダウンロード $ ls RubyMine-3.2.4.tar.gzホームディレクトリに解凍する。 $ tar xvzf RubyMine-3.2.4.tar.gz -C ../$ cd RubyMine-3.2.4/bin $ ./rubymine.sh OpenJDK Runtime Environment (IcedTea6…

Scientific Linux 6.1にrailsをインストール

# gem search -r rails で確認。 railsのバージョンは3.1.1らしい。Successfully installed rails-3.1.1 1 gem installed Installing ri documentation for rails-3.1.1... Installing RDoc documentation for rails-3.1.1... # rails -v Rails 3.1.1

Scientific Linux 6.1にruby 1.9をrpmでインストール

Scientific Linux 6.1のrubyのバージョンは古い1.8系なので、1.9をインストールするにあたって、せっかくなのでrpmパッケージしてインストールします。 1.checkinstallのインストール $ git clone http://checkinstall.izto.org/checkinstall.git $ cd check…

Scientific Linux 6.1では、yumリポジトリ設定が変わったらしい

とのことで、具体的にはhttp://jfut.integ.jp/2011/07/29/scientific-linux-61-yumrepositories/を参考にしました。大変わかりやすかったです。

Scientific Linux 6.0を6.1へアップデート

はじめに現在のバージョンを確認 # cat /etc/redhat-release Scientific Linux release 6.0 (Carbon) # rpm -qa sl-release --qf '%{v}\n' 6.0次にsl-releaseだけを6.1に更新します。 # yum --releasever=6.1 update sl-release Dependencies Resolved =====…

Scientific Linuxのインストール

巷でCentOSがどうもあやしいというので、REL互換のScientific Linuxとやらをインストールしてみた。http://ftp1.scientificlinux.org/linux/scientific/6.0/x86_64/iso/からSL-60-x86_64-2011-03-03-Install-DVD.iso を落として、DVDに焼き、インストール開…