- GuestBook/2013 . . . . 32 matches
Content-Type: text/html; charset=iso-8859-1
서버 문자셋과 아무 상관 없습니다. 그리고 아파치 설정에 문제가 있는 것 같네요. 서버측에서 문자셋을 강제로 iso-8859-1로 지정하고 있네요. 모니위키는 이것과 전혀 상관 없이 $force_charset=1; 옵션을 써서 기본 문자셋을 강제로 지정할 수 있습니다. -- WkPark [[DateTime(2013-05-22T12:10:09)]]
1. [http://memorecycle.com/wiki/monisetup.php 모니위키 환경설정 페이지]를 보면, 여전히 charset=iso-8859-1 이라고 표시되지만, 웹페이지 소스에서는 charset=utf-8라고 멀쩡히 출력되고 있음을 알수 있다.
AddDefaultCharset ko_KR.UTF-8
$charset='utf-8'; # default character set. euc-kr etc.
#./monisetup.php
Content-Type: text/plain; charset=ko_KR.UTF-8
Content-Type: text/plain; charset=ko_KR.UTF-8
Content-Type: text/html; charset=iso-8859-1
Content-Type: text/html; charset=iso-8859-1
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
$charset='utf-8'; # default character set. euc-kr etc.
다른 호스팅 계정에서 monisetup.php를 통해 설치해본 결과 php_value가 Good으로 뜹니다.
Content-Type: text/html; charset=iso-8859-1
Content-Type: text/html; charset=iso-8859-1
이게 아니면 {{{$lang='ko_KR'\}}}로 되어야 합니다. {{{ko_KR.UTF-8\}}} 이라고 쓰면 안됩니다. (wiki.php의 set_locale() 함수를 참조하세요. 이 함수에서 로케일을 자동으로 판별합니다.)
{{{set_locale()\}}} 호출 이후에 $lang 값이 어떻게 설정되는지 디버깅해보시기 바랍니다. (wiki.php의 set_locale(); 호출 이후에 echo를 넣어보시면 되겠습니다)
set_locale() 호출 뒤에 init_locale()에서 실질적인 로케일 관련 초기화가 이루어집니다. (gettext 초기화) 그 함수를 추적해보셔야 할 것 같네요. -- WkPark [[DateTime(2013-05-15T08:04:04)]]
Content-Type: text/html; charset=iso-8859-1
$charset='UTF-8'; # default character set. euc-kr etc.
- HelpOnInstallation . . . . 19 matches
최초 모니위키 설정이 전혀 없는 상태에서 모니위키가 설치된 사이트를 접근하면 {{{http://foobar.com/moniwiki/monisetup.php}}}이 열리고 모니위키 설치 환경을 점검하게 된다.
(디렉토리의 퍼미션을 `777` 대신에 `2777`로 하여 /SetGid 권한을 주면 일반 유저 권한만으로도 모니위키를 관리하기가 좀 더 쉽게 된다.)
이러한 작업을 다음과 같이 `monisetup.sh` 쉘 스크립트를 사용하여 한방에 처리할 수도 있다.
=== `monisetup.sh`를 사용하는 경우 ===
호스팅 서버로 접속이 가능한 경우 (ssh 등등) `monisetup.sh` 쉘 스크립트를 사용하면 약간 더 쉽게 디렉토리 권한을 조정할 수 있다.
/!\ `monisetup.sh` 스크립트는 디렉토리 권한 조정 및 약간의 부가작업을 수행해줍니다.
`monisetup.sh`를 실행하여 디렉토리의 쓰기권한을 조정하는 경우 디렉토리 퍼미션을 `777`로 할 지 `2777`로 할 지 선택하는 것이 가능하다. (기본값은 `2777`)
sh monisetup.sh
/!\ 윈도우 환경에서는 곧바로 `monisetup.php`를 주소줄에서 열어볼 수 있습니다. (1.1.3 이전 버전의 모니위키에서는 `monisetup.bat`를 실행해야 합니다).
=== `monisetup.sh` 쉘 실행 환경이 안되는 경우 ===
`monisetup.sh` 쉘 스크립트를 실행할 수 있는 환경이 아닌 경우에는 다음과 같이 한다.
== MoniSetup ==
이제 주소줄에 {{{http://foobar.com/moniwiki}}} 주소를 열면 [[config.php]]가 설정되지 않은 상태에서는 자동으로 `monisetup.php`가 실행되게 되며 자동으로 [[config.php]] 초기 설정 파일을 생성하게 된다.
MoniSetup은 [[config.php]]파일이 없는 경우에 자동으로 실행되며, 수동으로 실행하고 싶은 경우에는 {{{http://foobar.com/moniwiki/monisetup.php}}}로 접속하면 된다. 여기서 {{{http://foobar.com}}}은 자신이 구축할 사이트의 도메인 혹은 {{{http://localhost/}}}이다. 윈도우상에서 MicroApache를 사용하는 경우에는 {{{http://localhost:8800}}} 등등이 될 수도 있다.
attachment:setup1.png (모니위키 1.2.0)의 경우
attachment:setup2.png (퍼미션이 맞지 않는 경우. 이 경우 디렉토리 퍼미션을 조정하는 윗단락 문서를 참고한다.)
attachment:setup3.png (퍼미션이 맞는 경우에 [[config.php]] 초기 설정파일이 자동으로 생성된다.
attachment:setup4.png
1. 처음 실행하면 {{{monisetup.php}}}가 자동으로 뜨며 자신의 환경에 맞는 [[config.php]] 초기 설정파일이 만들어진다.
1. 다시 `monisetup.php`를 열면 필요한 몇몇 디렉토리가 만들어진다. {{{data}}} 아래의 임시 디렉토리 및 {{{_cache}}} 디렉토리 등등이 자동 생성된다.
- 모니위키/배포계획/config . . . . 11 matches
# automatically detect your environment and set some default variables.
# 2011-01-03 02:22:05 by monisetup.php
$theme='azblue2Custom'; # set the theme
$iconset= 'moni2'; # moni, moni2, moni3
$charset='utf-8'; # default character set. euc-kr etc.
$vim_options='+"set encoding=UTF-8"'; # for UTF-8 wikis
$robots='googlebot|yahoo'; # set robots
$use_wikiwyg=0; # 1 for GUI button/ 2 to set as default behavior/ 3 to set always use GUI.
$use_backlinks=1; # set default fullsearch behavior as backlinks search
- HelpOnInstallation/SetGid . . . . 8 matches
== 왜 setgid를 쓰나 ? ==
이러한 것을 방지하기 위해서 [모니위키]가 특별한 파일을 생성하게 되는 몇몇 디렉토리에 대하여 그룹 아이디로 퍼미션을 가지게 할 수 있습니다. 이렇게 Setgid를 사용하도록 그룹 퍼미션을 주게되면 wiki.php에 의해 새롭게 만들어지는 모든 파일은 진짜 사용자의 그룹아이디와 같게 되며, 그룹 아이디가 가지는 퍼미션을 진짜 사용자도 누릴 수 있게되어 읽거나 고치거나 지울 수 있게 됩니다.
Setgid 퍼미션을 작동시키려면 간단히 "`chmod 2777 ''dir''` 명령을 내리면 되는데, 모니위키가 여러 파일들을 만들게되는 디렉토리에 대해 이 명령을 내려주면 됩니다. 모니위키를 최초 설치하는 과정에서 setgid를 사용하려면 우선 모니위키 최상위 디렉토리를 먼저 `chmod 2777`을 해 줍니다. 아마 wiki.php가 들어있는 디렉토리가 될것입니다.
그런 다음 monisetup.php를 웹상에서 실행시키면 monisetup.php는 필요한 여러 디렉토리를 만들게 되며 이 디렉토리들은 setgid에 적용을 받게 되고, 이렇게 최초 setgid 설정을 마친 후에는 최상위 디렉토리의 퍼미션을 원래의 퍼미션으로 되돌려야 합니다. (보통 `chmod 755`로)
/!\ 모니위키는 config.sh/monisetup.php 설치 스크립트를 통해 setgid를 최초 설치할 때 부터 지원하고 있습니다.
- MDR-1ABT . . . . 6 matches
[[html(<a data-flickr-embed="true" href="https://www.flickr.com/photos/126717737@N06/15588996184/in/photolist-ubmnqF-tvMyim-sj5pQC-qGqEb4-tvXPf4-ut1V6K-tvMCR9-uquKQY-usP8Rc-ubnjGT-BUud5X-BUfNs3-CNifk6-BUnUZB-CNienp-CkR5V1-CRLjZt-CThAsN-pKDL9t-t1Qb8b-qH5pU8-CMYmxZ-pKxFsh-CCqsbY-qpRDTA-t5EPY9-smD3tt-rpyu34-s4V3gR-s4N8R3-rpyuvi-rpn7xU-sj5pfE-smd1sy-rpn6fd-smnqrv-smjU5i-smjV28-sj5otE-rpysJn-s4M2eL-s4M3h7-rpytwz-s4N8K1-s4N8wq-s4V4Y8-tiw5V4-vtiT24-vZVL8H-tHvpP8" title="NW-ZX2-with-MDR-1ABT"><img src="https://c1.staticflickr.com/8/7577/15588996184_048e4b57c8_z.jpg" width="640" height="427" alt="NW-ZX2-with-MDR-1ABT"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>)]]
[[html(<a data-flickr-embed="true" href="https://www.flickr.com/photos/v8/17108226650/in/photolist-sj5pQC-rpyu34-s4V3gR-s4N8R3-rpyuvi-rpn7xU-sj5pfE-smd1sy-rpn6fd-smnqrv-smjU5i-smjV28-sj5otE-rpysJn-s4M2eL-s4M3h7-rpytwz-s4N8K1-s4N8wq-s4V4Y8" title="Sony mdr-1adac mdr-1abt nwz-a17"><img src="https://c3.staticflickr.com/9/8817/17108226650_e4bb88123b_z.jpg" width="640" height="427" alt="Sony mdr-1adac mdr-1abt nwz-a17"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>)]]
[[html(<a data-flickr-embed="true" href="https://www.flickr.com/photos/v8/17269831566/in/photolist-rpysJn-sj5pQC-rpyu34-s4V3gR-s4N8R3-rpyuvi-rpn7xU-sj5pfE-smd1sy-rpn6fd-smnqrv-smjU5i-smjV28-sj5otE-s4M2eL-s4M3h7-rpytwz-s4N8K1-s4N8wq-s4V4Y8" title="Sony mdr-1adac mdr-1abt nwz-a17"><img src="https://c7.staticflickr.com/8/7724/17269831566_61cd67554c.jpg" width="500" height="333" alt="Sony mdr-1adac mdr-1abt nwz-a17"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>)]]
- Ricoh GR . . . . 6 matches
http://asset3.cbsistatic.com/cnwk.1d/i/tim/2013/04/12/35662608_RICOH_GR_12_610x436.jpg?width=500
setting test
* [http://ledesmaphotography.wordpress.com/2013/07/18/lightroom-film-presets-from-really-nice-images-and-ricoh-gr/ Ricoh GR: Really Nice Images Lightroom Presets and the coveted Film Look] (유료)
* [http://ukagraphics.blogspot.kr/2013/03/download-graphic-27-professional.html Download Graphic 27 Professional Lightroom Presets (Lightroom Presets)] (유료)
- 모니위키/1.1.3 . . . . 6 matches
== monisetup.php 1.1.3 버그 ==
'''Q2.''' 모니위키를 서버에 올려놓고 (설치 주소)/monisetup.php로 접속하려하면 다음과 같은 에러메시지가 출력된다. [[BR]] {{| Fatal error: Call to undefined function: bindtextdomain() in /web/home/icehit3/html/moniwiki/monisetup.php on line 678
'''A2.''' moniwiki 1.1.3의 버그이다. 다음과 같이 monisetup.php의 일부분을 수정해야 한다.
function initlocale($lang,$charset) {
function initlocale($lang,$charset) {
- 모니위키/분양/신청 . . . . 6 matches
Mr.Round // 오래 기다리셨습니다. 현재 멕시코 출장 중이라 설치가 좀 많이 늦어졌습니다. config.php는 /monisetup.php로 접속하시면 수정할 수 있습니다. 아쉽게도 설정 추가 및 삭제는 저에게 따로 요청하셔야 합니다.
예기치 못한 서버 문제로 setting이 지연되고 있습니다. 현재 관리자에게 문의 중 입니다. 그동안 http://icehit3.ncity.net/w1 에서 위키 사용 연습을 해보세요. :) -- [파초] [[DateTime(2013-04-09T16:06:11)]]
신청하신 분들은 setting 완료까지 기다려 주세요~ -- [파초] [[DateTime(2013-04-09T14:47:11)]]
현재 야근 중이라, 퇴근하는 대로 신청하신 분들 모두 Setting해드릴게요~ 정보는 이메일로 전달드릴테니 지금은 편히 쉬고 계세요~ -- [파초] [[DateTime(2013-04-09T12:27:04)]]
장성철님 // setting 완료되었습니다. 자세한 내용은 이메일을 참고하세요 -- [파초] [[Date(2013-03-27T10:37:18)]]
자서님 // setting 완료되었습니다. 이메일을 참고하세요.
자서, maxiz님 // 확인이 늦었습니다. 오늘 밤 Setting 후, 이메일로 정보 연결드리겠습니다. -- [파초] [[DateTime(2013-03-25T00:14:17)]]
김근기님 // wiki setting 완료했습니다. 자세한 내용은 이메일을 참고하세요. -- [파초] [[DateTime(2013-03-05T15:58:30)]]
- 탐색기에서 명령창 열기 . . . . 5 matches
One of my favorite tools, one that I usually install right after finishing setting up any new system.
* Send To Toys Control Panel Applet allows you to manage the Send To system menu content, and configure Send To Toys settings.
* Send To "Clipboard (as name)" copies the name of the file or files to the clipboard. Hold down the CTRL key to change the settings for this extension.
* Send To "Command Prompt" opens a DOS console window, setting the current directory to the selected folder. If the selection was a file, the folder containing the file will be the active directory and the name of the file will be typed for you at the prompt. Hold down the CTRL key to change the active directory to a different folder
2. Set the default string to whatever text you want to appear in the right-click menu.
3. Create a new key within your newly created command prompt named "command," and set the default string to
- Chromebook . . . . 4 matches
1. Set the Boot Options (GBB Flags) (only for stock ChromeOS firmware)
1. Set the device's Hardware ID (only for stock ChromeOS firmware)
==== Kodi E-Z Setup Script ====
1. Set the Boot Options (only for dual-boot setups)
1. Update the Legacy BIOS (only for dual-boot setups)
1. Install/Update Custom coreboot firmware (only for '''standalone''' setups)
1. Create LibreELEC install media (only for '''standalone''' setups)
- GuestBook/2012 . . . . 4 matches
그래서 $charset='utf-8'; # default character set. euc-kr etc. 에서 eur-kr 로 변경하니, 글 내용에 한글이 표시 안되는 군요.어디를 수정해 줘야 하는 걸까요?
이메일로 보내신 파일을 봤는데....config.php에서 비번 설정한 게 통하던가요? 제가 알기로는 monisetup.php로 접속해서 비번 설정하면 암호화해서 config.php에 저장됩니다. -- [파초] [[DateTime(2012-06-24T07:35:56)]]
config.php에서 {{{$admin_passwd='xxxxxxxxxxxx';\}}} xxx부분 삭제하고 저장하세요. 그 다음 {{{http://....../wiki/monisetup.php\}}}에 접속해서 비번 다시 입력하세요. 그 비번으로 페이지 삭제하면 될겁니다.
- MoniWikiOptions . . . . 4 matches
`'''$iconset'''`
* 현재 MoniWiki가 존재하는 경로. 기본값은 `'/moniwiki'` (monisetup.php에 의해 자동 결정된다)
* "db3, db2, gdbm"등등. php가 지원하는 dba모듈의 유형을 지정한다. 기본값은 보통 db3이며, 처음 설치시 monisetup.php에 의해 자동으로 결정한다.
* (monisetup.php에 의해 자동 결정된다) apache2를 쓸 경우는 '?'를 쓰거나, `AcceptPathInfo on`를 쓰고 '/'로 지정한다.
- 모니위키/1.1.4 . . . . 4 matches
//else $iconset.='-';
else $iconset.='/';
// if (!file_exists($this->imgs_real_dir.'/'.$iconset.'home.png')) $ext = 'gif';
if (!file_exists($this->imgs_real_dir.'/'.$iconset.'home.png')) $ext = 'png';
- HelpOnConfiguration . . . . 3 matches
모니위키를 설정는데 필수적인 설정 및 기본적으로 확인해야 할 설정입니다. [[config.php]] 설정파일을 수동으로 고치거나 MoniSetup을 통해 고칠 수 있습니다.
=== [[$charset]] ===
/!\ monisetup.php은 config.php를 변경할 수 있으나, 간단한 변경만 지원하고 세세한 변경은 지원하지 않는다. 최근 1.1.3 버전부터는 여러줄의 config.php 설정을 읽고 수정할 수 있다. 단, monisetup.php를 사용할 경우 코멘트는 모두 제거가 되므로 주의해야 한다.
- MX660 . . . . 3 matches
[[Attachment(mx660_set.jpg,caption="MX660 set")]]
* 이어솜 : 기본 1 set를 제공한다. 펀치로 이어솜 중간에 구멍을 뚫어서 이어폰에 씌우면, 저음 향상 효과가 있다고 한다.
- 모니위키/배포계획/모니위키 인터웍스 에디션 . . . . 3 matches
* /monisetup.php 을 통해 만들어진 config.php에 config.custom.php에 있는 옵션을 적용해보면서 에러가 발생하지 않는지 확인이 필요.
1. 패치 순서 : 모니위키 설치 > applets, local, plugin, theme 폴더와 wiki.php, wikilib.php, wikismiley.php 파일 삭제 > MoniWiki_Custom_20110301.tar 압축 해제 > (서버 주소)/monisetup.php 에 접속해서 모니위키 설정하기 > config.custom.php 파일 내용을 참고해서, config.php 수정
1. 우분투에서 압축해제후 http://설치경로/moniwiki/monisetup.php 실행
- 스티븐 잡스 . . . . 3 matches
She felt very strongly that I should be adopted by college graduates, so everything was all set for me!
If you haven't found it yet, keep looking. Don't settle. As with all matters of the heart, you'll know when you find it.
So keep looking until you find it. Don't settle.
- 시계 . . . . 3 matches
* Timer - 1/1 sec. - 100 min. : The countdown timer emits a signal after a preset period of time has elapsed. The watch has a maximum timing capacity of 100 minutes and can be set in second-long cycles.
* Button tones on/off : The button tones for using the mode button can be turned off. This means that the watch no longer beeps when switching from one function to another. Preset alarm or countdown timers remain active when the button tones are deactivated.
- GuestBook/2014 . . . . 2 matches
1. /monisetup.php의 관리자 비밀 번호를 얘기하시는 건가요? 아니면 사용자 계정의 비밀번호? 전자라면 제가 초기화한 뒤에, 다시 등록하시면 됩니다. 후자라면 환경설정에서 가입하면서 자유롭게 설정하시면 됩니다.
비밀번호는 초기화했으니, /cinecine/monisetup.php 에 가서 재설정하세요. 그리고 테마 부분은 저도 여러가지 시도를 해봐야 합니다. -- 파초 [[DateTime(2014-06-25T05:58:06)]]
- HelpOnLists . . . . 2 matches
* Uppercase roman (with start offset 42)
* Uppercase roman (with start offset 42)
- Hostinger . . . . 2 matches
1. 화면에서 monisetup.php 클릭 > 하단의 Monisetup 클릭
- Moto G . . . . 2 matches
1. Reboot to recovery, do a factory reset
1. Reboot and go through the setup wizard steps, wifi should work, log into your wifi
- NameSpace~FindPage . . . . 2 matches
google.setOnLoadCallback(function() {
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
- Nexus 5 . . . . 2 matches
Hard Reset (Wipes/Resets Data/Profile & internal storage!) (think before you do it! no warning, no go back).
- OptimusQ2 . . . . 2 matches
* SetCPU : CPU 오버클럭 앱. 다운클럭해서 배터리를 절약할 수도 있다. 루팅 필수.
1. Setcpu를 이용한 다운클럭킹 (화면 off 상태에서는 400mHz 이하의 클럭에서 작동하도록 설정)
기존에 설치해놨던 app이나 설정이 날아가지 않는다. 루팅이 되어 있어야 하며, 커널 변경 후 버벅거림을 없애려면 Setcpu의 가버너를 smartassV2로 변경 후 'set on boot'를 체크해야 한다.
{{|전화 걸기 - 147789 - (서비스코드입력) 147789 - 서비스 메뉴 터치 - hdr 메뉴 선택 - hdr session reset 터치 - yes - 자동 재부팅|}}
- ZX100 . . . . 2 matches
[[html(<a data-flickr-embed="true" href="https://www.flickr.com/photos/125110295@N06/23755749686/in/photolist-e4Ypu7-eXSfKK-iqUvza-D4VEfG-f9bssa-nFLDRy-gxmrXQ-hnAMVF-e4SLB6-nptEPm-nFGmcH-dS2SzB-e4SLAk-npu1kp-yzttH7-ySSrkz-cEtxLh-yzzo5k-zmKeaG-yztwMy-yztwf1-ySStBD-D5dnMX-D5bGfc-Dt6grH-Dt6fVT-DTk5Vn-D4RnVA-CLGBuV-CnNWyr-DeEe3i-D7nEFV-DeEcjP-CMx6h3-ChgFxr-CF741p-CcdqK9-zu27kH-y2iA1J-xV4rvS-yPM3dW-yzuti5-r5KMAx-q4tNe9-nDWCzm-nFZbte-nptGSF-cEtxVA-bMviq4-aetC1Q" title="Joinhandmade Jelly Doux and Sony Walkman Zx100 #sony #walkmanzx100 #walkman #music #jellydoux #joinhandmade"><img src="https://c7.staticflickr.com/1/732/23755749686_30b748d2f0_z.jpg" width="640" height="359" alt="Joinhandmade Jelly Doux and Sony Walkman Zx100 #sony #walkmanzx100 #walkman #music #jellydoux #joinhandmade"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>)]]
- 모니위키/1.1.6 . . . . 2 matches
function set_trailer($trailer="",$pagename,$size=5) {
function set_trailer($trailer="",$pagename,$size=3) {
- 모니위키/분양/setting . . . . 2 matches
1. http://icehit3.ncity.net/w1/ 접속 → ./monisetup.php
1. ./monisetup.php 리로딩
- 위키와 블로그 통합하기 . . . . 2 matches
'''[[Date(2010-01-17T03:35:49)]]''' 현재 블로그와 위키를 하나의 호스팅 서비스에 설치하고, 블로그에는 위키 링크 플러그인도 삽입해 놓았다. 이제 테마만 수정하면 된다. 일단 마음에 드는 텍스트큐브 스킨을 선택한 다음, 모니위키 테마를 여기에 어울리게 뜯어고쳐야 하는데, 생각보다 쉽지 않다. 차라리 Frameset을 이용해서 사이트를 통합해 버릴까?
[http://www.cadvance.org/?leftmenu=doc/include/total_menu.asp&mainpage=doc/html/advanced/frameset.asp FRAMESET | FRAME Element]
- BlikiLink . . . . 1 match
[http://www.bass-blogger.de/wordpress-wikipedia-plugin/ Better-Wiki-Link]을 다운받아서 [Wordpress]에 설치한 다음, --better-wiki-link.php 에서 아래 부분을 찾아 수정한다.-- settings > better-Wiki-Link 항목에 들어가서 alternative Wiki에 자기가 원하는 위키의 주소를 적고 저장한다.
- CodeSyntaxHighlightPlugin . . . . 1 match
set(gcf,'Color',[1,1,1]);
- DC-G9 . . . . 1 match
* [https://www.lumixgexperience.panasonic.co.uk/learn/expert-advice/lumix-g9-menu-set-up/ G9 메뉴세팅] +내맘대로 내용 수정
1. MENU/SET > 촬영
1. MENU/SET > 설정
1. MENU/SET > 마이메뉴
- FFcomputing . . . . 1 match
=== Characterset 문제 ===
- GLUI User Inerface Library . . . . 1 match
* Panels for grouping sets of controls
- GoogleAndroid . . . . 1 match
A: 'Factory reset' or 'root explorer 등의 루트권한으로 시스템 폴더에 접근할 수 있는 app으로 data/data 들어가서, 문제가 되는 app folder 삭제'
- GuestBook/2015 . . . . 1 match
monisetup.php 파일이 아예 작동하질 않아요.
- GuestBook/2016 . . . . 1 match
그리고 monisetup.php 파일을 실행해보면
- HelpOnUpdating . . . . 1 match
가장 쉽게 설정하는 방법은, 기존의 `config.php` 파일을 다른 이름으로 바꾼 후에 (예를 들어 `config.php.my`) `monisetup.php`를 브라우저를 통해 열어서 `config.php`를 다시 만드는 것입니다. (이 때 `chmod 2777 . data` 명령으로 미리 퍼미션을 조정해 두어야 합니다)
- InterWikiIcons . . . . 1 match
You can set InterWikiIcon to InterMap entries by putting an icon file of name lowercased InterWiki entry name, e.g; meatball for MeatBall, under imgs directory.
- MATLAB . . . . 1 match
set(gcf,'Color',[1,1,1])
- MatlabDay1 . . . . 1 match
lcc 관련 setting이 필요
- Nexus 5X . . . . 1 match
* [http://www.knowyourmobile.com/mobile-phones/google-nexus-5x/23338/nexus-5x-review-specs-android-6-features-detailed/page/0/1 Nexus 5X Review: A Traditional Nexus Handset In Every Regard]
- PatternTemplate . . . . 1 match
The setting for the problem. This can include a description of the target user, e.g., developer, manager, customer.
- PebbleTime . . . . 1 match
* https://setpebble.com/
- PulseSmartpen . . . . 1 match
공개되어 있는 pen cast는 모두 잡음 없이 비교적 선명한 음질 수준이지만, 정작 내가 사용했을 때는 잡음이 생각 외로 심하다. 3D Recording Headset을 사용하면 어느정도 보정할 수 있다. 하지만 안그래도 두꺼워서 필기하기 어려운 펜에 헤드셋(목걸이+이어폰 형태)를 연결하면 무지 불편하다. 개선이 필요한 부분이다.
- PulseSmartpen/QnA . . . . 1 match
펜의 특성상 필기하는 소리가 녹음 될 수 있으며, 목소리가 울리는 '하울링 현상'은 전용 노트북 표지 뒷면에서 Advaced Audio 옵션을 잘 설정하면 완화시킬 수 있다. 또한 3D Recording Headset을 이용해서 녹음하면 잡음을 최소화할 수 있다.
- SILKYPICS . . . . 1 match
6. Settings > Default parameters setting...
- SuperMemo . . . . 1 match
새로운 카드나 새로운 데이터를 추가하려면 메인 화면 왼쪽의 + 아이콘을 탭하면 된다. 삭제하거나 rename, reset 하려면 원하는 데이터 베이스 아이콘을 탭하면 된다. 다른 데이터와 합쳐(merge)버릴라고? 그러면 합치려는 데이터 베이스의 이름으로 바꿔(rename)하면 된다.
- ViPER4Android . . . . 1 match
* 작동 확인 : 메뉴 > Driver setting을 선택
- WikiSlide . . . . 1 match
(!) In UserPreferences, you can set up the editor to open when you double click a page.
- WishList/end . . . . 1 match
옵티머스 G이어폰에 사용할 것. 생각보다 비싸다. 아마존에서 2 set 구입 완료.
[http://www.toysrus.com/product/index.jsp?productId=4407963&prodFindSrc=rv Sanrio 50th Anniversary 6 inch Hello Kitty Mini Plush Set] : $29.98
- test . . . . 1 match
Warning: preg_match() [function.preg-match]: Compilation failed: missing ) at offset 42 in /icehit3/www/w/plugin/Comment.php on line 342
- 마우스 . . . . 1 match
1. 마우스를 더 잘 활용하려면 [http://www.logitech.com/ko-kr/428/7759?softwareid=8541&osid=14§ion=downloads 로지텍 지원 페이지]에서 setpoint와 scroll app을 다운받아 설치하자.
- 모니위키/배포계획 . . . . 1 match
1. Characterset: EUC-KR에서 UTF-8로 이전할 경우 글자가 깨진다. 캐릭터셋 변환 프로그램으로 정리하자.
- 모니위키/분양 . . . . 1 match
== Setting ==
[[/setting]]
- 모니위키/설치부터 사용까지 . . . . 1 match
#keywords MoniWiki, Install, Guide, MoniWikiTip, Hosting, Wiki, SSH, FTP, UTF-8, Setup, Windows, PHP, MicroApache
1. "(할당받은 호스팅 서버 주소)"/monisetup.php 접속해서 모니위키 설정하기[* 가장 오류가 많이 나는 부분이다. 화면에 나타나는 경고 메시지를 잘 읽고, 거기에 맞는 대처를 하자.]
- 외장하드 . . . . 1 match
'''[[Date(2009-11-10T10:46:51)]]''' 실제로 받아본 시게이트 외장하드는 튼튼하고 믿음직한 모습이었다. 외장하드 및 전원 어댑터, 얇은 거치대, USB 연장선 등의 악세서리 마감처리도 깔끔했다. PC에 연결한 뒤 setup를 실행하면 제품 정식 등록 절차를 밟게 된다. 기본적으로 포함된 시게이트 매니져를 이용하면 백업 및 동기화, 데이터 암호화를 이용할 수 있게 된다. 다만 데이터 암호화는 파일은 보여주되, 열어볼 수만 없게 만들어 놓은 것이라 효용성은 조금 떨어져 보였다. 차라리 [Truecrypt]를 이용해서 파티션 하나를 통째로 암호화하는 것이 낫지 않을라나?[[footnote(다만 해당 파일 하나만 삭제하면 모든 게 삭제된다는 것은 치명적이다.)]] 일단 단일로 구성된 파티션은 ["EASEUS Partition Master"]를 이용해서 분리했다.
- 위키와 블로그 통합하기/임시 . . . . 1 match
그리고 moniwiki/monisetup.php 를 실행시켜보면 중간쯤에 $theme 라는 폼이 나옵니다.
- 잡담/2014 . . . . 1 match
[http://www.slrclub.com/bbs/vx2.php?id=cf_grist&divpage=3&sc=on&keyword=gw&setsearch=content&no=12166&category=4 Ricoh GR의 RAW용 표준색 Profile] -- [파초] [[DateTime(2014-09-19T08:07:03)]]
- 잡담/2020 . . . . 1 match
[[라즈베리 파이]] Full set가 도착했다. 해외 쇼핑몰에서 구입한지 3주만에 도착했다. 거창한 박스를 뜯어보니 맨 위에는 왠 [[카메라]]가 얹혀있다. Google:"마이크로 포서드" 포맷을 사용하는 미러리스 카메라이다. 렌즈는 없다. 카메라 바닥면에 붙어있는 스티커에 "Made In Vietnamm"이라고 인쇄되어 있다. 제조사 이름도 생소하다. 그래도 반가웠다. 내가 주력으로 사용하는 포맷이라, 방 한켠에 보관하고 있는 렌즈를 마운트해볼 수 있으리라. 찬물을 끼얹은 듯 확 꺼져버린, 사진에 대한 열정도 되살릴 수 있으리라. 그런데 렌즈를 카메라에 연결할 수가 없다. 렌즈가 너무 작다. 어떻게든 맞춰보려는 내 노력도 무심하게 연달아 실패한다. 그저 미러리스의 이미지 센서만 파르르 떨리고 있다.
- 캘리브레이션 . . . . 1 match
* Dell Ultrasharp U2913WM: RGB 색 재현율 99%의 LED IPS Display. 사용자가 직접 색을 조정하려면 OSD Color Settings > Preset Modes > Custom color 혹은 Color Temperature를 선택하면 된다.
- 파초/INTP . . . . 1 match
http://setiathome2.ssl.berkeley.edu/fcgi-bin/fcgi?cmd=team_lookup&name=INTP INTP SETI Group -_-;;;;
Found 62 matching pages out of 805 total pages
You can also click here to search title.