約 2,395,175 件
https://w.atwiki.jp/morimotokouta/pages/16.html
{ いつも通り便所で飯を済ませて一息 飛び散るように弁当箱の中に小便入る どんなオタクがいても どんなに嫌われてても 俺は一生リア充 許さない We,re gonna pc and open to new tab 夜を通り越してpc pc check I,m LCD over there with my nijigenn パソはまるで二次へのEscape お前、なんで来ないの?歓迎会 呼ばれてないなんて絶対言えない 母親心配父親倒れたどうしようそうだ 自宅警備強化しよう いつも担任ぼっちの気も知らずに 「二人組つくれ」 無視りだした消防時代の友人悲しい限り どれだけ嘲笑えば君ら気分済むのかな PC抱く それぞれのミク We,re gonna pc and open to new tab 夜を通り越してpc check パソの中の二次へとEscape ブルマ、ニーソ、猫耳、スクール水着 いつまでもこの癖、治らないみたい 明日から始まる新しいアニメの話題 ずっと リア充が話してた p,p,p,pc check… はてなアンテナ自重しろ p,p,p,pc check… 製麺業も自重しろ p,p,p,pc check… 1000※超えたら待ってる p,p,p,pc check 顔面に強烈なコンプレックス 部屋でこうして過ごす中に 灯りの様キラリ光る初音 えぇ? いま俺は廃人へ進み 廃人の道へと進み 包み込んだアミタリリが 液まみれになっていたのは 俺が夢精をしたからで いつかまたねPCの中で ひとりの夜だ!と喜んでしまうだろう 君(アミタリリ)と出逢えた世界の中へ Ah ah Forever feel my ugliness!!!!!!! (1)エロゲーやってて何故か涙ホロリ 父親倒れてこのままでいいのか そろった洋服切ってもらった髪 ちょっとこれから、リア充になってくる (2)キモオタと言われ続けて早10年 彼女候補今のところ長門(ゆきちゃーん!) 今液晶超えてアミタリリと手をつないで 果てしなく歩んでいく We,re gonna pc open…}
https://w.atwiki.jp/nekonomike/pages/478.html
#blognavi Hey, so we finally had some time to approve all of your wonderful comments yesterday. We read them all! Thank you for all of your sweet music and book suggestions and well wishes. おい、そう、我々についに、昨日あなたの素晴らしいコメントの全てを承認する若干の時間がありました。我々は、彼らを読みました 全て!あなたの甘い音楽の全てのためにありがとうて、提案と健康な願望を予約してください。 Keep them coming, and we’ll continue to post all of your thoughts for the world to read. Remember You have to click on the “comment” link to the bottom right of each post to read your messages. 彼らを来させ続けてください、そして、我々は世界が読むあなたの考えの全てを郵送し続けます。覚えています:あなたは、あなたのメッセージを読むために、各々のポストの右下への「コメント」リンクをクリックしなければなりません。 Love ya! あなたを愛してください! Mary-Kate, Ashley, and friends メアリー-ケイト、アシュリーと友人 http //blog.mary-kateandashley.com カテゴリ [Olsen News] - trackback- 2006年10月14日 13 46 42 #blognavi
https://w.atwiki.jp/skamada/pages/14.html
1. ログインユーザIDの登録 [root@hogehoge ~]# useradd oss_admin pass[root@hogehoge ~]# passwd oss_admin Changing password for user oss_admin. New UNIX password BAD PASSWORD it is based on a dictionary word Retype new UNIX password passwd all authentication tokens updated successfully. [root@hogehoge ~]# 2. SSHログイン許可グループの制限 rootになれるユーザを管理者のみにする [root@hogehoge ~]# usermod -G wheel oss_admin [root@hogehoge ~]# cp -p /etc/pam.d/su /etc/pam.d/su.ORG [root@hogehoge ~]# vi /etc/pam.d/su #auth required pam_wheel.so use_uid ↓ auth required pam_wheel.so use_uid [root@hogehoge ~]# diff /etc/pam.d/su /etc/pam.d/su.ORG 6c6 auth required pam_wheel.so use_uid --- #auth required pam_wheel.so use_uid [root@hogehoge ~]# 3. パッケージ管理システム設定 RPMパッケージのインストール・アンインストールを行うyumの初期設定を行う ※ 以下に示す理由によりyum-updatesdを停止しておく § デフォルトで1時間ごとにアップデートチェックを行うようになっており、手動によるパッケージインストールと競合するとインストールが失敗する § 大量にメモリを消費する(約10MB以上使用) [root@hogehoge ~]# /etc/rc.d/init.d/yum-updatesd stop ← yum-updatesd削除 yum-updates を停止中 [ OK ] [root@hogehoge ~]# yum -y remove yum-updatesd ← yum-updatesd削除 Loaded plugins fastestmirror Setting up Remove Process Resolving Dependencies -- Running transaction check --- Package yum-updatesd.noarch 1 0.9-2.el5 set to be erased -- Finished Dependency Resolution Dependencies Resolved ======================================================================================================================= Package Arch Version Repository Size ======================================================================================================================= Removing yum-updatesd noarch 1 0.9-2.el5 installed 55 k Transaction Summary ======================================================================================================================= Remove 1 Package(s) Reinstall 0 Package(s) Downgrade 0 Package(s) Downloading Packages Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Erasing yum-updatesd 1/1 Removed yum-updatesd.noarch 1 0.9-2.el5 Complete! [root@hogehoge ~]# yum -y install yum-fastestmirror ← fastestmirrorプラグインインストール ※インストールパッケージダウンロード時の最適ミラーサイトを自動選択するようにする Loaded plugins fastestmirror Determining fastest mirrors * addons ftp.yz.yamagata-u.ac.jp * base ftp.yz.yamagata-u.ac.jp * extras ftp.yz.yamagata-u.ac.jp * updates ftp.yz.yamagata-u.ac.jp addons | 951 B 00 00 addons/primary | 202 B 00 00 base | 2.1 kB 00 00 base/primary_db | 1.6 MB 00 51 extras | 2.1 kB 00 00 extras/primary_db | 188 kB 00 10 updates | 1.9 kB 00 00 updates/primary_db | 896 kB 00 36 Setting up Install Process Package yum-fastestmirror-1.1.16-14.el5.centos.1.noarch already installed and latest version Nothing to do [root@hogehoge ~]# yum -y update ← インストール済パッケージの一括アップデート ※大量のパッケージのダウンロード/アップデートを行うため時間がかかる Loaded plugins fastestmirror Loading mirror speeds from cached hostfile * addons ftp.yz.yamagata-u.ac.jp * base ftp.yz.yamagata-u.ac.jp * extras ftp.yz.yamagata-u.ac.jp * updates ftp.yz.yamagata-u.ac.jp Setting up Update Process Resolving Dependencies Running transaction check Package NetworkManager.i386 1 0.7.0-10.el5_5.2 set to be updated ・ ・(30分~60分程度) ・ tcsh.i386 0 6.14-17.el5_5.2 tzdata.i386 0 2010l-1.el5 udev.i386 0 095-14.21.el5_5.1 xorg-x11-server-Xvfb.i386 0 1.1.1-48.76.el5_5.2 xulrunner.i386 0 1.9.2.13-3.el5 xulrunner-devel.i386 0 1.9.2.13-3.el5 Complete! [root@hogehoge ~]# yum -y install yum-cron ← yum-cronインストール Loaded plugins fastestmirror Loading mirror speeds from cached hostfile * addons ftp.yz.yamagata-u.ac.jp * base ftp.yz.yamagata-u.ac.jp * extras ftp.yz.yamagata-u.ac.jp * updates ftp.yz.yamagata-u.ac.jp addons | 951 B 00 00 base | 2.1 kB 00 00 extras | 2.1 kB 00 00 updates | 1.9 kB 00 00 Setting up Install Process Resolving Dependencies Running transaction check Package yum-cron.noarch 0 0.6-1.el5.centos set to be updated Processing Dependency yum-downloadonly for package yum-cron Running transaction check Package yum-downloadonly.noarch 0 1.1.16-14.el5.centos.1 set to be updated Finished Dependency Resolution Dependencies Resolved ======================================================================================================================= Package Arch Version Repository Size ======================================================================================================================= Installing yum-cron noarch 0.6-1.el5.centos extras 15 k Installing for dependencies yum-downloadonly noarch 1.1.16-14.el5.centos.1 base 11 k Transaction Summary ======================================================================================================================= Install 2 Package(s) Upgrade 0 Package(s) Total download size 26 k Downloading Packages (1/2) yum-downloadonly-1.1.16-14.el5.centos.1.noarch.rpm | 11 kB 00 00 (2/2) yum-cron-0.6-1.el5.centos.noarch.rpm | 15 kB 00 00 Total 36 kB/s | 26 kB 00 00 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing yum-downloadonly 1/2 Installing yum-cron 2/2 Installed yum-cron.noarch 0 0.6-1.el5.centos Dependency Installed yum-downloadonly.noarch 0 1.1.16-14.el5.centos.1 Complete! [root@hogehoge ~]# /etc/rc.d/init.d/yum-cron start ← パッケージ自動更新起動 Enabling nightly yum update [ OK ] [root@hogehoge ~]#chkconfig yum-cron on ← パッケージ自動更新自動起動設定 [root@hogehoge ~]# chkconfig --list |grep yum-cron yum-cron 0 off 1 off 2 on 3 on 4 on 5 on 6 off
https://w.atwiki.jp/hmiku/pages/24275.html
【登録タグ C GUMI Lily ジラートP 曲 育児放棄P】 作詞:tsukasa 作曲:ジラートP 編曲:ジラートP 唄:GUMI・Lily 曲紹介 ここで歌い続けるよ 歌詞を tsukasa氏 が、スクリーム調声を 育児放棄P が、マスタリングを colin氏 が手掛ける。映像は tsukasa氏 ・ 46氏 ・ ハイスピード藤森氏 ・ わず彦氏 4人によるもの。 ベースは RiGeL@あるごりずむ 氏が演奏。 CD 『COLD DISTORTION E.P』 の収録曲にしてリードトラック。 歌詞 The world has withered Snowing on the cold dead night Hate killing hate in this place Why did you die? Why? The world has tired Raining on the cold dead night One bullet took this life Why did you die? So sad ... 冷たい手 動かない指 君と時間は止まったまま モノクロ 希望 無色な 零(ぜろ)の世界で 教えて さぁ この先は? この夢は? あの理想は? 答えて さぁ この場所に 残された私の歌 廻るよ廻る 空白の時間 儚い過去と失意をのせて 歩いて探す 君と私の夢 擦れた心に 残る二人の歌 Murderous continues to accelerate. Everyone wants a reason for killing. Guilty? No kidding! It can't be helped now. Please stop this spiral right now ! 「Take revenge for my father's death.」 「It's my revenge. Grudge against the world.」 Tommorow and day after tommorow .... Untill exhausted all hate. 凍えた手 虹を描く 歪んだ音で 何を描く? 思い出 紡いで もう一度 音に乗せて 思い出して 悲しみを 色を失くした 景色達を 広げないで 悲しみを 終わりは無いの?ずっと続けるの? 失くさないで 今の愛を 喜びを 嬉しさを 広げていこう この先も 止まることなく 次の世界へと ここで歌い続けるよ いつか君に空で会える日まで 響く Cold Distortion コメント 追加おつ! -- 名無しさん (2013-01-20 09 58 20) 名前 コメント
https://w.atwiki.jp/atnewzguide/pages/18.html
さあ、さっそく自分のソーシャルニュースサイトを開設しましょう1.@NEWZトップページにアクセスします 2.右上の入力フォームに必要事項を入力します 3.メールを確認する 4.「以下のURLからアクセスできます。」の下に記載されているアドレスをクリックしてアクセスします。 5.自分のnewzページを確認 wikiページの編集(基本編)新しいページを作ろう ページ編集の基本 リンクを張ろう どこでログインするの? メニューとメニュー2があるんだけど、何が違うの? 自分や決められたメンバーだけ記事を編集できるようにしたい ファイルをアップロードしたい UPした画像の表示方法 プラグインって何? バックアップから復元したい wikiページの編集(ワープロモード編) さあ、さっそく自分のソーシャルニュースサイトを開設しましょう 1.@NEWZトップページにアクセスします 2.右上の入力フォームに必要事項を入力します atwikibeginner?cmd=upload act=open pageid=35 file=register.gif 希望するユーザID ユーザIDがnewzの管理者名になりますので、公開されることを考えて入力します。 公序良俗に反するIDや電話番号など 個人情報を特定しやすいIDはやめましょう。 メールアドレス 仮登録メールが入力したメールアドレス宛てに送信されます。 パスワード 安全のため、第三者が推測しやすいパスワードは避けてください。 またパスワードは定期的に変更していただくようお願いします。 以上の項目に入力が済めば、規約に同意した上で「規約に同意して登録」をクリックします。 3.メールを確認する メール内の「■1.以下の認証URLにアクセスしてください。」に続いて記載されているURLをクリックしてください。 もしクリックしても何も起こらない場合は、URLをコピーしてください。 そしてブラウザのURL欄に貼り付けて、アクセスします。 4.「以下のURLからアクセスできます。」の下に記載されているアドレスをクリックしてアクセスします。 5.自分のnewzページを確認 以上で自分のソーシャルニュースサイトを開設することができました。 wikiページの編集(基本編) 新しいページを作ろう 「@wikiメニュー」→「新規ページ作成」をクリックします。 新しいページ名を入力します。 編集モードを選択します。各編集モードの違いがわからない場合は、「@wikiモード」を選択してください。以後このページの各説明は、@wikiモードでの編集を前提とします。ワープロモードでの編集はこちら 「新規ページ作成」をクリックします これで新しいページができました。 ページ編集の基本 atwikibeginner?cmd=upload act=open pageid=35 file=henshuu.GIF 編集したいページを表示します。 上帯メニューから「編集」→「このページを編集」をクリックします。 atwikibeginner?cmd=upload act=open pageid=37 file=hensyuugamen.png 編集用の枠が表示されます。この枠の中を変更することで、ページを編集することができます。 リンクを張ろう 新しく作ったページとリンクしたいときは、リンクしたいページの編集で、 [[リンク先のページ名]] のように書くと、リンクを張ることができます。 ページ名がわからないときは「表示」→「ページ一覧」から確認してください。 ページ名を間違うと正しく表示されませんのでご注意ください。 別の名前でページとリンクすることも出来ます 例えばテストという名前で記事というページにリンクしたい場合は [[テスト 記事]] のように書きます。 外部ページにリンクを張る場合は [[リンク名 http //から始まるURL]] のように、URLを の右側に入力することで外部ページへのリンクできます。 どこでログインするの? atwikibeginner?cmd=upload act=open pageid=37 file=login.png ページの右上にあるログインをクリックします。小さいので見逃すかもしれませんが、見つかるはずです。 メニューとメニュー2があるんだけど、何が違うの? atwikibeginner?cmd=upload act=open pageid=37 file=menu.png どのページでも表示される両サイドのスペースがそれぞれ メニューは左側、メニュー2は右側と対応しています。 自由に編集しましょう。 自分や決められたメンバーだけ記事を編集できるようにしたい これは編集権限を変える必要があります。 ページ右上から、管理者ユーザでログインします。すでにログインしてある場合は「ログアウト(~~~)」と表示されます。#ref error :ご指定のファイルが見つかりません。ファイル名を確認して、再度指定してください。 (設定.PNG) その左となりにある「設定」をクリックします。#ref error :ご指定のファイルが見つかりません。ファイル名を確認して、再度指定してください。 (ページ一覧.PNG) ページ一覧をクリックします。ページ名、更新日時、編集権限、閲覧権限、履歴、最終編集者、編集…となっている表が表示されます。#ref error :ご指定のファイルが見つかりません。ファイル名を確認して、再度指定してください。 (権限.PNG) 表中の編集権限を変更したいページの右端のチェックボックスにチェックを入れます。#ref error :ご指定のファイルが見つかりません。ファイル名を確認して、再度指定してください。 (権限変更.PNG) 画面を下までスクロールしてください。表の下の「チェックしたページをどうしますか?」の下にあるプルダウンメニューを変更します。その後、設定変更をクリックします。 これで編集権限や閲覧権限が変更できます。 ファイルをアップロードしたい アップロードしたいページを表示し、上帯メニューの「編集」→「このページにファイルをアップロード」をクリックします。 アップロードしたいファイルを選択し、アップロードをクリックすれば完了です。 UPした画像の表示方法 表示したいページの編集をします。表示したい箇所で ref(ファイル名)のように書きます。ファイル名には拡張子も忘れず記入してください。拡張子が何かわからない場合、上帯の「編集」から「このページにファイルをアップロード」をクリックし、「アップロードファイルをもつページ一覧はこちら 」をクリックします。するとファイル名が表示されるのでそのままコピーします。例えば、テスト.jpgといったように表示されていれば、テスト.jpgをコピーし、編集したいページに戻り、 ref(テスト.jpg) と書きます。これで編集を保存すれば完了です。 プラグインって何? プラグインとは、簡単にページにいろんな拡張機能をつけることができる機能のことです。 たとえばコメント欄を追加したいのであれば、コメントをクリックし、茶色の四角形で囲われた #comment() をコピーします。次にコメント欄を表示したいページの編集で表示したい部分に #comment()をはりつけ、編集を保存すると取り付け完了です。 たくさん機能があるので、ほかの機能に関しては@ウィキ プラグインをご覧ください。 バックアップから復元したい 上帯メニューの「表示」→「編集履歴(バックアップ)のある一覧」をクリックします 復元したいページ名をクリックします ソースをクリックし、内容を全て選択しコピーします。 上帯メニューの「@wikiメニュー」→「新規ページ作成」をクリックします ページの名前を入力し、新規作成をクリックします ページ内容にコピーしたものを貼り付け、ページの保存をクリックします。 バックアップから復元する場合は完全に一致しない可能性がありますがご了承ください。 wikiページの編集(ワープロモード編) ワープロモードでの編集
https://w.atwiki.jp/nekonomike/pages/402.html
#blognavi mk and stavros have made amends and are friends again カテゴリ [Olsen News] - trackback- 2006年09月06日 14 46 26 #blognavi
https://w.atwiki.jp/toukaimtg/pages/293.html
詳細はHAPPYMTG.COMよりご確認下さい。 ( URL http //www.happymtg.com/tournaments/view/T012004 ) . . . . . . . . . . .
https://w.atwiki.jp/rsbuygoldq/pages/56.html
The actual aboriginal relaxed RS Precious metal is really a brand new Concealed Monster. back again the actual achieved exceptional associated with daring is really a avant-garde marketing setting, that is not by yourself obtain real warm recognition, however aswell appreciating the actual assimilation associated with fight it out bicycling suppliers . the quantity of a href="http //www.4rsgold.com/Runescape.Gold" strong Buy Runescape Gold /strong /a is actually soaked up within becoming a member of, purchase fight it out the actual round variation co-operation suitable communications, Concealed Dragon", the administrative centre motion Qin Kai may recognize for this, as well as for the Solution Concealed Monster "much fight it out bicycling suppliers prefer from the quantity look of the artefact web page round variation Concealed Monster inch, Qin Kai boils down in order to 3 points very first, the actual exceptional from the daring by itself. A brand new abstraction web page with regard to runescape gamers is actually associate the actual daring operability, that take the sufficient aberration using the daring available on the market, spend additional assimilation towards the person associate as well as alternative amusement, fight it out bicycling need; 2nd, the actual extramarital relationship associated with popularity. Within the recognized all-around pattern within the frequency from the "China fever", the actual intense disciplines extramarital relationship absolutely no agnosticism in your own home as well as aside along with suitable improvement possible. 3rd, the actual owner s video gaming routines. "Hidden Dragon" Asian artistic awning along with a easy as well as handy USER INTERFACE construction, real rich in music group using the recognized video gaming routines flexible clients follow the suitable display, easy procedure, a high quantity of popularity. Within accession the actual daring functions, Qin Kai, Concealed Monster "The broke beta may aswell emphasize the actual gamers to alter the actual extramarital relationship from the shadows", counting on the capable alternative agreement along with a best quantity of give up the actual daring provides gamers additional daring enjoyable, which love within the nearing acclimatized fight it out bicycling edition, using the alternative characteristics from the flexible fatal, is actually aswell recognized to get additional an additional encounter a href="http //www.4rsgold.com/Runescape.Gold" strong Cheap Runescape Gold /strong /a . Broke beta, gamers may via a throw brand new addle opportunity path, the multi-line task ahead, mindful prospecting intense disciplines as well as additional features associated with perform, alter the actual afoot procedure, not really these associate as well as accolade progress person moored perform prohibited associated with suitable games.
https://w.atwiki.jp/rsbuygoldq/pages/39.html
Whenever you goal to purchase Runescape Precious metal you will find aggressive stuff that a person cost in order to accede very first. Matters artlessly involves investing your hard earned money as well as disaster upward using the wrong types may agreement a alternation associated with drawbacks. a href="http //www.4rsgold.com/Runescape.Gold" strong Buy Runescape Gold /strong /a is actually recommended since the mid-foot MMOG on the internet novice these days. Due to this, lots of people who re in to this particular daring desire to go with the look associated with people having untold thousands associated with Runescape Precious metal they are able to use within the overall game. Using the large appearance associated with people lacking to possess admired this kind of loots, totes as well as totes associated with retailers motion Runescape item content articles on the web these days. Apart from precious metal, these types of websites aswell promote Runescape instructions, precious metal respected instructions, discussion boards, as well as abounding other people. These types of websites aswell agreement a person the benefit to purchase Runescape cash as well. Purchasing as well as allotment this kind of types of merchandises on the precise web site could be complete ambagious as well as worrying unusually if you re confronted with abounding retailers evolving along with changed guarantees as well as ads regarding their own a href="http //www.4rsgold.com/Runescape.Gold" strong Cheap Runescape Gold /strong /a . However there s 1 extramarital relationship that needs to be recommended aboriginal above disaster upward abrading your hard earned money out of your pocket book. Perform these types of websites motion these exceptional content articles as well as providers? Will the actual Runesape cash or even precious metal may actually a person how you desire this to become?
https://w.atwiki.jp/toukaimtg/pages/339.html
詳細はHAPPYMTG.COMよりご確認下さい。 ( http //www.happymtg.com/tournaments/view/T014412 )