2007-12-30

Mysql 的 mysqldump 指令

中文 :
http://rj.twbbs.org/wiki/debian/server/mysql_command_mysqldump

Drupal 的 blog 文章匯出與匯入

Drupal 是使用 mysql, blog 文章是存在 drupal_db 的 node 開頭的表格

匯出(導出) 產生 blog_data.sql 文字檔

mysqldump --add-locks drupal_db node node_access node_comment_statistics node_counter node_revisions node_type -u root -p > blog_data.sql

(以上同一行命令)

匯入(導入)
mysql drupal_db -u root -p < blog_data.sql

詳細參考 :
http://rj.twbbs.org/wiki/debian/server/blog/drupal_blog_data_export_and_import

Drupal 6.0-beta3 更新至 Drupal 6.0-rc1

目標 : 不改其他內容, 只更新 Drupal

環境 :
Apache 2
Mysql 5.0
Debian Local User

詳細請參考 :

http://rj.twbbs.org/wiki/debian/server/blog/upgrade_drupal_6.0-beta3_to_drupal_6.0-rc1

2007-12-29

DokuWiki 的簡潔網址(URL Rewriting)

簡潔網址也就是網址中原來有? : , 改成比較好看的網址, 是用Web Server重寫轉向(URL Rewriting), 在drupal中稱為Clean URLs, 例如

http://rj.twbbs.org/wiki/doku.php?id=debian:start
變成
http://rj.twbbs.org/wiki/debian/start


有點麻煩..
(我的wiki已移位置, 且改成簡潔網址(Clean URLs))
參考
http://rj.twbbs.org/wiki/debian/wiki/dokuwiki_url_rewriting

DokuWiki 安裝 Poll Plugin

今天裝了 DokuWiki 的 Poll Plugin
就是投票用的..



是看到 http://www.ocwinmotion.com/doku.php?id=wiki:plugin_list
才想使用Browser來登入管理者安裝, 以前都是直接解開放到相對正確位置.

過程:
http://rj.twbbs.org/wiki/debian/wiki/dokuwiki_poll_plugin_install

2007-12-15

重裝drupal只匯入bog文章

試了幾次, 終於將drupal中的bog文章, 從mysql中匯出,
重裝後再匯入, 其中bog文章是放在 node 的TABLE中.
以下是過程

1.先dump出mysql的資料庫
mysqldump drupal_db -u root -p > drupal_db.sql


2.用vim編輯drupal_db.sql, 刪除大部, 只留下 node 相關的表格

3.刪除drupal在mysql中的資料庫, 重建資料庫
mysql -u root -p -e "drop database drupal_db"
mysql -u root -p -e "create database drupal_db"

4.重裝drupal(或刪除drupal的設定檔)
rm ~/public_html/drupal6/sites/default/settings.php
chmod 777 ~/public_html/drupal6/sites/default/

5.在瀏覽器中Install drupal.(drupal6)
其中選 Clean URLs: Enabled

6.Administer -> Site building -> Modules : Locale
Administer -> Site building -> Translate interface : Import
Language file: zh-hant/zh-hant.po
Import into: Chinese, Tranditional(繁體中文)
Mode: Strings in the uploaded file replace existing ones, new ones are added
Administer -> Site configuration -> Languages : List
Default : 繁體中文

7.匯入mysql資料庫
mysql drupal_db -u root -p < drupal_db.sql

這樣就可看到文章了, 只有user還沒完整, 因為只有兩個使用者, 直接建立.

2007-12-08

hinet固定ip

hinet非固定制用戶可有固定ip, 已經不是新聞了, 可算上舊舊的新聞, 起因是聽線上音樂, 每到晚上7點後到11點, 總是斷斷續續, 實在不是辦法, 打電話問hinet客服, 才知道固定ip通訊品質比較好, 當然客服人員沒說很清楚, 只是說會有改善, 同樣的繳費, 有不同的服務...

還有的是, 從中華電信撥接用到現在, 我現在才知道, 會叫的小孩資源多...

另外, 應該大部份的人都不知道吧, 也沒聽其他人提過..

hinet的網頁 : http://service.hinet.net/2004/adslstaticip_faq.htm

2007-12-06

使用vim編輯的文章

這是看到別人的blog, 可以更快使用vim
Efficient Editing With vim

2007-12-05

script - 記錄所執行的過程

使用 script 記錄所執行的過程


終端機命令列下, 記錄所執行過程, 會將執行過程存成 typescript 檔, 用 cat typescript 就可看記錄.(不是 history)

  • 啟動 : script
  • 結束離開 : exit
  • 執行過程存檔成 : typescript
  • 查看 : cat typescript


2007-12-04

在 Debian 的 Local User 下裝 WordPress

在 Local User 下裝個 WordPress 測試

http://zerouncle.no-ip.org/~redjoe/wordpress/

還沒調整...

安裝過程 -- Debian Wordpress 安裝

dokuwiki, drupal, WordPress佈景主題更新

佈景主題更新

名稱:
dokuwiki : Template
drupal : Themes
WordPress : Themes


先下載佈景主題(還有其他位置,在這只列舉一個當例子)
dokuwiki -- http://wiki.splitbrain.org/wiki:tpl:templates
drupal -- http://drupal.org/project/themes
WordPress -- http://themes.wordpress.net/

佈景主題解開後放到
dokuwiki位置 : <安裝目錄>/lib/tpl/
drupal位置 : <安裝目錄>/themes/
WordPress位置 : <安裝目錄>/wp-content/themes/

設定(選用)
dokuwiki : 在 <安裝目錄>/conf/local.php 中, 設定 $conf['template'] = 'template_name'; 或在 Dokuwiki 管理者區打開配置, 在 list 中選出.
drupal : drupal 管理->版型 中選出佈景主題
WordPress : 管理者->外觀 中選出佈景主題

這樣就 ok 了..

Wordpress 的佈景產生器

其他的如drupal, wiki等不知是否可以挪來用...

讓使用者可以簡單的調整選單位置、標題(文字)顏色、背景……等等,調整好就可以直接打包下載回來使用..

對於不會寫PHP、CSS的人,又想設計自己版面的風格,可以試試~~

Wordpress Theme Generator LINK - http://www.yvoschaap.com/wpthemegen/

2007-11-30

wiki 使用感言

R.J wiki 是我的 wiki , 有一段時間了,是裝dokuwiki,

之前用過 jspwiki, phpwiki, momowiki, didiwiki...等等

Mediawiki 有很多人用, 我是用不慣,
phpwiki 功能強大, 太複雜了,

drupal 好像也是太複雜了.

用起來還是德國人的 dokuwiki 最順手,
可以到我的 wiki 上看看...

Debian Drupal 6.0中文化

中文化(還沒看到6.0中文化檔, 先用5.x的來用)

  • 下載中文化檔 及 解 tar.gz, 解開會有 zh-hant.po 檔 - http://ftp.drupal.org/files/projects/zh-hant-5.x-1.0.tar.gz
tar zxf zh-hant-5.x-1.0.tar.gz
  • 管理者登入
  • Administer→ Site building → Modules 選 Locale : 按 Save configuration 按鈕
  • Administer→ Site building → Translate interface : Import
  1. 在 Language file 輸入 zh-hant.po (含位置)
  2. 在 Import into: Chinese, Traditional(繁體中文)
  3. 按 Import 按鈕
  • Administer→ Site configuration → Languages : List
  1. 將 zh-hant 打開 Enabled, 設成 Default
  2. 按 Save configuration 按鈕

這樣應該可以看到中文了..

註: drupal 在 5.x 及 6 的中文檔 Import 位置有更改, Localization 也改成 Languages 了.

----

原始出處: Debian Drupal 6.0中文化

Debian 下的 User 安裝 Drupal 6.0-beta3

記錄一下...

Debian 下的 User 安裝 Drupal 6.0-beta3

----------------------------------------
貼自 2007/11/30 YAHOO 的部落格

Debian Drupal(5.x) 中文化

這是 Drupal 5.x server 的中文化

Debian Drupal 中文化

----------------------------------------
貼自 2007/11/30 YAHOO 的部落格

在Debian下安裝Drupal

主站


環境

  • debian testing(lenny)
  • drupal - debian drupal5 5.3-1
  • apache - apache2.2-common 2.2.6-1
  • php5 - php5-common 5.2.3-1+lenny1


安裝 sudo aptitude install drupal5

database 設定檔 :

  • /etc/drupal/5/sites/default/dbconfig.php
  • /etc/dbconfig-common/drupal5.conf


網頁 - http://localhost/drupal5/


若是已有 mysql, 可能要手動加 Drupal的帳號, password, database,

先改 mysql 管理者 root 的 password,

# mysql -u root
mysql> SET PASSWORD FOR root@localhost=PASSWORD('new_password');
mysql> quit;


編輯 /etc/mysql/my.cnf, 移除以下這行前的 '#' 號, 因為default 在MySQL會開兩個database engines(MyISAM 及 InnoDB)

skip-innodb


重起動mysql

# /etc/init.d/mysql restart

用管理者 root 登入mysql,增加新用戶權限(必須是有權限的 mysql user)假設

  • 帳號是 drupal
    password 是 drupal_password
    database 是 drupal5db

$ mysql -u root -p
mysql> GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE
-> TEMPORARY TABLES, LOCK TABLES
-> ON drupal.*
-> TO 'drupal5db'@'localhost' IDENTIFIED BY 'drupal_password';
mysql> FLUSH PRIVILEGES;


檢查 - http://localhost/drupal5/install.php?profile=default


參考



----------------------------------------
貼自 2007/11/29 YAHOO 的部落格

Debian 的台灣 mirror site

這個 http://ftp.tw.debian.org/debian/ 老是有問題..
雖然是放在台大,還是無法保持穩定性,很早(一年前)就想換了.

今天還是改成了
deb http://debian.nctu.edu.tw/debian/ etch main contrib non-free
deb-src http://debian.nctu.edu.tw/debian/ etch main contrib non-free

不合心意的,該換的還是會換.

----------------------------------------
貼自 2007/11/25 YAHOO 的部落格

測試部落格

測試部落格

今天測試部落格, 有些不習慣,

還是用wiki久了...

很多東西要留心...