- 解压缩文件, 修正GBK编码
env LANG=GBK 7za x -olande "kepulande-r2 1.31.zip"
find . -exec convmv -f GBK -t utf8 --notest -r {} \;
- 修改 import_image_libraries_for_kepulande.rake
- 修改要导入的xls文件名
- 修改解压缩的文件路径
env LANG=GBK 7za x -olande "kepulande-r2 1.31.zip"
find . -exec convmv -f GBK -t utf8 --notest -r {} \;
To get started, press Ctrl – Alt – Ton your keyboard to open the terminal. When it opens, run the commands below to download the deb package. | |
wget https://launchpad.net/~clipgrab-team/+archive/ppa/+files/clipgrab_3.2.0.9~precise2_i386.deb | |
Next, run the commands below to install ClipGrab. | |
sudo dpkg -i clipgrab* | |
If the above commands fail to install ClipGrab, run the commands below to force the installation. |