{"id":384,"date":"2012-06-24T22:12:08","date_gmt":"2012-06-24T13:12:08","guid":{"rendered":"http:\/\/153.126.194.20\/?p=384"},"modified":"2024-11-17T15:23:01","modified_gmt":"2024-11-17T06:23:01","slug":"ubuntu-memo","status":"publish","type":"post","link":"https:\/\/funaori.com\/ja\/2012\/06\/24\/ubuntu-memo\/","title":{"rendered":"ubuntu\/memo"},"content":{"rendered":"<h2 id=\"content_1_0\">Ubu<\/p>\n<p>ntu\u306e\u8a2d\u5b9a\u30e1\u30e2  <a class=\"anchor_super\" id=\"p3aa7289\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#p3aa7289\" title=\"p3aa7289\">\u2020<\/a><\/h2>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_1\">php\u306e\u6587\u5b57\u30b3\u30fc\u30c9  <a class=\"anchor_super\" id=\"n40efb98\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#n40efb98\" title=\"n40efb98\">\u2020<\/a><\/h3>\n<p>\/etc\/php5\/apache2\/php.ini\u3092\u7de8\u96c6\u3057\u3066EUC-JP\u3092\u5410\u304f\u3088\u3046\u306b\u3059\u308b\u3002<\/p>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>default_charset = \"EUC-JP\"<\/li>\n<li>mbstring.internal_encoding = EUC-JP<\/li>\n<li>mbstring.http_output = EUC-JP<\/li>\n<\/ul>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h4 id=\"content_1_2\">\u6587\u5b57\u30b3\u30fc\u30c9\u306e\u5909\u63db  <a class=\"anchor_super\" id=\"t3e409a0\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#t3e409a0\" title=\"t3e409a0\">\u2020<\/a><\/h4>\n<pre>$a = mb_convert_encoding($a, \"EUC-JP\", \"auto\");<\/pre>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_3\">\u30e6\u30fc\u30b6\u306e\u6587\u5b57\u30b3\u30fc\u30c9\u8a2d\u5b9a  <a class=\"anchor_super\" id=\"e5c609b9\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#e5c609b9\" title=\"e5c609b9\">\u2020<\/a><\/h3>\n<pre>set-language-env<\/pre>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_4\">emacs\u3067\u306eUTF-8  <a class=\"anchor_super\" id=\"s3e2e541\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#s3e2e541\" title=\"s3e2e541\">\u2020<\/a><\/h3>\n<p>.emacs\u306b\u4ee5\u4e0b\u3092\u8ffd\u52a0(\u6700\u5f8c\u306e\u4e00\u884c\u3082\u5fc5\u8981\u3067\u3057\u305f.)<\/p>\n<pre>(require 'un-define)\r\n(set-language-environment \"Japanese\")\r\n(set-terminal-coding-system 'utf-8)\r\n(set-keyboard-coding-system 'utf-8)\r\n(set-buffer-file-coding-system 'utf-8)<\/pre>\n<p>pp (setq default-buffer-file-coding-system 'utf-8)<\/p>\n<pre>(prefer-coding-system 'utf-8)<\/pre>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_5\">\u30d5\u30a9\u30f3\u30c8\u306e\u8ffd\u52a0  <a class=\"anchor_super\" id=\"zf1d8c0e\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#zf1d8c0e\" title=\"zf1d8c0e\">\u2020<\/a><\/h3>\n<p>\/usr\/share\/fonts\/truetype\/\u306b\u9069\u5f53\u306a\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u308a.ttf\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30d4\u30fc\u3059\u308b. <a href=\"http:\/\/mix-mplus-ipa.sourceforge.jp\/\" rel=\"nofollow\">M+ \u3068 IPA\u30d5\u30a9\u30f3\u30c8\u306e\u5408\u6210\u30d5\u30a9\u30f3\u30c8<\/a>\u3092\u8ffd\u52a0\u3057\u305f.<\/p>\n<pre>$ sudo mkdir mplus-ipa\r\n$ cd mplus-ipa\r\n\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u305f\u30d5\u30a9\u30f3\u30c8\u306e.ttf\u3092\u30d5\u30a9\u30eb\u30c0\u30fc\u306b\u30b3\u30d4\u30fc\r\n$ cp &lt;some path&gt;\/*.ttf .\r\n$ sudo mkfontdir\r\n$ sudo mkfontscale\r\nX\u306e\u518d\u8d77\u52d5<\/pre>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_6\">perl\u306eCGI  <a class=\"anchor_super\" id=\"vb2d9ea6\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#vb2d9ea6\" title=\"vb2d9ea6\">\u2020<\/a><\/h3>\n<p>\u53e4\u3044perl\u306eCGI\u304c\u6587\u5b57\u5316\u3051\u3057\u3066\u3057\u307e\u3063\u305f\u306e\u3067\u305d\u306e\u5bfe\u5fdc<\/p>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>HTML\u30d8\u30c3\u30c0\u30fc\u51fa\u529b\u306b\u4ee5\u4e0b\u3092\u8ffd\u52a0\n<pre>print \"Content-type: text\/html; charset=EUC-JP\\n\";\r\nprint \"Content-Language: ja\\n\\n\";<\/pre>\n<\/li>\n<li>\u51fa\u529b\u306e\u6587\u5b57\u30b3\u30fc\u30c9\u3092EUC\u306b\u5909\u63db\n<ul class=\"list2\" style=\"padding-left:16px;margin-left:16px\">\n<li>Encode\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\n<pre># perl -MCPAN -e shell\r\ncpan&gt; install Encode<\/pre>\n<\/li>\n<li>EUC\u306b\u5909\u63db\n<pre>user Encode;\r\n\r\nEncode:from_to($var , 'utf8' , 'euc-jp');\r\nprint $var;<\/pre>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_7\">Asterisk  <a class=\"anchor_super\" id=\"y0d27e40\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#y0d27e40\" title=\"y0d27e40\">\u2020<\/a><\/h3>\n<p><a href=\"https:\/\/wiki.ubuntu.com\/AsteriskOnUbuntu?highlight=%28asterisk%29\" rel=\"nofollow\">\u3053\u3061\u3089\u3092\u53c2\u8003<\/a><br \/>\n\u9014\u4e2d\u3067linux\/config.h\u304c\u898b\u4ed8\u304b\u3089\u306a\u3044\u3068\u6012\u3089\u308c\u308b\u306e\u3067,\u30b7\u30f3\u30dc\u30ea\u30c3\u30af\u30ea\u30f3\u30af\u3092\u5f35\u3063\u3066\u56de\u907f\u3059\u308b.<\/p>\n<pre># cd \/usr\/src\/linux-headers-xxxx\/include\/linux\r\n# ln -s autoconf.h config.h<\/pre>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_8\"><a href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?OpenOffice\" title=\"OpenOffice (194d)\">OpenOffice<\/a>  <a class=\"anchor_super\" id=\"ca3b8fb0\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#ca3b8fb0\" title=\"ca3b8fb0\">\u2020<\/a><\/h3>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h4 id=\"content_1_9\"><a href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?OpenOffice\" title=\"OpenOffice (194d)\">OpenOffice<\/a>\u306b\u65e5\u672c\u8a9e\u5165\u529b  <a class=\"anchor_super\" id=\"i2a78688\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#i2a78688\" title=\"i2a78688\">\u2020<\/a><\/h4>\n<p>Ubuntu server\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u305f\u3081\u304b,<a href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?OpenOffice\" title=\"OpenOffice (194d)\">OpenOffice<\/a>\u3067SCIM+Anthy\u304c\u7acb\u3061\u4e0a\u304c\u3089\u306a\u3044.<br \/>\nopenoffice.org-gtk\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3053\u3068\u3067,SCIM+Anthy\u304c\u7acb\u4e0a\u308a\u65e5\u672c\u8a9e\u5165\u529b\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u3063\u305f\u3002<\/p>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h4 id=\"content_1_10\">emacs\u7cfb\u306e\u64cd\u4f5c\u3078\u30ab\u30b9\u30bf\u30de\u30a4\u30ba  <a class=\"anchor_super\" id=\"n6e8e053\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#n6e8e053\" title=\"n6e8e053\">\u2020<\/a><\/h4>\n<p>\u300c\u30e1\u30cb\u30e5\u30fc\u300d-\u300c\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u300d\u306e\u30ad\u30fc\u30dc\u30fc\u30c9\u30bf\u30d6\u3067\u8a72\u5f53\u306e\u30ad\u30fc\u30d0\u30a4\u30f3\u30c9\u3092\u5909\u66f4\u3059\u308b\u3002<\/p>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>Ctrl+A: \u30ca\u30d3\u30b2\u30fc\u30c8 -&gt; \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u59cb\u3081\u3078<\/li>\n<li>Ctrl+B: \u30ca\u30d3\u30b2\u30fc\u30c8 -&gt; \u5de6\u65b9\u5411<\/li>\n<li>Ctrl+F: \u30ca\u30d3\u30b2\u30fc\u30c8 -&gt; \u53f3\u65b9\u5411<\/li>\n<li>Ctrl+N: \u30ca\u30d3\u30b2\u30fc\u30c8 -&gt; \u4e0b\u3078<\/li>\n<li>Ctrl+P: \u30ca\u30d3\u30b2\u30fc\u30c8 -&gt; \u4e0a\u65b9\u5411<\/li>\n<\/ul>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_11\">mysql\u64cd\u4f5c\u30e1\u30e2  <a class=\"anchor_super\" id=\"le60a076\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#le60a076\" title=\"le60a076\">\u2020<\/a><\/h3>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>\u30ed\u30b0\u30a4\u30f3\n<pre>$ mysql -u root -p<\/pre>\n<\/li>\n<li>\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u4e00\u89a7\u8868\u793a\n<pre>mysql&gt; show databases;<\/pre>\n<\/li>\n<li>\u30c6\u30fc\u30d6\u30eb\u306e\u4e00\u89a7\u8868\u793a\n<pre>mysql&gt; show tables from mysql;<\/pre>\n<\/li>\n<li>\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u4f5c\u6210\n<pre>mysql&gt; create database dbname;<\/pre>\n<\/li>\n<li>\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u9078\u629e\n<pre>mysql&gt; use dbname;<\/pre>\n<\/li>\n<li>\u30e6\u30fc\u30b6\u306e\u4e00\u89a7\u8868\u793a\n<pre>mysql&gt; select User,Host from mysql.user;<\/pre>\n<\/li>\n<li>\u30e6\u30fc\u30b6\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\n<pre>mysql&gt; SET PASSWORD FOR 'mythtv'@'localhost' = PASSWORD('hogehoge');<\/pre>\n<\/li>\n<li>\u30e6\u30fc\u30b6\u30fc\u306b\u7279\u5b9aDB\u306e\u5168\u6a29\u9650\u3092\u4ed8\u4e0e\n<pre>mysql&gt; grant ALL on dbname.* to username@localhost<\/pre>\n<\/li>\n<li>\u30e6\u30fc\u30b6\u30fc\u6a29\u9650\u306e\u78ba\u8a8d\n<pre>$ mysqlaccess -U username -P password username dbname<\/pre>\n<\/li>\n<\/ul>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h2 id=\"content_1_12\">DB\u304b\u3089\u7279\u5b9a\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3059\u308b(epgrec\u306e\u9332\u753b\u4e88\u7d04ID\u3092\u691c\u7d22)  <a class=\"anchor_super\" id=\"t089fc86\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#t089fc86\" title=\"t089fc86\">\u2020<\/a><\/h2>\n<pre>$  select * from Recorder_reserveTbl where id = 12790;<\/pre>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h2 id=\"content_1_13\">DB\u304b\u3089\u7279\u5b9a\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3059\u308b(epgrec\u306e\u9332\u753b\u4e88\u7d04\u304b\u3089\u8a72\u5f53ID\u3092\u524a\u9664)  <a class=\"anchor_super\" id=\"b96209e2\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#b96209e2\" title=\"b96209e2\">\u2020<\/a><\/h2>\n<pre>$ delete from Recorder_reserveTbl where id = 12790;<\/pre>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h2 id=\"content_1_14\">DB\u304b\u3089\u7279\u5b9a\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u3092\u66f4\u65b0\u3059\u308b\u3002(epgrec\u306e\u30c1\u30e3\u30f3\u30cd\u30eb\u8a2d\u5b9a\u3092\u66f4\u65b0\u3059\u308b)  <a class=\"anchor_super\" id=\"u40f9c1d\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#u40f9c1d\" title=\"u40f9c1d\">\u2020<\/a><\/h2>\n<pre>$ update Recorder_channelTbl set channel=\"CS2\" where channel_disc=\"1213.ontvjapan.com\"\r\n$ update Recorder_programTbl set channel=\"CS2\" where channel_disc=\"1213.ontvjapan.com\"<\/pre>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_15\">Canon MP600  <a class=\"anchor_super\" id=\"y1f65e5a\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#y1f65e5a\" title=\"y1f65e5a\">\u2020<\/a><\/h3>\n<p>cnijfilter-common-2.70-1.src.rpm\u306b\u542b\u307e\u308c\u3066\u3044\u305f(Vine\u306e\u74b0\u5883\u3067\u629c\u304d\u53d6\u3063\u305f)\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u30b3\u30f3\u30d1\u30a4\u30eb\u3067\u304d\u306a\u3044\u304b\u3068\u30c1\u30e3\u30ec\u30f3\u30b8\u4e2d\u3067\u3059.\u3069\u3046\u3084\u308932bit\u306e\u30d0\u30a4\u30ca\u30ea\u914d\u5e03\u306e\u307f\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u304c\u3042\u308b\u3088\u3046\u3067,\u3046\u307e\u304f\u3044\u3063\u3066\u3044\u307e\u305b\u3093\u30fb\u30fb\u30fb<br \/>\n<a href=\"http:\/\/memo.digitune.org\/?date=20070417\" rel=\"nofollow\">Ubuntu edgy (amd64) \u3067 ATOK for Linux \u3092\u4f7f\u3046\u65b9\u6cd5<\/a>\u304c\u53c2\u8003\u306b\u3067\u304d\u306a\u3044\u304b\u306a\uff1f<\/p>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\n<pre># apt-get install libgtk1.2-dev<\/pre>\n<\/li>\n<li>\u30d7\u30ea\u30f3\u30bf\u30c9\u30e9\u30a4\u30d0\n<pre>$ cd cnijfilter-common-2.70\/\r\n$ cd libs\/\r\n$ .\/autogen.sh --prefix=\/usr\/local\r\n$ cd ..\/cngpij\r\n$ .\/autogen.sh --prefix=\/usr\/local\/bin --enable-progpath=\/usr\/loca\/bin\r\n$ cd ..\/pstocanonij\/\r\n$ .\/autogen.sh --prefix=\/usr --enable-progpath=\/usr\/local\/bin\r\n$ cd ..\/ppd\/\r\n$ .\/autogen.sh --prefix=\/usr\r\n$ cd ..\r\n$ make\r\n$ sudo make install\r\n$ cd cnijfilter\/\r\n$ .\/autogen.sh --prefix=\/usr\/local --program-suffix=mp600 --enable-libpath=\/usr\/lib\/bjlib --enable-binpath=\/usr\/local\/bin\r\n$ make\r\n$ sudo make install\r\n$ cd lgmon\/\r\n$ .\/autogen.sh --prefix=\/usr\/local --program-suffix=mp600\r\n$<\/pre>\n<\/li>\n<\/ul>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_16\">cron\u95a2\u4fc2  <a class=\"anchor_super\" id=\"q7b0d3a4\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#q7b0d3a4\" title=\"q7b0d3a4\">\u2020<\/a><\/h3>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h4 id=\"content_1_17\">contab\u306e\u30a8\u30c7\u30a3\u30bf\u5909\u66f4  <a class=\"anchor_super\" id=\"yed23cf3\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#yed23cf3\" title=\"yed23cf3\">\u2020<\/a><\/h4>\n<pre>export EDITOR=\/usr\/bin\/emacs<\/pre>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h4 id=\"content_1_18\">\/etc\/cron.daily\/\u3067\u306e\u5b9f\u884c  <a class=\"anchor_super\" id=\"p877b19b\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#p877b19b\" title=\"p877b19b\">\u2020<\/a><\/h4>\n<p>\u81ea\u4f5c\u30b9\u30af\u30ea\u30d7\u30c8(backup.sh)\u3092\/etc\/cron.daily\/\u30d1\u30b9\u306b\u30b3\u30d4\u30fc\u3057\u3066\u3082\u5b9f\u884c\u3055\u308c\u3066\u3044\u306a\u3044\u3002<\/p>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>run-parts\u306e\u8a8d\u8b58\u3092\u30c1\u30a7\u30c3\u30af\n<pre>$ run-parts --list \/etc\/cron.daily<\/pre>\n<p>\u8868\u793a\u3055\u308c\u308b\u4e00\u89a7\u306b\u81ea\u4f5c\u30b9\u30af\u30ea\u30d7\u30c8\u306f\u306a\u3044\u3002<br \/>\n\u3069\u3046\u3084\u3089\".\"\u3092\u542b\u3080\u30d5\u30a1\u30a4\u30eb\u540d\u3060\u3068run-parts\u306f\u8a8d\u8b58\u3057\u306a\u3044\u3089\u3057\u3044\u306e\u3067\u3001\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u5909\u66f4\u3059\u308b\u3002<br \/>\n\u518d\u5ea6run-parts\u306b\u8a8d\u8b58\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3068\u542b\u307e\u308c\u3066\u3044\u308b\u3002\n<\/li>\n<\/ul>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_19\">kernel\u518d\u69cb\u7bc9  <a class=\"anchor_super\" id=\"v1180712\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#v1180712\" title=\"v1180712\">\u2020<\/a><\/h3>\n<p><a href=\"http:\/\/www.howtoforge.com\/kernel_compilation_ubuntu\" rel=\"nofollow\">How To Compile A Kernel - The Ubuntu Way<\/a><\/p>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_20\">LVM  <a class=\"anchor_super\" id=\"r14c8a05\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#r14c8a05\" title=\"r14c8a05\">\u2020<\/a><\/h3>\n<p>LVM\u306e\u8a2d\u5b9a\u304c\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u3067\u76f4\u63a5\u547c\u3076\u306e\u3067\u306f\u306a\u304f,\u3044\u3061\u3069LVM\u306e\u30b3\u30f3\u30bd\u30fc\u30eb\u306b\u79fb\u3063\u3066\u304b\u3089\u5b9f\u884c\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u306b\u306a\u3063\u305f\u3088\u3046\u3059.<\/p>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h4 id=\"content_1_21\">OS\u5165\u308c\u66ff\u3048\u6642\u306blvm\u3092\u5fa9\u6d3b\u3055\u305b\u308b  <a class=\"anchor_super\" id=\"jf6172e2\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#jf6172e2\" title=\"jf6172e2\">\u2020<\/a><\/h4>\n<p>\u30c7\u30a3\u30b9\u30af\u3092\u305d\u306e\u307e\u307e\u6b8b\u3057\u3066\u3044\u308b\u5834\u5408\u306f\uff0clv\u3092active\u306b\u3059\u308c\u3070\u4f7f\u3048\u308b\u306f\u305a.<\/p>\n<pre>$lvn\r\nlvn&gt; lvscan\r\n inactive          '\/dev\/vg01\/lvol0' [931.52 GB] inherit\r\nlvm&gt; lvdisplay vg01\r\n  --- Logical volume ---\r\n  LV Name                \/dev\/vg01\/lvol0\r\n  VG Name                vg01\r\n  LV UUID                8pbyfm-Gu2p-Ztbe-c07W-kloz-dNo1-YTJWWc\r\n  LV Write Access        read\/write\r\n  LV Status              NOT available\r\n  LV Size                931.52 GB\r\n  Current LE             238468\r\n  Segments               2\r\n  Allocation             inherit\r\n  Read ahead sectors     auto<\/pre>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>Status\u304cNOT available\u306b\u306a\u3063\u3066\u3044\u308b\u306e\u3067\u3001available\u306b\u3059\u308b.\n<pre>lvm&gt; lvchange -ay vg01\r\nlvm&gt; lvdisplay \r\n  --- Logical volume ---\r\n  LV Name                \/dev\/vg01\/lvol0\r\n  VG Name                vg01\r\n  LV UUID                8pbyfm-Gu2p-Ztbe-c07W-kloz-dNo1-YTJWWc\r\n  LV Write Access        read\/write\r\n  LV Status              available\r\n  # open                 0\r\n  LV Size                931.52 GB\r\n  Current LE             238468\r\n  Segments               2\r\n  Allocation             inherit\r\n  Read ahead sectors     auto\r\n  - currently set to     256\r\n  Block device           252:0\r\nlvm&gt; lvscan\r\n  ACTIVE            '\/dev\/vg01\/lvol0' [931.52 GB] inherit<\/pre>\n<\/li>\n<li>\u30de\u30a6\u30f3\u30c8\u3059\u308b\n<pre>$ sudo mount \/dev\/vg01\/lvol0 \/mnt\/hoge<\/pre>\n<\/li>\n<\/ul>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_22\">XFS  <a class=\"anchor_super\" id=\"se599200\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#se599200\" title=\"se599200\">\u2020<\/a><\/h3>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>XFS\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306b\u30e9\u30d9\u30eb\u3092\u4ed8\u3051\u308b\n<pre># \/usr\/sbin\/xfs_admin -L \u201cmiracle2\u201d \/dev\/sda4<\/pre>\n<\/li>\n<\/ul>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_23\">\u30d0\u30c3\u30af\u30a2\u30c3\u30d7  <a class=\"anchor_super\" id=\"c1217e78\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#c1217e78\" title=\"c1217e78\">\u2020<\/a><\/h3>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>mondo rescue\u3067\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\n<ul class=\"list2\" style=\"padding-left:16px;margin-left:16px\">\n<li><a href=\"http:\/\/www.thinkit.co.jp\/free\/article\/0612\/7\/1\/\" rel=\"nofollow\">\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9Mondo Rescue\u306b\u3088\u308b\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u624b\u6cd5<\/a><br \/>\n\u30b7\u30b9\u30c6\u30e0\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306b\u4f7f\u7528\u3059\u308b.<\/li>\n<\/ul>\n<\/li>\n<li>pdumpfs\u3067\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7<br \/>\n\u65e5\u3005\u306e\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306b\u4f7f\u7528\u3059\u308b.<\/p>\n<ul class=\"list2\" style=\"padding-left:16px;margin-left:16px\">\n<li>cron.daily<br \/>\n\u30b9\u30af\u30ea\u30d7\u30c8(backup.sh)\u3092\u4f5c\u6210\u3057\/etc\/cron.daily\u306b\u30b3\u30d4\u30fc\u3057\u3066\u6bce\u65e5\u5b9f\u884c\u3055\u308c\u308b\u3068\u601d\u3063\u3066\u3044\u305f\u304c,\u30ed\u30b0\u3092\u307f\u308b\u3068\u5b9f\u884c\u3055\u308c\u3066\u3044\u306a\u3044.<br \/>\n\/etc\/crontab\u306b\u3088\u308b\u3068<\/p>\n<pre>25 6    * * *   root    test -x \/usr\/sbin\/anacron || ( cd \/ &amp;&amp; run-parts --report \/etc\/cron.daily )<\/pre>\n<p>\u3068run-parts\u30b3\u30de\u30f3\u30c9\u3067\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u304c\u5b9f\u884c\u53bb\u308c\u3066\u3044\u308b\u3088\u3046\u3059.run-parts\u3067\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30b3\u30de\u30f3\u30c9\u304c\u8a8d\u8b58\u3055\u308c\u3066\u3044\u308b\u304b\u78ba\u304b\u3081\u308b\u3068<\/p>\n<pre># run-parts --list \/etc\/cron.daily<\/pre>\n<p>backup.sh\u306f\u542b\u307e\u308c\u3066\u3044\u306a\u304b\u3063\u305f.\u3069\u3046\u3084\u3089\".\"\u304c\u5165\u3063\u3066\u3044\u308b\u3068\u5b9f\u884c\u3059\u308b\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u8a8d\u8b58\u3055\u308c\u306a\u3044\u305d\u3046\u3067\u3059.\u3068\u308a\u3042\u3048\u305a\u540d\u524d\u3092\u5909\u66f4\u3057\u3066\u5bfe\u5fdc<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_24\">awstats  <a class=\"anchor_super\" id=\"se03297f\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#se03297f\" title=\"se03297f\">\u2020<\/a><\/h3>\n<p><a href=\"http:\/\/ubuntuforums.org\/archive\/index.php\/t-8410.html\" rel=\"nofollow\">TUTORIAL: AWStats with APACHE2<\/a><br \/>\n<a href=\"http:\/\/planeta.ubuntubrasil.org\/post\/79\" rel=\"nofollow\">Planeta Ubuntu Brasil<\/a><\/p>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h4 id=\"content_1_25\">bing\u3092\u30b5\u30fc\u30c1\u30a8\u30f3\u30b8\u30f3\u306b\u8ffd\u52a0  <a class=\"anchor_super\" id=\"n2dbeac1\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#n2dbeac1\" title=\"n2dbeac1\">\u2020<\/a><\/h4>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>\u53c2\u8003\u30da\u30fc\u30b8<br \/>\n<a href=\"http:\/\/www.smartlabsoftware.com\/howto\/awstats-how-to.htm\" rel=\"nofollow\">How to Accomplish Tasks in AWStas <\/a><\/li>\n<\/ul>\n<ol class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>search_engines.pm\u3092\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\n<pre>$ cd \/usr\/share\/awstats\/lib\r\n$ sudo cp search_engines.pm search_engines.pm_org<\/pre>\n<\/li>\n<li>search_engines.pm\u306e@SearchEnginesSearchIDOrder_list1\u306b\u9805\u76ee\u3092\u8ffd\u52a0\n<pre>'bing\\.com',<\/pre>\n<p>'msn',\u306e\u524d\u306e\u884c\u306b\u8ffd\u52a0\u3057\u307e\u3057\u305f\uff0e<\/li>\n<li>%SearchEnginesHashID\u306b\u9805\u76ee\u3092\u8ffd\u52a0\n<pre>'bing\\.com','bing',<\/pre>\n<p>'msn\\.','msn,'\u306e\u524d\u306e\u884c\u306b\u8ffd\u52a0<\/li>\n<li>%<span class=\"noexists\">SearchEnginesKnownUrl<a href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?cmd=edit&amp;page=SearchEnginesKnownUrl&amp;refer=ubuntu%2Fmemo\">?<\/a><\/span>\u306b\u9805\u76ee\u3092\u8ffd\u52a0\n<pre>'bing','q=',<\/pre>\n<p>'msn','q='\u306e\u524d\u306e\u884c\u306b\u8ffd\u52a0<\/li>\n<li>%<span class=\"noexists\">SearchEnginesHashLib<a href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?cmd=edit&amp;page=SearchEnginesHashLib&amp;refer=ubuntu%2Fmemo\">?<\/a><\/span>\u306b\u9805\u76ee\u3092\u8ffd\u52a0\n<pre>'bing','&lt;a href=\"http:\/\/www.bing.com\/\" title=\"Search Engine Home Page [new window]\" target=\"_blank\"&gt;Bing&lt;\/a&gt;',<\/pre>\n<p>'msn','&lt;a....\u306e\u524d\u306e\u884c\u306b\u8ffd\u52a0<\/li>\n<li>Save\u3057\u3066\u66f4\u65b0<\/li>\n<\/ol>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_26\">XFce\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\uff06\u8a2d\u5b9a  <a class=\"anchor_super\" id=\"i0e322dd\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#i0e322dd\" title=\"i0e322dd\">\u2020<\/a><\/h3>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>XFce\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\n<pre># apt-get install xubuntu-desktop<\/pre>\n<\/li>\n<li>XFce\u306e\u8d77\u52d5\u8a2d\u5b9a<br \/>\n\u79c1\u306fGDM\u3092\u4f7f\u7528\u3057\u3066\u3044\u306a\u3044\u306e\u3067,\u8a2d\u5b9a\u3092\u3057\u306a\u3044\u3068gnome\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3057\u307e\u3044\u307e\u3059.<\/p>\n<pre># update-alternative --config x-session-manager\r\n\u306b\u3066\/usr\/bin\/xfce4-session\u3092\u9078\u629e<\/pre>\n<\/li>\n<\/ul>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_27\">emacs\u306ecolor-theme\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb  <a class=\"anchor_super\" id=\"z645f84a\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#z645f84a\" title=\"z645f84a\">\u2020<\/a><\/h3>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\n<pre># apt-get install emacs-goodies-el emacs-env-ja<\/pre>\n<\/li>\n<li>color-theme\u306e\u30c6\u30b9\u30c8<br \/>\nemacs\u3092\u6a5f\u52d5\u3057\u3066M-x color-theme-select\u3067\u30e1\u30cb\u30e5\u30fc\u3092\u8868\u793a\u3057\u9078\u629e\u3057\u3066\u597d\u307f\u306e\u30c6\u30fc\u30de\u3092\u9078\u3076\uff0e<\/li>\n<li>\u30c6\u30fc\u30de\u306e\u8a2d\u5b9a<br \/>\nemacs\u306e\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30d4\u30fc<\/p>\n<pre>$ cp \/usr\/share\/doc\/emacs-env-ja\/dot.emacs.example ~\/.emacs<\/pre>\n<p>.emacs\u3092\u7de8\u96c6\u3057\u3066\u4e0b\u8a18\u3092\u8ffd\u8a18\u3059\u308b\uff0e<\/p>\n<pre>(require 'color-theme)\r\n(color-theme-calm-forest)<\/pre>\n<\/li>\n<li>\u30c6\u30fc\u30de\u306e\u78ba\u8a8d<br \/>\nM-x color-theme-select\u3067\u30c6\u30fc\u30de\u4e00\u89a7\u304b\u3089\u30d7\u30ec\u30d3\u30e5\u30fc\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b.<br \/>\n\u8a2d\u5b9a\u306b\u8a18\u5165\u3059\u308b\u30c6\u30fc\u30de\u540d\u306f\u3001M-x color-theme\u304b\u3089Tab\u3067\u3042\u3052\u3089\u308c\u308b\u5019\u88dc\u304b\u3089\u8fd1\u3044\u3082\u306e\u3092\u985e\u63a8\u3059\u308b.<\/li>\n<\/ul>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_28\">Rhythmbox  <a class=\"anchor_super\" id=\"k8c59927\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#k8c59927\" title=\"k8c59927\">\u2020<\/a><\/h3>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h4 id=\"content_1_29\">mp3\u518d\u751f  <a class=\"anchor_super\" id=\"i34dfe5b\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#i34dfe5b\" title=\"i34dfe5b\">\u2020<\/a><\/h4>\n<p>\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306fmp3\u3092\u518d\u751f\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u3002gstreamer0.10-ffmeg\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3053\u3068\u3067mp3\u3092\u518d\u751f\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u3001\u30a2\u30eb\u30d0\u30e0\u30b8\u30e3\u30b1\u30c3\u30c8\u3092\u81ea\u52d5\u7684\u306b\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u8868\u793a\u3057\u3066\u304f\u308c\u308b\u3088\u3046\u306b\u306a\u308b\u3002<\/p>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h4 id=\"content_1_30\">\u65e5\u672c\u8a9e\u306e\u6b4c\u8a5e\u3092\u8868\u793a  <a class=\"anchor_super\" id=\"j2b0936b\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#j2b0936b\" title=\"j2b0936b\">\u2020<\/a><\/h4>\n<p><a href=\"http:\/\/wasabili.blog4.fc2.com\/blog-entry-120.html\" rel=\"nofollow\">\u306f\u3063\u3074\u30fc\u3058\u3080\u306a\u3059\u3068@Linux<\/a>\u3055\u3093\u306e\u3068\u3053\u308d\u3067goo\u97f3\u697d\u306e\u6b4c\u8a5e\u691c\u7d22\u304b\u3089\u53d6\u5f97\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3063\u3066\u3044\u307e\u3057\u305f\u3002<br \/>\n\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u305fMild\u3092\u89e3\u51cd\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3002<\/p>\n<pre>$ unzip mild_0.4.zip \r\n$ cd lyrics\r\n$ sudo .\/install.sh<\/pre>\n<p>rhythmbox\u306e\u300c\u7de8\u96c6\u300d-\u300c\u30d7\u30e9\u30b0\u30a4\u30f3\u300d\u304b\u3089\u300c\u66f2\u306e\u6b4c\u8a5e\u300d\u306e\u300c\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8a2d\u5b9a\u300d\u3067\u691c\u7d22\u30a8\u30f3\u30b8\u30f3\u306b\u300cGoo\u97f3\u697d\u300d\u3068\u300c\u3046\u305f\u307e\u3063\u3077\u300d\u306e\u307f\u306b\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u308b\u3002<\/p>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_31\">at\u3068cron\u306e\u51fa\u529b\u304c\u5c4a\u304b\u306a\u3044  <a class=\"anchor_super\" id=\"p456f827\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#p456f827\" title=\"p456f827\">\u2020<\/a><\/h3>\n<p>\u901a\u5e38at\u3068cron\u306e\u51fa\u529b\u306f\u30e1\u30fc\u30eb\u3067\u5c4a\u304f\u306f\u305a\u3067\u3059\u3002\u3057\u304b\u3057\u3001\u5b9f\u52b9\u3055\u308c\u3066\u3044\u308b\u306f\u305a\u306e\u30e1\u30fc\u30eb\u304c\u5c4a\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\/var\/log\/mail.log\u3092\u9664\u3044\u3066\u307f\u308b\u3068\u3001\u5b9b\u5148\u304chogehoge@<a href=\"mailto:root@funaori.com\" rel=\"nofollow\">root@funaori.com<\/a>\u306e\u3088\u3046\u306b\u306a\u3063\u3066\u304a\u308a\u307e\u3057\u305f\u3002\u88dc\u5b8c\u3055\u308c\u308b\u30c9\u30e1\u30a4\u30f3\u304c\"<a href=\"mailto:root@funaori.com\" rel=\"nofollow\">root@funaori.com<\/a>\"\u3068\u306a\u3063\u3066\u3044\u305f\u306e\u304c\u539f\u56e0\u3067\u3059\u3002<\/p>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>\u4fee\u6b63\u524d(\/etc\/mailname)\n<pre>root@funaori.com<\/pre>\n<\/li>\n<li>\u4fee\u6b63\u5f8c(\/etc\/mailname)\n<pre>funaori.com<\/pre>\n<p>\u3053\u308c\u3067\u5909\u306a\u30a2\u30c9\u30ec\u30b9\u306b\u30e1\u30fc\u30eb\u3092\u9001\u308b\u3053\u3068\u7121\u304f\u3001at\u3068cron\u306e\u51fa\u529b\u3092\u30e1\u30fc\u30eb\u3067\u53d7\u3051\u53d6\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f\u3002<\/li>\n<\/ul>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_32\"><span class=\"noexists\">NetworkManager<a href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?cmd=edit&amp;page=NetworkManager&amp;refer=ubuntu%2Fmemo\">?<\/a><\/span>\u306e\u5229\u7528\u505c\u6b62  <a class=\"anchor_super\" id=\"eb3813fd\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?ubuntu%2Fmemo#eb3813fd\" title=\"eb3813fd\">\u2020<\/a><\/h3>\n<p>\u56fa\u5b9aIP\u3092\u4f7f\u7528\u3057\u3066\u3044\u308b\u3068\u3069\u3046\u3057\u3066\u3082<span class=\"noexists\">NetworkManager<a href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?cmd=edit&amp;page=NetworkManager&amp;refer=ubuntu%2Fmemo\">?<\/a><\/span>\u304c\/etc\/resolve.conf\u3092\u66f8\u304d\u63db\u3048\u3066\u3057\u307e\u3046\u3002<span class=\"noexists\">NetworkManager<a href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?cmd=edit&amp;page=NetworkManager&amp;refer=ubuntu%2Fmemo\">?<\/a><\/span>\u306e\u5229\u7528\u3092\u6b62\u3081\u3066\u624b\u52d5\u3067\u8a2d\u5b9a\u3059\u308b\u3002<\/p>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li><span class=\"noexists\">NetworkManager<a href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?cmd=edit&amp;page=NetworkManager&amp;refer=ubuntu%2Fmemo\">?<\/a><\/span>\u306e\u7121\u52b9\u5316\n<pre>% sudo service NetworkManager stop\r\n% sudo update-rc.d -f NetworkManager remove<\/pre>\n<\/li>\n<li>network\u8a2d\u5b9a<br \/>\n\/etc\/network\/interfaces\u3068\/etc\/resolve.conf\u3092\u624b\u52d5\u3067\u8a2d\u5b9a\u3059\u308b\u3002<\/li>\n","protected":false},"excerpt":{"rendered":"<p>Ubu ntu\u306e\u8a2d\u5b9a\u30e1\u30e2 \u2020 \u2191 php\u306e\u6587\u5b57\u30b3\u30fc\u30c9 \u2020 \/etc\/php5\/apache2\/php.ini\u3092\u7de8\u96c6\u3057\u3066EUC-JP\u3092\u5410\u304f\u3088\u3046\u306b\u3059\u308b\u3002 default_charset = &#8220;EUC-JP&#8221; mbstring&hellip; <a class=\"more-link\" href=\"https:\/\/funaori.com\/ja\/2012\/06\/24\/ubuntu-memo\/\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"screen-reader-text\">ubuntu\/memo<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_locale":"ja","_original_post":"384","footnotes":""},"categories":[14],"tags":[],"class_list":["post-384","post","type-post","status-publish","format-standard","hentry","category-ubuntu","ja","entry"],"_links":{"self":[{"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/posts\/384","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/comments?post=384"}],"version-history":[{"count":1,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/posts\/384\/revisions"}],"predecessor-version":[{"id":385,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/posts\/384\/revisions\/385"}],"wp:attachment":[{"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/media?parent=384"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/categories?post=384"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/tags?post=384"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}