How to Install VirtualBox、ibus-array on CentOS

1.How to Enable EPEL Repository for RHEL/CentOS 7.x/6.x/5.x http://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/ ## RHEL/CentOS 6 […]

CentOS 6 安裝 ffmpeg 套件

1.Linux Packages Search http://pkgs.org/ 2.Install Howto  Create the repository config file /etc/yum.repos.d/linuxtech.repo: [linuxtech] name=LinuxTEC […]

13

Configure VLANs on CentOS 6

1.CentOS6 的最小安裝就已經支援 802.1q VLAN # lsmod | grep 8021q 2.設定實體網路卡,並啟動 vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 HWADDR=00:04:aa:bb:cc:dd […]

01

Linux 「檔案內容」「檔名」編碼轉換

轉換「檔案內容」的文字編碼 iconv 轉換「檔名」的編碼 convmv 例: convmv -f big5-eten -t utf-8 -r –notest * 說明: 從目前所在目錄下的所有檔案名稱編碼從 big5 轉成 utf8。 -f big5: 從 Big5 編碼 -t utf […]