tinyding 發表於 14-8-14 12:05

超級美少女 發表於 14-8-14 11:42 static/image/common/back.gif
我那個 Linode 是英文 Centos.

怎樣裝中文?我要讓他出去 Curl 時,讓對方Server 辨識為中文系統。


試試 "Centos 安裝中文語言包安裝" ... 我沒測試過.

tinyding 發表於 14-8-16 23:57

超級美少女 發表於 14-8-14 10:54 static/image/common/back.gif
现在直接接网路。帮我试一下

219.71.101.235 port:1080


底下是以 SSH Server 跟 SSH Client 搭配來做 ...

Windows 平台 :
安裝 Cygwin 軟體,並且將 Openssh Server 套件選起來安裝 ... :



查看 cygwin 下有哪些 Server? :
$ cygrunsrv.exe -L
sshd

啟動 SSH Server :
$ cygrunsrv.exe --start sshd

以 SSH Client 建立開啟一個 Port: 1080 :
$ ssh -D 1080 -g 127.0.0.1

在 Firefox 中設定 Proxy 以 Socks5 方式來連接 :



==========
Linux 平台 :
安裝 openssh-server 軟體 ...
啟動 SSH Server ...
以 SSH Client 建立開啟一個 Port: 1080 :
root@linode-001:~# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether f2:3c:91:73:22:ba brd ff:ff:ff:ff:ff:ff
    inet 106.187.88.29/24 brd 106.187.88.255 scope global eth0
    inet6 2400:8900::f03c:91ff:fe73:22ba/64 scope global dynamic
       valid_lft 2591975sec preferred_lft 604775sec
    inet6 fe80::f03c:91ff:fe73:22ba/64 scope link
       valid_lft forever preferred_lft forever

root@linode-001:~# ssh -D 1080 -g tester-001@106.187.88.29
tester-001@106.187.88.29's password:
Linux linode-001 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u1 x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sat Aug 16 15:25:05 2014 from li408-29.members.linode.com


在 Firefox 中設定 Proxy 以 Socks5 方式來連接 :




==========
參考:
Linux 透過 SSH SOCKS 連線 來 使用 Firefox / Pidgin(MSN, GTalk..)
How to Run Your Own SOCKS Proxy Server

tinyding 發表於 14-8-24 03:26

薛豹 發表於 14-6-6 21:23 static/image/common/back.gif
可以在上面安裝Windows XP 或 Server 2003 嗎?
現在的交易 API 應該都是只有支援 Windows 系統
...

據我目前的了解, Linode VPS 是屬於 Xen Para-Virtualization 架構,待將來 Linode 有支援 Xen Hardware-assisted Virtualization(或稱 Xen Hardware Virtual Machine(即 Xen HVM)).或是有支援 Kernel-based Virtual Machine(即 KVM)時,應該就可以來安裝 Windows 平台的作業系統了. ^_^

參考:
主機虛擬化技術-Xen
Kernel-based Virtual Machine

tinyding 發表於 14-8-27 18:42

今天下午 17:29,又再度收到 Linode "physical hardware" 的來信 ... 所幸! 十幾分鐘後,狀況又解除了. ^_^
Hello,

Our administrators have detected an issue affecting the physical hardware your Linode resides on. We're working to resolve the issue as quickly as possible and will update this ticket as soon as we have more information.

Your patience and understanding is greatly appreciated.

Best Regards,

Dave Russell Jr

Hello,

We have resolved the issue at this time, and your Linode will return to its last state shortly (running or powered off). There is no need to issue boot jobs for your Linode at this time.

Thank you for your patience and understanding. Please feel free to update this ticket in the event that you have any additional questions or concerns about this matter.

Best Regards,

Dave Russell Jr

tinyding 發表於 14-8-29 10:32

RE: 2014-8-28 鴻海除權息 + 摩台結算 [修改]
超級美少女 發表於 14-8-29 09:10 http://www.coco-in.net/static/image/common/back.gif
暈~ Linode 只有 Centos 6
DigitalOcean 有 CentOS 7 64位元版可以安裝,不過,我是因為要測試 32 位元版的,只有 CentOS 6 可以安裝 ...

我在 Debian 系統中,可以下載 Opencc 原始碼回來,且自行編譯成功,但在 CentOS 6 中,我得先解決 cmake 版本如何由 2.6 版本升至 2.8 版本的問題 ... {:4_155:}

tinyding 發表於 14-8-29 13:09

本帖最後由 tinyding 於 14-8-29 13:15 編輯

tinyding 發表於 14-8-29 10:32 static/image/common/back.gif
DigitalOcean 有 CentOS 7 64位元版可以安裝,不過,我是因為要測試 32 位元版的,只有 CentOS 6 可以安裝 .. ...
O.K. 在 CentOS 7 當中,安裝 cmake、git、gcc-c++ 之後,下載 Opencc 原始碼回來,可以自行編譯成功了. ^_^
# ls -la src/opencc
-rwxr-xr-x 1 root root 231645 Aug 29 05:04 src/opencc
# pwd
/tmp/OpenCC/build
# ./src/opencc --version

Open Chinese Convert (OpenCC) Command Line Tool
Version: 1.0.0


tinyding 發表於 14-8-29 16:20

tinyding 發表於 14-8-29 13:09 static/image/common/back.gif
O.K. 在 CentOS 7 當中,安裝 cmake、git、gcc-c++ 之後,下載 Opencc 原始碼回來,可以自行編譯成功了. ^_^
...

O.K. 也完成了 CentOS 6.5 當中的 Opencc 自行編譯了. ^_^
我是下載 https://opencc.googlecode.com/files/opencc-0.4.3.tar.gz 先前下載太新的版本,好像在 CentOS 6.5 當中 compiler 會有一些問題產生 ... 因此,只使用了 0.4.3 版本.
# ls -la src/tools/opencc
-rwxr-xr-x 1 root root 13424 Aug 29 03:52 src/tools/opencc
# ./src/tools/opencc --version

Open Chinese Convert (OpenCC) Command Line Tool
Version 0.4.3

Author: BYVoid <byvoid@byvoid.com>
Bug Report: http://github.com/BYVoid/OpenCC/issues

# pwd
/tmp/opencc-0.4.3/build

cmake 2.6 版本提升至 2.8 版本,則是參照 How to Enable EPEL Repository for RHEL/CentOS 7.x/6.x/5.x 網頁中所敘述地來做 ... 至於最先怎麼曉得 CentOS 各版本當中的某個套件(例如: cmake)是多少版本的資訊,則是透過 Search Results for cmake 網頁來查知的.

tinyding 發表於 14-8-31 00:34

RE: 2014-8-29 MSCI 權重調整 [修改]

tinyding 發表於 14-8-29 12:42 http://www.coco-in.net/static/image/common/back.gif
至少目前看起來沒有問題的樣子,只要 opencc 能夠執行的起來的話. ^_^
下午看到一篇 "簡繁轉換 - Linux Wiki",提及 cconv ... 才發覺那天所測試字的內碼是 "UTF8-CN",而轉換後的字內碼為 "UTF8-TW" ... 因此,使用 cconv 再重做一次,如下:root@linode-001:/tmp# cconv -f UTF8-CN -t UTF8-TW test-UTF8-CN_UTF8-TW-100M.txt -o TT-100M.txt
root@linode-001:/tmp# tail test-UTF8-CN_UTF8-TW-100M.txt
意莱尔负离子卫生巾抑菌透气组合\\', NULL, NULL, \\'意莱尔居家日用旗舰店
意莱尔负离子卫生巾抑菌透气组合\\', NULL, NULL, \\'意莱尔居家日用旗舰店
意莱尔负离子卫生巾抑菌透气组合\\', NULL, NULL, \\'意莱尔居家日用旗舰店
意莱尔负离子卫生巾抑菌透气组合\\', NULL, NULL, \\'意莱尔居家日用旗舰店
意莱尔负离子卫生巾抑菌透气组合\\', NULL, NULL, \\'意莱尔居家日用旗舰店
意莱尔负离子卫生巾抑菌透气组合\\', NULL, NULL, \\'意莱尔居家日用旗舰店
意莱尔负离子卫生巾抑菌透气组合\\', NULL, NULL, \\'意莱尔居家日用旗舰店
意莱尔负离子卫生巾抑菌透气组合\\', NULL, NULL, \\'意莱尔居家日用旗舰店
意莱尔负离子卫生巾抑菌透气组合\\', NULL, NULL, \\'意莱尔居家日用旗舰店
意莱尔负离子卫生巾抑菌透气组合\\', NULL, NULL, \\'意莱尔居家日用旗舰店
root@linode-001:/tmp# tail TT-100M.txt
意萊爾負離子衛生巾抑菌透氣組合\\', NULL, NULL, \\'意萊爾居家日用旗艦店
意萊爾負離子衛生巾抑菌透氣組合\\', NULL, NULL, \\'意萊爾居家日用旗艦店
意萊爾負離子衛生巾抑菌透氣組合\\', NULL, NULL, \\'意萊爾居家日用旗艦店
意萊爾負離子衛生巾抑菌透氣組合\\', NULL, NULL, \\'意萊爾居家日用旗艦店
意萊爾負離子衛生巾抑菌透氣組合\\', NULL, NULL, \\'意萊爾居家日用旗艦店
意萊爾負離子衛生巾抑菌透氣組合\\', NULL, NULL, \\'意萊爾居家日用旗艦店
意萊爾負離子衛生巾抑菌透氣組合\\', NULL, NULL, \\'意萊爾居家日用旗艦店
意萊爾負離子衛生巾抑菌透氣組合\\', NULL, NULL, \\'意萊爾居家日用旗艦店
意萊爾負離子衛生巾抑菌透氣組合\\', NULL, NULL, \\'意萊爾居家日用旗艦店
意萊爾負離子衛生巾抑菌透氣組合\\', NULL, NULL, \\'意萊爾居家日用旗艦店
root@linode-001:/tmp# ls -la test-UTF8-CN_UTF8-TW-100M.txt TT-100M.txt
-rw-r--r-- 1 root root 201326592 Aug 29 04:33 test-UTF8-CN_UTF8-TW-100M.txt
-rw-r--r-- 1 root root 201326592 Aug 30 16:30 TT-100M.txt


超級美少女 發表於 14-8-31 14:07

tinyding 發表於 14-8-29 16:20 static/image/common/back.gif
O.K. 也完成了 CentOS 6.5 當中的 Opencc 自行編譯了. ^_^
我是下載 https://opencc.googlecode.com/file ...


所以這個要 cmake update 2.8

然後編譯 opencc? How? 我的是 centos 6.5 64bit

tinyding 發表於 14-8-31 17:40

超級美少女 發表於 14-8-31 14:07 static/image/common/back.gif
所以這個要 cmake update 2.8

然後編譯 opencc? How? 我的是 centos 6.5 64bit

我是照 How to Enable EPEL Repository for RHEL/CentOS 7.x/6.x/5.x 網頁中所述,安裝了 EPEL 當中的 cmake 2.8 版之後,再下載 https://opencc.googlecode.com/files/opencc-0.4.3.tar.gz 回來自行編譯 ... 所需的套件可能還有 "gcc-c++" 與 "gettext".
## RHEL/CentOS 6 64-Bit ##
# wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
# rpm -ivh epel-release-6-8.noarch.rpm
# yum --enablerepo=epel info cmake
# yum --enablerepo=epel install cmake
查看 cmake 的版本 ...
# cmake --version
# cmake28 --version
將 opencc-0.4.3.tar.gz 解壓縮並進入目錄
mkdir build
cd build
cmake28 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -D ENABLE_GETTEXT:BOOL=ON ..
make

如果編譯順利的話,再查查 src 目錄下,應該可以找到 opencc 可執行檔. ^_^


超級美少女 發表於 14-8-31 22:13

tinyding 發表於 14-8-31 17:40 static/image/common/back.gif
我是照 How to Enable EPEL Repository for RHEL/CentOS 7.x/6.x/5.x 網頁中所述,安裝了 EPEL 當中的 cma ...

感謝~ 已經安裝好 cmake~ {:4_127:}
# cmake --version
cmake version 2.8.11



超級美少女 發表於 14-9-1 11:27

tinyding 發表於 14-8-31 17:40 static/image/common/back.gif
我是照 How to Enable EPEL Repository for RHEL/CentOS 7.x/6.x/5.x 網頁中所述,安裝了 EPEL 當中的 cma ...
錯誤~~~~~~{:4_142:}
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -D ENABLE_GETTEXT:BOOL=ON ..CMake Error at /usr/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):Could NOT find Gettext (missing: GETTEXT_MSGMERGE_EXECUTABLEGETTEXT_MSGFMT_EXECUTABLE)Call Stack (most recent call first):/usr/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)/usr/local/share/cmake-2.8/Modules/FindGettext.cmake:58 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)CMakeLists.txt:54 (find_package)

-- Configuring incomplete, errors occurred!


tinyding 發表於 14-9-1 11:32

超級美少女 發表於 14-9-1 11:27 static/image/common/back.gif
錯誤~~~~~~

試試底下的命令,看看是否有 "gettext" 套件需要安裝? ...
yum search gettext


超級美少女 發表於 14-9-1 11:35

本帖最後由 超級美少女 於 14-9-1 11:40 編輯

tinyding 發表於 14-9-1 11:32 static/image/common/back.gif
試試底下的命令,看看是否有 "gettext" 套件需要安裝? ...
yum search gettext
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
epel/metalink                                                                                                                                                                           | 5.5 kB   00:00
* base: mirrors.linode.com
* epel: ftp.riken.jp
* extras: mirrors.linode.com
* updates: mirrors.linode.com
base                                                                                                                                                                                    | 3.7 kB   00:00
extras                                                                                                                                                                                  | 3.4 kB   00:00
updates                                                                                                                                                                                 | 3.4 kB   00:00
epel/pkgtags                                                                                                                                                                            | 926 kB   00:00
============================================================================================ N/S Matched: gettext =============================================================================================
perl-gettext.x86_64 : Interface to gettext family of functions
gettext-devel.i686 : Development files for gettext
gettext-devel.x86_64 : Development files for gettext
gettext-libs.i686 : Libraries for gettext
gettext-libs.x86_64 : Libraries for gettext
mingw32-gettext-static.noarch : Static version of the MinGW Windows Gettext library
ocaml-gettext-devel.x86_64 : Development files for ocaml-gettext
perl-Locale-Maketext-Gettext.noarch : Joins the gettext and Maketext frameworks
perl-libintl.x86_64 : Internationalization library for Perl, compatible with gettext
python-polib.noarch : A library to parse and manage gettext catalogs
rubygem-gettext-doc.noarch : Documentation for rubygem-gettext
erlang-gettext.x86_64 : Erlang internationalization library
gettext.i686 : GNU libraries and utilities for producing multi-lingual messages
gettext.x86_64 : GNU libraries and utilities for producing multi-lingual messages
mingw32-gettext.noarch : GNU libraries and utilities for producing multi-lingual messages
ocaml-gettext.x86_64 : OCaml library for i18n
perl-Locale-PO.noarch : Perl module for manipulating .po entries from GNU gettext
ruby-gettext-package.noarch : Localization Library and Tools for Ruby
rubygem-gettext.noarch : RubyGem of Localization Library and Tools for Ruby


Name and summary matches only, use "search all" for everything.







--------------
怎辦??{:8_561:}


tinyding 發表於 14-9-1 11:41

超級美少女 發表於 14-9-1 11:35 static/image/common/back.gif
yum search gettext
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile


先試試安裝底下兩者("gettext.i686" 以及 "gettext.x86_64") :
gettext.i686 : GNU libraries and utilities for producing multi-lingual messages
gettext.x86_64 : GNU libraries and utilities for producing multi-lingual messages


頁: 1 2 3 [4] 5 6 7
查看完整版本: Linode 初體驗