3.2.3의 버그가 왕창 수정되었다고 하는데 실질적인 변경점은 모르겠다
(그래봤자 여전히 한글 디렉토리 / 파일 명은 깨지는구만 -_-)

[링크 : http://www.ajaxplorer.info/wordpress/releases/ajaxplorer-3-2-4/]


업그레이드는 아래와 같이
server/users/
server/logs/
server/conf/repo.ser
server/conf/conf.php
2개의 디렉토리와 2개의 파일을 복사해주면 해결이 된다.

What are the standard upgrade instructions?

In standard installation (no specific customization except configuration), your specific configuration data can be found in server/conf/ and server/users. On this base, the upgrade should be quite straightforward :

- Download and install AjaXplorer inside a new folder
Copy the whole content of the old server/users/ folder inside the new server/users/
Do the same with the old server/logs/ folder content
- If you had not made any changes to server/conf/conf.php, this step is not necessary. Otherwise, open the old and new server/conf/conf.php and compare them. Copy your changes to the new file.
- Copy the file server/conf/repo.ser inside the new server/conf/ folder.
- If the files accessed by your repositories where inside the ajaxplorer installation (which is not recommended), you have to copy them to the new location, and you’ll have to re-check the PATH parameter of your repositories. [A tip : working on a remote server, if you don't have an ssh access, use AjaXplorer to make this move, as it can be quite long if you have to use ftp...]
- Access your new install. You may see the diagnostic page, as the the diagnostic results are generated at install. Go forward and you should be able to login with the previous users rights and repositories.
If you had specific plugins that need external downloads, do not forget to update them (CKEditor distribution, OpenLayer distribution).
 
[링크 : http://www.ajaxplorer.info/wordpress/documentation-3/chapter-faq/]

Posted by 구차니
회사에서 사용중인 웹 메일 호스팅 가격을 연장하려고 가격을 뽑아보니 대략 좌절 -_-
그런 이유로 공개되어 있는 웹 메일이 생각이 나서 fckeditor를 지원안하나? 검색을 해보니
당연히(!) plugin 형태로 지원을 하고 있다.

[링크 : http://squirrelmail.org/plugin_view.php?id=209]
[링크 : http://squirrelmail.org]

'프로그램 사용 > ckeditor(웹에디터)' 카테고리의 다른 글

ckeditor full과 standard 그리고 옵션 설정  (0) 2019.04.03
ckeditor 모드별 모양  (0) 2019.03.08
ckeditor file upload with node.js  (0) 2019.03.07
ckeditor / fckeditor?  (0) 2014.07.16
ckeditor 사용하기  (0) 2013.02.22
Posted by 구차니
프로그램 사용/wiki2011. 6. 14. 22:41
위키 엔진은 어떻게 업그레이드 해야하나 ? 고민을 하다가 검색을 해보니
(db 덤프하고 사진들 다 백업하고 쇼해야 하나 -ㅁ-!)

Command line
From the command line, or an SSH shell or similar, change to the maintenance directory and execute the update script:
$ php update.php

[링크 : http://www.mediawiki.org/wiki/Manual:Upgrading]
[링크 : http://www.mediawiki.org/wiki/Manual:Update.php] 

매우매우 단순한 방법으로 update.php 를 제공한다!
Posted by 구차니
프로그램 사용/wiki2011. 6. 7. 11:36
예전에 설치한 AccountConfirm 모듈을 사용하려는데 다음과 같은 에러가 발생을 했다.

Detected bug in an extension! Hook efCheckIfAccountNameIsPending failed to return a value; should return true to continue hook processing or false to abort.

Backtrace:

#0 /var/www/mediawiki-1.15.5/includes/specials/SpecialUserlogin.php(333): wfRunHooks('AbortNewAccount', Array)
#1 /var/www/mediawiki-1.15.5/includes/specials/SpecialUserlogin.php(164): LoginForm->addNewAccountInternal()
#2 /var/www/mediawiki-1.15.5/includes/specials/SpecialUserlogin.php(106): LoginForm->addNewAccount()
#3 /var/www/mediawiki-1.15.5/includes/specials/SpecialUserlogin.php(17): LoginForm->execute()
#4 [internal function]: wfSpecialUserlogin(NULL, Object(SpecialPage))
#5 /var/www/mediawiki-1.15.5/includes/SpecialPage.php(771): call_user_func('wfSpecialUserlo...', NULL, Object(SpecialPage))
#6 /var/www/mediawiki-1.15.5/includes/SpecialPage.php(559): SpecialPage->execute(NULL)
#7 /var/www/mediawiki-1.15.5/includes/Wiki.php(229): SpecialPage::executePath(Object(Title))
#8 /var/www/mediawiki-1.15.5/includes/Wiki.php(59): MediaWiki->initializeSpecialCases(Object(Title), Object(OutputPage), Object(WebRequest))
#9 /var/www/mediawiki-1.15.5/index.php(116): MediaWiki->initialize(Object(Title), NULL, Object(OutputPage), Object(User), Object(WebRequest))
#10 {main}


검색을 해보니 ConfirmEdit 이라는 확장기능이 설치가 되지 않아서 생기는 일로 생각이 된다.
[링크 : http://www.mediawiki.org/...ConfirmAccount#.22efCheckIfAccountNameIsPending_failed_to_return_a_value]
[링크 : http://www.mediawiki.org/wiki/Extension:ConfirmEdit


ConfirmEdit을 설치하니 에러는 좀 달라진다 -_-
Detected bug in an extension! Hook efCheckIfAccountNameIsPending failed to return a value; should return true to continue hook processing or false to abort.

Backtrace:

#0 /var/www/mediawiki-1.15.5/extensions/ConfirmAccount/RequestAccount_body.php(239): wfRunHooks('AbortNewAccount', Array)
#1 /var/www/mediawiki-1.15.5/extensions/ConfirmAccount/RequestAccount_body.php(74): RequestAccountPage->doSubmit()
#2 /var/www/mediawiki-1.15.5/includes/SpecialPage.php(559): RequestAccountPage->execute(NULL)
#3 /var/www/mediawiki-1.15.5/includes/Wiki.php(229): SpecialPage::executePath(Object(Title))
#4 /var/www/mediawiki-1.15.5/includes/Wiki.php(59): MediaWiki->initializeSpecialCases(Object(Title), Object(OutputPage), Object(WebRequest))
#5 /var/www/mediawiki-1.15.5/index.php(116): MediaWiki->initialize(Object(Title), NULL, Object(OutputPage), Object(User), Object(WebRequest))

#6 {main} 
 

'프로그램 사용 > wiki' 카테고리의 다른 글

mediawiki 이전하기  (0) 2011.12.18
upgrade mediawiki  (0) 2011.06.14
mediawiki extension - ConfirmAccount  (0) 2011.05.21
mediawiki + fckeditor 작동이 안될경우  (0) 2011.01.04
mediawiki PDF 파일 올리기  (0) 2010.12.23
Posted by 구차니
프로그램 사용/VLC2011. 5. 30. 11:21
VLC 요녀석은 요상하게(!) open capture나 윈도우 자체 캡쳐 기능으로는 화면이 잡히지 않는다.
내 눈에는 분명히 보이는데 캡쳐만 하면 안보인단 말이지 -_-


아무튼, 이녀석을 간단하게 해결하려면 성능 저하를 감수하고
비디오 설정의 출력을 "Windows GDI 영상 출력"으로 해주면 된다. 

 
자~~~알 나온다!

 
Posted by 구차니
스펙트럼 분석을 하면 글씨가 나오는 신기한 파일이 있다는데
[링크 : http://zoc.kr/1036]

audacity로 해보니 머리가 잘린다 -_-
 음.. 고주파에서 잘리는듯...


메뉴를 찾아보니



 PreferenceSpectrogramsMaximum Frequency를 기본값인 8000에서 올려주면 된다.

 
그러면 안잘리고 잘나온다!

 

음.. 근데 이러라고 만든 프로그램이 아닐텐데 -ㅁ-! 

'프로그램 사용 > audacity' 카테고리의 다른 글

audacity로 묵음 삽입하기  (0) 2014.12.19
audacity로 샘플링 레이트 변경하기  (0) 2014.12.18
audacity 구간반복하기  (2) 2010.08.12
audacity 사용방법  (6) 2010.07.12
open source audio recorder  (2) 2010.04.14
Posted by 구차니
프로그램 사용/wiki2011. 5. 21. 16:30
현재 사용하는 위키 버전은 좀 구형인데 1.15.x 대 이다.
아무튼 해당 확장기능을 다운로드 받으려면 mediawiki의 버전이 필요한데
1.15.x 대용 ConfirmAccount 확장기능의 소스에 문제가 있는지 db를 찾지 못하는 문제가 발생한다.

웹 페이지에 접속을 하면 아래와 같은 에러가 발생을 하는데
1146: Table 'wikidb.mw_account_requests' doesn't exist (localhost) 

디비를 확인해보면
$ mysql -uroot -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 8288
Server version: 5.1.41-3ubuntu12.10 (Ubuntu)

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| bugtracker         |
| intranet           |
| mysql              |
| phpmyadmin         |
| vtigercrm520       |
| wikidb             |
+--------------------+
7 rows in set (0.00 sec)

mysql> use wikidb;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> show tables;
+----------------------+
| Tables_in_wikidb     |
+----------------------+
| account_credentials  |
| account_requests     |
| mw_archive           |
| mw_category          |
| mw_categorylinks     |
| mw_change_tag        |
| mw_externallinks     |
| mw_filearchive       |
| mw_hitcounter        |
| mw_image             |
| mw_imagelinks        |
| mw_interwiki         |
| mw_ipblocks          |
| mw_job               |
| mw_langlinks         |
| mw_logging           |
| mw_math              |
| mw_objectcache       |
| mw_oldimage          |
| mw_page              |
| mw_page_props        |
| mw_page_restrictions |
| mw_pagelinks         |
| mw_protected_titles  |
| mw_querycache        |
| mw_querycache_info   |
| mw_querycachetwo     |
| mw_recentchanges     |
| mw_redirect          |
| mw_revision          |
| mw_searchindex       |
| mw_site_stats        |
| mw_tag_summary       |
| mw_templatelinks     |
| mw_text              |
| mw_trackbacks        |
| mw_transcache        |
| mw_updatelog         |
| mw_user              |
| mw_user_groups       |
| mw_user_newtalk      |
| mw_valid_tag         |
| mw_watchlist         |
+----------------------+
43 rows in set (0.00 sec)

mysql> rename table account_requests to mw_account_requests;
Query OK, 0 rows affected (0.01 sec)

mysql> rename table account_credentials to mw_account_credentials;
Query OK, 0 rows affected (0.00 sec)

mysql> exit;
Bye 
mw_ 접두가 붙지 않고 그냥 테이블이 생성되어 있다.


아무튼 해당 추가기능은 다음과 같이 추가하고 손을 봐주면 된다.
$ sudo wget http://upload.wikimedia.org/ext-dist/ConfirmAccount-MW1.15-r86790.tar.gz
$sudo tar -xzf ConfirmAccount-MW1.15-r86790.tar.gz -C /var/www/mediawiki/extensions
$cd /var/www/mediawiki
$vi LocalSettings.php
require_once("$IP/extensions/ConfirmAccount/SpecialConfirmAccount.php");
$ mysql -h DB_HOST  -u WIKIUSER -p  WIKIDB  <  ConfirmAccount.sql
$ mysql -h localhost -uroot -p
mysql> use wikidb;
mysql> rename table account_requests to mw_account_requests;
mysql> rename table account_credentials to mw_account_credentials;

추가가 완료되면 다음과 같은 페이지가 특수 페이지 목록에 추가됨




[링크 : http://www.mediawiki.org/wiki/Extension:ConfirmAccount]
    [링크 : http://www.mediawiki.org/wiki/Extension_talk:ConfirmAccount]
Posted by 구차니
Posted by 구차니
프로그램 사용/saned2011. 5. 11. 17:33

'프로그램 사용 > saned' 카테고리의 다른 글

saned 서버 설정하기  (0) 2011.05.07
부팅시에 saned 구동하도록 설정하기  (0) 2011.03.17
sanetwain + windows 사용하기  (0) 2011.03.16
scx4623 sane  (0) 2011.03.15
SANE, TWAIN, REMOTESCAN  (0) 2011.03.04
Posted by 구차니
프로그램 사용/CUPS2011. 5. 11. 17:06
/etc/samba/smb.conf 에서
use client driver = yes  
가 설정되어 있는지 확인하라고 한다. 

[링크 : http://www.linuxquestions.org/.../samba-client-access-denied-unable-to-connect-122851/

추가적으로 CUPS를 사용하고 있는데, 되는넘과 안되는 넘은 아래의 차이가 있었다.
# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
   load printers = yes

[printers]
        comment = All Printers
        browseable = no
        path = /var/spool/samba
        printable = yes
;       guest ok = no
;       read only = yes
        create mask = 0700
        use client driver = Yes
        printing = cups
        printcap = cups 


아무튼 해결된 듯 -_-
Posted by 구차니