2014年10月27日 星期一

大搬家…

 
今天把FB關閉了....
但現在的FB備份,無法備份網誌,
再加上之前 WordPress blog我的舊網誌~
索性就來個大搬家~
全部都搬進來Blogger統一管理!!
以後三不五十就可以在這裏寫些東西了~

Asterisk 1.7.1 Setting Login



進入root prompt

 1) 輸入 system-config-network,更改network設定, /etc/init.d/network restart

 2) 輸入yum -y update

 3) reboot

4) edit /etc/asterisk/http.conf as follows:
enabled = yes (remove semicolon)
enablestatic = yes (remove semicolon)
bindaddr = 0.0.0.0 (change from 127.0.0.1 to 0.0.0.0 to allow all IP)
prefix = asterisk (you have to put this for Asterisk 1.6)

5) edit /etc/asterisk/manager.conf as follows:

eanbled = yes
webenabled = yes

#add the following lines
[admin]
secret = test
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config

 GUI Login name = admin, password(asterisk 叫 secret) = 1234

 6) execute /etc/init.d/asterisk restart

 7) Using an brower with the URL = http://<your_asterisk_server_IP_address>:8088/asterisk/static/config/index.html

 可以看到Asterisk-GUI的界面。

 8) 輸入 username = admin, password = 1234, 就可以Login Asterisk-GUI

[Ubuntu]Lenovo Wifi not work.


解決方法:
sudo gedit /etc/modprobe.d/blacklist.conf
新增一筆內容如下:
blacklist acer_wmi

儲存後Reboot。即可。

[Ubuntu] Wireshark no interface



sudo groupadd wireshark
sudo chgrp wireshark /usr/bin/dumpcap
sudo chmod 4754 /usr/bin/dumpcap
sudo usermod -a -G wireshark takashi
id takashi
#id takashi check group.reboot

-------------------------------------------------------
Upgrade to 1.8.2

To install the PPA, run the following command:

sudo add-apt-repository ppa:eugenesan/ppa

then run

sudo apt-get install wireshark

[ZPL]BC命令的格式


BC命令的格式:
^BCo,h,f,g,e,m

^BC = Code 128條碼
o  = 字體方向
默認值:^FW默認值或上一個^FW的值。
其他值: N = 正常(Normal)
R = 順時針旋轉90度(Roated)
I  = 順時針旋轉180度(Inverted)
B = 順時針旋轉270(Bottom)
h = 條碼高度
默認值:^BY設置其他值:19999
f = 打印註釋行
默認值: Y = 打印(Yes)
其他值: N = 不打印(No)
g = 將註釋行打印在條碼上方
默認值: N = 不打印在條碼上方其他值: Y = 打印在條碼上方
e = 打印UCC校驗位
默認值:Y = 打印(Yes)
其他值:N = 不打印(No)
m = 模式
默認值:N = 不選擇模式其他值:U = UCC匹配模式。 (^FD^SN後必須有19位數字。)FNC1值自動選擇C子集。

版本16.3.0版本有效:
A = 自動模式。 自動模式將分析收到的數據並自動決定選取最佳的壓縮方式。 ^FD可以用全部ASCII字符。 打印機將確定是否變化子集。 四個及以上的數字將自動變化為C子集。

[ubuntu] install 嘸蝦米(ibus)




sudo dpkg -i ibus-table-boshiamy_1.3.0.20101012-1_all.deb

( ibus need restart)

[Ubuntu] Install WebATM



步驟一:安裝晶片讀卡機驅動程式 

1. 將下載回來的驅動程式解壓縮,使用終端機進到解壓縮後的檔案資料夾中,比如說,解壓到 /home/user/ ,那麼就輸入 

2. cd /home/user/EZUSB_Linux_x86_v1.4.9/driver_ezusb_v1.4.9

3. 輸入以下指令就完成安裝了。 

4. sudo ./install 
步驟二:安裝pcscd套件 

1. 開啟〔系統〕-〔管理〕-Synaptic套件管理程式〕 

2. 找到libccidlibpcsc-perlpcscdpcsc-tools四個套件,並把它們裝起來。 

3. 以上也可以使用終端機來下指令安裝,只要輸入以下指令即可: 

4. sudo apt-get install libccid libpcsc-perl pcscd pcsc-tools

裝好後關閉 Synaptic 視窗,重開機,或是在終端機中,輸入以下指令,重啟 pcscd

sudo /etc/init.d/pcscd restart

承上,重啟成功的話,請插上讀卡機,輸入以下指令,看看讀卡機是否正常運作:pcsc_scan


步驟三:安裝Firefox玉山銀行插件

1. 請用Firefox到這裡安裝Firefox玉山銀行網路ATM套件,安裝完就可以了!


[Ubuntu] virtualbox Kernel driver not installed (rc=-1908)



移除
# sudo apt-get remove virtualbox-dkms

安裝
# sudo apt-get -f install virtualbox-dkms

[Ubuntu] Install ATM EZ100 driver


1. download EZ100 Driver
http://www.casauto.com.tw/in-download-02.aspx?cid=C_00000001&id=P_00000001

2.
cd EZUSB_Linux/EZUSB_Linux_x86_v1.5.3/driver_ezusb_v1.5.3
sudo ./check_env
sudo ./install

3.
Ubuntu 12.04以上需修正
編輯 /etc/rc.local,在 exit 0 上方加上


# for EZ100 SmartCard Reader
/usr/sbin/pcscd&

exit 0

4.
Reboot

[Ubuntu]ubuntu 共享印表機 給 WINDOWS XP/7 使用



Ubuntu本機上新增印表機後,
就可以修改 smb.conf

sudo gedit /etc/samba/smb.conf
找到 ";security = user"
改成
security = share

reboot,然後在XP端,新增網絡印表機就可以找到了~


PS:記得,要先安裝samba.

[Ubuntu]Disable 'System Program Problem Detected' Errors in Ubuntu



 Disable 'System Program Problem Detected' Errors in Ubuntu

sudo gedit /etc/default/apport
· enabled=0

[Ubuntu]Install VMware Player on Ubuntu


1. Install the needed dependencies:
·  sudo apt-get install build-essential linux-headers-`uname -r`
2. Download VMWare Player from the official site.

3. Add execution permissions on the VMWare downloaded file:
· cd ~/Downloads
· chmod +x VMware-Player-*.bundle

4. Execute VMWare-Player and continue the installation from the Graphical User Interface:
· sudo ./VMware-Player-*.bundle

VMWare Kernel Module Updater doesn't run since 13.04 upgrade issue:


· sudo vmware-modconfig --console --install-all

[Ubuntu]How to: K3B Burn MP3 to CD



1.開啟〔系統〕-〔管理〕-〔Synapti套件管理程式〕

2.找到〔libk3b6-extracodecs〕將它安裝起來,這樣k3b就可以將mp3直接燒成CD了。

3.找到〔vcdimager〕將它安裝起來,這樣k3b就可以將標準Mpeg燒成VCD了。

[Windows]IDE轉AHCI免重灌WINDOWS 7


第一步,HoldWindows(通常在CtrlAlt之間)不放,再按R鍵。
第二步,在跳出的「執行」對話框中鍵入"regedit"
第三步,在「登錄編輯程式」中,找尋HKEY_LOCAL_MACHINE→SYSTEM→CurrentControlSet→services→msahci
第四步,在右側視窗點擊「Start」,「將數值資料(V)」的3改為0,接著點擊「確定」。
第五步,關閉「登錄編輯程式」,接著重新啟動電腦,並進入主機板BIOS中,將IED模式轉換成AHCI模式後儲存離開。

以上步驟完成以後,進入Win 7,會自動找尋更新AHCI驅動程式
,可於「裝置管理員」(桌面我的電腦點擊右鍵管理裝置管理員)確定是否已啟用AHCI模式。

[Ubuntu]Install Wine 1.7 in Ubuntu

Install Wine in Ubuntu/Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
· sudo add-apt-repository ppa:ubuntu-wine/ppa
· sudo apt-get update
· sudo apt-get install wine1.7
· sudo apt-get install winetricks

[Android]記憶卡無法正常掛載 "DAMAGED SD CARD"



1.開啟dos視窗執行 >> cmd

2.輸入chkdsk /X /F <SD card drive letter>:

假設記憶卡是在 就輸入下方指令

chkdsk /X /F K:

[Android]SH-06E 中文化方式 (4.2.2)



JDK 7u45 & NetBeans 7.4
下載後請安裝

步驟二:
打開手機的USB除錯模式
他位於settings > developer options>USB debuggings
如果您在settings 裡面找不到開發者選項
請在settings>about phone>build number 快速連按七下
再回上一層就會出現

步驟三:
把手機用USB接到電腦

讓電腦去找硬體

步驟四:
下載 android sdk
載點
http://developer.android.com/sdk/index.html#download

請選擇您的位元版本

下載後解壓

執行圖示是一個小綠人的程式 名叫sdk manager

如果您稍待兩秒
這個程式沒有開啟視窗運行
而是閃退的話
表示您java沒裝好

請務必裝好java

接下來在sdk manager視窗中
勾選最上面的TOOLS及旗下的三個選項
分別為
sdk tools
sdk platform-tools
sdk build-tools

勾選後請按視窗右下角的 install packages
安裝後可關掉此視窗

步驟五:

打開裝置管理員
選取可攜式裝置
去手動更新它的驅動程式
https://sh-dev.sharp.co.jp/android/modules/driver_eng/
位置請指向下載的driver 資料夾

步驟六:
回到步驟三,下載的檔案的資料夾
應該是adt-bundle-windows-x86-20131030
這個資料夾
請在底下找
>sdk這個資料夾
把整個資料夾拷貝到C:底下
步驟七:
Play商店安裝Locale & Language 的程式

步驟八:
打開附屬應用程式>命令提是字元
或者win+r,输入CMD

出現Dos視窗
輸入cd/
退出到跟目錄c
輸入cd sdk\platform-tools\
路徑更換了
輸入 adb devices
會出現
list of devices attached
(一串數字) device

接著使用Adb命令,Dos視窗上執行如下命令手動獲取該許可權
>adb shell
>pm grant com.sightidea.locale android.permission.CHANGE_CONFIGURATION

步驟九:
開啟手機裏的Locale & Language 程式
切換至 中文(繁體)

打完收功......^^

[Ubuntu]架IPv6 DHCP Server


sudo apt-get install isc-dhcp-server
1. set a static IPv6 address for the Interface I want to run the DHCPv6 server from that is part of the IPv6 network subnet outside the DHCP range.
2. Edit the /etc/dhcp/dhcpd6.conf file to configure the DHCPv6 range etc.
3. Create the /var/lib/dhcp/dhcpd6.leases
4. Manually start the DHCPv6 server.
----------------------------------------------------------------------------
sudo ifconfig eth0 inet6 add 2001:db8:0:1::128/64

[ configure dhcpd6.conf ]

default-lease-time 600;
max-lease-time 7200;
log-facility local7;
subnet6 2001:db8:0:1::/64
{
#Range for clients
range6 2001:db8:0:1::129 2001:db8:0:1::254;
}

touch /var/lib/dhcp/dhcpd6.leases

chown dhcpd:dhcpd /var/lib/dhcp/dhcpd6.leases
sudo dhcpd -6 -f -cf /etc/dhcp/dhcpd6.conf eth0


****************************************************
Can't open /var/lib/dhcp/dhcpd6.leases for append.

sudo chmod 666 /var/lib/dhcp/dhcpd6.leases

Ubuntu Libreoffice add Chinese language

  sudo apt-get install libreoffice sudo apt-get install libreoffice-l10n-zh-tw libreoffice-help-zh-tw   如要新增簡體中文則輸入下方指令: sudo apt-get instal...