18 commands to monitor network bandwidth on Linux server
1.Nload 18 commands to monitor network bandwidth on Linux server
How To Set Your VirtualBox 4.2 VM to Automatically Startup
How To Set Your VirtualBox 4.2 VM to Automatically Startup How To Set Your VirtualBox 4.2 VM to Automatically Startup How to start Virtual box machine […]
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 […]
open recursive resolver at IP address 163.17.51.X
open recursive resolver at IP address 163.17.51.X 1.Open DNS resolver 的問題 http://net.nthu.edu.tw/2009/dns:open_resolver 2.To manually test an IP addre […]
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 […]
Linux 「檔案內容」「檔名」編碼轉換
轉換「檔案內容」的文字編碼 iconv 轉換「檔名」的編碼 convmv 例: convmv -f big5-eten -t utf-8 -r –notest * 說明: 從目前所在目錄下的所有檔案名稱編碼從 big5 轉成 utf8。 -f big5: 從 Big5 編碼 -t utf […]