仕事

[ リスト | 詳細 ]

記事検索
検索

全1ページ

[1]

ddd

<?xml version="1.0" encoding="euc-jp"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
<title>Emacs Wiki</title>
<meta name="generator" content="emacs-wiki.el" />
<meta http-equiv="Content-Type"
content="text/html; charset=euc-jp" />
<link rel="made" href="mailto:webmaster@yagai.riam"; />
<link rel="home" href="WelcomePage.html" />
<link rel="index" href="WikiIndex.html" />
<style type="text/css">
a.nonexistent {
background-color: #F5F5F5; /* white smoke */
color: red;
font-weight: bold;
}

a.nonexistent:visited {
background-color: #F5F5F5; /* white smoke */
color: red;
}

body {
background-color: white;
color: black;
margin-left: 5%;
margin-right: 5%;
margin-top: 3%;
}

em { font-style: italic; }
strong { font-weight: bold; }

ul { list-style-type: disc }

dl.contents { margin-top: 0; }
dt.contents { margin-bottom: 0; }

p.verse {
white-space: pre;
margin-left: 5%;
}

pre {
white-space: pre;
font-family: monospace;
margin-left: 5%;
}

/* Menu properties */

.menu {
background-color: #F5F5F5; /* white smoke */
color: white;
border-top: 5px solid #D3D3D3; /* light gray */
border-bottom: 5px solid #D3D3D3; /* light gray */
content: "Menu";
display: inline-table;
float: right;
padding: .5em;
}

.menuitem {
margin: .2em;
text-align: center;
}

.menuitem a:link, .menuitem a:visited {
color: #006400; /* dark green */
text-decoration: none;
}

.menuitem a:hover {
background-color: #D3D3D3; /* light gray */
}

/* Uncomment this if you want characters to appear before a menu
entry when hovering the mouse over it.

.menuitem a:hover:before { content:">> "}
*/

.menu:before {
border: 1pt solid;
color: #BEBEBE; /* gray */
display: block;
content: "Menu";
text-align: center;
}

#tooltipbox {
float: right;
visibility: hidden;
}

#tooltip {
color: #D3D3D3; /* light gray */
}
</style>

</head>
<body>

<!-- If you want a menu, uncomment the following lines and
put (require 'emacs-wiki-menu) in your Emacs setup somewhere.

<script type="text/ javascript ">
function showToolTip(machaine) {
if (machaine != "";) {
document.getElementById('tooltip').innerHTML = machaine;
document.getElementById('tooltipbox').style.visibility = 'visible';
}
}
function hide() {
document.getElementById('tooltip').innerHTML = '';
document.getElementById('tooltipbox').style.visibility = 'hidden';
}
</script>
<div class="menu">

</div><!-- menu ends here -->
<div id="tooltipbox">
<div id="tooltip"></div>
</div>
-->

<h1 id="top">Emacs Wiki</h1>

<!-- Page published by Emacs Wiki begins here -->
<p>
<!-- standard html to do tricky things with images, but watch out for indented
text, as it looks to emacs-wiki like a blockquote! -->

</p>

<p>
<a href="ewiki.png">
<img id="im" style="border: 0em;" src=https://img.yahoo.co.jp/images/clear.gif
alt="screenshot of emacs"></a>

</p>

<p>
emacs-wiki.el is a wiki major mode for emacs, which aims for implicit and
natural markup.

</p>

<p>
(see the <a class="nonexistent" href="mailto:webmaster@yagai.riam";>WikiMarkup</a> rules, or this page's source: <a href="EmacsWiki.txt">EmacsWiki.txt</a>;)

</p>

<p>
Some of its features include:

</p>

<ul>
<li>Managing documents within emacs, with font-lock based markup, inlined
images, RET to follow hyperlinks, and programmable completion of links.
</li>
<li>Support for publishing to a variety of formats, such as HTML, or (with the
help of extension code) latex or texinfo.
</li>
<li>With httpd-serve.el, support for serving published wiki pages
directly from emacs
</li>
<li>Projects, which allow you to apply particular preferences against a
subsection of pages
</li>
</ul>

<p>
Emacs-wiki was written by <a href="http://www.gci-net.com/%7ejohnw/EmacsResources.html";>John Wiegley</a>, and I am currently maintaining it. His
page contains a number of other useful projects, such as
<a href="http://www.emacswiki.org/cgi-bin/wiki/PlannerMode";>TheEmacsWiki:PlannerMode</a>, which integrates with emacs-wiki.el.

</p>

<p>
If your are interested in modes like emacs-wiki, you may also like to read
<a href="http://www.emacswiki.org/cgi-bin/wiki/MarkupModes";>TheEmacsWiki:MarkupModes</a>

</p>

<h2>Release candidate</h2>

<p>
<!--INVALID LISP CODE-->

<!-- Page published by Emacs Wiki ends here -->
<div class="navfoot">
<hr />
<table width="100%" border="0" summary="Footer navigation">
<col width="33%" /><col width="34%" /><col width="33%" />
<tr>
<td align="left">
<span

開く トラックバック(28)

Yumの設定

Yumの設定

インストール直後の状態ではYumが非常に遅いので、設定を変更します。

GNOME端末を起動して

su

コマンドでスーパーユーザになり、

mv /etc/yum.conf /etc/yum.conf.org

を実行して設定ファイルのバックアップをとります。次に

gedit /etc/yum.conf

を実行して、エディタで設定ファイルを開き、以下の内容をコピーして貼り付けます。

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20

[base]
name=Fedora Core $releasever - $basearch - Base
baseurl=http://ring.data-hotel.net/archives/linux/fedora/linux/core/$releasever/$basearch/os
ftp://ftp.riken.go.jp/pub/Linux/fedora/core/$releasever/$basearch/os
ftp://ftp.kddlabs.co.jp/Linux/packages/fedora/core/$releasever/$basearch/os
http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/

[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
baseurl=http://ring.data-hotel.net/archives/linux/fedora/linux/core/updates/$releasever/$basearch
ftp://ftp.riken.go.jp/pub/Linux/fedora/core/updates/$releasever/$basearch
ftp://ftp.kddlabs.co.jp/Linux/packages/fedora/core/updates/$releasever/$basearch
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/

研究の話

記事の入力が完了したら右下の[決定]ボタンをクリックしてください

全1ページ

[1]


.
ckn*g*78
ckn*g*78
男性 / A型
人気度
Yahoo!ブログヘルプ - ブログ人気度について
検索 検索
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30

過去の記事一覧

最新の記事一覧

よしもとブログランキング

もっと見る

プライバシー -  利用規約 -  メディアステートメント -  ガイドライン -  順守事項 -  ご意見・ご要望 -  ヘルプ・お問い合わせ

Copyright (C) 2019 Yahoo Japan Corporation. All Rights Reserved.

みんなの更新記事